@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Bold';
  src: url('../fonts/Rubik-Bold.woff2') format('woff2'), url('../fonts/Rubik-Bold.ttf') format('truetype'), url('../fonts/Rubik-Bold.eot') format('embedded-opentype'), url('../fonts/Rubik-Bold.woff') format('woff');
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #007fca;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

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

.topup {
  position: fixed;
  bottom: 100px;
  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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -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 .nav {
  height: 80px;
}
#header.active .nav .logo img{
  width: 160px;
}
#header .nav .logo img{
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 280px;
}
#header .nav {
  height: 120px;
  padding: 0 150px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu {
  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 .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin-right: 40px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  color: black;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li > a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .right {
  margin-left: 50px;
}
#header .nav .right .h-search {
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box {
  margin-left: 45px;
}
.language-box .zhuyu span {
  font-size: 20px;
  margin: 0 5px;
  font-weight: 700;
}
.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;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  background-color: var(--color);
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #474747;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover::after {
  right: 0;
}
.more i {
  font-size: 16px;
  margin-left: 15px;
  border: 2px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
h2.h-title {
  font-size: 65px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  font-weight: 700;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.white {
  color: white;
}
.tit-font {
  font-family: var(--font);
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  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);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 120px;
  background-color: #f7f7f7;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  left: 50%;
  bottom: 25%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content ul li .content .box {
  color: white;
}
#banner .banner-content ul li .content .box a.btn {
  width: 190px;
  height: 50px;
  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;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: auto;
  position: relative;
}
#banner .banner-content ul li .content .box a.btn::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: white;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content ul li .content .box a.btn:hover::before {
  left: 50%;
}
#banner .banner-content .slickDots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 80px;
}
#banner .banner-content .slickDots .slick-dots {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#banner .banner-content .slickDots .slick-dots li {
  border: none;
  background-color: #9f9597;
  margin: 0 25px;
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .slickDots .slick-dots li::before {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  position: absolute;
  top: 53%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content .slickDots .slick-dots li.slick-active {
  background-color: var(--color);
  width: 15px;
  height: 15px;
}
#banner .banner-content .slickDots .slick-dots li.slick-active::before {
  border-color: #9f9597;
}
#banner .banner-bot {
  height: 140px;
  background-color: var(--color);
  width: 65%;
  margin-left: auto;
  border-bottom-left-radius: 30px;
  padding-left: 85px;
}
#banner .banner-bot ul {
  width: 750px;
}
#index-body .homepage-1 {
  padding: 90px 0;
  background-color: #f7f7f7;
}
#index-body .homepage-1 ul {
  margin: -15px -10px;
}
#index-body .homepage-1 ul .slick-slide{
  height: 100%;
}
#index-body .homepage-1 ul li {
  padding: 15px 10px;
}
#index-body .homepage-1 ul li .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#index-body .homepage-1 ul li .box:hover .text {
  top: 0;
}
#index-body .homepage-1 ul li .box .text {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 35px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#index-body .homepage-2 {
  padding: 90px 0;
}
#index-body .homepage-2 ul{
  margin: 0 -20px;
}
#index-body .homepage-2 ul li{
  padding: 0 8px;
}
#index-body .homepage-2 .slickDots ul li{
  padding: 0;
}
#index-body .homepage-2 ul li .box {
  position: relative;
}
#index-body .homepage-2 ul li .box .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}
#index-body .homepage-2 ul li .box .icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
#index-body .homepage-2 ul li .box .text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 55px 0 25px;
}
#index-body .homepage-2 ul li .box .text .img {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-2 ul li .box .text .img .img1{
  z-index: 10;
  transform: scale(0.9);
}
#index-body .homepage-2 ul li .box .text a.btn {
  font-size: 18px;
  color: var(--color);
  font-weight: 600;
  text-transform: uppercase;
}
#index-body .homepage-2 .slickDots ul.slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #dadada;
  border: none;
  margin: 0 15px;
}
#index-body .homepage-2 .slickDots ul.slick-dots li.slick-active {
  background-color: var(--color);
  border-color: transparent;
}
#index-body .homepage-3 {
  position: relative;
  padding: 60px 0 0;
}
#index-body .homepage-3 .img{
  margin-top: -33%;
}
#index-body .homepage-3 .play_img{
  margin-top: 45px;
}
#index-body .homepage-3 .play_img .box{
  width: fit-content;
  height: fit-content;
}
#index-body .homepage-3 .left {
  padding-right: 60px;
}
#index-body .homepage-3 .left h2.h-title {
  font-size: 50px;
}
#index-body .homepage-3 .right {
  padding-left: 60px;
}
#index-body .homepage-3 .right 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;
}
#index-body .homepage-3 .right ul li {
  width: 50%;
  margin: 25px 0;
}
#index-body .homepage-3 .right ul li:hover h4 em {
  color: var(--color);
}
#index-body .homepage-3 .right ul li h4 em {
  font-family: 'Rubik-Bold';
  font-size: 60px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .right ul li h4 span {
  font-size: 22px;
  margin-left: 5px;
}
#index-body .homepage-3 .right ul li h4 sub {
  font-size: 24px;
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
  display: inline-block;
  margin-right: 5px;
}
#index-body .homepage-3 .right ul li p {
  font-size: 18px;
  margin-top: 10px;
}
#index-body .homepage-4 {
  position: relative;
  padding: 85px 0;
}
#index-body .homepage-4 ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
#index-body .homepage-4 ul li .box {
  background: url('../images/home4_list_bg.jpg') no-repeat;
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 ul li .box:hover .text {
  color: white;
}
#index-body .homepage-4 ul li .box:hover::before {
  opacity: 1;
}
#index-body .homepage-4 ul li .box:hover a.img h3 {
  color: white;
}
#index-body .homepage-4 ul li .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 ul li .box a.img {
  display: block;
  position: relative;
}
#index-body .homepage-4 ul li .box a.img img {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 53% 100%, 40% 83%, 32% 80%, 0 80%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 53% 100%, 40% 83%, 32% 80%, 0 80%, 0 0);
  width: 100%;
}
#index-body .homepage-4 ul li .box a.img h3 {
  font-size: 60px;
  color: var(--color);
  line-height: 0.8;
  font-family: 'Rubik-Bold';
  left: 50px;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 ul li .box .text {
  padding: 70px 15px 50px 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
}
#index-body .homepage-4 .slickDots {
  margin-top: 45px;
}
#index-body .homepage-4 .slickDots .slick-dots li {
  background-color: #000;
  border: none;
  width: 20px;
  height: 8px;
  padding: 0;
  margin: 0 5px;
  border-radius: 0;
}
#index-body .homepage-4 .slickDots .slick-dots li.slick-active {
  background-color: var(--color);
  width: 45px;
}
#index-body .homepage-5 {
  background-color: #f2f2f2;
  position: relative;
  background-image: url('../images/home5-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .homepage-5 .left {
  width: 23%;
}
#index-body .homepage-5 .right {
  width: 77%;
  padding: 85px 210px 80px 55px;
}
#index-body .homepage-5 .right .bot .slickBtn div {
  width: 35px;
  height: 35px;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.4);
}
#index-body .homepage-5 .right .bot .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .homepage-5 .right .bot .slickBtn.pos div.prev {
  right: 100%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#index-body .homepage-5 .right .bot .slickBtn.pos div.next {
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-6 {
  padding: 80px 0 60px;
  background: url('../images/global-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-6 .img .dot{
  position: absolute;
  left: 80%;
  top:50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: red;
}
#index-body .homepage-6 .img{
  position: relative;
  width: fit-content;
  margin: auto;
}
#index-body .homepage-6 .img canvas{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .homepage-6 .bot {
  margin-top: 20px;
}
#index-body .homepage-6 .bot ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  height: 66px;
}
#index-body .homepage-7 {
  padding: 65px 0;
}
#index-body .homepage-7 ul li .box .line {
  width: 100%;
  background-color: #868686;
  height: 3px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-7 ul li .box:hover .line {
  background-color: var(--color);
}
#index-body .homepage-7 ul li .box .btn {
  width: 65px;
  height: 65px;
  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;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid var(--color);
}
#index-body .homepage-7 ul li .box .btn i {
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-7 ul li .box .btn:hover {
  color: var(--color);
  background-color: transparent;
}
#index-body .homepage-7 ul li .box .btn:hover i {
  border-color: var(--color);
}
#footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
}
#footer .top {
  padding: 75px 0 60px;
}
#footer .top form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
#footer .top form ul li {
  width: 280px;
  padding: 0 5px;
}
#footer .top form ul li:last-child {
  width: 150px;
}
#footer .top form ul li input[type='text'] {
  width: 100%;
  height: 50px;
  border: none;
  font-size: 16px;
  color: white;
  background-color: #5a5a5a;
  padding: 0 15px;
  font-weight: 300;
}
#footer .top form ul li input[type='submit'] {
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  background-color: var(--color);
  color: white;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .top form ul li input[type='submit']:hover {
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
}
#footer .top form ul li input::-webkit-input-placeholder {
  color: white;
}
#footer .center {
  padding-bottom: 50px;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
