@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #85c226;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fancybox-can-drag .fancybox-content{
  background: white !important;
}
.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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#header.active,
#header.inner-header {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
#header.active .nav{
  height: 80px;
  padding: 15px;
}
#header.active .nav .logo{
  width: 55px;
}
#header .nav .logo{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 74px;
  display: block;
}
#header .nav {
  height: 125px;
  -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: 16px;
  margin-right: 50px;
  -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: white;
  position: relative;
  text-transform: uppercase;
  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;
}
#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;
  -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: 100%;
  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;
  width: fit-content;
}
#header .nav .right .h-search,
#header .nav .right .h-inquiry {
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box {
  margin: 0 45px;
}
.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 {
  border-radius: 3px;
  position: relative;
  border: 2px solid #fff;
  width: 195px;
  height: 50px;
  display: block;
  font-size: 16px;
  font-family: 'BrandonGrotesque';
  text-transform: uppercase;
  line-height: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  color: #fff;
}
.more span {
  position: relative;
  z-index: 2;
}
.more::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: 22px;
  left: -25px;
  background-color: #fff;
  z-index: 2;
}
.more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
}
.more:hover {
  color: #000;
}
.more:hover::after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
h2.h-title {
  font-size: 48px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  font-weight: 500;
  text-transform: uppercase;
}
.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;
}
.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;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content .box {
  color: white;
}
#banner .banner-content ul li .content .box a.more {
  margin: auto;
}
#index-body .homepage-1 {
  padding: 125px 0;
}
#index-body .homepage-1 .right ul {
  margin-top: 65px;
}
#index-body .homepage-1 .right ul li {
  text-align: center;
}
#index-body .homepage-1 .right ul li p {
  font-size: 16px;
  opacity: 0.8;
  font-weight: 500;
  margin-top: 25px;
}
#index-body .homepage-2 {
  margin-bottom: 125px;
}
#index-body .homepage-2 ul li .box {
  position: relative;
}
#index-body .homepage-2 ul li .box:hover h4 {
  opacity: 0;
}
#index-body .homepage-2 ul li .box:hover .text {
  top: 0;
}
#index-body .homepage-2 ul li .box h4 {
  width: 380px;
  height: 50px;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: black;
}
#index-body .homepage-2 ul li .box .text {
  position: absolute;
  padding: 75px 50px;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 ul li .box .text .con {
  font-weight: 300;
}
#index-body .homepage-2 ul li .box .text a.btn {
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 70px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-2 ul li .box .text a.btn:hover {
  padding-left: 0;
}
#index-body .homepage-2 ul li .box .text a.btn:hover::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-2 ul li .box .text a.btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: white;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 {
  height: 620px;
  background: url("../images/homepage3-bg.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .homepage-3 .box h3 {
  font-size: 18px;
  font-weight: 500;
}
#index-body .homepage-3 .box ul li {
  width: 360px;
  border-bottom: 1px solid black;
  padding-bottom: 30px;
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .homepage-3 .box ul li p {
  font-size: 16px;
  font-weight: 500;
}
#index-body .homepage-3 .box ul li h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 0.8;
}
#index-body .homepage-4 {
  position: relative;
}
#index-body .homepage-4::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 235px;
  background-color: #f2f2f2;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#index-body .homepage-4 video{
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: bottom;
}
#index-body .homepage-5 {
  background-color: #f2f2f2;
  padding: 115px 0 60px;
  position: relative;
}
#index-body .homepage-5 span.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
}
#index-body .homepage-5 span.arrow:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-5 span.arrow i {
  font-size: 24px;
}
#index-body .homepage-5 span.arrow.prev {
  left: 30px;
}
#index-body .homepage-5 span.arrow.next {
  right: 30px;
}
#index-body .homepage-5 ul {
  margin: 0 -18px;
}
#index-body .homepage-5 ul li {
  padding: 20px 18px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 ul li:hover {
  padding-top: 0;
}
#index-body .homepage-5 ul li .box {
  background-color: white;
  padding: 55px 15px;
}
#index-body .homepage-5 ul li .box a.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-5 ul li .box h4 {
  font-size: 22px;
}
#index-body .homepage-5 ul li .box h4::before {
  content: '';
  display: block;
  width: 55px;
  height: 8px;
  background-color: var(--color);
  margin-bottom: 5px;
}
#index-body .homepage-6 {
  padding: 150px 0 160px;
}
#footer .top {
  background-color: #0a0a0a;
  padding: 60px 0 75px;
}
#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: 240px;
  padding: 0 5px;
  padding: 0 12px;
}
#footer .top form ul li input[type='text'] {
  width: 100%;
  height: 60px;
  border: none;
  font-size: 19px;
  color: white;
  border-radius: 10px;
  background-color: #212222;
  padding: 0 15px;
}
#footer .top form ul li input[type='submit'] {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: var(--color);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  -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: rgba(255, 255, 255, 0.4);
}
#footer .top form ul li:nth-last-child(2) {
  width: -webkit-calc(100% - 960px);
  width: -moz-calc(100% - 960px);
  width: calc(100% - 960px);
}
#footer .center {
  padding: 85px 15px 100px;
}
#footer .center ul li h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  text-transform: uppercase;
}
#footer .center ul li span {
  font-size: 16px;
  font-size: 500;
}
#footer .center ul li #ewm img,
#footer .center ul li #ewm canvas {
  width: 105px;
  height: 105px;
}
#footer .center ul li.contact {
  max-width: 375px;
}
#footer .center ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .center ul li.contact .list:nth-child(2) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .center ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .center ul li.contact .list i {
  font-size: 20px;
  display: block;
}
#footer .center ul li.contact .list span {
  padding-left: 10px;
}
#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 {
  background-color: black;
}
#footer .bottom .box {
  height: 70px;
}
#footer .bottom .box span {
  font-size: 16px;
  color: white;
  font-weight: 300;
}
#footer .bottom .box span img {
  width: 260px;
  height: auto;
  padding-top: 3px;
  margin-left: 10px;
}

@media screen and (max-width: 1450px) {
  #index-body .homepage-1 .right {
    width: 50%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .homepage-1 .right {
    width: 100%;
    margin-top: 60px;
    padding-right: 0;
  }
  #index-body .homepage-1 {
    padding: 85px 0;
  }
  #index-body .homepage-2 {
    margin-bottom: 85px;
  }
  #index-body .homepage-3 {
    height: 400px;
  }
  #index-body .homepage-5 {
    padding: 85px 0 60px;
  }
  #index-body .homepage-6 {
    padding: 85px 0;
  }
  h2.h-title {
    font-size: 36px;
  }
  #footer .top form ul li,
  #footer .top form ul li:nth-last-child(2) {
    width: 50%;
    margin: 8px 0;
  }
  #footer .top form ul li:last-child {
    width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-2 ul li .box .text {
    padding: 30px;
  }
  #index-body .homepage-3 {
    background-position: center;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .bottom .box span img {
    margin-left: 0;
  }
  #footer .bottom .box {
    height: auto;
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-1 .right ul li .img {
    width: 35px;
    height: 35px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  #index-body .homepage-1 .right ul li .img img {
    max-width: 35px;
  }
  #index-body .homepage-1 .right ul li p {
    font-size: 12px;
  }
  #index-body .homepage-3 {
    background-position: left;
  }
  #index-body .homepage-6 ul li h4 {
    font-size: 20px;
  }
  #footer .top form ul li,
  #footer .top form ul li:nth-last-child(2) {
    width: 100%;
  }
  #footer .center ul li.contact {
    width: 70%;
  }
  #footer .bottom .box span {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #footer .center ul li.contact {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-1 .right {
    margin-top: 30px;
  }
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  #index-body .homepage-1 .right ul li {
    width: 50%;
    margin: 8px 0;
  }
  #index-body .homepage-1 {
    padding: 60px 0;
  }
  h2.h-title {
    font-size: 28px;
  }
  #index-body .homepage-3 .box ul li {
    width: 100%;
  }
  #footer .center ul li.logo {
    width: 100%;
    text-align: center;
  }
  #footer .center ul li.logo #ewm {
    margin-top: 20px;
  }
}













.inner_banner_1 {
  padding: 160px 0;
  background-image: url(../images/cre_1.jpg);
  background-size: cover;
  background-position: center center;
  margin-top: 125px;
  color: #fff;
}

.inner_banner_1 .container .top {
  line-height: 2;
  font-size: 14px;
  font-family: 'Poppins-Regular';
}

.inner_banner_1 .container .cat_name {
  font-size: 28px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  margin-top: 15px;
  line-height: 2;
}

