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

#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
}
#qrcode i{
  color: white;
  font-size: 24px;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  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;
  padding-left: 100px;
  height: 100px;
}
#header.active {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header.active a.logo img{
  width: 80px;
}
#header a.logo img{
  width: 121px;
  transition: all 0.5s;
}
#header.active .nav {
  border-color: transparent;
}
#header .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 130px;
  padding-left: 30px;
}
#header .nav .menu {
  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;
}
#header .nav .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu .menu-box ul.menu > li {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-right: 65px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .menu .menu-box ul.menu > li > a {
  line-height: 80px;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .menu .menu-box ul.menu > li > a:hover {
  border-color: var(--color);
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .menu .menu-box 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 .right {
  margin-left: 45px;
}
#header .nav .right .h-search {
  cursor: pointer;
}
#header .nav .right .h-inquiry {
  width: 165px;
  height: 40px;
  background-color: var(--color);
  color: white;
  border-radius: 35px;
  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;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
#header .nav .right .h-inquiry:hover {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}
.language-box {
  margin: 0 30px 0 25px;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.language-box .zhuyu span {
  font-size: 20px;
  font-weight: 500;
  margin: 0 10px;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}



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

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;letter-spacing: 0;
    ]}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-box.five>.column {
        width: 100%
    }
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}





.up-word {
  text-transform: uppercase;
}
.white {
  color: white;
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 33px;
  height: 45px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 35px;
  color: black;
}
.more.white {
  border-color: white;
  color: white;
}
.more.white:hover {
  background-color: white;
  color: black;
}
.more:hover {
  background-color: var(--color);
  color: white;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.more i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  height: 45px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}
.more2:hover {
  border-color: var(--color);
  background-color: transparent;
}
.more2:hover span,
.more2:hover i {
  color: var(--color);
}
.more2 span {
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}
.h-title.txt-center {
  margin: 0 auto;
}
.h-title h3 {
  font-size: 44px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  font-weight: bold;
  white-space: nowrap;
}
.h-title h3::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 115px;
  color: #ebebeb;
  text-transform: uppercase;
  font-weight: bold;
  z-index: -1;
  line-height: 1;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.tit-font {
  font-weight: bold;
}
.txt-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.main-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul li .bg{
    filter: brightness(0.6);
    margin-bottom: -5px;
    width: 100%;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  bottom: 105px;
  padding: 0 100px;
  z-index: 10;
}
#banner ul li .content .box h2 {
  text-shadow: 2px 5px 10px #000000;
  line-height: 1;
}
#banner ul .slick-dots {
  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;
  position: absolute;
  right: 8%;
  bottom: 75px;
}
#banner ul .slick-dots li {
  margin-right: 30px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid transparent;
  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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#banner ul .slick-dots li.slick-active {
  border-color: var(--color);
}
#banner ul .slick-dots li.slick-active button {
  background-color: var(--color);
}
#banner ul .slick-dots li button {
  background-color: #dcdcdc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: transparent;
  overflow: hidden;
  border: none;
}
#banner ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .homepage-2 {
  padding: 70px 0 135px;
  position: relative;
}
#index-body .homepage-2 .cate-r {
  position: absolute;
  right: 0;
  top: -1px;
  max-width: 50%;
}
#index-body .homepage-2 .top .left{
  width: 50%;
}
#index-body .homepage-2 .top .right{
  width: 45%;
}
#index-body .homepage-2 .top .right ul li{
  display: flex !important;
  justify-content: flex-end;
}
#index-body .homepage-2 .top .left .h-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-2 .top .left .h-title h3::before {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 65%;
}
#index-body .homepage-2 .top .left .line {
  margin: 20px 0 50px;
  width: 210px;
  height: 2px;
  background-color: var(--color);
}
#index-body .homepage-2 .bottom {
  margin-top: 90px;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -15px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 0 15px;
  cursor: pointer;
}
#index-body .homepage-2 .bottom ul li .box {
  background-color: #dddddd;
  border-radius: 10px;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
}
#index-body .homepage-2 .bottom ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-2 .bottom ul li .box:hover .bg {
  opacity: 1;
}
#index-body .homepage-2 .bottom ul li .box:hover .img .img2 {
  opacity: 1;
}
#index-body .homepage-2 .bottom ul li .box:hover .img .img1 {
  opacity: 0;
}
#index-body .homepage-2 .bottom ul li .box:hover .btn {
  border-color: white;
  color: white;
}
#index-body .homepage-2 .bottom ul li .box .btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #c5c5c5;
  color: #c5c5c5;
}
#index-body .homepage-2 .bottom ul li .box .btn i {
  font-size: 16px;
  margin-left: 3px;
}
#index-body .homepage-2 .bottom ul li .box .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#index-body .homepage-2 .bottom ul li .box .img .img1 {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 .bottom ul li .box .img{
    width: 180px;
    height: 180px;
   padding: 20px;
}
#index-body .homepage-2 .bottom ul li .box .img .img2 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 .bottom .btnbox {
  margin-top: 25px;
}
#index-body .homepage-2 .bottom .btnbox::before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 1px;
  background-color: #b2b2b2;
}
#index-body .homepage-2 .bottom .btnbox span.arrow {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b2b2b2;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#index-body .homepage-2 .bottom .btnbox span.arrow i {
  font-size: 20px;
}
#index-body .homepage-2 .bottom .btnbox span.arrow:hover {
  background-color: var(--color);
}
#index-body .homepage-3 {
  position: relative;
  padding-bottom: 30px;
}
#index-body .homepage-3 .pro_l {
  position: absolute;
  left: 0;
  bottom: 25%;
}
#index-body .homepage-3 .content {
  padding-left: 205px;
  position: relative;
  z-index: 5;
}
#index-body .homepage-3 .content .left {
  width: 200px;
  padding-bottom: 55px;
}
#index-body .homepage-3 .content .left .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-3 .content .left .btn span {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-3 .content .left .btn span i {
  font-size: 24px;
}
#index-body .homepage-3 .content .left .bot .proDots .slick-dots {
  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;
  background-color: rgba(0, 0, 0, 0.2);
}
#index-body .homepage-3 .content .left .bot .proDots .slick-dots li {
  width: 20px;
  height: 1px;
}
#index-body .homepage-3 .content .left .bot .proDots .slick-dots li button {
  display: none;
}
#index-body .homepage-3 .content .left .bot .proDots .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-3 .content .right {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
#index-body .homepage-3 .content .right ul {
  margin: 0 -34% 0 -20px;
}
#index-body .homepage-3 .content .right ul li {
  padding: 10px 20px;
}
#index-body .homepage-3 .content .right ul li:hover .box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
#index-body .homepage-3 .content .right ul li:hover .box .text {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-3 .content .right ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  overflow: hidden;
  padding-top: 90px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-3 .content .right ul li .box .img{
    overflow: hidden;
}
#index-body .homepage-3 .content .right ul li .box .img img{
    max-width: 60%;
    transform: scale(1.5);
}
#index-body .homepage-3 .content .right ul li .box .text {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 40px 60px;
  margin-top: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 {
  padding: 135px 0;
  background: url('../images/about-bg.jpg') no-repeat;
  background-position: right top;
}