#footer .center ul li span {
  font-size: 18px;
}
#footer .center ul li #ewm img,
#footer .center ul li #ewm canvas {
  width: 105px;
  height: 105px;
  border: 5px solid white;
}
#footer .center ul li .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
#footer .center ul li .share a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  margin-right: 25px;
}
#footer .center ul li .share a:last-child {
  margin-right: 0;
}
#footer .center ul li .share a i {
  font-size: 18px;
}
#footer .center ul li .share a:hover {
  color: var(--color);
}
#footer .center ul li.contact {
  max-width: 485px;
}
#footer .center ul li.contact span {
  display: block;
  margin-bottom: 10px;
}
#footer .center ul li.contact span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .bottom .box {
  height: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .bottom .box span {
  font-size: 16px;
}
#footer .bottom .box span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  margin-left: 10px;
}
@media screen and (max-width: 1700px) {
  #index-body .homepage-2 ul li .box .text {
    padding: 25px 0;
  }
  #header .nav {
    padding: 0 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 40px;
  }
  #index-body .homepage-3 .left h2.h-title {
    font-size: 44px;
  }
  #index-body .homepage-3 {
    padding: 70px 0 0;
  }
  h2.h-title {
    font-size: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #banner .banner-bot .img1{
    max-width:70%;
  }
}
@media screen and (max-width: 1450px) {
  #banner {
    margin-top: 40px;
  }
  #header .nav .logo {
    max-width: 150px;
  }
  #banner .banner-content ul li .content .box {
    width: 60%;
  }
  #banner .banner-bot ul {
    width: 80%;
  }
  #banner .banner-bot > img {
    margin-left: 50px;
  }
  #index-body .homepage-3 .right ul li h4 em {
    font-size: 48px;
  }
  #index-body .homepage-3 {
    padding: 70px 0;
  }
  #index-body .homepage-3 .left h2.h-title {
    font-size: 40px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 20px;
  }
  .language-box {
    margin-left: 20px;
  }
  #header .nav .right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content .slickDots {
    bottom: 35px;
  }
  #banner .banner-bot {
    width: 85%;
  }
  #index-body .homepage-3 .right {
    padding-left: 0;
  }
  #index-body .homepage-3 .right ul li:nth-child(2n) {
    padding-left: 30px;
  }
  #index-body .homepage-3 .left h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-3 .right ul {
    margin-top: -25px;
  }
  #index-body .homepage-4 ul li .box .text {
    padding: 30px;
  }
  #index-body .homepage-4 ul li .box a.img h3 {
    font-size: 35px;
    left: 30px;
  }
  #footer .top form ul li {
    width: 240px;
  }
  #footer .center ul li.link {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-3 .img {
    margin-top: -10%;
  }
  #banner .banner-bot > img {
    margin-left: 20px;
  }
  #banner .banner-content .slickDots {
    display: none;
  }
  #banner .banner-bot {
    width: 100%;
    border-bottom-left-radius: 0;
  }
  #banner .banner-content ul li .content .box {
    width: 100%;
  }
  #banner .banner-content ul li .content {
    left: 50%;
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-3 .left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-3 .right {
    padding-left: 0;
    width: 100%;
  }
  #index-body .homepage-3 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-3 .right {
    width: 100%;
  }
  #footer .top form ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .bottom .box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
    #index-body .homepage-3 .img {
    margin-top: 30px;
  }
  #banner .banner-bot .img1 {
    margin-left: 0;
  }
  #banner .banner-bot{
    padding-left: 30px;
  }
  #index-body .homepage-2 ul li .box{
    height: auto;
  }
  #index-body .homepage-2 ul li .box .text {
    padding: 15% 0;
  }
  #index-body .homepage-2 ul li .box .text h4{
    font-size: 20px;
  }
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  #banner .banner-content ul li .content .box p {
    margin-bottom: 0;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-5 .left {
    display: none;
  }
  #index-body .homepage-5 .right {
    width: 100%;
    padding: 85px 60px !important;
  }
  #index-body .homepage-6 {
    padding: 80px 30px;
  }
  #footer .bottom .box span {
    text-align: center;
  }
  #footer .top form ul {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-bot {
    padding: 0 15px;
  }
  #banner .banner-bot ul {
    width: 100%;
  }
  #banner .banner-bot ul li {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #banner .banner-bot > img {
    display: none;
  }
  #banner .banner-content ul li {
    height: 300px;
  }
  #banner .banner-content ul li .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-2 ul li .box .text a.btn {
    margin-top: 15px;
  }
  #index-body .homepage-3 .right ul li {
    text-align: center;
  }
  #index-body .homepage-3 .right ul li p {
    font-size: 14px;
  }
  #index-body .homepage-3 .right ul li h4 span {
    font-size: 16px;
  }
  #index-body .homepage-3 .right ul li:nth-child(2n) {
    padding-left: 0;
  }
  #index-body .homepage-3 .right ul li h4 em {
    font-size: 36px;
  }
  #index-body .homepage-5 .right {
    padding: 85px 35px !important;
  }
}






