.inner_banner_2 {
  margin-top: 125px;
}

.inner_banner_2 .container {
  padding: 120px 0;
  width: 100%;
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
}

.inner_banner_2 .container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner_banner_2 .container div {
  position: relative;
  z-index: 2;
  width: 530px;
  margin: auto;
  line-height: 2;
  font-size: 30px;
}

.inner_banner_2 .img_1 {
  display: block;
  margin: auto;
  width: 120px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.inner_banner_3 {
  background-size: cover;
  background-position: center center;
  margin-top: 125px;
  padding-top: 200px;
  padding-bottom: 20px;
}

.inner_banner_3 .container {
  color: #fff;
}

.inner_banner_3 .container .top .mbx {
  font-size: 14px;
  font-family: 'Poppins-Regular';
  line-height: 2;
}

.inner_banner_3 .container .top .cat_name {
  font-size: 34px;
  /*text-transform: uppercase;*/
  line-height: 2;
  margin-top: 20px;
  font-weight: 700;
}

.inner_banner_3 .container .top .des {
  font-size: 18px;
  width: 670px;
  margin-top: 10px;
  line-height: 2;
}

.inner_banner_3 .container .bottom {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.inner_banner_3 .container .bottom .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.inner_banner_3 .container .bottom .list_cont .list {
  margin-top: 15px;
  margin: 0 22px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

.inner_banner_3 .container .bottom .go_next {
  display: block;
  width: 36px;
  cursor: pointer;
  font-size: 50px;
  text-align: center;
  margin: auto;
  line-height: 1;
  margin-top: 25px;
}

.creative-page {
  padding: 50px 0;
}

.creative-page .init-1 .container .tip_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 2;
}

.creative-page .init-1 .container .tip_des {
  font-size: 18px;
  line-height: 2;
  font-family: 'Poppins-Regular';
  width: 930px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.creative-page .init-1 .container .list_cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 18px;
}

.creative-page .init-1 .container .list_cont .list {
  margin-top: 20px;
  width: 28%;
}

.creative-page .init-1 .container .list_cont .list img {
  width: auto;
  height: 80px;
  display: block;
  margin: auto;
}

.creative-page .init-1 .container .list_cont .list .title {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.creative-page .init-1 .container .list_cont .list .des {
  margin-top: 15px;
  color: #666666;
  font-family: 'Poppins-Regular';
  line-height: 2;
}

.creative-page .init-2 {
  position: relative;
  padding-top: 60px;
}

.creative-page .init-2 .container {
  position: relative;
}

.creative-page .init-2 .sub_div {
  position: absolute;
  width: 100%;
  height: 520px;
  top: 325px;
  left: 0;
  background-color: #f1f1f1;
}

.creative-page .init-2 .container .list {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

.creative-page .init-2 .container .list .left {
  width: 52%;
  padding-left: 100px;
  padding-right: 150px;
}

.creative-page .init-2 .container .list .left .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.creative-page .init-2 .container .list .left .des {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #666666;
  margin-top: 18px;
  line-height: 2;
}

.creative-page .init-2 .container .list .right {
  width: 48%;
}

.creative-page .init-2 .container .list .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.creative-page .init-2 .container .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.creative-page .init-3 {
  background-image: url(../images/cre_9.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 170px;
  padding-bottom: 80px;
  margin-top: 150px;
  background-attachment: fixed;
}

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

.creative-page .init-3 .container .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.creative-page .init-3 .container .des {
  margin-top: 30px;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  width: 620px;
  margin: auto;
  line-height: 2;
}

.creative-page .init-3 .container .more {
  margin: auto;
  margin-top: 50px;
  width: 220px;
}

.creative-page .init-3 .container .more::before {
  display: none;
}

.customized-page {
  padding: 100px 0;
}

.customized-page .cir {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}

.customized-page .cir::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.customized-page .cir.active::before {
  background-color: #000;
}

.customized-page .top_3 {
  position: relative;
  top: 3px;
}

.customized-page .mt_l_6 {
  margin-left: 6px;
}

.customized-page .init-1 .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.customized-page .init-1 .more_c {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-1 .more_c .more {
  margin-top: 20px;
  width: 250px;
  border-color: #000;
  color: #000;
  cursor: pointer;
}

.customized-page .init-1 .more_c .more::before {
  background-color: #000;
}

.customized-page .init-1 .more_c .more::after {
  background-color: #000;
}

.customized-page .init-1 .more_c .more:hover {
  color: #fff;
}

.customized-page .init-1 .more_c .more:nth-child(2) {
  margin-left: 100px;
}

.customized-page .init-2 {
  margin-top: 100px;
}

.customized-page .init-2 .container {
  padding: 160px 0;
  background-image: url(../images/customized_2.jpg);
  background-size: cover;
  background-position: center center;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.customized-page .init-2 .container .title {
  font-size: 36px;
  line-height: 2;
}

.customized-page .init-2 .container .des {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
}

.customized-page .init-3 {
  margin-top: 130px;
}

.customized-page .init-3 .container .titlt_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-3 .container .titlt_cont .tip_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.customized-page .init-3 .container .titlt_cont .list_cont {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  border: #bdbdbd solid 1px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

.customized-page .init-3 .container .titlt_cont .list_cont .mr_10 {
  margin-right: 10px;
}

.customized-page .init-3 .container .titlt_cont .list_cont .cir {
  margin-right: 10px;
  margin-top: 7px;
}

.customized-page .init-3 .container .titlt_cont .list_cont input {
  width: 76px;
  border: 1px solid #bdbdbd;
  font-family: inherit;
  font-family: 'Poppins-Regular';
  padding: 0 7px;
}

.customized-page .init-3 .container .titlt_cont .name_cont {
  width: 195px;
  padding: 10px 5px;
}

.customized-page .init-3 .container .titlt_cont .size_cont {
  width: 480px;
}

.customized-page .init-3 .container .titlt_cont .size_cont input {
  width: 76px;
}

.customized-page .init-3 .container .titlt_cont .size_cont span:nth-child(3) {
  margin-left: 10px;
}

.customized-page .init-3 .container .titlt_cont .qty_cont {
  width: 290px;
}

.customized-page .init-3 .container .titlt_cont .qty_cont input {
  width: 96px;
  margin-left: 12px;
}

.customized-page .init-4 {
  margin-top: 40px;
}

.customized-page .init-4 .container {
  padding: 70px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f1f1f1;
}

.customized-page .init-4 .container .list_cont .first {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.customized-page .init-4 .container .list_cont .list {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}

.customized-page .init-4 .container .list_cont .list .cir {
  min-width: 12px;
}

.customized-page .init-4 .container .list_cont .list span {
  margin-left: 15px;
  position: relative;
  top: 3px;
}

.customized-page .init-5 {
  margin-top: 100px;
}

.customized-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-5 .container .img {
  width: 32%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-5 .container .img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customized-page .init-5 .container .right {
  width: 63%;
}

.customized-page .init-5 .container .right .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-5 .container .right .title_cont .name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.customized-page .init-5 .container .right .title_cont .cont {
  border: 1px solid #bdbdbd;
  padding: 10px 30px;
  width: 515px;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-5 .container .right .title_cont .cont span {
  position: relative;
  top: 3px;
  margin-left: 12px;
}

.customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
  height: 32px;
  width: calc(100% - 85px);
}

.customized-page .init-5 .container .right .title_cont .cont .list_cont {
  width: auto;
  max-width: 100%;
  margin-top: 6px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.customized-page .init-5 .container .right .title_cont .cont .list_cont span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 0 5px;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  font-family: 'Poppins-Regular';
  width: auto;
  max-width: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  min-width: 60px;
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  color: #767676;
}

.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
}

.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-track {
  background-color: #eee;
}

.customized-page .init-5 .container .right .title_cont .cont .list_cont span::-webkit-scrollbar-thumb {
  background-color: #000;
}

.customized-page .init-5 .container .right .title_cont .cont .list_cont span.active {
  color: #000;
}

.customized-page .init-5 .container .right .title_cont .cont .list_cont input {
  padding: 3px 5px;
  margin-left: 5px;
  font-family: 'Poppins-Regular';
  width: auto;
  max-width: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

.customized-page .init-5 .container .right .title_cont .cont .che_color_2 {
  display: none;
}

.customized-page .init-5 .container .right .cont_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-5 .container .right .cont_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
}

.customized-page .init-5 .container .right .cont_list .list>img {
  margin-left: 10px;
}

.customized-page .init-5 .container .right .cont_list .list .color_c_cont {
  margin-left: 20px;
  line-height: 2;
}

.customized-page .init-5 .container .right .cont_list .list .color_c_cont div {
  font-size: 18px;
}

.customized-page .init-5 .container .right .cont_list .list .color_c_cont input {
  width: 160px;
  border: #000 solid 1px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  margin-top: 5px;
  padding: 2px 10px;
}


.customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont {
  width: 240px;
}

.customized-page .init-5 .container .right .cont_list .color_list_2 .color_c_cont input {
  width: 60px;
  text-align: center;
  font-family: 'Poppins-Regular';
  border: 1px solid #bdbdbd;
  font-size: 18px;
  padding: 3px 5px;
  margin-left: 10px;
}

.customized-page .init-6 .container .list {
  margin-top: 120px;
}

.customized-page .init-6 .container .list .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-6 .container .list .title_cont>span {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.customized-page .init-6 .container .list .title_cont .cont {
  margin-left: 50px;
  padding: 12px 25px;
  border: #bdbdbd solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 300px;
}

.customized-page .init-6 .container .list .title_cont .cont span,
.customized-page .init-6 .container .list .title_cont .cont input {
  margin-left: 10px;
  position: relative;
  top: 3px;
  font-size: 16px;
}

.customized-page .init-6 .container .list.list_c_list_2 .title_cont .cont {
  border: none;
}

.customized-page .init-6 .container .list .title_cont .cont input {
  margin-top: -5px;
  font-family: 'Poppins-Regular';
  border: #bdbdbd solid 1px;
  padding: 3px 10px;
}

.customized-page .init-6 .container .list .list_cont {
  margin: 0 -10px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-6 .container .list .list_cont .list_2 {
  padding: 0 10px;
  margin-top: 35px;
}

.customized-page .init-6 .container .list .list_cont .list_2 .box {
  cursor: pointer;
}

.customized-page .init-6 .container .list .list_cont .list_2 .box .img {
  height: 300px;
}

.customized-page .init-6 .container .list .list_cont .list_2 .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customized-page .init-6 .container .list .list_cont .list_2 .box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  line-height: 2;
}

.customized-page .init-6 .container .list .list_cont .list_2 .box .text span {
  position: relative;
  top: 3px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  margin-left: 6px;
}

.customized-page .init-6 .container .list .three .list_2 {
  width: 33.33%;
}

.customized-page .init-6 .container .list .four .list_2 {
  width: 25%;
}

.customized-page .init-6 .container .list .four .list_2 .box .img {
  height: 255px;
}

.customized-page .init-6 .container .list .three_2 .list_2 .box .text {
  margin-top: 0;
}

.customized-page .init-6 .container .list .three_2 .list_2 .box .img {
  height: 200px;
  margin-top: 20px;
}

.customized-page .init-6 .container .list .three_2 .list_2:nth-child(1) {
  width: 35%;
}

.customized-page .init-6 .container .list .three_2 .list_2:nth-child(2) {
  width: 44%;
}

.customized-page .init-6 .container .list .three_2 .list_2:nth-child(3) {
  width: 21%;
}

.customized-page .init-7 {
  margin-top: 110px;
}

.customized-page .init-7 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.customized-page .init-7 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  width: 49%;
}

.customized-page .init-7 .container form input::-webkit-input-placeholder {
  color: #000;
}

.customized-page .init-7 .container form input:-ms-input-placeholder {
  color: #000;
}

.customized-page .init-7 .container form input::-ms-input-placeholder {
  color: #000;
}

.customized-page .init-7 .container form input::placeholder {
  color: #000;
}

.customized-page .init-7 .container form .mail {
  width: 100%;
}

.customized-page .init-7 .container form .shadow_input {
  display: none;
}

.customized-page .init-7 .container form .list {
  width: 100%;
  font-size: 16px;
}

.customized-page .init-7 .container form .list .tip {
  font-family: 'Poppins-Regular';
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.customized-page .init-7 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-left: 15px;
  font-family: 'Poppins-Regular';
  color: #313131;
  font-size: 16px;
}

.customized-page .init-7 .container form .list .text span {
  cursor: pointer;
}

.customized-page .init-7 .container form .list .text input {
  cursor: pointer;
}

.customized-page .init-7 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.customized-page .init-7 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-family: 'Poppins-Regular';
}

.customized-page .init-7 .container form .submit_btn {
  overflow: hidden;
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  margin-top: 40px;
}

.customized-page .init-7 .container form .submit_btn::before {
  display: none;
}

.environment-page {
  padding-bottom: 0px;
}

.environment-page .init-1 {
  margin-top: 100px;
}

.environment-page .init-1 .container img {
  width: 720px;
  display: block;
  margin: auto;
}

.environment-page .init-1 .container video {
  width: 720px;
  display: block;
  margin: auto;
  max-width: 100%;
}

.environment-page .init-1 .container .des {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Poppins-Regular';
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  line-height: 2;
}

.environment-page .init-2 .container {
  width: 100%;
}

.environment-page .init-2 .container .list {
  padding: 50px 0;
  position: relative;
  margin-top: 180px;
}

.environment-page .init-2 .container .list .sub_div {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}

.environment-page .init-2 .container .list .cont {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.environment-page .init-2 .container .list .cont .left {
  width: 48%;
}

.environment-page .init-2 .container .list .cont .left .top {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.environment-page .init-2 .container .list .cont .left .bottom {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #666666;
  margin-top: 15px;
  line-height: 2;
}

.environment-page .init-2 .container .list .cont .right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.environment-page .init-2 .container .list .cont .right .img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 53%;
}

.environment-page .init-2 .container .list .cont .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.environment-page .init-2 .container .list .cont .right .sub_img {
  width: 47%;
}

.environment-page .init-2 .container .list:nth-child(2n) .sub_div {
  left: inherit;
  right: 0;
}

.environment-page .init-2 .container .list:nth-child(2n) .cont .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.environment-page .init-2 .container .list:nth-child(2n) .cont .right>img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.environment-page .init-2 .container .list:hover .cont .right .img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.environment-page .init-3 {
  margin-top: 120px;
}

.environment-page .init-3 .container {
  width: 745px;
  max-width: 100%;
}

.environment-page .init-3 .container .list {
  margin-top: 20px;
}

.environment-page .init-3 .container .list .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
}

.environment-page .init-3 .container .list .des {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  color: #666666;
  margin-top: 10px;
  padding-left: 10px;
  line-height: 2;
}

.environment-page .init-4 {
  padding: 110px 0;
  background-color: #fff;
  margin-top: 140px;
}

.environment-page .init-4 .container .tip_title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}

.environment-page .init-4 .container .swiper {
  margin-top: 80px;
}

.environment-page .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.environment-page .init-5 {
  margin-top: 150px;
}

.environment-page .init-5 .container .swiper {
  width: 990px;
  max-width: 100%;
  margin: auto;
}

.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 25px;
  font-size: 24px;
  font-family: 'Poppins-Regular';
  font-weight: bold;
  line-height: 2;
}

.environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  margin-top: 10px;
  font-family: 'Poppins-Regular';
  color: #666666;
  line-height: 2;
}

.solution-page {
  padding: 130px 0;
}

.solution-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-page .init-1 .container .left {
  width: 51%;
  margin-left: 0;
}

.solution-page .init-1 .container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
  background-color: #fff;
}

.solution-page .init-1 .container .left .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.solution-page .init-1 .container .right {
  width: 43%;
}

.solution-page .init-1 .container .right .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.solution-page .init-1 .container .right .des {
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins-Regular';
  margin-top: 10px;
  line-height: 2;
}

.solution-page .init-1 .container .right form input {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}

.solution-page .init-1 .container .right form input::-webkit-input-placeholder {
  color: #000;
}

.solution-page .init-1 .container .right form input:-ms-input-placeholder {
  color: #000;
}

.solution-page .init-1 .container .right form input::-ms-input-placeholder {
  color: #000;
}

.solution-page .init-1 .container .right form input::placeholder {
  color: #000;
}

.solution-page .init-1 .container .right form .text {
  margin-top: 35px;
}

.solution-page .init-1 .container .right form .text .tip {
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

.solution-page .init-1 .container .right form .text textarea {
  padding: 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  width: 100%;
  font-family: 'Poppins-Regular';
  font-size: 14px;
}

.solution-page .init-1 .container .right form .submit_btn {
  background-color: #000;
  width: 230px;
  height: 48px;
  border-radius: 5px;
  overflow: hidden;
  border: #000 solid 1px;
  margin-top: 35px;
  cursor: pointer;
}

.solution-page .init-1 .container .right form .submit_btn::before {
  display: none;
}

.solution-page .init-2 {
  margin-top: 200px;
}

.solution-page .init-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-page .init-2 .container .left {
  width: 43%;
}

.solution-page .init-2 .container .left .tip {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.solution-page .init-2 .container .left .des {
  margin-top: 30px;
  color: #666666;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  line-height: 2;
}

.solution-page .init-2 .container .left .more {
  margin-left: 23px;
  margin-top: 80px;
  color: #000;
  border-color: #000;
  width: 356px;
  height: 50px;
}

.solution-page .init-2 .container .left .more::before {
  background-color: #000;
}

.solution-page .init-2 .container .left .more::after {
  background-color: #000;
}

.solution-page .init-2 .container .left .more:hover {
  color: #fff;
}

.solution-page .init-2 .container .right {
  width: 51%;
}
.competence-page .init-1 {
  margin-top: 40px;
}

.competence-page .init-1 .container .list {
  margin-top: 55px;
  text-align: center;
}

.competence-page .init-1 .container .list .tip_title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 2;
}

.competence-page .init-1 .container .list .des {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #666666;
  margin-top: 20px;
  line-height: 2;
      width: 1200px;
    max-width: 100%;
    margin: auto;
    /* margin-top: 60px; */
    display: block;
}

.competence-page .init-1 .container .list .img_c {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.competence-page .init-1 .container .list .img_c a {
  margin-top: 20px;
}

.competence-page .init-1 .container .list .img_c_2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
  margin-left: 80px;
}

.competence-page .init-2 {
  padding: 100px 0;
  margin-top: 0px;
  background-color: #f2f2f2;
}

.competence-page .init-2 .container .tip_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}

.competence-page .init-2 .container .swiper {
  margin-top: 55px;
}

.competence-page .init-2 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.competence-page .init-3 .container .list {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.competence-page .init-3 .container .list .left {
  width: 48%;
}

.competence-page .init-3 .container .list .left img {
  max-width: 80px;
}

.competence-page .init-3 .container .list .left .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 2;
}

.competence-page .init-3 .container .list .left .des {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #666666;
  margin-top: 20px;
  line-height: 2;
}

.competence-page .init-3 .container .list .right {
  width: 48%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.competence-page .init-3 .container .list:nth-child(2n) .left {
  padding-left: 30px;
}

.competence-page .init-3 .container .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.competence-page .init-3 .container .list:hover .right {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.competence-page .init-4 {
  margin-top: 150px;
  padding: 0px 0;
  /*background-image: url(../images/competence_21.jpg);*/
  background-size: cover;
  background-position: center center;
}

.competence-page .init-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.competence-page .init-4 .container .left {
  width: 430px;
}

.competence-page .init-4 .container .left .title_1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2;
}

.competence-page .init-4 .container .left .title_2 {
  font-weight: 700;
  font-size: 48px;
  margin-top: 10px;
  text-transform: uppercase;
  line-height: 2;
}

.competence-page .init-4 .container .left .des {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}

.competence-page .init-4 .container .right {
  margin-left: 140px;
  margin-top: 45px;
  width: 220px;
  height: 50px;
}

.contact-page .init-1 {
  margin-top: 120px;
}

.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .left {
  width: 41%;
}

.contact-page .init-1 .container .left .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}

.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
}

.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}

.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}

.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}