#index-body .homepage-4 .init-2 ul li .play {
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: block;
}

#index-body .homepage-4 .init-2 ul li .play .cont {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    font-size: 50px;
    color: var(--color)
}
#index-body .homepage-4 .init-2 ul li .play .cont i {
    margin-left: 2px
}

#index-body .homepage-4 .init-2 ul li .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
}

#index-body .homepage-4 .init-2 ul li .ling:last-child {
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s
}

#index-body .homepage-4 .init-2 ul li .play:hover .cont {
    background-color: var(--color);
    color: #fff
}







#index-body .homepage-4 .left .h-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-4 .left .h-title h3::before {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 65%;
}
#index-body .homepage-4 .right {
  width: 700px;
}
#index-body .homepage-4 .right ul {
  margin: -35px -40px;
}
#index-body .homepage-4 .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 35px 40px;
}
#index-body .homepage-4 .right ul li .img {
  width: 95px;
}
#index-body .homepage-4 .right ul li .text {
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
}
#index-body .homepage-4 .right ul li p {
  line-height: 1.2;
}
#index-body .homepage-4 .right ul li h4 {
  font-size: 16px;
}
#index-body .homepage-4 .right ul li h4 span {
  font-size: 24px;
  color: var(--color);
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
  display: inline-block;
}
#index-body .homepage-4 .right ul li h4 em {
  font-size: 70px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
#index-body .homepage-4 .init-2 ul li{
    width: 33.33333%;
    padding: 0 15px;
}
#index-body .homepage-4 .init-2 ul li .img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}