.inner-banner {
  margin-top: 120px;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 1.6;
  font-weight: 700;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .img {
  position: relative;
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-size: 48px;
  line-height: 1.7;
  font-weight: 700;
}
.inner-page .title {
  font-size: 28px;
  color: #282727;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
}
.inner-page .title em {
  color: var(--color);
}
/*.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}*/
.about-page .about-1 {
  padding-top: 4.688%;
}
.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-page .about-1 .content .con {
  width: 62%;
  font-size: 16px;
  color: #282727;
  line-height: 1.8;
  max-height: 633px;
  overflow-y: scroll;
  padding-right: 15px;
}
.about-page .about-1 .content .right {
  width: 38%;
}
.about-page .about-1 .content .right .ig {
  max-width: 365px;
  margin: 0 0 0 auto;
  text-align: center;
  font-weight: 700;
}
.about-page .about-1 .content .right span {
  font-size: 200px;
  line-height: 1;
  color: var(--color);
}
.about-page .about-1 .content .right p {
  font-size: 80px;
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: 24px;
}
.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-page .about-2 {
  padding-top: 5.99%;
}
.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}
.about-page .about-2 .text .title::before {
  display: none;
}
.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-page .about-2 .text .con {
  font-size: 16px;
  color: #282727;
  line-height: 1.7;
  margin-top: 42px;
}
.about-page .about-3 {
  padding-top: 3.782%;
  margin-top: 105px;
  background: #efefef;
  padding-bottom: 50px;
}
.about-page .about-3 .header {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .content {
  margin-top: 70px;
}
.about-page .about-4 {
  padding: 6.25% 0;
}
.about-page .about-4 .box{
  background-color: var(--color);
}
.about-page .about-4 .box .left {
  vertical-align: middle;
  color: white;
  padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
}
.about-page .about-4 .box .left .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 26px;
  width: 76%;
}
.about-page .about-4 .box .right {
  vertical-align: middle;
}
.about-page .about-4 .box .right ul {
  max-width: 602px;
  margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
  line-height: 234px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
  background-color: #04659f;
}
.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
.about-page .about-5{
  margin-top: 100px;
}
.about-page .about-5 .top .right span::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 1280px) {
 
  .about-page .about-4 .box .left {
    padding-left: 50px;
  }
  .about-page .about-4 .box .left .con {
    width: 92%;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .text {
    padding: 65px 0 0 40px;
  }
 
}
@media screen and (max-width: 1000px) {
  .inner-banner .img {
    display: none;
  }
  .inner-banner .img .tit {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-page .about-1 .content .con {
    width: 100%;
  }
  .about-page .about-1 .content .right {
    display: none;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
 
  .about-page .about-4 .box .left {
    padding-left: 20px;
  }
    .about-page .about-5 .top .right {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .img .tit {
    font-size: 26px;
  }
  .inner-page .title {
    font-size: 40px;
  }
  
  .about-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 200px;
  }
}
@media screen and (max-width: 500px) {
    .about-page .about-5 .top .right span::after {
    width: 35px;
  }
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }
  .inner-page .title {
    font-size: 32px;
  }
  .about-page .about-2 .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .more {
    margin-top: 15px;
  }
  .about-page .about-4 .box .left .tit {
    font-size: 32px;
  }
  .about-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 20px;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 150px;
  }
}
.product-yd-page .top {
  padding: 4.4792% 0 1%;
  text-align: center;
}
.product-yd-page .top .ui.container {
  max-width: 1002px;
}
.product-yd-page .top .title::before {
  display: none;
}
.product-yd-page .top .con {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  margin-top: 18px;
}
.product-yd-page .palallax_wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 70px 0;
  background: url("../images/ipbg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.product-yd-page .palallax_conts {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
}
.product-yd-page .palallax_conts dl {
  position: relative;
  top: 0;
  min-height: 280px;
  margin-bottom: 120px;
  text-align: left;
  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;
}
.product-yd-page .palallax_conts dl dt {
  position: absolute;
  top: 200px;
  left: 40%;
  opacity: 0;
}
.product-yd-page .palallax_conts dl dt span {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 0;
  height: 2px;
  background: var(--color);
  z-index: 10;
}
.product-yd-page .palallax_conts dl: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;
}
.product-yd-page .palallax_conts .description {
  position: relative;
  width: 57.5%;
  font-size: 16px;
  line-height: 2;
  color: white;
  padding-left: 60px;
}
.product-yd-page .palallax_conts dl:nth-child(even) .description{
  padding-left: 0;
  padding-right: 60px;
}
.product-yd-page .palallax_conts .description .tit {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 22px;
}
.product-yd-page .palallax_conts .img {
  width: 42.5%;
  border-radius: 15px;
  overflow: hidden;
}
.product-yd-page .palallax_conts .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-yd-page .palallax_conts .more {
  margin-top: 54px;
}
.product-yd-page .palallax_conts .right dt {
  right: 28%;
}
.product-yd-page .palallax_conts .right .description {
  padding-right: 34px;
}
.product-yd-page .bottom {
  background: url(../images/ipbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 6.407% 0 7.292%;
  color: white;
}
.product-yd-page .bottom .ui.container {
  max-width: 1170px;
}
.product-yd-page .bottom 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: 120px;
}
.product-yd-page .bottom ul li .img {
  width: 47%;
  padding-left: 60px;
}
.product-yd-page .bottom ul li .img .img-box {
  overflow: unset;
}
.product-yd-page .bottom ul li .text {
  width: 53%;
  padding-left: 34px;
}
@-webkit-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@-moz-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
.product-yd-page .bottom ul li .text .title {
  color: white;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-yd-page .bottom ul li .text .title::before {
  left: -236px;
  background: var(--color);
  animation: wid 6s linear;
}
.product-yd-page .bottom ul li .text .title:hover {
  color: var(--color);
}
.product-yd-page .bottom ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-yd-page .bottom ul li .text .more {
  margin-top: 54px;
}
.product-yd-page .bottom 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;
}
.product-yd-page .bottom ul li:nth-child(even) .text {
  text-align: right;
  padding: 0 34px 0 0;
}
.product-yd-page .bottom ul li:nth-child(even) .text .title::before {
  right: -236px;
  left: initial;
}
.product-yd-page .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1450px) {
  .product-yd-page .palallax_conts .description .tit{
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px) {
  .product-yd-page .palallax_conts{
    padding: 0 15px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .title {
    font-size: 40px;
  }
  .product-yd-page .palallax_conts .description .tit{
    font-size: 30px;
  }
  .product-yd-page .palallax_conts .img{
    width: 100%;
  }
  .product-yd-page .palallax_conts .description{
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .product-yd-page .palallax_conts dl{
    flex-wrap: wrap;
  }
  .product-yd-page .palallax_conts dl:nth-child(even){
    flex-direction: row;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .bottom ul li {
    margin-bottom: 30px;
  }
  .product-yd-page .bottom ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .bottom ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .title {
    font-size: 36px;
  }
}
.customize-page .customize-1 {
  padding-top: 4.219%;
  text-align: center;
}
.customize-page .customize-1 .ui.container {
  max-width: 1410px;
}
.customize-page .customize-1 .title::before {
  display: none;
}
.customize-page .customize-1 .content {
  margin-top: 59px;
}
.customize-page .customize-1 .content ul {
  margin-right: -81px;
}
.customize-page .customize-1 .content ul li {
  padding-right: 81px;
}
.customize-page .customize-1 .content ul li .img-box {
  border-radius: 50%;
  display: inline-block;
  width: auto;
}
.customize-page .customize-1 .content ul li .text {
  padding-top: 29px;
}
.customize-page .customize-1 .content ul li .text span {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color);
}
.customize-page .customize-1 .content ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  color: #1c1c1c;
  margin-top: 13px;
}
.customize-page .customize-2 {
  padding-top: 5.365%;
}
.customize-page .customize-2 .box {
  text-align: right;
  background: url(../images/customize2.png) no-repeat left top;
  padding: 73px 0 15px;
}
.customize-page .customize-3 {
  padding-top: 7.7%;
}
.customize-page .customize-3 .ui.container {
  max-width: 1090px;
}
.customize-page .customize-3 .left {
  vertical-align: middle;
}
.customize-page .customize-3 .right {
  padding-left: 115px;
  vertical-align: middle;
}
.customize-page .customize-3 .right .title::before {
  display: none;
}
.customize-page .customize-3 .right .con {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 1.8;
  margin-top: 13px;
}
.customize-page .customize-3 .right .color {
  width: 80%;
  margin-top: 26px;
}
.customize-page .customize-3 .right .color span {
  display: inline-block;
  margin: 0 37px 9px 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.customize-page .customize-3 .right .color span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 21px;
  height: 20px;
  background: url(../images/check.png) no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customize-page .customize-3 .right .color span.active::after {
  opacity: 1;
}
.customize-page .customize-3 .right .more {
  margin-top: 43px;
}
.customize-page .customize-3 .right .more::after {
  background: #f6f5f1;
}
.customize-page .customize-4 {
  padding-top: 7%;
}
.customize-page .customize-5 {
  padding: 5.782% 0 5.261%;
}
.customize-page .customize-5 .content {
  margin-top: 52px;
}
.customize-page .customize-5 .content ul {
  margin: 0 -64px -50px 0;
}
.customize-page .customize-5 .content ul li {
  padding: 0 64px 50px 0;
  text-align: center;
}
.customize-page .customize-5 .content ul li .img-box {
  border-radius: 30px;
}
.customize-page .customize-5 .content ul li .img-box img {
  width: 100%;
  display: inline-block;
}
.customize-page .customize-5 .content ul li p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #232323;
  margin-top: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .customize-page .customize-1 .content ul {
    margin-right: -40px;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 40px;
  }
  .customize-page .customize-3 .right {
    padding-left: 80px;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -30px -20px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 30px 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  .customize-page .customize-1 .content {
    margin-top: 30px;
  }
  .customize-page .customize-1 .content ul {
    margin-right: -20px;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 20px;
  }
  .customize-page .customize-2 .box {
    background-size: 70%;
    padding: 15px 0;
  }
  .customize-page .customize-2 .box img {
    width: 50%;
  }
  .customize-page .customize-3 .right {
    padding-left: 30px;
  }
  .customize-page .customize-3 .right .title {
    font-size: 36px;
  }
  .customize-page .customize-3 .right .color {
    width: 100%;
  }
  .customize-page .customize-3 .right .color span {
    margin: 0 33px 9px 0;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -15px -10px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 15px 10px 0;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .customize-page .customize-3 .left {
    width: 100%;
  }
  .customize-page .customize-3 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .customize-page .customize-3 .right .more {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .customize-page .customize-3 .right .title {
    font-size: 32px;
  }
  .customize-page .customize-3 {
    display: none;
  }
}
.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(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: white;
  margin-top: 89px;
  padding: 4.672% 60px 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, 0.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;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  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(../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: transparent;
  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, 0.77);
}


.mana-page .mana-2 .ces {
  margin: 40px -15px 0;
}
.mana-page .mana-2 .ces .ce {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  padding: 0 15px; 
}
.mana-page .mana-2 .ces .ce img{
  width:100%;
}
.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-2 .pdf ul{
  margin: -15px -5px;
}
.mana-page .mana-2 .pdf ul li{
  padding: 15px 5px;
}
.mana-page .mana-2 .pdf ul li .box{
  border-radius: 5px;
  padding: 30px 30px;
  background-color: rgb(242, 242, 242);
}
.mana-page .mana-2 .pdf ul li .box a.btn{
  padding: 30px 60px;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: var(--color);
  font-size: 16px;
  color: white;
  transition: all 0.5s;
  border-radius: 5px;
}
.mana-page .mana-2 .pdf ul li .box a.btn:hover{
  background-color: #000;
}
.mana-page .mana-3 ul li .img {
  background: url(../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: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 20px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../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 .header ul li{
  color: white;
  font-size: 20px;
  margin-left: 20px;
  border-bottom:1px solid transparent;
  transition: all 0.5s; 
  cursor: pointer;
}
.mana-page .mana-4 .header ul li.active{
  border-color: white;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content .list{
  display: none;
}
.mana-page .mana-4 .content .list.active{
  display: block;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.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 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 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 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 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .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 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 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;
  }
  .mana-page .mana-2 .pdf ul li .box a.btn{
    padding: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-2 .pdf ul li{
    width: 100%;
    margin: 15px 0;
  }
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 16px;
    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 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img{
  display: flex;
  justify-content: center;
  width: 100%;
}
.productList ul li .img .pos{
  width:100%;
}
.productList ul li .img .bg{
  width: 100%;
  height: auto;
  position: relative;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  #innerMobileBanner~.inner-banner {
    display: block !important;
  }
  #innerMobileBanner {
    display: none;
  }
  .product-page .productBox .left{
    display: none;
  }
  .product-page .productBox .productList{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
}


.productBox .left #product-list li {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 25px 30px;
    background-color: white;
}

.productBox .left #product-list li i {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 24px;
    color: #000;
    cursor: pointer
}

.productBox .left #product-list li a {
    display: inline-block;
    font-size: 16px;
    font-family: Mulish;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase
}

.productBox .left #product-list li ul.children {
    margin-top: 20px
}

.productBox .left #product-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0
}
.productBox .left #product-list li.active > a,
.productBox .left #product-list li ul.children li.active > a{
  color: var(--color);
}
.productBox .left #product-list li ul.children li a {
    font-weight: 400;
    color: rgba(0,0,0,.8);
    text-transform: capitalize
}

.productBox .left #product-list li ul.children li:last-child {
    margin-bottom: 0
}














