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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

    .grid-box.five>.column {
        width: 100%
    }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 125px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  color: white;
  font-weight: 300;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: white;
}
#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: 150%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid 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;
}
#header .nav .ui.menu .right {
  margin-left: 75px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .h-inquiry {
  cursor: pointer;
  color: white;
  padding-left: 33px;
  padding-right: 22px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d191a;
  border-radius: 35px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: 1px solid var(--color);
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: transparent;
  border-color: white;
}
#header .nav .ui.menu .right .h-inquiry i {
  font-size: 20px;
}
.language-box {
  margin: 0 30px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  color: white;
  padding: 0 22px;
  border-radius: 35px;
}
.more:hover {
  background-color: var(--color);
}
.more:hover::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #1d191a;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more i {
  font-size: 18px;
  position: relative;
  z-index: 5;
  margin-left: 10px;
}
.more span {
  font-size: 15px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more.red {
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
  border: 1px solid var(--color);
}
.more.red::before {
  background-color: var(--color);
  border-color: transparent;
}
.more.red:hover {
  color: white;
}
.more.black {
  background-color: #000;
}
.more.black::before {
  background-color: white;
}
.more.black:hover {
  color: var(--color);
}
span.tag {
  font-size: 16px;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.8;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}
span.tag::before {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background-color: var(--color);
  margin-right: 5px;
}
h2.h-title {
  font-size: 45px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: bold;
  color: #333;
}
h2.h-title.white {
  color: white;
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.txt-light {
  font-family: Arial;
}
.white {
  color: white;
}
.tit-font {
  font-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);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 125px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content ul li .content .box {
  padding-left: 55px;
}
#banner .banner-content ul li .content .box h2 {
  position: relative;
}
#banner .banner-content ul li .content .box h2::before {
  content: '';
  position: absolute;
  left: -55px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #db0d00;
}
#banner .banner-bot ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  color: white;
  height: 195px;
  padding: 0 70px;
}
#banner .banner-bot ul li .box .icon {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}
#banner .banner-bot ul li .box .text {
  padding-left: 20px;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
}
#banner .banner-bot ul li .box .text h4 {
  font-size: 20px;
  line-height: 1.8;
}
#index-body .homepage-1 {
  position: relative;
  padding: 115px 0 100px;
  background-color: #f2f2f2;
}
#index-body .homepage-1 .right .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px 0 25px;
}
#index-body .homepage-1 .left {
  position: relative;
  height: -webkit-fill-available;
  border-radius: 30px;
  overflow: hidden;
}
#index-body .homepage-1 .left .text {
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--color);
}
#index-body .homepage-2 {
  padding: 170px 0;
  position: relative;
  z-index: 2;
}
#index-body .homepage-2 .top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-2 .bottom {
  margin-top: 60px;
}
#index-body .homepage-2 .bottom ul {
  margin: 0 -25px;
}
#index-body .homepage-2 .bottom ul li {
  position: relative;
  padding: 0 25px;
}
#index-body .homepage-2 .bottom ul li > img {
  border-radius: 25px;
  overflow: hidden;
}
#index-body .homepage-2 .bottom ul li .box {
  border-radius: 30px;
  position: absolute;
  left: 7%;
  top: 14%;
}
#index-body .homepage-2 .bottom ul li .box::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/home2_bg.png') no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .homepage-2 .bottom ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-2 .bottom ul li .box:hover .icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .homepage-2 .bottom ul li .box:hover .intro {
  margin-bottom: 20px;
  height: 115px;
  color: white;
}
#index-body .homepage-2 .bottom ul li .box:hover::before {
  opacity: 0;
}
#index-body .homepage-2 .bottom ul li .box:hover a.more {
  background-color: #1d191a;
  color: white;
}
#index-body .homepage-2 .bottom ul li .box .icon {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .homepage-2 .bottom ul li .box .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .homepage-2 .bottom ul li .box .intro {
  max-width: 410px;
  color: #666666;
  margin-bottom: 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  overflow: hidden;
  height: 0;
}
#index-body .homepage-2 .bottom ul li .box .public-btn {
  margin-bottom: -23px;
}
#index-body .homepage-3 {
  padding-top: 90px;
  position: relative;
  background-color: #f2f2f2;
}
#index-body .homepage-3 .bottom {
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
#index-body .homepage-3 .bottom .btn {
  position: absolute;
  left: 50%;
  top: 170px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .homepage-3 .bottom .btn span.arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6e6e6;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .homepage-3 .bottom .btn span.arrow:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-3 .bottom .btn span.arrow i {
  font-size: 16px;
}
#index-body .homepage-3 .bottom ul {
  margin: 0 -35% 0 -110px;
}
#index-body .homepage-3 .bottom ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 110px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-3 .bottom ul li .text {
  max-width: 480px;
  width: 55%;
}
#index-body .homepage-3 .bottom ul li .img {
  max-width: 45%;
  padding-left: 50px;
}
#index-body .homepage-4 {
  background-color: #dc322c;
}
#index-body .homepage-4 .left {
  padding: 120px 5% 100px 155px;
}
#index-body .homepage-4 .left ul li {
  margin-bottom: 40px;
}
#index-body .homepage-4 .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-4 .left ul li .icon {
  width: 40px;
}
#index-body .homepage-4 .left ul li .con {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#index-body .homepage-4 .right {
  height: -webkit-fill-available;
}
#index-body .homepage-4 .right .img {
  height: 50%;
  max-height: 325px;
}
#index-body .homepage-5 {
  padding: 125px 0 140px;
}
#index-body .homepage-5 .top {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-5 .bottom {
  margin-top: 60px;
}
#index-body .homepage-5 .bottom ul {
  border-radius: 30px;
  overflow: hidden;
  margin: 0 -45px;
}
#index-body .homepage-5 .bottom ul li {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background-color: transparent;
}
#index-body .homepage-5 .bottom ul li:hover {
  background-color: var(--color);
}
#index-body .homepage-5 .bottom ul li:hover .slide-box .left {
  background-color: #ffffff;
}
#index-body .homepage-5 .bottom ul li:hover .slide-box .right .title {
  color: #ffffff;
}
#index-body .homepage-5 .bottom ul li:hover .slide-box .right .intro {
  color: #ffffff;
}
#index-body .homepage-5 .bottom ul li:hover .slide-box .right .news-btn {
  color: #ffffff;
  border-color: #fff;
}
#index-body .homepage-5 .bottom ul li .slide-box .left {
  background-color: #f2f2f2;
  border-radius: 10px;
  color: var(--color);
  font-weight: 300;
}
#index-body .homepage-5 .bottom ul li .slide-box .left .step {
  border-bottom: 1px solid var(--color);
}
#index-body .homepage-5 .bottom ul li .slide-box .right .title {
  color: #333333;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  max-width: 269px;
  padding-right: 30px;
}
#index-body .homepage-5 .bottom ul li .slide-box .right .intro {
  color: #666666;
  max-width: 230px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1.1;
}
#index-body .homepage-5 .bottom ul li .slide-box .right .news-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-left: 2px solid var(--color);
  color: #333333;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 16px;
}
#index-body .homepage-5 .bottom ul li .slide-box .right .news-btn span {
  margin-left: 12px;
  margin-right: 7px;
}
#footer .top {
  position: relative;
}
#footer .top::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 115px;
  background-color: var(--color);
  top: 0;
  right: -15px;
  border-top-left-radius: 25px;
}
#footer .top .left {
  background-color: var(--color);
  height: 115px;
  padding-left: 155px;
  padding-right: 80px;
  width: -webkit-calc(100% - 490px);
  width: -moz-calc(100% - 490px);
  width: calc(100% - 490px);
  border-top-right-radius: 25px;
}
#footer .top .left ul {
  width: -webkit-calc(100% - 215px);
  width: -moz-calc(100% - 215px);
  width: calc(100% - 215px);
}
#footer .top .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding-right: 30px;
}
#footer .top .left ul li:last-child {
  padding-right: 0;
}
#footer .top .left ul li span {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  max-width: 350px;
  font-size: 14px;
  padding-left: 15px;
  line-height: 1.2;
}
#footer .top .left ul li .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: white;
  color: black;
  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;
}
#footer .top .left ul li .icon i {
  font-size: 24px;
}
#footer .center {
  background-color: #000;
  color: white;
}
#footer .center .f-left {
  padding-top: 75px;
  width: -webkit-calc(100% - 490px);
  width: -moz-calc(100% - 490px);
  width: calc(100% - 490px);
  padding-left: 155px;
}
#footer .center .f-left .f-box {
  width: 68%;
}
#footer .center .f-left .f-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center .f-left .f-box ul li {
  width: 50%;
}
#footer .center .f-left .f-box ul li:first-child {
  max-width: 300px;
}
#footer .center .f-left .f-box ul li h4 {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  margin-bottom: 25px;
}
#footer .center .f-left .f-box ul li span {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .center .f-left .f-box ul li span:hover {
  color: var(--color);
}
#footer .center .f-left .f-box ul li span:last-child {
  margin-bottom: 0;
}
#footer .center .f-left .f-bot {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 35px;
}
#footer .center .f-left .f-bot span {
  font-size: 14px;
}
#footer .center .f-left .f-bot img {
  width: 220px;
  height: auto;
  padding-top: 3px;
}
#footer .center .f-right {
  width: 490px;
  padding-left: 30px;
  padding-right: 100px;
  height: 100%;
}
#footer .center .f-right .form {
  width: 100%;
  height: -webkit-calc(100% + 115px);
  height: -moz-calc(100% + 115px);
  height: calc(100% + 115px);
  background-color: var(--color);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-top: -115px;
  padding: 40px 30px 55px;
  position: relative;
  z-index: 10;
}
#footer .center .f-right .form h2 {
  font-size: 30px;
  font-weight: 700;
}
#footer .center .f-right .form form input[type="text"] {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  font-size: 14px;
  padding-bottom: 10px;
}
#footer .center .f-right .form form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#footer .center .f-right .form form button {
  background: transparent;
  border: none;
  color: white;
  font-size: 14px;
  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-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .center .f-right .form form button:hover {
  color: black;
}
#footer .center .f-right .form form button:hover i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#footer .center .f-right .form form button input[type="submit"] {
  background: transparent;
  border: none;
}
#footer .center .f-right .form form button i {
  font-size: 16px;
  margin-left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .center .f-right .bot {
  margin-top: 35px;
}
#footer .center .f-right .bot #ewm canvas,
#footer .center .f-right .bot #ewm img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: white;
  border: 8px solid white;
}
#footer .center .f-right .bot .share a {
  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: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: 15px;
}
#footer .center .f-right .bot .share a:last-child {
  margin-right: 0;
}
#footer .center .f-right .bot .share a i {
  font-size: 14px;
}
#footer .bottom {
  position: relative;
  z-index: 2;
  background-color: #000;
  display: none;
}
#footer .bottom .box {
  padding: 15px;
}
#footer .bottom .box span {
  font-size: 14px;
  color: white;
}
#footer .bottom .box span img {
  width: auto;
  height: 16px;
  margin-left: 10px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