#index-body .homepage-5 {
  padding-bottom: 125px;
}
#index-body .homepage-5 .content{
  padding: 0 110px;
}
#index-body .homepage-5 .h-title h3::before {
  bottom: 65%;
}
#index-body .homepage-5 ul {
  margin-top: 60px;
}
#index-body .homepage-5 ul li{
  position: relative;
}
#index-body .homepage-5 ul li::before{
  position: absolute;
  width:1px;
  height: 250px;
  content:"";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  right:0;
  top:50%;
  transform: translateY(-50%);
}
#index-body .homepage-5 ul li .box .icon {
  margin: auto;
}
#index-body .homepage-5 ul li .box .img {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .homepage-6 {
  background-color: #d01214;
  height: 745px;
  overflow: hidden;
}
#index-body .homepage-6 .left {
  width: 36.5%;
  padding-left: 205px;
}
#index-body .homepage-6 .left .h-title {
  color: white;
}
#index-body .homepage-6 .left .h-title h3 {
  font-size: 44px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .homepage-6 .left .h-title h3::before {
  color: #d42526;
  bottom: 80%;
}
#index-body .homepage-6 .left ul li {
  padding-left: 15px;
  height: 50px;
}
#index-body .homepage-6 .left ul li.active {
  background-color: #000;
}
#index-body .homepage-6 .right {
  width: 63.5%;
  height: 100%;
}
#index-body .homepage-6 .right ul {
  position: relative;
  height: 100%;
  width: 100%;
}
#index-body .homepage-6 .right ul li {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#index-body .homepage-6 .right ul li.active {
  z-index: 10;
  opacity: 1;
}
#index-body .homepage-6 .right ul li .img {
  position: relative;
  height: 100%;
  width: 100%;
}
#index-body .homepage-6 .right ul li .img .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 155px;
  padding: 20px 10% 0 35px;
}
#index-body .homepage-7 {
  padding: 110px 0 140px;
  background: url('../images/news-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-7 .bottom .left {
  width: 42%;
}
#index-body .homepage-7 .bottom .left .slickDots {
  margin-top: 20px;
}
#index-body .homepage-7 .bottom .left .slickDots ul li {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
#index-body .homepage-7 .bottom .left .slickDots ul li.slick-active {
  background-color: var(--color);
  border-color: var(--color);
  width: 50px;
  border-radius: 20px;
}
#index-body .homepage-7 .bottom .left .box {
  position: relative;
}
#index-body .homepage-7 .bottom .left .box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
#index-body .homepage-7 .bottom .left .box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 25px 35px;
  z-index: 5;
}
#index-body .homepage-7 .bottom .left .box .text .date {
  font-style: italic;
}
#index-body .homepage-7 .bottom .left .box .text .date i {
  font-size: 24px;
}
#index-body .homepage-7 .bottom .right {
  width: 58%;
  padding-left: 45px;
}
#index-body .homepage-7 .bottom .right ul {
  margin: -15px -27px;
}
#index-body .homepage-7 .bottom .right ul li {
  padding: 15px 27px;
}
#index-body .homepage-7 .bottom .right ul li .box .date {
  font-style: italic;
  opacity: 0.8;
}
#index-body .homepage-7 .bottom .right ul li .box .date i {
  font-size: 24px;
  color: var(--color);
}
.topup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  background-color: var(--color);
  border-radius: 50%;
  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;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
}
.topup:hover {
  background-color: var(--color);
}
.topup i {
  font-size: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#footer {
  position: relative;
  background-color: #1a1a1a;
  background-repeat: no-repeat;
}
#footer .top {
  padding-top: 75px;
}
#footer .top ul li {
  margin-right: 40px;
  margin-bottom: -15px;
}
#footer .top ul li:last-child {
  margin-right: 0;
}
#footer .top ul li a {
  font-size: 18px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 60px;
  position: relative;
  height: 80px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li a:hover {
  color: var(--color);
}
#footer .top ul li a:hover::after {
  opacity: 1;
}
#footer .center {
  padding: 45px 15px 75px;
  margin: 15px auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center ul li.form {
  width: 745px;
}
#footer .center ul li.form form {
  width: 100%;
  position: relative;
}
#footer .center ul li.form form input[type='text'] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding: 0 15px 20px 0;
  width: 100%;
  color: white;
  margin-bottom: 20px;
}
#footer .center ul li.form form .submit {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  padding: 0 35px 0 53px;
  border-radius: 35px;
  border: 1px solid transparent;
  background-color: var(--color);
  color: white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li.form form .submit input[type='submit'] {
  background: none;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 25px;
}
#footer .center ul li.form form .submit i {
  font-size: 14px;
}
#footer .center ul li.form form .submit:hover {
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
}
#footer .center ul li.form form input::-webkit-input-placeholder,
#footer .center ul li.form form textarea::-webkit-input-placeholder {
  color: white;
}
#footer .center ul li.form form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding: 0 15px 20px 0;
  height: 80px;
  width: 100%;
  margin-bottom: 25px;
  color: white;
}
#footer .center ul li.form form ul {
  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;
  margin: 0 -5px;
}
#footer .center ul li.form form ul li {
  padding: 0 5px;
  width: 33.33333%;
}
#footer .center ul li.form form ul li.wid-100 {
  width: 100%;
}
#footer .center ul li.contact {
  max-width: 645px;
  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;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#footer .center ul li.contact .list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 330px;
  height: 90px;
  min-width: 205px;
}
#footer .center ul li.contact .share a {
  font-size: 20px;
  color: white;
  margin-right: 10px;
}
#footer .center ul li.contact .share a:last-child {
  margin-right: 0;
}
#footer .center ul li h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
#footer .center ul li span {
  font-size: 18px;
  color: white;
  display: block;
}
#footer .bottom {
  padding-bottom: 40px;
  color: white;
  opacity: 0.6;
}
#footer .bottom .container span {
  font-size: 18px;
}
#footer .bottom .container span.copyright a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .bottom .container span.copyright a:hover {
  color: var(--color);
}
#footer .bottom .container span img {
  width: 250px;
  height: auto;
  padding-top: 4px;
  opacity: 0.8;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1700px) {
  #header {
    padding-left: 60px;
  }
  #header .logo {
    width: 80px;
  }
  #header .nav {
    padding-right: 60px;
  }
  #header .nav .menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #banner ul li .content {
    padding: 0 60px;
  }
  #index-body .homepage-3 .pro_l {
    max-width: 32%;
  }
  #index-body .homepage-4 .right {
    width: 45%;
  }
  #index-body .homepage-4 .right ul li h4 em {
    font-size: 55px;
  }
  #footer .center ul li.form {
    width: 50%;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  .h-title h3 {
    font-size: 45px;
  }
  .h-title h3::before {
    font-size: 90px;
  }
  #index-body .homepage-6 .left .h-title h3 {
    font-size: 45px;
  }
  #index-body .homepage-2 .top .right {
    width: 35%;
  }
  #index-body .homepage-4 .right ul li h4 em {
    font-size: 45px;
  }
  #index-body .homepage-4 .right ul li h4 span {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  #index-body .homepage-4 .right {
    width: 50%;
  }
  #footer .center ul li.contact {
    max-width: 580px;
  }
  #footer .center ul li.form {
    width: 45%;
  }
}
@media (max-width: 1250px) {
  #header {
    display: none;
  }
  #index-body .homepage-5 .content{
    padding: 0 60px;
  }
  #index-body .homepage-4 .left {
    width: 100%;
  }
  #index-body .homepage-4 .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-6 {
    height: 600px;
  }
  #index-body .homepage-6 .left {
    width: 50%;
  }
  #index-body .homepage-6 .right {
    width: 50%;
  }
  #index-body .homepage-7 .bottom .left .box {
    height: 345px;
  }
  #index-body .homepage-7 .bottom .left .box a.img {
    height: 100%;
    display: block;
  }
  #index-body .homepage-7 .bottom .left .box a.img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .center ul li.form form ul li {
    width: 100%;
  }
  #footer .center ul li.contact .list {
    max-width: 260px;
  }
  #footer .center ul li.contact {
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
    #index-body .homepage-4 .init-2 ul li{
        width: 50%;
        margin: 20px 0;
    }
  #banner ul li .content {
    padding: 0 30px;
    top: 50%;
    left: 0;
    bottom: unset;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner ul li .content .box {
    width: 100%;
  }
  #index-body .homepage-3 .content .left {
    display: none;
  }
  #index-body .homepage-2 {
    padding: 70px 0 85px;
  }
  #index-body .homepage-4 .left h4 {
    margin: 20px 0;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #index-body .homepage-6 .left {
    width: 100%;
    padding: 120px 0 0;
  }
  #index-body .homepage-6 .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-6 {
    height: auto;
    overflow: unset;
  }
  #index-body .homepage-6 .right {
    height: 360px;
  }
  #index-body .homepage-6 .left .h-title h3 {
    font-size: 36px;
    text-align: center;
  }
  #index-body .homepage-6 .left .h-title h3::before {
    color: #d42526;
    bottom: 35%;
  }
  #index-body .homepage-7 .bottom .left {
    width: 100%;
  }
  #index-body .homepage-7 .bottom .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  #index-body .homepage-7 {
    padding: 85px 0;
  }
  #footer .top ul {
    display: none;
  }
  #footer .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .container span {
    text-align: center;
  }
  #index-body .homepage-6 .left a.more {
    margin-left: 15px;
  }
}
@media (max-width: 700px) {
  .h-title h3 {
    font-size: 30px;
  }
  #index-body .homepage-5 .content{
    padding: 0 15px;
  }
  #index-body .homepage-2 .top .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-2 .top .left h3 {
    font-size: 24px;
  }
  #index-body .homepage-2 .top .right {
    width: 100%;
  }
  #index-body .homepage-3 .content {
    padding: 0 15px;
  }
  #index-body .homepage-3 .content .right {
    width: 100%;
  }
  #index-body .homepage-3 .content .right ul {
    margin: 0 -10px;
  }
  #index-body .homepage-3 .content .right ul li {
    padding: 0 10px;
  }
  #index-body .homepage-4 .right ul li .img {
    width: 80px;
  }
  #index-body .homepage-4 .right ul li .img img {
    max-width: 50px;
  }
  #index-body .homepage-4 .right ul {
    margin: -25px -15px;
  }
  #index-body .homepage-4 .right ul li {
    padding: 25px 15px;
  }
  #index-body .homepage-4 .right ul li .text {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  #footer .center ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .center ul li.contact {
    max-width: 100%;
  }
  #footer .center ul li.form {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .homepage-6 .right ul li .img .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-6 .left .h-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
        #index-body .homepage-4 .init-2 ul li{
        width: 100%;
    }
  #banner ul li .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner ul li .content {
    position: relative;
    inset: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 10;
    padding: 60px 15px;
  }
  .h-title h3::before {
    font-size: 44px;
  }
  #index-body .homepage-4 .right ul li {
    width: 100%;
  }
  #index-body .homepage-4 .bottom > img {
    height: 160px;
  }
  #index-body .homepage-4 .bottom .play {
    width: 70px;
  }
  .h-title h3 {
    white-space: normal;
  }
  #index-body .homepage-5 {
    padding-bottom: 85px;
  }
  #index-body .homepage-4 {
    padding: 85px 0;
  }
  #index-body .homepage-6 .left .h-title h3::before {
    bottom: 80%;
  }
  #index-body .homepage-7 .bottom .right ul {
    margin: -15px;
  }
  #index-body .homepage-7 .bottom .right ul li {
    padding: 15px;
  }
  #index-body .homepage-6 .right {
    height: 275px;
  }
}