.prodet-page {
  padding: 100px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 75%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .big ul li{
  padding: 1px 0;
}
.prodet-page .prodet-1 .box .left .big .img{
  border: 1px solid #e6e6e6;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.prodet-page .prodet-1 .box .left .big .img img{
  max-width: 90%;
}
.prodet-page .prodet-1 .box .left .small {
  width: 25%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
  height: 505px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small ul li .img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
    border: 1px solid #e6e6e6;
      padding: 20px;
      height: 100%;
}
.prodet-page .prodet-1 .box .left .small ul li .img img{
  max-width: 90%;
}
.prodet-page .prodet-1 .box .right .content h1{
  font-weight: 700;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.btn {
  color: white;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.btn:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  margin-left: 130px;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
  font-weight: 700;
    font-size: 30px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-2 .ret ul li .content.form form{
  width:100% !important; 
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #efefef;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .small ul{
    height: auto;
  }
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}
.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;
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  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;
  margin: -30px -15px;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .init-1 ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  width: 33.3333333%;
}
.contact-page .init-1 ul li i {
    max-width: 160px;
    display: block;
    margin: 0 auto;
}
.contact-page .init-1 ul li .text{
  width: calc(100% - 160px);
  padding-left: 20px;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  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-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: bold;
}
.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: black;
  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: transparent;
  font-size: 16px;
  color: black;
  -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: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.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: black;
}
.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: white;
  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 white;
}
.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: black;
  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: white;
}
.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 white;
  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: black;
}
.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: black;
}
.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;
}
#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 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;
}
#addForm2 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;
}
#addForm2 .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;
}
#addForm2 .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);
  /*border-radius: 28px;*/
  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;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .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;
  }
  .contact-page .init-1 ul li h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .init-1 ul li {
    width: 50%;
    text-align: center;
    flex-wrap: wrap;
  }
  .contact-page .init-1 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .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;
  }
  #addForm2 {
    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-1 ul li {
    width: 100%;
  } 

  .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;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}