@media screen and (max-width: 1700px) {
  h2.h-title {
    font-size: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
  #index-body .homepage-1 .left .text {
    padding: 25px;
  }
  #index-body .homepage-2,
  #index-body .homepage-5 {
    padding: 120px 0;
  }
  #footer .top .left ul {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  #footer .top .left h4 {
    padding-right: 0;
  }
  #footer .top .left {
    padding-right: 30px;
  }
  #index-body .homepage-5 .bottom ul {
    margin: 0;
  }
}
@media screen and (max-width: 1450px) {
  h2.h-title {
    font-size: 36px;
  }
  #banner {
    margin-top: 85px;
  }
  #header .nav .ui.menu .right {
    margin-left: 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #header .nav {
    height: 85px;
  }
  #header .nav .logo {
    max-width: 160px;
  }
  #footer .top .left ul {
    width: 100%;
  }
  #footer .top .left ul li .icon {
    width: 35px;
    height: 35px;
  }
  #footer .top .left ul li .icon i {
    font-size: 18px;
  }
  #footer .top .left h4 {
    display: none;
  }
  #footer .center .f-left a.f-logo {
    max-width: 160px;
  }
  #footer .center .f-left .f-box {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .homepage-2 .bottom ul li .box .intro {
    max-width: 360px;
  }
  #index-body .homepage-2 .bottom ul li .box:hover .intro {
    height: 60px;
  }
  #index-body .homepage-4 .left {
    padding: 65px 5% 65px;
  }
  #footer .center .f-left .f-box {
    display: none;
  }
  #footer .center .f-right .form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }
  #footer .top .left {
    width: 100%;
    border-top-right-radius: 0;
    padding: 0 30px !important;
  }
  #footer .top .left ul li:nth-child(2) span {
    white-space: nowrap;
  }
  #footer .center .f-right {
    padding-right: 30px !important;
  }
  #footer .bottom {
    display: block;
  }
  #footer .center .f-left {
    width: 100%;
  }
  #footer .center .f-right {
    width: 100%;
  }
  #footer .center .f-left a.f-logo {
    max-width: unset;
    margin: 0 auto 60px;
  }
  #footer .center .f-right .form h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-3 .bottom ul{
    margin: 0 -10px;
  }
  #index-body .homepage-3 .bottom ul li{
    padding: 45px 10px;
  }
  #banner .banner-content ul li .content {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #banner .banner-content ul li .content h2 {
    font-size: 36px;
  }
  #index-body .homepage-1 .left {
    width: 100%;
    height: auto;
  }
  #index-body .homepage-1 .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  #index-body .homepage-1,
  #index-body .homepage-2,
  #index-body .homepage-5 {
    padding: 65px 0;
  }
  #index-body .homepage-2 .top .left {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .homepage-3 .top .text {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .homepage-3 .bottom .btn {
    display: none;
  }
  #index-body .homepage-4 .left {
    width: 100%;
  }
  #index-body .homepage-4 .right {
    width: 100%;
  }
  #footer .top .left {
    padding: 15px 30px !important;
    height: auto;
  }
  #footer .top .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .left ul li {
    width: 50%;
    padding: 0;
    margin: 10px 0;
  }
  #footer .top .left ul li:last-child {
    width: 100%;
  }
  #footer .top .left ul li span {
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
    max-width: 100%;
  }
  #footer .center .f-left {
    padding-left: 0 !important;
  }
  #index-body .homepage-4 .left {
    padding: 60px 30px !important;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .content h2 {
    font-size: 28px;
  }
  #banner .banner-content ul li .content p {
    margin-bottom: 0;
  }
  #banner .banner-content ul li .content a.more {
    display: none;
  }
  #index-body .homepage-1 .left .text img {
    height: 100%;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-5 .top .text {
    width: 100%;
    margin-bottom: 15px;
  }
  #index-body .homepage-5 .bottom ul li .slide-box .right .intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .banner-content ul li .content {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    padding: 60px 15px;
  }
  #index-body .homepage-1 .left .text {
    padding: 10px;
    width: 50px;
  }
  #index-body .homepage-2 .bottom ul li {
    height: 300px;
  }
  #index-body .homepage-2 .bottom ul li .box {
    left: 45px;
  }
  #index-body .homepage-2 .bottom ul li .box::before {
    border-radius: 15px;
  }
  #index-body .homepage-2 .bottom ul li .box .intro {
    max-width: 240px;
  }
  #index-body .homepage-3 .bottom ul li .text {
    max-width: 100%;
    width: 100%;
  }
  #index-body .homepage-3 .bottom ul li .img {
    max-width: 100%;
    padding-left: 0;
    padding: 0;
    margin-top: 30px;
  }
  #footer .top .left ul li {
    width: 100%;
  }
  #footer .center .f-right .bot .share a {
    margin-right: 10px;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}