.inner-banner {
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  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-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;
  }
}
@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;
  }
  .inner-banner .bg{
    display: none;
  }
  .inner-banner .tit {
    font-size: 30px;
  }
}
@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 .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 .init-1 {
    position: relative;
    z-index: 2
}

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

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

.about-page .init-1 .container .left .imgC {
    margin-top: 50px;
    height: 680px;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px
}

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

.about-page .init-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: 50px;
    color: var(--color)
}

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

.about-page .init-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 .init-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 .init-1 .container .left .imgC .play:hover .cont {
    background-color: var(--color);
    color: #fff
}

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

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

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

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

.about-page .init-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 .init-2 .container ul li {
    margin-top: 40px
}

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

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

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

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

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

.about-page .init-3 .container .content .left .img {
    margin-top: 50px;
    border-radius: 10px;
    width: 100%
}

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

.about-page .init-3 .container .content .right ul {
    padding-top: 30px
}

.about-page .init-3 .container .content .right ul li {
    margin-top: 40px
}

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

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

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

.about-page .init-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 .init-4 {
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

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

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

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

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

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

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

.about-page .init-4 .content ul li .box .year {
    padding-top: 140px;
    font-size: 60px;
    font-weight: 600;
    line-height: 1
}

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

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

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

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

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

.about-page .init-4 .content .sPage {
    padding-bottom: 40px;
    margin-top: 100px
}

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

.about-page .init-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 .init-4 .content .sPage .next {
    margin-left: 80px
}

.about-page .init-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 .init-5 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-5 .container .content {
    margin-top: 80px
}

.about-page .init-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: 50px 40px;
    text-align: center
}

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

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