.honor-page .container .tips_title {
  text-align: center;
  font-weight: 700;
    margin-bottom: -30px;
  text-transform: uppercase;
}
.honor-page .container .content {
  margin-top: 50px;
}
.honor-page .container .content ul {
  margin: 0 -50px;
}
.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
  text-align: center;
}
.honor-page .container .content ul li .box a {
  display: block;
}
.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }
  .honor-page .container .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .honor-page .container .content {
    margin-top: 0;
  }
}
.news-page {
  padding-bottom: 110px;
}
.font-48 {
  font-size: 48px;
}
.pt-80 {
    padding-top: 80px;
}
.news-page .tips_title {
  padding-left: 60px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.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: 330px;
  padding: 30px 50px;
  background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.news-page .content ul li .box .title {
  font-weight: bold;
  font-size: 26px;
}
.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 {
  margin-top: 20px;
  line-height: 2;
}
.news-page.faq-page .content ul li .box .des {
  display: block;
  max-height: 190px;
  overflow-y: auto;
  padding-right: 15px;
}
.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, 0.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-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;
}
.pro_public .init-related .container .content .slick li .box .img .bg{
  width: 100%;
  height: auto;
}
.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);
}
.pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1700px) {
  .news-page.faq-page .content ul li .box .des{
    max-height: 140px;
  }
}
@media screen and (max-width: 1500px) {
  .font-48 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .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;
  }
  .m-link {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .pt-80 {
    padding-top: 40px;
  }
  .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;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
}
.product-page{
  background: #eee;
}
.product-page .slideBar {
    padding-top: 100px;
}