.inner-banner {
  position: relative;
  color: #fff;
  z-index: 1;
}
.mbx {
  padding: 12px 0;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 28px;
}

.inner-page span.h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}


.product-page .sideBarBox .slideRight {
  background-color: #f7f7f7;
}
.product-page .product-1 .sideBarBox .slideRight .text {
  max-height: 300px;
  overflow: auto;
  padding-right: 20px;
}
.product-page .sideBarBox .slideRight h1 {
  line-height: 1.8;
}
.product-page .sideBarBox .slideRight .img {
  border: 1px solid #3b3a3a;
}
.product-page .sideBarBox .slideRight .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #3b3a3a;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #3b3a3a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a:hover {
  background-color: var(--color);
  color: #fff;
}
.product-page .sideBarBox .slideRight .img:hover .link {
  opacity: 1;
}

.inner-page .sideBarBox .slideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBarBox .slideLeft .nav {
  background-color: #3b3a3a;
  color: white;
}
.inner-page .sideBarBox .slideLeft .nav span.h6 {
  background-color: var(--color);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-page .sideBarBox .slideLeft .nav .link {
  font-weight: 300;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li {
  margin-bottom: .7em;
  line-height: 1.8;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
  font-size: .8em;
  margin-top: .8em;
  padding-left: 1em;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .inner-page span.h2{
    font-size: 30px;
  }
  .product-page .sideBarBox .slideRight h1{
    font-size: 22px;
    line-height: 40px;
  }
  .product-page .product-1 .sideBarBox .slideRight .text p{
    display: none;
  }
  .inner-page .sideBarBox .slideLeft {
    display: none;
  }
  .inner-page .sideBarBox .slideRight {
    width: 100%;
  }
}

.prodet-page .prodet-1 .box {
  padding-left: 2%;
  padding-right: 5%;
  background-color: #f0f0f0;
}
.prodet-page .prodet-1 .box .left {
  position: sticky;
  top: 160px;
}
.prodet-page .prodet-1 .box .left li {
  display: block !important;
  width: auto !important;
}
.prodet-page .prodet-1 .box .left img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  position: relative;
  height: 300px;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 4px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
  height: auto;
}

.prodet-page .prodet-1 .box .right h1 {
  line-height: 1.4;
}
.prodet-page .prodet-1 .box .right .link a {
  padding: 0.7em 3em;
  font-weight: 400;
    color: #ffffff;
    background-color: #3b3a3a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .box .right .link a:hover {
  color: white;
  background-color: #d42633;
}
.prodet-page .prodet-1 .box .right .icon img {
  max-height: 50px;
  width: auto;
}
.prodet-page .prodet-1 .box .right .det .slide {
  border-bottom: 1px solid #3b3a3a;
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
  line-height: 1.2;
  cursor: pointer;
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
  margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .share {
  line-height: 1;
}
.prodet-page .prodet-2 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #3b3a3a;
  color: white;
}
.prodet-page .prodet-2 .box .img {
  border: 1px solid #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-top: 1px solid #3b3a3a;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #3b3a3a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .right .share {
    font-size: 16px;
    gap: 1em;
  }
  .prodet-page .prodet-1 .box .left .small ul li {
    padding: 1px;
  }
  .prodet-page .prodet-1 .box .left .small ul {
    margin: -1px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .right .link a {
    padding: .5em 1.5em;
  }
}
.m-page {
  margin-top: 60px;
  text-align: center;
}
.m-page a,
.m-page span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 2px;
  line-height: 40px;
}
.m-page a::before,
.m-page span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current {
  background-color: #e62923;
  color: #fff;
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a:hover {
  background-color: #e62923;
  color: #fff;
}
.m-page a:hover::before {
  opacity: 0;
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: #e62923;
}
.news-page {
  padding: 80px 0;
}
.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #e62923;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .content ul{
  display: flex;
  flex-wrap: wrap;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 2px solid #eceef1;
  height: 100%;
  padding: 40px 50px;
      /*border-radius: 4px;*/
  background-color: #fff;
  transition: .5s ease;
}
.news-page .content ul li .box .title {
  font-weight: 500;
  line-height: 1.4;
}
.news-page .content ul li .box .title:hover {
  color: #e62923;
}
.news-page .content ul li .box .des {
  margin-top: 20px;
}
.news-page .content ul li .box .des:hover {
  color: #e62923;
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
  text-align: left;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: #e62923;
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
  line-height: 30px;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-weight: bold;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  line-height: 1.8;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
}
.newdet-page .init-1 .container .content p{
  text-align: left !important;
}
.newdet-page .init-1 .container .content .video{
  width: 1000px;
  max-width: 100%;
  margin: 20px auto 0;
}
.newdet-page .init-1 .container .content .video video{
  width: 100%;
  display: block;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: -webkit-calc(-60%);
  width: -moz-calc(-60%);
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #3b5999;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1450px) {
  .news-page .tips_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .tips_title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .news-page .content ul li .box {
    padding: 40px 30px;
  }
  .news-page .content ul li .box .info_c .time {
    margin-left: 20px;
    font-size: 14px;
  }
  .news-page .content ul li .box .info_c .cat_name {
    font-size: 14px;
    padding: 4px 15px 6px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li{
    width: 100%;
  }
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 10px;
}
.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: #e62923;
}