.about-page .init-5 .container .content .left .more {
    margin: 30px auto 0;
}

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

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

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

.about-page .init-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 .init-5 .container .content2 .btn:hover {
    background-color: var(--color)
}

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

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

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

.about-page .init-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 .init-5 .container .content2 ul li .box .img {
    display: block
}

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

.about-page .init-5 .container .content2 ul li .box .text {
    text-align: center;
    font-weight: 600;
    padding: 16px
}
.about-page .init-7 {
  position: relative;
}
.about-page .init-7 .container {
  max-width: 1450px;
}
.about-page .init-7 .container .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 16%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-7 .container .content {
  padding: 120px 0;
}
.about-page .init-7 .container .content .left {
  position: relative;
  width: 52%;
  z-index: 2;
}
.about-page .init-7 .container .content .left .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  right: -60px;
  border: 2px solid #e7ce77;
  z-index: -1;
}
.about-page .init-7 .container .content .left .cont {
  background-color: var(--color);
  color: #fff;
  padding: 70px 50px;
  z-index: 2;
}
.about-page .init-7 .container .content .left .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-7 .container .content .right {
  width: 48%;
  position: relative;
  z-index: 3;
}
.about-page .init-7 .container .content .right .more1 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}
.about-page .init-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 .init-7 .container .content .right .more1:hover {
  letter-spacing: 4px;
}
.about-page .init-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: 1250px) {
    .about-page .init-1 .container .left {
        width:100%;
        padding-right: 0
    }

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

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

    .about-page .init-5 .container .content .left {
        width: 100%
    }

    .about-page .init-5 .container .content .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .about-page .init-5 .container .content2 .btn {
        display: none !important;
    }
    .about-page .init-1 .container .right .des{
        overflow-y: unset;
        max-height: unset;
        padding-right: 0;
    }
    .about-page .init-2 .container ul li .box .top {
        font-size: 44px;
    }
}