.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}

.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: #5d5d5d;
  line-height: 2;
}

.contact-page .init-1 .container .right form {
  margin-top: 30px;
}

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

.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
  font-family: 'Poppins-Regular';
  font-weight: bold;
  line-height: 2;
}

.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border: none;
  width: 100%;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  color: #b0b0b0;
}

.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}

.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}

.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  color: #b0b0b0;
  font-family: 'Poppins-Regular';
  font-weight: bold;
  margin-top: 20px;
  line-height: 2;
}

.contact-page .init-1 .container .right form .submit_btn {
  background-color: #000;
  border-color: #000;
  border-radius: 5px;
  cursor: pointer;
  width: 180px;
  height: 50px;
  overflow: hidden;
  margin-top: 50px;
  color: white;
}
.contact-page .init-1 .container .right form .submit_btn:hover{
  color: black;
}
.contact-page .init-1 .container .right form .submit_btn::before {
  display: none;
}

.contact-page .init-1 .container .right {
  position: relative;
}

.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}

.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}

.about-page {
  padding-top: 120px;
  padding-bottom: 90px;
}

.about-page .init-1 .container .title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
}

.about-page .init-1 .container .des {
  font-size: 18px;
  color: #666666;
  font-family: 'Poppins-Regular';
  text-align: center;
  line-height: 2;
  /*margin-top: 20px;*/
  width: 1500px;
    max-width: 100%;
    margin: auto;
    margin-top: 60px;
    display: block;
}