.product-page .slideBar .top {
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    padding-bottom: 60px;
}
.product-page .slideBar .top li{
  margin-right: 10px;
}
.product-page .slideBar .top li:last-child{
  margin-right: 0;
}
.product-page .slideBar .top li a.add {
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    transition: .5s;
    background: #f3f3f3;
    padding: 3px 25px;
    position: relative;
}

.product-page .slideBar .top li a.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--color);
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}

.product-page .slideBar .top li.active a.add,
.product-page .slideBar .top li:hover a.add {
    background: var(--color);
}

.product-page .slideBar .top li.active a.add:after,
.product-page .slideBar .top li:hover a.add:after {
    opacity: 1;
}

.product-page .slideBar .top li a.active.add {
    background: var(--color);
    color: white;
}

.product-page .slideBar .top li a.active.add:after {
    opacity: 1;
}

.product-page .slideBar .top li ul.children {
    display: none;
}

.product-page .slideBar .top li.active ul.children {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.product-page .slideBar .top li ul.children li {
    display: inline-block;
}

.product-page .slideBar .top li ul.children li a {
    font-size: 20px;
    transition: .5s;
    position: relative;
    margin-right: 60px;
    color: #767676;
}

.product-page .slideBar .top li ul.children li a.active,
.product-page .slideBar .top li ul.children li a:hover {
    color: var(--color);
}
.product-page .slideBar .top {
    flex-wrap: wrap;
}
.product-page .slideBar .top li {
    margin-bottom: 35px;
}
.tit1 {
  font-size: 36px;
  font-weight: 700;
}
.tit1.line::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: currentcolor;
}
.tit1.txt-center.line::after {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .product-page .slideBar{
    display: none;
  }
  .tit1{
    font-size: 24px;
  }
}
.seo_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