@media (max-width: 1000px) {
  .about-page .init-7 .container .img1 {
    width: 100%;
    left: 0;
    height: auto;
    position: relative;
  }
  .about-page .init-7 .container .content {
    padding: 0;
    width: 100%;
  }
  .about-page .init-7 .container .content .left {
    width: 100%;
  }
  .about-page .init-7 .container .content .left .sub {
    display: none;
  }
  .about-page .init-7 .container .content .left .cont {
    padding: 20px 10px;
  }
  .about-page .init-7 .container .content .right {
    width: 100%;
  }
  .about-page .init-7 .container .content .right .more1 {
    color: #000;
  }
  .about-page .init-7 .container .content .right .more1 .sub {
    background: #000;
    margin-top: 10px;
  }
  .about-page .init-7 .container .content .right .more1:hover {
    letter-spacing: 1px;
  }
    .about-page .init-3 .container .content .left {
        width:100%;
        padding-right: 0
    }

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

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

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

    .about-page .init-4 .content ul li .box .year {
        font-size: 40px;
        padding-top: 20px
    }

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

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

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

@media (max-width: 700px) {
    .about-page .init-1 .container .left .imgC {
        height:90vw
    }
}

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

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

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

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

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

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

    .about-page .init-3 .container .content .left .img {
        margin-top: 20px
    }

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

    .about-page .init-3 .container .content .right ul li {
        margin-top: 20px
    }

    .about-page .init-3 .container .content .right ul li .box {
        padding: 20px 16px
    }
    .about-page .init-4{
        padding-bottom: 80px;
    }
    .about-page .init-4 .content {
        padding-top: 20px
    }

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

    .about-page .init-5 .container .content {
        margin-top: 20px
    }

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

    .about-page .init-5 .container .content .left .des {
        margin-top: 10px
    }

    .about-page .init-5 .container .content .left .more {
        margin-top: 10px
    }
}




.template-1688457679 {
    padding: 120px 0;
}

.template-1688457679 .slide {
    margin-bottom: 75px;
}

.template-1688457679 .slide .left {
    vertical-align: middle;
    position: relative;
    background: #f5f5f5;
}

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

.template-1688457679 h2.title em {
    color: #f08300;
}

.template-1688457679 .text {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.5;
    margin-top: .5em;
}

.template-1688457679 .slide .left .img {
    height: auto;
}

.template-1688457679 .slide .right {
    vertical-align: middle;
    padding-left: 5%;
    position: relative;
}

.template-1688457679 .slide .right h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.template-1688457679 .slide .right .text {
    margin-top: 1.5em;
    max-height: 218px;
    overflow-y: scroll;
    margin-bottom: 41px;
    padding-right: 15px;
}

.template-1688457679 .slide:nth-child(even) .left {
    left: 50%;
}

.template-1688457679 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 5%;
}

.template-1688457679 .slide:last-child {
    margin-bottom: 0;
}

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

    .template-1688457679 .slide .left .img {
        height: 400px;
    }

    .template-1688457679 .text {
        font-size: 16px;
    }

    .template-1688457679 h2.title {
        font-size: 40px;
    }
}

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

    .template-1688457679 h2.title {
        font-size: 34px;
    }
}

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

    .template-1688457679 h2.title {
        font-size: 28px;
    }

}

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

    .template-1688457679 .slide .left {
        width: 100%;
        left: 0 !important;
    }


    .template-1688457679 .slide {
        margin-bottom: 40px;
    }

    .template-1688457679 h2.title {
        font-size: 24px;
    }
}

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

    .template-1688457679 .text {
        font-size: 14px;
    }
}
.product-page{
    padding: 120px 0;
    background-color: #f4f4f4;
}
.product-page .list ul{
  margin: -15px;
}
.product-page .list ul li{
  padding: 15px;
}
.product-page .list ul li .img{
    display: block;
}
.seo_content {
    padding-top: 5.6771%
}

.seo_content .tag {
    color: var(--color);
    font-weight: 700;
    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;
    padding: 3.282% 0 3.115%
}

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

.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 {
    padding: 100px 0;
}

.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: -89px;
    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;
    padding: 3.834% 0 5.344%
}

.seo_content .seo_news .content {
    margin-top: 61px
}

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