.sustainable-page .sustainable-1 {
  background-color: #f1f1f1;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: #e62923;
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #d42633;
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 3% 4% 2%;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: var(--color);
}
.sustainable-page .sustainable-7 {
  background-color: #f7f7f7;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}

@media screen and (max-width: 1000px) {
  .sustainable-page .sustainable-4 .left{
    margin-bottom: 40px;
  }
}



.solution-page .solution-1 {
  position: relative;
}
.solution-page .solution-1 span.bg {
  width: 100%;
  height: 100%;
  max-width: 820px;
  z-index: -1;
  /*background-color: var(--color);*/
  background-image: url(../images/solution-1-bg.jpg);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.solution-page .solution-1 span.bg img {
  mix-blend-mode: darken;
  max-width: 57.21271394%;
  margin-top: 8%;
}
.solution-page .solution-1 span.h3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-1 .text {
  max-width: 690px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  margin-right: auto;
}
.solution-page .solution-2 i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 2em;
  border: 1px solid #767676;
  color: #767676;
}
.solution-page .solution-3 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #F7F7F7;
}
.solution-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}
.solution-page .solution-3 .box .list ul {
  margin-right: -1px;
}
.solution-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 16%;
}
.solution-page .solution-3 .box .list ul li i img {
  margin: 0 auto;
}
.solution-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}
.solution-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div {
  height: 100%;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
  height: 100%;
}
.solution-page .solution-4 span.h2 {
  font-weight: bold;
  white-space: nowrap;
  -webkit-animation: rz 20s linear infinite;
  -moz-animation: rz 20s linear infinite;
  animation: rz 20s linear infinite;
  display: inline-block;
  color: var(--color);
  font-size: 80px;
}
.solution-page .solution-4 span.h2 i {
  margin-left: 1em;
  color: transparent;
  -webkit-text-stroke: 1px #3b3a3a;
}
.solution-page .solution-4 span.h2 em {
  margin-right: 1em;
}
.solution-page .solution-4 .form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-4 .form ul {
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.solution-page .solution-4 .form ul li .moreCont{
  cursor: pointer;
}
.solution-page .solution-4 .form ul li .moreCont .moreCir1{
  background: #f2f2f2;
}
.solution-page .solution-4 .form ul input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.solution-page .solution-4 .form ul input:focus {
  border-color: var(--color);
}
.solution-page .solution-4 .form ul input::-webkit-input-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-moz-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::-moz-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-ms-input-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul button {
  border: none;
  background-color: transparent;
  margin: 0 auto;
  font-weight: normal;
}

@-webkit-keyframes rz {
  form {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes rz {
  form {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes rz {
  form {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1000px) {
  .solution-page .solution-1 span.bg {
    max-width: 500px;
  }
  .font-20{
    font-size: 18px!important;
    line-height: 32px!important;
  }
}

@media screen and (max-width: 500px) {
  .solution-page .solution-2 i {
    zoom: .7;
  }
}


.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}
.contact-page .contact-1 .left .h2{
  font-weight: 600;
}
.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 .left .text span {
  color: black;
}
.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}
.contact-page .contact-1 .right a.more{
  height: auto;
}
.contact-page .contact-1 .right a.more span,
.contact-page .contact-1 .right a.more span input{
  padding: 5px 0;
  margin: 0;
}
.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .3em;
  opacity: .8;
}
.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right input[type="submit"]{
  background: transparent;
  color: white;
}
.contact-page .contact-1 .right textarea {
  height: 200px;
}
.contact-page .contact-1 .right select {
  padding: 1em;
}
.contact-page .contact-1 .right button {
  line-height: 1.6;
  width: auto;
}
.contact-page .contact-1 .right button:hover{
  background: #000;
}
.contact-page .contact-2 iframe {
  border: none;
  display: block;
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1);*/
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    position: static;
  }
  .contact-page .contact-2 iframe {
    height: 360px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-2 iframe {
    height: 280px;
  }
}


.about2-page .about-1 {
  padding: 80px 0 100px;
  /*background: url(../images/about-1.jpg) bottom right no-repeat;*/
  background-size: 45% auto;
}
.about2-page .about-1 .text {
  width: 100%;
}
.about2-page .about-1 .text span.h3 {
  font-size: 36px;
}
.about2-page .about-1 .text span.h3 em {
  color: #da1c28;
}
.about2-page .about-1 .text span.h2 {
  font-size: 48px;
  font-weight: 700;
  max-width: 24em;
}
.about2-page .about-1 .text .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 2em;
}
.about2-page .about-1 .list {
  margin-top: 45px;
  max-width: 100%;
  margin-right: auto;
  display: block;
}
.about2-page .about-1 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about2-page .about-1 .list ul li {
  width: auto;
  text-align: center;
}
.about2-page .about-1 .list ul li span {
  font-size: 50px;
  font-weight: bold;
  color: #da1c28;
  line-height: 1;
  display: block;
}
.about2-page .about-1 .list ul li span i {
  color: #da1c28;
  margin-left: .1em;
}
.about2-page .about-1 .list ul li p {
  font-size: 16px;
  opacity: .8;
  display: block;
}
.about2-page .about-2 {
  text-align: center;
  padding: 260px 0;
}
.about2-page .about-2 .play {
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.about2-page .about-3 {
  padding: 90px 0;
}
.about2-page .about-3 .left {
  width: 42%;
  vertical-align: middle;
}
.about2-page .about-3 .right {
  width: 58%;
  vertical-align: middle;
  padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
  content: '';
  width: 1.5em;
  height: 2px;
  background-color: #181818;
  margin-right: .5em;
}
.about2-page .about-3 .right .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.about2-page .about-4 {
  padding: 80px 0 80px;
  background-color: #da1c28;
  color: white;
}
.about2-page .about-4 .left {
  width: 60%;
  vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
  color: inherit;
  text-transform: uppercase;
}
.about2-page .about-4 .right {
  width: 40%;
  text-align: right;
  vertical-align: bottom;
}
.about2-page .about-5 {
  padding: 80px 0 120px;
}
.about2-page .about-5 .left {
  width: 40%;
  padding-right: 3%;
  vertical-align: middle;
}
.about2-page .about-5 .right {
  width: 60%;
  vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
  text-transform: uppercase;
}
.about2-page .about-5 .left .text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 2em;
}
.about2-page .about-5 .right ul {
  margin: -25px;
}
.about2-page .about-5 .right ul li {
  padding: 25px;
}
.about2-page .about-5 .right ul li img {
  width: 100%;
}
.about2-page .about-5 .right ul li p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: .5em;
}
.about2-page .about-6 {
  padding: 90px 0 70px;
  background-color: #efefef;
}
.about2-page .about-6 span.h2 {
  margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
  width: 76.5%;
  padding-right: 20px;
}
.about2-page .about-6 .box .right {
  width: 23.5%;
}
.about2-page .about-6 .box img {
  width: 100%;
}
.about2-page .about-6 .box .right ul {
  margin: -10px;
}
.about2-page .about-6 .box .right ul li {
  padding: 10px;
  cursor: pointer;
}
.about2-page.productAbout .about-1 span.h2 {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .text a.link {
    font-size: 14px;
  }
  .about2-page .about-1 .text,
  .about2-page .about-3 .right,
  .about2-page .about-4 .right,
  .about2-page .about-4 .left,
  .about2-page .about-5 .left,
  .about2-page .about-5 .right,
  .about2-page .about-6 .box .left{
    width: 100%;
    padding: 0;
  }
  .about2-page .about-1 .img,
  .about2-page .about-3 .left,
  .about2-page .about-6 .box .right {
    display: none;
  }
  .about2-page .about-1 .text span.h2 {
    font-size: 24px;
  }
  .about2-page .about-1 .text .con,
  .about2-page .about-1 .list ul li p,
  .about2-page .about-5 .left .text {
    font-size: 14px;
  }
  .about2-page .about-1 .list ul li span {
    font-size: 32px;
  }
  .about2-page .about-2 {
    padding: 120px 0;
  }
  .about2-page .about-2 .play {
    max-width: 70px;
  }
  .about2-page .about-3 .right span.h2 {
    margin-bottom: 2em;
  }
  .about2-page .about-4 .left {
    margin-bottom: 20px;
  }
  .about2-page .about-4,
  .about2-page .about-3,
  .about2-page .about-1,
  .about2-page .about-5,
  .about2-page .about-6{
    padding: 50px 0;
  }
  .about2-page .about-1 {
    background-image: unset;
  }
  .about2-page .about-1 .list {
    max-width: none;
  }

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

  .about2-page .about-5 .right ul {
    margin: -15px;
  }

  .about2-page .about-5 .right ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .about2-page .about-1 .list ul li {
    width: 50%;
    padding: 5px;
  }
  .about2-page .about-1 .text span.h2{
    font-size: 20px;
  }
}