.about-page .init-1 .container img {
  width: 655px;
  max-width: 100%;
  margin: auto;
  margin-top: 60px;
  display: block;
}

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

.about-page .init-2 .container {
  position: relative;
  width: 100%;
}

.about-page .init-2 .container .sub_line {
  width: 100%;
  background-color: #e6e6e6;
  height: 1px;
}

.about-page .init-2 .container .swiper {
  width: 1400px;
  margin: auto;
  margin-top: -9px;
}

.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
  width: 17px;
  height: 17px;
  background-color: #e6e6e6;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir div {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}

.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}

.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  color: #5d5d5d;
  font-family: 'Poppins-Regular';
  margin-top: 20px;
  word-break: break-word;
  line-height: 2;
}

.about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide:hover .cir {
  background-color: #000;
}

.about-page .init-3 {
  padding: 70px 0;
  background-color: #eeeeee;
  margin-top: 130px;
}

.about-page .init-3 .container .tip_title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}

.about-page .init-3 .container .swiper {
  margin-top: 70px;
}

.about-page .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.about-page .init-4 {
  margin-top: 130px;
  font-size: 48px;
}

.about-page .init-4 .container .prev,
.about-page .init-4 .container .next {
  width: 34px;
  height: 34px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: -65px;
  overflow: hidden;
  padding: 2px;
}

.about-page .init-4 .container .prev:hover,
.about-page .init-4 .container .next:hover {
  border-radius: 20%;
  background-color: #000;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.about-page .init-4 .container .video_cont {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.about-page .init-4 .container #video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page .init-4 .container #video video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .video_cont .swiper {
  padding: 5px;
  width: 520px;
  margin: auto;
  margin-top: -130px;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide {
  height: 90px;
  border: 1px solid #fff;
  cursor: pointer;
}

.about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-4 .container .contain {
  position: relative;
}

.about-page .init-4 .container .prev {
  left: -65px;
}

.about-page .init-4 .container .tip_title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}

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

.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  display: block;
}

.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}

.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 325px;
}

.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-page .init-5 {
  margin-top: 140px;
}

.about-page .init-5 .container {
  position: relative;
}

.about-page .init-5 .container .tip_title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
}

.about-page .init-5 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.about-page .init-5 .container .list_cont a {
  margin-top: 30px;
  border-color: #000;
  color: #fff;
  color: #000;
  width: 24%;
  height: 335px;
  display: block;
}

.about-page .init-5 .container .list_cont a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .init-5 .container .list_cont a::before {
  background-color: #000;
}

.about-page .init-5 .container .list_cont a::after {
  background-color: #000;
}

.about-page .init-5 .container .list_cont a:hover {
  color: #fff;
}

.about-page .init-5 .container .listc {}

.about-page .init-5 .container .img_cont {
  margin-top: 50px;
  background-image: url(../images/about_7.jpg);
  padding: 260px 40px 90px 40px;
  color: #fff;
  display: none;
}

.about-page .init-5 .container .img_cont:first-child {
  display: block;
}

.about-page .init-5 .container .img_cont .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.about-page .init-5 .container .img_cont .des {
  margin-top: 15px;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  width: 760px;
  max-width: 100%;
}

.about-page .init-6 {
  margin-top: 75px;
}

.about-page .init-6 .container .tip_title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}

.about-page .init-6 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  line-height: 2;
}