.seo_content .seo_news .content ul li {
    padding-right: 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 {
    padding: 24px 30px 0 16px
}

.seo_content .seo_news .content ul li .text .tit {
    line-height: 1.8;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.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 {
    padding-top: 5%
}

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

    .seo_content .seo_honor .content ul.slick-dots {
        bottom: -40px
    }
}
@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
    }

    .seo_content .seo_news .content {
        margin-top: 20px
    }
}
.prodet-page {
    padding: 120px 0;
    position: relative;
    z-index: 1
}

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

.prodet-page .prodet-1 .text {
    width: 51%;
}
.prodet-page .prodet-1 .text .con{
    max-height: 360px;
    overflow-y: auto;
    line-height: 1.8;
}

.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-2 {
    padding-top: 1.639%
}

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

.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 {
    margin-top: 89px
}

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

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

.prodet-page .prodet-3 .content ul li {
    padding-right: 42px
}

.prodet-page .prodet-3 .content ul li .img-box {
    background-color: #f6f6f6;
    border-radius: 0 100px 0 0;
    padding: 50px 30px 30px 25px;
    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: 'poppins';
    font-size: 20px;
    margin-top: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.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: 106px;
    padding: 0 104px 0 79px;
    line-height: 106px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer
}

.prodet-page .opt dl dd:before {
    content: '';
    position: absolute;
    left: 47px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    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 {
    margin-top: 30px
}

.m-link a {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.6;
    display: inline-block
}

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

.m-link a:first-child {
    margin-top: 0
}
@media screen and (max-width: 1680px) {
    .prodet-page .prodet-1 .text {
        width:40%
    }
}

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

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

    .prodet-page .prodet-1 .text {
        top: 12%
    }

    .prodet-page .prodet-1 .img img {
        width: 60%
    }

    .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: 1100px) {
    .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: 58%;
        display: inline-block;
        vertical-align: top
    }

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

@media screen and (max-width: 1000px) {
        .product-page{
        padding: 65px 0;
    }
    .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 {
        margin-top: 30px
    }

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



.gallery-page .tab {
    position: sticky;
    top: 80px;
    z-index: 10;
    background: #fff
}

.gallery-page .tab ul {
    margin: -20px
}

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

.gallery-page .tab ul li a {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px;
    background: #f6f6f6;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.gallery-page .tab ul li a:hover,.gallery-page .tab ul li a.active {
    background: var(--color);
    color: #fff
}

.gallery-page .content .box {
    text-align: center;
    padding-bottom: 90px
}

.gallery-page .content .box h2 {
    color: #182333;
    font-size: 35px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3
}

.gallery-page .content .box p {
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px
}

.gallery-page .content .box div {
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px
}

.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left
}

.gallery-page .content .box ul li {
    padding: 1px
}

.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    padding: 5px;
    border-radius: 5px
}

.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 5px
}

.gallery-page .content .box ul li .imgbox .text h5 {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 0 15px 0 0;
    background-color: #333
}

.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 20px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color)
}

.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color)
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0,0,0,.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    min-width: 100px;
    text-align: center
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff
}

.gallery-page .content .box ul li:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0
}

.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 90px 0
}

.solution-page {
    padding: 120px 0 110px
}

.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 {
    padding: 0 0 100px
}

.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 h1 {
    font-size: 26px;
    font-weight: 600
}

.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 h4 {
    font-size: 28px;
    font-weight: 700
}

.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-3 ul {
    margin: -15px
}

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

.soludet-page .soludet-3 ul li a {
    display: block
}

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

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

.soludet-page .soludet-3 .content.active+.txt-center {
    display: none
}

.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: 1440px) {
    .gallery-page .content .box ul li {
        width:25%
    }
}

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

@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width:50%
    }
}

@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size:14px
    }

    .gallery-page .content .box ul li {
        width: 100%
    }
    .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 {
    padding-top: 4.688%
}

.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 {
    padding-top: 3.386%
}

.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;
    font-family: 'Barlow';
    font-weight: 700
}

.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: 45%
}

.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 {
    padding-top: 68px
}

.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: 100px
}

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

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

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

.mana-page .mana-3 ul li .text .title:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    margin-top: 9px
}