#seo_about ._box {
    margin: -15px;
}

#seo_about ._left,
#seo_about ._right {
    padding: 15px;
    vertical-align: middle;
}
#seo_about ._right ._text {
  line-height: 2;
}

#honor_list ul {
    margin: -15px;
}

#honor_list ul li {
    padding: 15px;
}

#news_list ul {
    margin: -15px;
}

#news_list ul li {
    padding: 15px;
}

#news_list ._time span {
    display: inline-block;
    padding: 5px;
}

#news_list ._time span._cate {
    color: #FFFFFF;
    background-color: var(--color);
}

#news_list ._time span._date {
    background-color: #e3e3e3;
}

#news_list ._table {
    padding: 30px 20px;
    border: 2px solid #CCCCCC;
    line-height: 2;
}
#news_list ._table ._name{
  font-weight: 700;
}
#seo_public_from {
    padding: 80px 0;
    background: #f9f9f9;
}

#seo_public_from h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#seo_public_from .seo_public_from {
    margin-top: 30px;
}

#seo_public_from .seo_public_from ul {
    margin: -10px;
}

#seo_public_from .seo_public_from ul li {
    padding: 10px;
}

#seo_public_from .seo_public_from ul li.wid-100 {
    width: 100%;
}

#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: black;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
    border-color: black;
}

#seo_public_from .seo_public_from ul li textarea {
    height: 120px;
}

#seo_public_from .seo_public_from ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #222;
    color: white;
}

#seo_public_from .seo_public_from ul li input[type="submit"]:hover {
    opacity: .7;
}
@media screen and (max-width: 1000px) {
    #seo_about ._left,
    #seo_about ._right {
        width: 100% !important;
    }
}
#seo_other ._text, .seoIndustry ._text {
  line-height: 2;
}

#index-body .about .bottom {
    text-align: center;
    padding: 16.448% 0;
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

#index-body .about .bottom .play {
    display: inline-block;
    position: relative;
    z-index: 1
}

#index-body .about .bottom .play:before,#index-body .about .bottom .play:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,.44);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite
}

#index-body .about .bottom .play:before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

#index-body .about .data {
    padding: 65px 6.579% 0 10%
}

#index-body .about .data 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;
    flex-wrap: wrap;
}

#index-body .about .data ul li {
    display: inline-block
}
#index-body .about .data ul li .num sub{
  vertical-align: top;
  color: var(--color);
}
#index-body .about .data ul li .num em {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    font-weight: 700;
    color: var(--color)
}

#index-body .about .data ul li .num span {
    font-size: 16px;
    color: #080808;
    line-height: 1.5;
    width: 50%;
    padding-left: 9px;
    margin-bottom: -5px;
    display: block;
}