.about-page .init-6 .container .list_cont .list {
  font-size: 18px;
  margin: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page .init-6 .container .list_cont .list .text {
  margin-left: 10px;
}

.news-page {
  padding-top: 40px;
  padding-bottom: 130px;
}

.news-page .container {
  margin: 0 auto;
}

.news-page .container .box_cont {
  margin: 0 -20px;
}

.news-page .container .box_cont .column {
  padding: 0 20px;
  margin-top: 90px;
}

.news-page .container .box_cont .column .box {
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.news-page .container .box_cont .column .box a {
  display: block;
}

.news-page .container .box_cont .column .box .sub_img {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 22px;
  right: 22px;
  z-index: 2;
}

.news-page .container .box_cont .column .box .img {
  overflow: hidden;
  position: relative;
  height: 260px;
}

.news-page .container .box_cont .column .box .img .img_1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.news-page .container .box_cont .column .box .img:hover .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.news-page .container .box_cont .column .box .cont {
  padding: 30px 20px;
}

.news-page .container .box_cont .column .box .cont .title {
  font-size: 24px;
  font-family: 'Poppins-Regular';
  line-height: 2;
  height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-page .container .box_cont .column .box .cont .des {
  margin-top: 15px;
  font-size: 16px;
  color: #878787;
  font-family: 'Poppins-Regular';
  height: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 2;
}

.news-page .container .box_cont .column .box .cont .time {
  margin-top: 25px;
  font-size: 14px;
  font-family: 'Poppins-Regular';
  line-height: 2;
}

.news-page .container .box_cont .column:hover .box {
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.17);
}

.m-page {
  margin-top: 40px;
}

.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.m-page .wp-pagenavi span.current,
.m-page .wp-pagenavi a.current {
  color: #fff;
  background-color: #85c226;
}

.m-page .wp-pagenavi span:hover,
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span {
  color: #fff;
  background-color: #85c226;
  border-color:var(--color);
}

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

.newdet-page .container .title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  /*text-transform: uppercase;*/
  line-height: 2;
}

.newdet-page .container .time {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.newdet-page .container .content {
  padding: 20px 0;
  margin: 40px 0;
  border-top: 1px #666 dashed;
  border-bottom: 1px #cbcbcb dashed;
  text-align: left;
  font-size: 18px;
  color: #000;
  line-height: 2;
}

.m-link {
  margin-top: 40px;
}

.m-link a {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 2;
}

#related_product {
  margin-top: 60px;
}

#related_product .tip_title {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}

#related_product .swiper {
  margin-top: 40px;
}

#related_product .swiper .swiper-wrapper .swiper-slide {
  padding: 20px 30px;
}

#related_product .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}

#related_product .swiper .swiper-wrapper .swiper-slide .img {
  height: 250px;
}

#related_product .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#related_product .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}




@media (max-width: 1500px) {
  
  .customized-page .init-3 .container .titlt_cont .tip_title {
    width: 100%;
  }

  .customized-page .init-3 .container .titlt_cont .name_cont {
    margin-left: 0;
  }

  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin-top: 20px;
  }

  .customized-page .init-4 .container {
    padding-top: 40px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .customized-page .init-4 .container .list_cont {
    margin-top: 30px;
  }

  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 250px;
  }

  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: 170px;
  }

  .customized-page .init-6 .container .list .four .list_2 .box .img {
    height: 215px;
  }

  .environment-page .init-2 .container .list .cont {
    width: 1200px;
  }

  .about-page .init-2 .container .swiper {
    width: 1200px;
  }

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

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

  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 280px;
  }
}

@media (max-width: 1250px) {
  

  .creative-page .init-2 .container .list .left {
    padding: 0 60px;
  }

  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin-left: 0;
    margin-right: 20px;
  }

  .customized-page .init-4 .container .list_cont {
    width: 33.333%;
  }

  .customized-page .init-6 .container .list .four .list_2 .box .img {
    height: 180px;
  }

  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: 130px;
  }

  .environment-page .init-2 .container .list .cont {
    width: 970px;
  }

  .about-page .init-2 .container .swiper {
    width: 970px;
  }


  .news-page .container .box_cont .column .box .img {
    height: 186px;
  }

 
}

@media (max-width: 1000px) {
 
  .inner_banner_1 {
    margin-top: 0;
    text-align: center;
  }

  .creative-page .init-1 .container .tip_des {
    width: 100%;
  }

  .creative-page .init-2 .container .list {
    background-color: #f1f1f1;
  }

  .creative-page .init-2 .container .list .left {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
  }

  .creative-page .init-2 .container .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .creative-page .init-2 .container .sub_div {
    display: none;
  }

  .creative-page .init-2 .sub_div {
    display: none;
  }

  .creative-page .init-3 .container .des {
    width: 100%;
  }

  .customized-page .init-2 .container {
    padding: 100px 15px;
  }

  .customized-page .init-1 .more_c {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .customized-page .init-1 .more_c .more {
    margin-right: 50px;
  }

  .customized-page .init-1 .more_c .more:nth-child(2) {
    margin-left: 0;
  }

  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 160px;
  }

  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 {
    width: 100%;
  }

  .customized-page .init-6 .container .list .list_cont.three_2 .list_2 .box .img {
    height: auto;
  }

  .inner_banner_2 {
    margin-top: 40px;
  }

  .environment-page .init-2 .container .list .cont {
    width: 700px;
  }

  .solution-page .init-1 .container .left {
    width: 100%;
  }

  .solution-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .solution-page .init-1 .container .right form .text .tip {
    text-align: left;
  }

  .solution-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }

  .solution-page .init-2 .container .left {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .solution-page .init-2 .container .left .more {
    margin: auto;
    margin-top: 30px;
  }

  .solution-page .init-2 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .competence-page .init-4 .container .left {
    width: 390px;
  }

  .competence-page .init-4 .container .right {
    margin-left: 65px;
  }

  .inner_banner_3 {
    margin-top: 40px;
    padding: 100px 0;
  }

  .inner_banner_3 .container .bottom {
    display: none;
  }

  .inner_banner_3 .container .top .des {
    width: 100%;
  }

  .about-page .init-2 .container .swiper {
    width: 700px;
  }

  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 170px;
  }

  
  

}

@media (max-width: 700px) {
 

  .creative-page .init-1 .container .list_cont .list {
    width: 100%;
  }

  .customized-page .init-1 .more_c {
    display: block;
  }

  .customized-page .init-1 .more_c .more {
    margin: auto;
  }

  .customized-page .init-1 .more_c .more:nth-child(2) {
    margin: auto;
    margin-top: 20px;
  }

  .customized-page .init-3 .container .titlt_cont {
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
  }

  .customized-page .init-3 .container .titlt_cont .list_cont {
    margin: auto;
    margin-top: 20px;
  }

  .customized-page .init-3 .container .titlt_cont .tip_title {
    text-align: center;
  }

  .customized-page .init-4 .container .list_cont {
    width: 48%;
  }

  .customized-page .init-5 .container .img {
    width: 100%;
  }

  .customized-page .init-5 .container .right {
    width: 100%;
  }

  .customized-page .init-5 .container .right .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .customized-page .init-5 .container .right .cont_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .customized-page .init-5 .container .right .cont_list .list {
    margin-top: 20px;
  }

  .customized-page .init-6 .container .list .three .list_2 {
    width: 50%;
  }

  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 30vw;
  }

  .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
    height: 34vw;
  }

  .customized-page .init-6 .container .list .title_cont .cont {
    width: 100%;
    margin-left: 0;
    min-width: 100%;
  }

  .customized-page .init-6 .container .list .title_cont>span {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .customized-page .init-6 .container .list .four .list_2 {
    width: 50%;
  }

  .inner_banner_2 .container {
    padding: 60px 15px;
  }

  .inner_banner_2 .container div {
    width: 100%;
  }

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

  .environment-page .init-2 .container .list {
    background-color: #f5f5f5;
    padding: 30px 15px;
  }

  .environment-page .init-2 .container .list .cont {
    text-align: center;
    width: 100%;
  }

  .environment-page .init-2 .container .list .cont .left {
    margin-top: 20px;
    width: 100%;
  }

  .environment-page .init-2 .container .list .cont .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .environment-page .init-2 .container .list .cont .right .sub_img {
    display: none;
  }

  .environment-page .init-2 .container .list .sub_div {
    display: none;
  }

  .environment-page .init-3 .container .list {
    text-align: center;
  }

  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }

  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .competence-page .init-3 .container .list .left {
    width: 100%;
    text-align: center;
  }

  .competence-page .init-3 .container .list:nth-child(2n) .left {
    padding-left: 0;
  }

  .competence-page .init-3 .container .list:nth-child(2n) .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .competence-page .init-3 .container .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }

  .competence-page .init-4 .container .left {
    width: 100%;
    text-align: center;
  }

  .competence-page .init-4 .container .right {
    margin: auto;
    margin-top: 50px;
  }

  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }

  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }

  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }

  .contact-page .init-1 .container .right #ewm {
    position: relative;
    margin: auto;
    margin-top: 20px;
  }

  .about-page .init-2 .container .swiper {
    width: 100%;
  }

  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .cir {
    margin: auto;
  }

  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    text-align: center;
  }

  .about-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .des {
    text-align: center;
  }

  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 35vw;
  }

  .about-page .init-5 .container .img_cont {
    text-align: center;
  }

  .about-page .init-5 .container .list_cont a {
    height: 25vw;
  }


  .about-page .init-4 .container .video_cont .swiper {
    width: 90%;
    margin-top: -90px;
  }

  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide {
    height: 80px;
  }

  .news-page .container .box_cont .column .box .cont {
    text-align: center;
  }

  .newdet-page .container .content {
    text-align: center;
  }

  #related_product .swiper .swiper-wrapper .swiper-slide .img {
    height: 36vw;
  }

  
}