.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 {
    font-size: 24px;
    font-family: 'Antonio';
    font-weight: 500;
    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(/template/en/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 {
    padding: 4.063% 0 5.886%
}

.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-1 .left .title {
        font-size: 40px
    }

    .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-1 .left .title,.mana-page .mana-2 .top .left .title {
        font-size:36px;
        line-height: 1.5
    }

    .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 .title,.mana-page .mana-2 .top .left .title {
        font-size:32px
    }

    .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 {
    padding-top: 120px;
}

.contact-page .init-1 {
    padding-top: 0;
    background: #fff
}

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

.contact-page .init-1 ul {
    padding: 80px 0
}

.contact-page .init-1 ul li {
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

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

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

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

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

.contact-page .init-1 ul li i,.contact-page .init-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 .init-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 .init-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 .init-1 ul li h3 {
    font-size: 24px;
    color: #051524;
    padding: 20px 0 10px;
    text-transform: capitalize;
    font-family: 'Antonio';
    font-weight: 700
}

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

.contact-page .init-2 {
    padding-bottom: 110px
}

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

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

.contact-page .init-2 .init-2-box .left h1 {
    background: var(--color);
    color: #fff;
    padding: 60px 0;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    font-family: 'Antonio';
    font-weight: 700
}

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

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

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

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

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

.contact-page .init-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 .contact-4 .box ul li {
    padding: 15px
}

.contact-page .contact-4 .box ul li:nth-child(7)~li {
    display: none
}

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

.contact-page .contact-1 {
    padding: 60px 0 80px;
    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 {
    padding: 110px 0 80px
}

.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 .contact-3 {
    padding: 80px 0;
    background: #f0f0f0
}

.contact-page .contact-3 ul li {
    padding: 0 25px
}

.contact-page .contact-3 ul li a.img-box {
    display: block;
    border-radius: 10px
}

.contact-page .contact-3 ul li a.img-box img {
    width: 100%
}

.contact-page .contact-3 ul li h4 {
    display: block;
    margin: 30px 0 10px;
    font-size: 20px;
    color: #000
}

.contact-page .contact-3 ul li .text {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: -6px 0
}

.contact-page .contact-3 ul li .text p {
    padding: 6px 0
}

.contact-page .contact-4 {
    padding: 160px 0 80px;
    text-align: center
}

.contact-page .contact-4 h2 small {
    max-width: 530px;
    margin: 0 auto
}

.contact-page .contact-4 .box {
    padding: 70px 0 50px
}



.contact-page form {
    padding-left: 25px;
    height: 670px;
    width: 720px;
    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 {
    font-size: 36px;
    margin: 0 0 30px;
    color: #051524;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Antonio';
    font-weight: 700
}

.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-2,.contact-page .contact-4 {
        padding:80px 0
    }

    .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-4 {
        padding: 80px 0 50px
    }

    .contact-page .contact-4 .box {
        padding: 40px 0 30px
    }

    .contact-page .contact-3 ul li h4 {
        margin: 10px 0
    }

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

    .contact-page .contact-3 ul li {
        padding: 0 10px
    }

    .contact-page .contact-3 ul {
        margin: 0 -10px
    }

    .contact-page .contact-1 {
        padding: 40px 0
    }
}

@media screen and (max-width: 1250px) {
    .contact-page .contact-3 ul li .text p {
        padding:2px 0
    }

    .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-4 {
        padding: 60px 0 30px
    }

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

@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top:60px
    }

    .contact-page .contact-4 .box .img {
        width: 100%;
        position: relative;
        left: -10px
    }

    .contact-page .contact-4 .box .img:last-child {
        position: relative;
        left: 10px
    }

    .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-1 {
        padding: 50px 0
    }

    .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-2,.contact-page .contact-4,.contact-page .contact-3 {
        padding: 60px 0
    }

    .contact-page .contact-4 .box ul li {
        width: 20%
    }

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

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

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

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

    .contact-page .init-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 .init-2 .init-2-box .right {
        padding-right: 0
    }

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

@media screen and (max-width: 700px) {
    .contact-page {
        padding-top:30px
    }

    .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-4 {
        padding: 40px 0
    }

    .contact-page .contact-4 .box ul li {
        padding: 5px
    }

    .contact-page .contact-4 .box ul {
        margin: -5px
    }

    .contact-page .contact-4 .box ul li {
        width: 33.333%
    }

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

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

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

    .contact-page .init-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 .init-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 {
    padding-bottom: 110px
}

.font-48 {
    font-size: 48px
}

.pt-80 {
    padding-top: 80px
}

.news-page .tips_title {
    font-weight: 700;
    padding-left: 60px;
    text-transform: uppercase;
    font-family: 'Antonio';
    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: #a50f0f1f;
    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: 290px;
    padding: 30px 50px;
    background-color: #fff
}

.news-page .content ul li .box .title {
    display: block;
    font-weight: 700;
    font-size: 30px
}

.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 .init-1 .container .title {
    font-size: 30px
}

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

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

.newdet-page .init-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 .init-1 .container .bottom_cont {
    margin-top: 40px
}

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

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

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

.newdet-page .init-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 .init-1 .container .bottom_cont .right .list_cont a i {
    position: relative;
    z-index: 2
}

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

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

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

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

.newdet-page .init-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: 'Antonio';
    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: 1500px) {
    .font-48 {
        font-size:38px
    }
}

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

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

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

    .newdet-page .init-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 .init-1 .container .bottom_cont {
        margin-top: 0
    }

    .newdet-page .init-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 {
  padding: 90px 0 110px;
}
.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 {
  padding: 70px 0;
  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;
}