.about-history {
  padding: 3% 0 6.407%;
}
.about-history .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.about-history .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-history .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-history .left .title {
  font-size: 48px;
  color: #030303;
  font-weight: bold;
  margin-top: 20px;
}
.about-history .left .title em {
  display: block;
}
.about-history .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-history .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-history .right .tag ul {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-history .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-history .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-history .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.about-history .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-history .right .tag ul li.current a {
  background-color: #da1c28;
  color: #fff;
  border-color: #da1c28;
}
.about-history .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(247 247 247)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
    background: linear-gradient(rgb(247 247 247) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 80px 40px;
    margin-bottom: 60px;
}
.about-history .right .content ul li .tit {
  font-size: 36px;
  line-height: 1.2;
  color: #030303;
  font-weight: bold;
}
.about-history .right .content ul li .con {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-history .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-history .right .content ul li.active {
  background: #f7f7f7;
}
@media screen and (max-width: 1680px) {
  .about-history .left .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .about-history .left .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  .about-history .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {

  .about-history .left .title {
    font-size: 30px;
  }
  .about-history .right .content ul li {
    padding: 40px 20px;
  }
  .about-history .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
 
  .about-history .left {
    position: initial;
    width: 100%!important;
  }
  .about-history .right {
    padding-left: 0;
    width: 100%!important;
    margin-top: 30px;
  }


  .about-history .right .tag {
    display: none;
  }
  .about-history .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-history .right .content ul li .tit {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-history .right .content ul li .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-history {
    padding: 45px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-history .left .title {
    font-size: 24px;
  }
  .about-history .right .content ul li .tit {
    font-size: 24px;
  }
}


.gallery-page .init-1 .container .cont {
    border-bottom: 1px solid #d2d2d2
}

.gallery-page .init-1 .container .cont li {
    margin-right: 40px
}

.gallery-page .init-1 .container .cont li:last-child {
    margin-right: 0
}

.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-family: syne;
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: 600
}

.gallery-page .init-1 .container .cont li .box a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #bf0000;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.gallery-page .init-1 .container .cont li .box a.active:before,.gallery-page .init-1 .container .cont li .box a:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.gallery-page .init-2 {
    padding-top: 30px
}

.gallery-page .init-2 .container ul {
    margin: 0 -25px
}

.gallery-page .init-2 .container ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px
}

.gallery-page .init-2 .container ul li {
    margin-top: 50px;
    padding: 0 25px
}

.gallery-page .init-2 .container ul li .box video {
    display: block;
    width: 100%
}

.gallery-page .init-2 .container ul li .box .title {
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
    font-family: 'syne'
}

.gallery-page .init-2 .container ul li .box .img {
    position: relative;
    display: block
}

.gallery-page .init-2 .container ul li .box .img img {
    width: 100%
}

.gallery-page .init-2 .container ul li .box .img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.gallery-page .init-2 .container ul li .box:hover .img:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease
}

@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display:none
    }

    .gallery-page .init-2 {
        padding-top: 0
    }
}