@media (max-width: 500px) {
  #banner {
    height: auto;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .title_1 {
    font-size: 20px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .title_2 {
    font-size: 16px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .more_c {
    margin-top: 10px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .more_c .more {
    margin-top: 10px;
    margin-left: 30px;
  }

  #banner .container .swiper .swiper-wrapper .swiper-slide .cont>div .more_c .more:nth-child(2) {
    margin-left: 30px;
  }

  #index-body {
    padding-bottom: 0;
  }

  #index-body .init-1 {
    margin-top: 40px;
  }

  #index-body .init-1 .container .left {
    font-size: 20px;
  }

  #index-body .init-1 .container .right .des {
    font-size: 16px;
    line-height: 2;
  }

  #index-body .init-1 .container .right .list_cont {
    margin-top: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #index-body .init-2 {
    margin-top: 40px;
  }

  #index-body .init-2 .container .tip_title {
    font-size: 20px;
  }

  #index-body .init-2 .container .swiper {
    margin-top: 20px;
  }

  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
    height: 88vw;
  }

  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .more_c .more {
    font-size: 16px;
    line-height: 2;
    padding: 5px;
    padding-bottom: 0;
  }

  #index-body .init-4 {
    margin-top: 40px;
  }

  #index-body .init-4 .tip_title {
    font-size: 20px;
  }

  #index-body .init-4 .swiper {
    margin-top: 20px;
  }

  #index-body .init-4 .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  #index-body .init-5 {
    margin-top: 40px;
  }

  #index-body .init-5 .container .left .title {
    font-size: 20px;
  }

  #index-body .init-5 .container .left .list_cont {
    margin-top: 20px;
  }

  #index-body .init-5 .container .left .list_cont img {
    margin-right: 20px;
  }

  #index-body .init-6 {
    margin-top: 40px;
    padding: 80px 0;
  }

  #index-body .init-6 .container .title {
    font-size: 20px;
  }

  #index-body .init-6 .container .des {
    font-size: 16px;
    line-height: 2;
  }

  #index-body .init-6 .container .more {
    width: 270px;
    max-width: 100%;
  }

  #footer .f-top {
    padding: 40px 0;
  }

  .inner_banner_1 {
    padding: 40px 0;
  }

  .inner_banner_1 .container .cat_name {
    font-size: 18px;
  }

  .creative-page {
    padding: 40px 0;
    padding-bottom: 0;
  }

  .creative-page .init-1 .container .tip_title {
    margin-top: 10px;
    font-size: 20px;
  }

  .creative-page .init-1 .container .tip_des {
    margin-top: 10px;
    font-size: 16px;
  }

  .creative-page .init-2 {
    padding-top: 20px;
  }

  .creative-page .init-2 .container .list {
    margin-top: 20px;
  }

  .creative-page .init-2 .container .list .left {
    padding: 15px;
  }

  .creative-page .init-2 .container .list .left .title {
    font-size: 20px;
  }

  .creative-page .init-2 .container .list .left .des {
    font-size: 16px;
  }

  .creative-page .init-3 {
    margin-top: 40px;
    padding: 40px 0;
  }

  .creative-page .init-3 .container .title {
    font-size: 20px;
  }

  .creative-page .init-3 .container .des {
    margin-top: 10px;
    font-size: 16px;
  }

  .creative-page .init-3 .container .more {
    margin-top: 20px;
    font-size: 14px;
    width: 160px;
    height: 40px;
    line-height: 42px;
  }

  .customized-page {
    padding: 40px 0;
  }

  .customized-page .init-1 .title {
    font-size: 20px;
  }

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

  .customized-page .init-2 .container .title {
    font-size: 20px;
  }

  .customized-page .init-3 {
    margin-top: 40px;
  }

  .customized-page .init-3 .container .titlt_cont .tip_title {
    font-size: 20px;
  }

  .customized-page .init-3 .container .titlt_cont .size_cont {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .customized-page .init-3 .container .titlt_cont .size_cont input {
    width: 70px;
  }

  .customized-page .init-3 .container .titlt_cont .list_cont {
    font-size: 14px;
    width: 100%;
  }

  .customized-page .mt_l_6 {
    margin-left: 3px;
  }

  .customized-page .init-4 .container {
    padding: 40px 15px;
  }

  .customized-page .init-4 .container .list_cont {
    width: 100%;
  }

  .customized-page .init-4 .container .list_cont .first {
    text-align: center;
  }

  .customized-page .init-4 .container .list_cont .list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .customized-page .init-5 .container .right .title_cont .name {
    text-align: center;
  }

  .customized-page .init-5 {
    margin-top: 40px;
  }

  .customized-page .init-5 .container .right {
    margin-top: 20px;
  }

  .customized-page .init-5 .container .right .cont_list .list {
    width: 100%;
  }

  .customized-page .init-5 .container .right .title_cont .cont div:nth-child(3) {
    height: auto;
  }

  .customized-page .init-5 .container .right .title_cont .cont .list_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .customized-page .init-5 .container .right .cont_list .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .customized-page .init-5 .container .right .cont_list .list .color_c_cont div {
    text-align: center;
    margin-top: 10px;
  }

  .customized-page .init-5 .container .right .cont_list .list .color_c_cont input {
    width: 100%;
  }

  .customized-page .init-5 .container .right .cont_list .list .color_c_cont {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .customized-page .init-6 .container .list {
    margin-top: 40px;
  }

  .customized-page .init-6 .container .list .list_cont {
    margin-top: 40px;
  }

  .customized-page .init-6 .container .list .list_cont .list_2 .box .img {
    height: 60vw;
  }

  .customized-page .init-6 .container .list .list_cont.four .list_2 .box .img {
    height: 34vw;
    height: 70vw;
  }

  .customized-page .init-6 .container .list .three .list_2 {
    width: 100%;
  }

  .customized-page .init-6 .container .list .title_cont>span {
    font-size: 20px;
  }

  .customized-page .init-6 .container .list .four .list_2 {
    width: 50%;
    width: 100%;
  }

  .customized-page .init-7 {
    margin-top: 40px;
  }

  .customized-page .init-7 .container form input {
    width: 100%;
  }

  .inner_banner_2 .container {
    font-size: 20px;
  }

  .inner_banner_2 .img_1 {
    width: 60px;
    margin-top: -30px;
  }

  .environment-page {
    padding-bottom: 40px;
  }

  .environment-page .init-1 {
    margin-top: 40px;
  }

  .environment-page .init-1 .container .des {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
  }

  .environment-page .init-2 .container .list {
    margin-top: 40px;
  }

  .environment-page .init-2 .container .list .cont .right .img {
    width: 100%;
  }

  .environment-page .init-2 .container .list .cont .left .top {
    font-size: 20px;
    margin-top: 20px;
  }

  .environment-page .init-3 {
    margin-top: 40px;
  }

  .environment-page .init-4 {
    margin-top: 40px;
    padding: 40px 0;
  }

  .environment-page .init-4 .container .tip_title {
    font-size: 20px;
  }

  .environment-page .init-4 .container .swiper {
    margin-top: 20px;
  }

  .environment-page .init-5 {
    margin-top: 40px;
  }

  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }

  .environment-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 16px;
    line-height: 2;
  }

  .solution-page {
    padding: 40px 0;
  }

  .solution-page .init-1 .container .right .title {
    font-size: 20px;
  }

  .solution-page .init-1 .container .right .des {
    font-size: 16px;
    line-height: 2;
  }

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

  .solution-page .init-2 .container .left .tip {
    font-size: 20px;
  }

  .solution-page .init-2 .container .left .des {
    font-size: 16px;
    margin-top: 20px;
  }

  .solution-page .init-2 .container .left .more {
    width: 220px;
    line-height: 2;
    height: 62px;
  }

  .solution-page .init-2 .container .left .more::before {
    top: 28px;
  }

  .competence-page {
    padding-bottom: 10px;
  }

  .competence-page .init-1 .container .list {
    margin-top: 30px;
  }

  .competence-page .init-1 .container .list .tip_title {
    font-size: 20px;
  }

  .competence-page .init-1 .container .list .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }

  .competence-page .init-1 .container .list .img_c {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px;
  }

  .competence-page .init-1 .container .list .img_c a {
    width: 80px;
  }

  .competence-page .init-1 .container .list .img_c_2 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .competence-page .init-1 .container .list .img_c_2 a {
    width: 90%;
  }

  .competence-page .init-1 .container .list .img_c_2 .img-box:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

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

  .competence-page .init-2 .container .tip_title {
    font-size: 20px;
  }

  .competence-page .init-2 .container .swiper {
    margin-top: 20px;
  }

  .competence-page .init-3 .container .list {
    margin-top: 30px;
  }

  .competence-page .init-3 .container .list .left .title {
    font-size: 20px;
    margin-top: 10px;
  }

  .competence-page .init-3 .container .list .left .des {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }

  .competence-page .init-4 {
    margin-top: 40px;
    padding: 80px 0;
  }

  .competence-page .init-4 .container .left .title_2 {
    font-size: 20px;
  }

  .competence-page .init-4 .container .left .des {
    font-size: 16px;
    line-height: 2;
  }

  .competence-page .init-4 .container .right {
    margin-top: 20px;
  }

  .contact-page .init-1 {
    margin-top: 40px;
  }

  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }

  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }

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

  .inner_banner_3 .container .top {
    text-align: center;
  }

  .inner_banner_3 .container .top .cat_name {
    font-size: 20px;
  }

  .inner_banner_3 .container .top .des {
    font-size: 16px;
    line-height: 2;
  }

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

  .about-page .init-1 .container .title {
    font-size: 20px;
  }

  .about-page .init-1 .container .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }

  .about-page .init-1 .container img {
    width: 100%;
    margin-top: 20px;
  }

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

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

  .about-page .init-3 .container .tip_title {
    font-size: 20px;
  }

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

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

  .about-page .init-4 .container #video {
    height: 60vw;
  }

  .about-page .init-4 .container .video_cont .swiper {
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
  }

  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide {
    height: 20vw;
  }

  .about-page .init-4 .container .tip_title {
    font-size: 20px;
  }

  .about-page .init-4 .container .swiper {
    margin-top: 20px;
  }

  .about-page .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 65vw;
  }

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

  .about-page .init-5 .container .tip_title {
    font-size: 20px;
  }

  .about-page .init-5 .container .list_cont {
    margin-top: 0;
  }

  .about-page .init-5 .container .img_cont {
    padding: 80px 15px;
  }

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

  .about-page .init-6 .container .list_cont {
    margin-top: 10px;
  }

  .about-page .init-4 .container .video_cont .swiper .swiper-wrapper .swiper-slide {
    height: 64px;
  }

  .news-page {
    padding-bottom: 40px;
  }

  .news-page .container .box_cont {
    margin: 0;
  }

  .news-page .container .box_cont .column {
    padding: 0;
    margin-top: 30px;
  }

  .news-page .container .box_cont .column .box .cont {
    padding: 20px 15px;
  }

  .news-page .container .box_cont .column .box .cont .title {
    font-size: 20px;
    line-height: 1.5;
    height: 58px;
  }

  .news-page .container .box_cont .column .box .img {
    height: 50vw;
  }

  .newdet-page {
    padding: 40px 0;
  }

  .newdet-page .container .title {
    font-size: 20px;
  }

  .newdet-page .container .time {
    margin-top: 10px;
  }

  .newdet-page .container .content {
    margin: 10px 0;
    font-size: 16px;
    padding: 10px 0;
  }

  .m-link {
    margin-top: 20px;
  }

  #related_product {
    margin-top: 40px;
  }

  #related_product .tip_title {
    font-size: 20px;
  }

  #related_product .swiper {
    margin-top: 20px;
  }

  #related_product .swiper .swiper-wrapper .swiper-slide .img {
    height: 78vw;
  }

  .industry {
    display: none;
  }

}