#index-body .about .data ul li:nth-child(2) .num span {
    width: 37%
}











.service-page .init-1 .container .left .tips {
    font-weight: 400;
    font-weight: 600;
    text-transform: uppercase
}

.service-page .init-1 .container .left .tips .r {
    color: var(--color)
}

.service-page .init-1 .container .left img {
    display: block;
    margin-top: 40px;
    width: 100%
}

.service-page .init-1 .container .right {
    padding-left: 80px
}

.service-page .init-1 .container .right .tips_des {
    color: rgba(0,0,0,.7)
}

.service-page .init-1 .container .right .content_list {
    padding-top: 30px
}

.service-page .init-1 .container .right .content_list .list {
    margin-top: 14px
}

.service-page .init-1 .container .right .content_list .list .title {
    color: var(--color);
    text-transform: uppercase;
    font-size: 30px;
}

.service-page .init-1 .container .right .content_list .list .title span {
    border-bottom: 2px solid var(--color)
}

.service-page .init-1 .container .right .content_list .list .des {
    margin-top: 20px;
    color: #212121;
    line-height: 1.8
}

.service-page .init-1 .container .right .bottom_c {
    margin-top: 40px;
    position: relative
}

.service-page .init-1 .container .right .bottom_c .cont {
    color: #fff;
    position: relative;
    right: 44%;
    background-color: var(--color);
    width: 750px;
    padding: 40px 20px;
    text-align: center
}

.service-page .init-1 .container .right .bottom_c .cont .list {
    width: 234px
}

.service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    font-weight: 400
}

.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
    margin-left: -17px
    font-size: 35px;
}

.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
    margin-top: 10px
}

.service-page .init-2 .container .left {
    vertical-align: middle;
    padding-right: 70px
}

.service-page .init-2 .container .left .tips {
    text-transform: uppercase
}

.service-page .init-2 .container .left .des {
    margin-top: 20px
}

.service-page .init-2 .container .left .more {
    margin-top: 40px;
}

.service-page .init-2 .container .left .more img {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    margin-left: 26px;
    position: relative;
    z-index: 2;
    margin-top: -4px
}

.service-page .init-2 .container .right {
    vertical-align: middle
}

.service-page .init-2 .container .right img {
    width: 100%
}

.service-page .init-3 .container {
    color: #fff;
    text-align: center
}

.service-page .init-3 .container .tips {
    text-transform: uppercase
}

.service-page .init-3 .container .des {
    margin: 10px 0 30px;
    font-weight: 300
}

.service-page .init-3 .container .more {
    margin: 30px auto 0;
}

.service-page .init-4 .container .tips {
    text-transform: uppercase
}

.service-page .init-4 .container form input,.service-page .init-4 .container form textarea {
    margin-top: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 12px 60px;
    background-repeat: no-repeat;
    font-size: 16px;
    -o-background-size: 26px auto;
    background-size: 26px auto;
    background-position: 20px 12px
}

.service-page .init-4 .container form .name,.service-page .init-4 .container form .mail {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(50% - 25px)
}

.service-page .init-4 .container form .mail {
    margin-left: 50px
}

.service-page .init-4 .container form .submit {
    width: 200px;
    padding: 10px 60px;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    background: var(--color);
    border-color: var(--color);
    color: white;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
}
.service-page .init-4 .container form .submit:hover{
  color:  var(--color);
  background: transparent;
}

.projects-page .top ul li{
  margin: 10px 15px;
  transition: all 0.5s;
}
.projects-page .top ul li.active,
.projects-page .top ul li:hover{
  color: var(--color);
}
@media (max-width: 1250px) {
   .service-page .init-1 .container .right .bottom_c .cont {
        right: 86%
    }

}
@media (max-width: 1000px) {
  #index-body .about .data ul li .num span {
    width: 100% !important;
}
  #index-body .about .data{
        padding: 65px 0 0 0;
  }
       .service-page .init-1 .container .left {
        width: 100%;
        text-align: center
    }

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

    .service-page .init-1 .container .right .bottom_c .cont {
        width: 100%;
        left: 0
    }

    .service-page .init-1 .container .right .bottom_c .cont .list {
        width: 210px
    }

    .service-page .init-2 .container .left {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .service-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px
    }

    .service-page .init-4 .container {
        text-align: center
    }
}
@media (max-width: 700px) {
  #index-body .about .data ul li{
    margin: 15px 0;
  }
  #index-body .about .data ul li .num{
    text-align: center;
  }
  #index-body .about .data ul li .num span{
    text-align: center;
  }
    .service-page .init-1 .container .right .bottom_c .cont {
        padding-top: 20px
    }

    .service-page .init-1 .container .right .bottom_c .cont .list {
        width: 100%;
        margin-top: 20px
    }

}
@media (max-width: 500px) {
  #index-body .about .data ul li .num{
    text-align: left;
  }
    #index-body .about .data ul li .num span{
    text-align: left;
  }
  .service-page .init-4 .container form .name, .service-page .init-4 .container form .mail{
    margin-left: 0;
    width: 100%;
  }
}