@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top:20px
    }
}

.faq-page .init-1 .container .tipsTitleCont {
    max-width: 630px
}

.faq-page .init-1 .container .content {
    padding: 0 120px;
    margin-top: 50px
}

.faq-page .init-1 .container .content ul li .box {
    cursor: pointer;
    padding: 20px 0;
    border-top: 1px solid #d2d2d2
}

.faq-page .init-1 .container .content ul li .box .titleC {
    font-weight: 700
}

.faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 70px;
    color: #bf0000
}

.faq-page .init-1 .container .content ul li .box .titleC .title {
    padding-right: 10px;
    width: -webkit-calc(-80%);
    width: -moz-calc(-80%);
    width: calc(100% - 180px)
}

.faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-top: 4px;
    margin-left: 80px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000
}

.faq-page .init-1 .container .content ul li .box .titleC .right .img {
    width: 14px;
    height: 14px
}

.faq-page .init-1 .container .content ul li .box .des {
    padding-left: 70px;
    margin-top: 20px;
    max-width: -webkit-calc(-10%);
    max-width: -moz-calc(-10%);
    max-width: calc(100% - 110px);
    color: rgba(0,0,0,.5);
    display: none
}

.faq-page .init-1 .container .content ul li .box.active .titleC .right {
    background-color: #bf0000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.faq-page .init-1 .container .content ul li:last-child .box {
    border-bottom: 1px solid #d2d2d2
}

@media (max-width: 1250px) {
    .faq-page .init-1 .container .content {
        padding:0
    }
}

@media (max-width: 700px) {
    .faq-page .init-1 .container .content ul li .box .titleC .num {
        width:100%
    }

    .faq-page .init-1 .container .content ul li .box .titleC .title {
        width: -webkit-calc(60%);
        width: -moz-calc(60%);
        width: calc(100% - 40px)
    }

    .faq-page .init-1 .container .content ul li .box .titleC .right {
        margin-left: 10px
    }

    .faq-page .init-1 .container .content ul li .box .des {
        width: 100%;
        max-width: 100%;
        padding-left: 0
    }
}

.text-hide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-hide-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.text-hide-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.text-hide-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.text-hide-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

.text-hide-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden
}

.text-hide-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden
}

.text-hide-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden
}