.shouyh {
  display: inline;
}

.tliang {
  width: 910px;
  margin: auto;
  margin-top: 30px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  font-family: 'Poppins-Regular';
  line-height: 2;
}

#seo_news {
  padding: 15px 0;
  background: #fbfbfb;
  border-top: 2px solid #eee;
}

#seo_news li h6 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
}

#seo_news li h6:hover {
  opacity: .7;
}

#seo_news li time {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #666;
  line-height: 2;
}

#seo_news li p {
  font-size: 14px;
  line-height: 2;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.6em;
}

.faq-page {
    padding: 100px 0;
}

.faq-page .container {
    max-width: 1100px
}

.faq-page .container .list {
    padding-top: 30px;
    border-top: 1px solid #c2c2c2
}

.faq-page .container .list:first-child {
    padding-top: 0;
    border-top: none
}

.faq-page .container .list .title {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase
}

.faq-page .container .list .des {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 14px;
    padding-bottom: 40px
}



.inner-page.product-page .container {
    max-width: 1380px;
    margin: auto
}

.inner-page.product-page .pro-1 {
    background-color: #f3f3f3;
    padding: 70px 0
}

.inner-page.product-page .pro-1 .title {
    text-align: center;
    color: #fff
}

.inner-page.product-page .pro-1 .title h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    color: #484747
}

.inner-page.product-page .pro-1 .title h4 {
    font-size: 20px;
    line-height: 1;
    color: #666
}

.inner-page.product-page .pro-1 .box ul {
    font-size: 0;
    padding: 60px 0
}

.inner-page.product-page .pro-1 .box ul li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 12px
}

.inner-page.product-page .pro-1 .box ul li .ig {
    display: inline-block;
    background-color: #222;
    padding: 8px;
    width: 100%
}

.inner-page.product-page .pro-1 .box ul li .ig img {
    margin: auto
}

.inner-page.product-page .pro-1 .box ul li h4 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding-top: 0;
    padding: 10px;
    background: var(--color)
}

.inner-page.product-page .pro-1 .box ul li h4 a {
    display: block
}

.inner-page.product-page .pro-1 .box ul li h4 img {
    margin: 5px auto;
    max-width: 50px;
    filter: invert(1) brightness(40)
}

.inner-page.product-page .pro-1 .box .more {
    font-size: 18px;
    color: #6a6868;
    text-align: center
}

.inner-page.product-page .pro-1 .box .more a {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    width: 200px;
    border: 1px solid #6a6868;
    transition: .5s
}

.inner-page.product-page .pro-1 .box .more a:hover {
    border-color: #e40012;
    color: #e40012
}

.inner-page.product-page .pro-2 {
    background-color: #ededed;
    padding: 70px 0
}

.inner-page.product-page .pro-2 .title {
    text-align: center;
    color: #686868
}

.inner-page.product-page .pro-2 .title h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0
}

.inner-page.product-page .pro-2 .title h4 {
    font-size: 20px;
    line-height: 1
}

.inner-page.product-page .pro-2 .box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}

.inner-page.product-page .pro-2 .box ul li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 12px
}

.inner-page.product-page .pro-2 .box ul li .ig {
    display: inline-block;
    background-color: #3a3939;
    padding: 8px
}    font-weight: 700;

.inner-page.product-page .pro-2 .box ul li .ig img {
    margin: auto
}

.inner-page.product-page .pro-2 .box ul li h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-top: 0;
    padding: 0;
    line-height: 2;
    background: var(--color)
}

.inner-page.product-page .pro-2 .box ul li h4 a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.inner-page.product-page .pro-2 .box ul li h4 img {
    max-width: 30px;
    margin: 5px auto;
    filter: brightness(40) invert(0)
}

.inner-page.product-page .pro-2 .box .more {
    font-size: 18px;
    color: #666;
    text-align: center
}

.inner-page.product-page .pro-2 .box .more a {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    width: 200px;
    border: 1px solid #666;
    transition: .5s
}

.inner-page.product-page .pro-2 .box .more a:hover {
    border-color: #e40012;
    color: #e40012
}
.inner-page.product-link-page .pro-1 {
    background-color: #fff;
}

.inner-page.product-link-page .pro-1 .title {
    text-align: left;
    color: #3a3838
}

.inner-page.product-link-page .pro-1 .title h3 {
    font-size: 16px
}

.inner-page.product-link-page .pro-1 .title .aosh2 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: -25px;
    margin-top: 10px
}

.inner-page.product-link-page .pro-1 .title .aosheng1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
}

.inner-page.product-link-page .pro-1 .title .aosheng1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
}

.inner-page.product-link-page .pro-1 .title h4 {
    font-size: 16px;
    color: #787878;
    line-height: 1.8;
        margin-top: 40px;
}

.inner-page.product-link-page .pro-1 .box ul {
    font-size: 0;
    padding: 60px 0
}

.inner-page.product-link-page .pro-1 .box ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 12px
}

.inner-page.product-link-page .pro-1 .box ul li .ig {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 20px;
    width: 100%;
}

.inner-page.product-link-page .pro-1 .box ul li .ig img {
    margin: auto
}

.inner-page.product-link-page .pro-1 .box ul li h4 {
    font-size: 15px;
    font-family: 'roboto-bold';
    text-align: center;
    color: #383737;
    padding-top: 10px
}

.inner-page.product-link-page .pro-1 .m-page a {
    color: #000
}

.inner-page.product-link-page .pro-1 .m-page a:hover {
    color: #fff;
    background: var(--color)
}

.inner-page.prodet-page {
    background-color: #f5f5f5;
    padding: 120px 0;
}

.inner-page.prodet-page .container {
    max-width: 1600px;
    margin: auto
}

.inner-page.prodet-page .pro-1 {
    padding: 26px 0
}

.inner-page.prodet-page .pro-1 .brid {
    font-size: 0
}

.inner-page.prodet-page .pro-1 .brid .left {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 20px 0 0
}

.inner-page.prodet-page .pro-1 .brid .left .prev,.inner-page.prodet-page .pro-1 .brid .left .next {
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #525252;
    background-color: #262626;
    cursor: pointer;
    padding: 10px 0
}

.inner-page.prodet-page .pro-1 .brid .left ul li {
    padding: 5px 0
}

.inner-page.prodet-page .pro-1 .brid .left ul li a {
    display: inline-block;
    background-color: #ebeaea;
    padding: 20px
}

.inner-page.prodet-page .pro-1 .brid .right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 {
    color: #282828;
    background-color: #fff;
    padding: 40px 30px;
    margin-bottom: 15px
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 .left {
    width: 62%;
    padding-left: 50px;
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 .left h4,.inner-page.prodet-page .pro-1 .brid .right .con-1 .left h1 {
    font-size: 38px;
    font-family: 'Anton'
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 .left span {
    font-size: 20px
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 .left .contact {
    font-size: 18px;
    padding: 60px 0
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 .left a {
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    background-color: #85c226;
    padding: 5px 10px
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 .left a i {
    margin-left: 80px
}

.inner-page.prodet-page .pro-1 .brid .right .con-1 .right {
    width: 38%
}
.prodet-page .pro-1 .con-1 .right .smallImg,
.prodet-page .pro-1 .con-1 .right .bigImg{
  width: 100%;
}
.prodet-page .pro-1 .con-1 .right .smallImg ul{
  margin: 20px -10px;
}
.prodet-page .pro-1 .con-1 .right .smallImg ul li{
  padding: 0 10px;
}
.prodet-page .pro-1 .con-1 .right .smallImg ul li a{
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: white;
}
.inner-page.prodet-page .pro-1 .brid .right .con-2 {
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    padding: 20px 20px 20px
}

.inner-page.prodet-page .pro-1 .brid .right .con-3 {
    font-size: 16px;
    background-color: #fff;
    padding: 20px
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 {
    background-color: #1c1c1c
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .title {
    color: #fff;
    padding: 26px 40px
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .title h4 {
    font-size: 38px;
    font-family: 'Anton'
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .title span {
    font-size: 20px
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form {
    background-color: #2d2d2d;
    padding: 54px 80px 30px
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form ul li {
    font-size: 14px;
    padding-bottom: 20px
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form ul li h6 {
    text-transform: uppercase;
    color: #bcbcbc
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form ul li p {
    font-size: 16px;
    color: #bcbcbc
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form ul li p span {
    color: #e60012
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form ul li input {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form ul li input[type=submit] {
    display: inherit;
    width: auto;
    font-size: 15px;
    font-family: 'Roboto-Black';
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #e60012;
    padding: 20px 36px;
    margin: auto
}

.inner-page.prodet-page .pro-1 .brid .right .con-4 .form ul li textarea {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px
}



@media screen and (max-width: 1200px) {
    .inner-page.product-page .pro-1 .title h3 {
        font-size: 36px
    }

    .inner-page.prodet-page .pro-1 .brid .right .con-1 .left h4,.inner-page.prodet-page .pro-1 .brid .right .con-1 .left h1 {
        font-size: 30px
    }
}

@media screen and (max-width: 768px) {
    .inner-page.prodet-page .pro-1 .brid .right .con-1 .left h4,.inner-page.prodet-page .pro-1 .brid .right .con-1 .left h1 {
        font-size:25px
    }

    .inner-page.prodet-page .pro-1 .grid>.left {
        display: none
    }

    .inner-page.prodet-page .pro-1 .grid>.right {
        width: 100%
    }
}

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

    .inner-page.prodet-page .pro-1 .brid .right .con-1 .left {
        width: 100%
    }

    .inner-page.prodet-page .pro-1 .brid .right .con-1 .right {
        width: 100%
    }

    .inner-page.prodet-page .pro-1 .brid .right .con-4 .form {
        padding: 30px 20px 10px
    }

    .inner-page.product-page .pro-1 .box ul li,.inner-page.product-page .pro-2 .box ul li,.inner-page.product-link-page .pro-1 .box ul li {
        width: 100%;
        text-align: center
    }
}



.inner-page .sidebar-left {
    width: 25%
}

.inner-page .sidebar-left .box {
    margin-bottom: 30px
}

.inner-page .sidebar-left .box:last-child {
    margin-bottom: 0
}

.inner-page .sidebar-left .box h3 {
    font-size: 30px;
    line-height: 1.8;
    color: var(--color);
    margin-bottom: 10px;
    font-weight: 600
}

.inner-page .sidebar-left .box ul li {
    font-size: 16px;
    line-height: 2;
    color: #303030;
    border-bottom: solid 1px #e5e5e5;
    padding: 3px;
    margin-bottom: 5px;
    width: 80%;
    position: relative
}

.inner-page .sidebar-left .box ul li>a {
    padding-right: 20px
}

.inner-page .sidebar-left .box ul li i {
    position: absolute;
    top: 12px;
    right: 0
}

.inner-page .sidebar-left .box ul li li {
    width: 100%
}

.inner-page .sidebar-left .box ul li ul li:last-child {
    border-bottom: none
}

.inner-page .sidebar-left .box ul li a.child:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    font-size: 16px
}

.inner-page .sidebar-left .box ul li:hover>a,
.inner-page .sidebar-left .box ul li.active>a,
.inner-page .sidebar-left .box ul li ul li.hover>a,
.inner-page .sidebar-left .box ul li ul li.active>a {
    color: var(--color);
    font-weight: 700
}

.inner-page .sidebar-left .box ul li ul {
    padding-left: 10px;
    display: block
}

.inner-page .sidebar-left .box ul li.active a.child {
    color: var(--color)
}

.inner-page .sidebar-left .box ul li.active a.child:after {
    content: "\f107"
}

.inner-page .sidebar-left .box .share ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.inner-page .sidebar-right {
    width: 75%
}

.product-link-page .sidebar-box,.product-page .sidebar-box {
    padding: 80px 0;
    border-bottom: 1px solid #eee
}

.product-page .sidebar-right ul {
    text-align: left;
    margin: -10px
}

.product-page .sidebar-right ul.sharelist {
    display: flex;
    justify-content: flex-start
}

.product-page .sidebar-right ul li {
    padding: 10px
}

.product-page .sidebar-right ul li .box {
    border: solid 1px #97c5a9;
    padding: 10px
}

.product-page .sidebar-right ul li a.img-box {
    width: 100%;
    display: block
}

.product-page .sidebar-right ul li a.img-box img {
    width: 100%
}

.product-page .sidebar-right ul li .content {
    display: block;
    margin-top: 10px
}
@media screen and (max-width: 1450px) {
  .inner-page.product-page .pro-2 .box ul li{
    width: 33.33333%;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebar-left {
        display:none
    }

    .inner-page .sidebar-right {
        width: 100%
    }
      .inner-page.product-page .pro-2 .box ul li{
    width: 50%;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover{
  color: var(--color);
}
.gallery-page {
  padding: 120px 0;
}
.gallery-page .gallery-list ul{
  margin: -20px;
}
.gallery-page .gallery-list ul li{
  padding: 20px;
}
.gallery-page .gallery-list ul li h5{
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}