@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #f58220;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 400;
  color: #24201d;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1590px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  width: 14.5em;
  height: 3.625em;
  padding: 0 2.4375em 0 2em;
  border: 0;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.more:hover {
  color: #fff;
}
.more:hover::after {
  width: 100%;
}
.more.white{
  background: #fff;
  color: var(--color);
}
.more.white img{
  -webkit-filter: none;
  filter: none;
}
.more.jb{
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: rgba(12, 11, 10, 0.54);
  border-bottom: 1px solid rgba(58, 52, 47, 0.9);
}
#header .yuy ul {
  z-index: 10;
  left: initial;
  right: 0;
}
#header .nav {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .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 .menu-box ul.menu > li {
  margin-right: 5.56em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  font-weight: 600;
  height: 119px;
  line-height: 119px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .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 .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li:hover::after,
#header .nav .menu-box ul.menu > li.active::after {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .search {
  width: 124px;
}
#header .nav .search form {
  width: 100%;
  position: relative;
}
#header .nav .search form input[type="search"] {
  width: 100%;
  height: 36px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  border: 0;
  padding: 0 0 0 42px;
  font-size: 14px;
  color: #fff;
}
#header .nav .search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]:-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]::-moz-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
#header .nav .search form input[type="search"]::placeholder {
  color: #fff;
}
#header .nav .search form input[type="submit"] {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 15px;
  height: 14px;
  border: 0;
  background: url(../images/search.png) no-repeat center;
}
#header .nav .yuy span {
  font-weight: 600;
  color: #fff;
}
#header.inner{
  position: sticky;
  position: -webkit-sticky;
}
#header.inner,
#header.active {
  background: #0c0b0a;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  margin-top: -14px;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 680px;
}
#banner ul li .text .box .title {
  line-height: 1.5;
}
#banner ul li .text .box .con {
  line-height: 1.4;
}
#banner ul li .text .box .more::after {
  background: #fff;
}
#banner ul li .text .box .more:hover {
  color: var(--color);
}
#banner ul li .text .box .more:hover img {
  -webkit-filter: none;
  filter: none;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .btn {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.title,
.i-title {
  font-weight: bold;
}
.i-tag {
  font-size: 18px;
  line-height: 1.3;
  color: var(--color);
  text-transform: uppercase;
  font-weight: 600;
}
.i-tag::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  margin-right: 13px;
}
.i-title {
  font-size: 48px;
  line-height: 1.2;
}
.i-title em {
  color: var(--color);
}
.desc {
  font-size: 18px;
  line-height: 1.56;
  color: #625c57;
}
#index-body .i-about {
  padding: 5.3646% 0 5.73% 0;
}
#index-body .i-about .header .left {
  width: 46%;
}
#index-body .i-about .header .right {
  width: 38%;
}
#index-body .i-about .header .right .desc h1 {
  display: inline;
  text-transform: uppercase;
}
#index-body .i-about .img {
  margin-top: -25px;
}
#index-body .i-about .img .play,
.about-page .about-1 .img .play{
  width: auto;
  height: auto;
  top: 46%;
  background: transparent;
}
#index-body .i-about .img .play::before,
.about-page .about-1 .img .play::before,
#index-body .i-about .img .play::after,
.about-page .about-1 .img .play::after{
  background: transparent;
  border: 1px solid #fff;
}
#index-body .i-about ul li {
  width: 266px;
}
#index-body .i-about ul li .num {
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1px #292c31;
}
#index-body .i-about ul li .line {
  display: block;
  width: 252px;
  height: 1px;
  background-color: #959595;
  opacity: 0.2;
}
#index-body .i-about ul li p {
  line-height: 1.2;
  color: #292c31;
}
#index-body .i-product {
  background-color: #f2f1ef;
  padding: 4.84375% 0 7.604167% 0;
}
#index-body .i-product .right {
  color: #625c57;
  line-height: 1.4375;
}
#index-body .i-product ul .slick-slide {
  height: auto;
}
#index-body .i-product ul .slick-slide > div {
  height: 100%;
}
#index-body .i-product ul li {
  height: 100%;
}
#index-body .i-product ul li .ig {
  height: 100%;
  background: #fff;
  border: 2px solid #e6e1dc;
  border-top: 5px solid var(--color);
}
#index-body .i-product ul li .ig .con {
  line-height: 1.7;
  color: #625c57;
}
#index-body .i-product ul li .ig .link {
  color: var(--color);
  font-weight: 600;
}
#index-body .i-advantage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4.53135% 0 5.78125% 0;
  color: #fff;
}
#index-body .i-advantage .left ul {
  margin: -29px 0;
}
#index-body .i-advantage .left ul li {
  max-width: 369px;
  padding: 29px 0;
}
#index-body .i-advantage .left ul li i {
  display: block;
  line-height: 64px;
}
#index-body .i-advantage .left ul li i img {
  vertical-align: middle;
}
#index-body .i-advantage .left ul li p {
  line-height: 1.6;
}
#index-body .i-advantage .more::after {
  background: #fff;
}
#index-body .i-advantage .more:hover {
  color: var(--color);
}
#index-body .i-advantage .more:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-news {
  padding: 4.4271% 0 5.625%;
}
#index-body .i-news ul li .ig time {
  line-height: 1;
}
#index-body .i-news ul li .ig .con {
  line-height: 1.8;
}
#index-body .i-news ul li .ig .link {
  font-weight: 600;
  color: #292c31;
}
#index-body .i-news ul li .ig .link img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-news ul li .ig .line {
  position: absolute;
  z-index: 1;
  background: var(--color);
  width: 0;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .ig .line.line1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .i-news ul li .ig .line.line2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .i-news ul li .ig .line.line3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .i-news ul li .ig .line.line4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .i-news ul li .ig .icon {
  right: 49px;
  bottom: 36px;
  z-index: -1;
  opacity: 0;
}
#index-body .i-news ul li .ig:hover .line.line1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .i-news ul li .ig:hover .line.line2 {
  height: 100%;
  top: 0;
}
#index-body .i-news ul li .ig:hover .line.line3 {
  width: 100%;
  left: 0;
}
#index-body .i-news ul li .ig:hover .line.line4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .i-news ul li .ig:hover .icon {
  opacity: 1;
}
#index-body .i-market {
  background-color: #e9e8e6;
  padding: 8.3854167% 3.23% 5.25%;
}
#index-body .i-market .map {
  display: inline-block;
}
#index-body .i-market .map li {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#index-body .i-market .map li .img {
  width: 4.1em;
  height: 4.1em;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
#index-body .i-market .map li .img img {
  max-width: 70%;
}
#index-body .i-market .map li .img::before,
#index-body .i-market .map li .img::after {
  content: '';
  width: 300%;
  height: 300%;
  background-color: rgba(245, 130, 32, 0.3);
  position: absolute;
  left: -100%;
  top: -100%;
  -webkit-animation: ks 2s infinite linear;
  -moz-animation: ks 2s infinite linear;
  animation: ks 2s infinite linear;
  border-radius: 100%;
  z-index: -1;
}
#index-body .i-market .map li .img::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-market .map li i {
  width: 1.6em;
  height: 1.6em;
  border-radius: 100%;
  border: .3em solid white;
  background-color: var(--color);
  display: block;
}
#index-body .i-market .map li:nth-child(1) {
  left: 79%;
  top: 47%;
}
#index-body .i-market .map li:nth-child(2) {
  left: 17.8%;
  top: 39%;
}
#index-body .i-market .map li:nth-child(3) {
  left: 31%;
  top: 72.3%;
}
#index-body .i-market .map li:nth-child(4) {
  left: 51.5%;
  top: 33.7%;
}
#index-body .i-market .map li:nth-child(5) {
  left: 59%;
  top: 45%;
}
#index-body .i-market .map li:nth-child(6) {
  left: 53.5%;
  top: 59.5%;
}
#index-body .i-market .map li:nth-child(7) {
  left: 77.6%;
  top: 59.8%;
}
#index-body .i-market .map li:nth-child(8) {
  left: 85%;
  top: 78.9%;
}
#index-body .i-market .text {
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding-top: 7.34375%;
  z-index: 2;
}
#index-body .i-market .text .box {
  max-width: 600px;
}
#index-body .i-market .text .box .con {
  font-weight: 500;
  max-width: 360px;
  color: #252b32;
}
#index-body .i-market .text .box .ig {
  background-color: #f5f3f0;
  color: #252b32;
  line-height: 1.8;
  padding: 57px 40px 64px 45px;
  margin-top: 13em;
  border-left: 6px solid var(--color);
}
#footer {
  color: #fff;
}
#footer .f-content {
  background-color: #11100f;
}
#footer .f-content .title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 29px;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 11px;
  color: #aaa49d;
}
#footer .f-content ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  width: 22%;
}
#footer .f-content .f-form {
  width: 23.08%;
}
#footer .f-content .f-form .tit {
  font-size: 16px;
  color: #aaa49d;
  line-height: 1.75;
}
#footer .f-content .f-form form {
  margin-top: 14px;
}
#footer .f-content .f-form input {
  width: 100%;
  height: 62px;
  background-color: #171514;
  border: 0;
  padding: 0 22px;
  font-size: 16px;
  margin-bottom: 15px;
}
#footer .f-content .f-form input::-webkit-input-placeholder {
  color: #77716b;
}
#footer .f-content .f-form input:-moz-placeholder {
  color: #77716b;
}
#footer .f-content .f-form input::-moz-placeholder {
  color: #77716b;
}
#footer .f-content .f-form input:-ms-input-placeholder {
  color: #77716b;
}
#footer .f-content .f-form input::placeholder {
  color: #77716b;
}
#footer .f-content .f-form button {
  border: 0;
  width: 100%;
  height: 2.875em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .f-content .f-form button::after {
  background: #fff;
}
#footer .f-content .f-form button:hover {
  color: var(--color);
}
#footer .f-copy {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  color: #fff;
  background-color: #0c0b0a;
  text-align: left;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
@media (max-width: 1700px) {
  #index-body .i-market .map {
    zoom: .78;
  }
  #index-body .i-market .text .box .ig {
    margin-top: 8em;
  }
  #footer .f-content .f-contact {
    width: 25%;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: 4em;
  }
  #header .nav .search {
    width: 160px;
    margin-left: 20px;
  }
  #header .nav .yuy {
    margin-left: 20px;
  }
  #index-body .i-advantage .left ul li {
    max-width: 300px;
  }
  #index-body .i-market .text .box {
    max-width: 520px;
  }
  #index-body .i-market .map {
    zoom: .7;
  }
  #index-body .i-market .text .box .ig {
    margin-top: 5em;
    padding: 30px 40px 30px 45px;
  }
  #footer .f-content .f-contact {
    width: 29%;
  }
}
@media (max-width: 1250px) {
  .i-title {
    font-size: 40px;
  }
  #index-body .i-about .header .right {
    width: 42%;
  }
  #index-body .i-about ul li {
    width: 200px;
  }
  #index-body .i-about ul li .line {
    width: 180px;
  }
  #index-body .i-advantage .left {
    width: 70%;
  }
  #index-body .i-news ul li .ig .icon {
    right: 20px;
    bottom: 18px;
  }
  #index-body .i-market .map {
    zoom: .5;
  }
  #index-body .i-market .text .box {
    zoom: .78;
  }
  #footer .f-content .f-contact {
    width: 32%;
  }
  #footer .f-content ul li {
    font-size: 14px;
  }
  #footer .f-content .f-form .tit {
    font-size: 14px;
  }
  #footer .f-content .f-form input {
    font-size: 14px;
    padding: 0 11px;
  }
  #footer .f-content .f-form button {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .font-18,
  .font-16 {
    font-size: 16px;
  }
  .more {
    width: 12em;
    height: 3.2em;
    padding: 0 1.21875em 0 1em;
  }
  .i-title {
    font-size: 36px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-24,
  .font-22 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
  #index-body .i-about .right {
    margin-top: 20px;
  }
  #index-body .i-about .data ul {
    margin: -10px 0;
  }
  #index-body .i-about .data ul li {
    width: 50%;
    padding: 10px 0;
  }
  #index-body .i-advantage .left ul {
    margin: -15px 0;
  }
  #index-body .i-advantage .left ul li {
    padding: 15px 0;
  }
  #index-body .i-advantage .right {
    margin-top: 20px;
  }
  #index-body .i-market .text {
    position: initial;
    padding-top: 0;
  }
  #index-body .i-market .text .box {
    max-width: 100%;
    zoom: 1;
  }
  #index-body .i-market .text .box .ig {
    margin-top: 20px;
  }
  #index-body .i-market .map {
    zoom: 1;
  }
  #footer .f-content ul li {
    font-size: 15px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 50%;
  }
  #footer .f-content .f-form {
    width: 46%;
  }
  #footer .f-content .f-form .tit {
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .btn {
    margin-top: 20px;
  }
  .i-tag {
    font-size: 16px;
  }
  .i-tag::before {
    width: 8px;
    height: 8px;
    margin: 0 9px 3px 0;
  }
  .i-title {
    font-size: 30px;
  }
  .desc {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-about .data {
    padding: 30px 15px 0;
  }
  #index-body .i-about .data ul li .num {
    font-size: 30px;
  }
  #index-body .i-about .data ul li p {
    font-size: 15px;
  }
  #index-body .i-advantage .left ul li {
    width: 50%;
  }
  #index-body .i-market .text .box .ig {
    margin-right: 0;
    padding: 20px 15px;
  }
  #index-body .i-market .map ul {
    font-size: 14px;
  }
  #index-body .i-market .map li .img::before,
  #index-body .i-market .map li .img::after {
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
  }
  #footer .f-content .f-contact,
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-form {
    margin-top: 20px;
  }
  .fixed-toolbar {
    zoom: .9;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
    width: 11em;
    height: 2.8em;
    padding: 0 15px;
  }
  .more img {
    zoom: .8;
  }
  #banner ul li .text .btn {
    margin-top: 6px;
  }
  .i-tag {
    font-size: 14px;
  }
  .i-tag::before {
    margin-bottom: 1px;
  }
  .i-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .font-30 {
    font-size: 17px;
  }
  .desc {
    font-size: 14px;
    line-height: 2;
  }
  .font-18,
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  .font-24,
  .font-22 {
    font-size: 18px;
  }
  #index-body .i-about .img .play, .about-page .about-1 .img .play{
    zoom: .5;
  }
  #index-body .i-about .data ul li {
    width: 100%;
  }
  #index-body .i-advantage .left ul li {
    width: 100%;
  }
  #index-body .i-market .map {
    zoom: .6;
  }
  #footer .f-content {
    padding: 30px 0;
  }
}
.page-header02{
  background: #000;
}
.inner-banner {
  height: 300px;
  color: #FFFFFF;
}
.inner-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 25%;
}
.inner-banner h2 {
  line-height: 1.28571429;
}
.about-page .about-1 {
  padding-top: 120px;
}
.about-page .about-1.pdct>img {
    margin-top: -19%;
}
.about-1.pdct .more {
    margin-top: 18px;
    height: 34px;
    font-size: 13px;
}
.about-page .about-1 > img {
  margin-top: -9%;
  width: 100%;
  position: relative;
  z-index: -1;
}
.about-page .about-1 .left span.h2 {
  font-size: 36px;
}
.about-page .about-2 {
  padding: 80px 0 200px;
}
.about-page .about-2 .list ul li {
  text-align: center;
  position: relative;
}
.about-page .about-2 .list ul li:before {
  content: '';
  width: 1px;
  height: 44px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-2 .list ul li span.h2 {
  color: var(--color);
  line-height: 1;
}
.about-page .about-2 .list ul li p {
  font-size: 16px;
  color: #7f7f7f;
  margin-top: .2em;
      line-height: 2;
}
.about-page .about-2 .list ul li:last-child:before {
  display: none;
}
.about-page .about-3 {
  padding: 60px 0;
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 68%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fafafa;
  z-index: -1;
}
.about-page .about-3 .desc{
  border-top: 1px solid #ccc;
}
.about-page .about-3 a.h {
  width: 10%;
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 a.h img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.h img:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page .about-3 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.about-page .about-3 .left .slick2 {
  width: 127%;
  margin-left: -27%;
}
.about-page .about-3 .left .img {
  height: 610px;
  background-size: cover;
  border-top-right-radius: 90px;
}
.about-page .about-3 .right {
  vertical-align: middle;
  padding-right: 12%;
}
.about-page .about-3 .right .list {
  margin: 75px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-3 .right .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #a7a7a7;
  opacity: .77;
  bottom: 8px;
  left: 0;
  position: absolute;
}
.about-page .about-3 .right .list ul li {
  font-size: 30px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
}
.about-page .about-3 .right .list ul li:after {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  margin-top: .5em;
  background-color: #a7a7a7;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right .list ul .slick-current li:after {
  background-color: var(--color);
}
.about-page .about-3 .right .list .btn {
  position: absolute;
  left: 100%;
  bottom: -20px;
}
.about-page .about-3 .right .textList ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .right .textList ul li {
  position: relative;
}
.about-page .about-3 .right .textList ul li i.txt {
  font-size: 171px;
  color: #acacac;
  opacity: .09;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -60%;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-3 .right .textList ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.about-page .about-3 .right .textList ul li .text {
  margin-top: 1em;
    line-height: 2;
}
.about-page .about-5 {
  padding: 120px 0 150px;
  background-color: #f6f6f6;
  overflow: hidden;
}
.about-page .about-5 .flex {
  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;
}
.about-page .about-5 .flex .text {
  max-width: 50%;
  line-height: 2;
}
.about-page .about-5 .list {
  margin-top: 50px;
  width: 107%;
}
.about-page .about-5 .list ul {
  margin: -12px;
}
.about-page .about-5 .list ul li {
  padding: 12px;
}
.about-page .about-5 .list ul li .box {
  position: relative;
  border-bottom: 2px solid var(--color);
}
.about-page .about-5 .list ul li .box img {
  display: block;
  width: 100%;
}
.about-page .about-5 .list ul li .box .flex {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.about-page .about-5 .list ul li .box .flex span.h6 {
  font-size: 28px;
  font-weight: 600;
}
.about-page .about-5 .list ul li .box .flex .btn div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn div:hover {
  background-color: black;
}
.about-page .about-5 .list ul li .box .flex .btn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-5 .list ul li .box .flex .btn .next {
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next img {
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover {
  background-color: var(--color);
}
.about-page .about-5 .list ul li .box .flex .btn .next:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.about2-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  right: 60%;
}
.about2-page .about-3 img.font-66 {
  width: 1em;
}
.about2-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about2-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about2-page .about-3 .right li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about2-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
.about2-page .about-4 {
  background-color: #f8f9ff;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about2-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: .25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  border-radius: 100%;
}
.about2-page .play {
    width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.about2-page .play svg {
    fill: white;
    -webkit-animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    animation: xz 5s linear infinite;
    display: block;
}
.about2-page .play path {
    fill: transparent;
}
.about2-page .about-2 .play{
  width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.about2-page .about-4 .play img,
.about2-page .about-2 .play img,
.about2-page .about-4 .img .play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.about2-page .about-4 .img .play svg{
  fill: black;
}
.about2-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  left: 50%;
  top: 50%;
}
.about2-page .about-4 .img .play i:before {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.about2-page .about-4 .text {
  color: #707070;
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  font-size: 18px;
  color: white;
  display: inline-block;
  width: 37px;
  height: 37px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 10px 0 10px;
  text-align: center;
  line-height: 37px;
  background: black;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
}
.faq-page .left > div {
  background-color: var(--color);
  color: #FFFFFF;
}
.faq-page .left .Tit {
  line-height: 1.2;
}
.faq-page .left .border-box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-page .right li {
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .right li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
.faq-page .right li span.title i::before,
.faq-page .right li span.title i::after {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .right li span.title i::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .right li.active {
  background-color: var(--color);
}
.faq-page .right li.active span.title,
.faq-page .right li.active .text {
  color: #FFFFFF;
}
.faq-page .right li.active span.title i::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .right li.active span.title i::after {
  background: #ffffff;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
  line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
  width: 48%;
  margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
  width: 100%;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: var(--color);
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.contact-page .contact-form form ul li:last-child {
  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;
  align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
  cursor: pointer;
}
.contact-page .contact-form form ul li input {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
  filter: brightness(0) invert(1);
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-page .contact-1 .top .minDes{
  text-transform: uppercase;
}
.news-page .i-news .item {
  box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
}

.news-page .i-news .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    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;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.newdet-page .content {
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
}
.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: bold;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category ul > li > a {
  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: #f7f7f7;
  height: 44px;
  padding: 0 31px 0 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}
.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}
.product-page .sideright .top {
  background-color: #fafafa;
}
.product-page .sideright .top .con {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .sideright .bottom {
  background-color: #fafafa;
}

.productList ul li .img {
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}
.productList ul li .img .more {
  background-color: var(--color);
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  line-height: 40px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .img:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.prodet-page .prodet-1 .left {
  width: 49%;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 21%;
  float: left;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79%;
  padding-left: 4%;
  display: inline-block;
}
.prodet-page .prodet-1 .left .bigImg img {
  border: 1px solid #dcdcdc;
}
.prodet-page .prodet-1 .left .bigImg ul li {
  padding: 1px;
}
.prodet-page .prodet-1 .left .bigImg ul li a {
  height: 100%;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background: linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
  color: transparent;
  font-size: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev {
  left: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-prev::after {
  background-image: url("../images/banner-btn-l.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next {
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow.slick-next::after {
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .prodet-1 .left .bigImg .slick-arrow:hover {
  background: var(--color);
}
.prodet-page .prodet-1 .right {
  width: 46%;
}
.prodet-page .prodet-1 .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-1 .right .list .content {
  font-size: 16px;
  line-height: 2;
  max-height: 300px;
  overflow: auto;
  padding-right: 10px;
  color: #666;
}
.prodet-page .prodet-1 .right .more {
  height: 50px;
}
.prodet-page .prodet-2 {
  padding: 90px 0 0;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: 30px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li::after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: var(--color);
}
.prodet-page .prodet-2 .options ul li:hover::after,
.prodet-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 1.6;
}
.prodet-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.prodet-page .prodet-2 .ret .content dl dd .h4 {
  font-size: 30px;
  line-break: 1.5;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 32px;
}
.home-2 {
  background-color: #f2f2f2;
}
.home-2 .bg {
  width: 114%;
  left: -7%;
  bottom: 3px;
}
.home-3 .Tit {
  line-height: 1.36;
}
.home-3 .play {
  cursor: pointer;
}
.home-3 .play::before,
.home-3 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.home-3 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.home-3 .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .list li:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  color: var(--color);
}
.home-7 .list li > div {
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-7 .list li > div img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div h5 {
  font-weight: 600;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
.home-7 .list li > div h5 i {
  display: inline-block;
  width: 1.59090909em;
  margin-top: .3em;
  vertical-align: top;
}
.home-7 .list li > div p {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div .line {
  height: 1px;
  background-color: #000000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home-7 .list li > div:hover {
  background-color: var(--color);
}
.home-7 .list li > div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-7 .list li > div:hover h5 {
  color: #FFFFFF;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
.home-7 .list li > div:hover p {
  color: #FFFFFF;
}
.home-7 .list li > div:hover span {
  color: #FFFFFF;
}
.home-7 .list li > div:hover .line {
  background-color: #FFFFFF;
}
.custom-page .Tit {
  line-height: 1.2;
}
.custom-1 .right li > div  {
    background-color: #f2f2f2;
    transition: .5s ease;
}
.custom-1 .right li > div:hover {
    background-color: var(--color);
    color: #ffffff;
}
.custom-1 .right li > div:hover .icon {
    opacity: 1;
}
.custom-1 .right li > div:hover .name {
    margin-left: 50%;
}
.custom-1 .right li > div .icon {
    left: 15px;
    transition: opacity .5s ease;
}
.custom-1 .right li > div .name {
    font-weight: 600;
    transition: margin-left .5s ease;
}
.custom-1 .right .more{
  padding: 0 1.5em;
}
.custom-2 .name {
  font-weight: 600;
}
.manu-2 .bot .left {
  width: 42%;
}
.manu-2 .bot .right {
  width: 47%;
}
.manu-2 .bot .item:nth-child(even) {
  flex-direction: row-reverse;
}
.faq-page .marginBox {
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.faq-page .marginBox .box .left .box2 .slide span.h6:hover{
  border-color: black;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right{
  padding-left: 0;
  width: 100%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  display: block;
  position: relative;
  padding-right: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: initial;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #626262;
  line-height: 2;
  margin: 20px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .about-page .about-3 .right .textList ul li span.h6{
    font-size: 20px;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 24px;
  }
  .inner-page .sidebox .sideleft{
    width: 30%;
  }
  .inner-page .sidebox .sideright{
    width: 70%;
    padding-left: 30px;
  }
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: .8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1450px) {
  .about-page .about-1 {
    padding-top: 80px;
  }
  .about-page .about-2 {
    padding: 60px 0 140px;
  }
  .about-page .about-3 span.h {
    max-width: 140px;
  }
  .about-page .about-3 .right .list {
    margin: 40px 0;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 130px;
  }
  .about-page .about-3 .left .img {
    height: 560px;
  }
  .about-page .about-5{
    padding: 90px 0;
  }
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 20px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div {
    width: 48px;
    height: 48px;
  }
  .about-page .about-5 .list ul li .box .flex .btn div img {
    max-width: 22px;
  }
  .about-page .about-3 .right .textList ul li span.h6{
    font-size: 18px;
  }
  .inner-page .sidebox .sideleft .tit {
    font-size: 20px;
  }
  .prodet-page .prodet-2 {
    padding: 70px 0;
  }
  .prodet-page .prodet-2 .options ul li {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 18px;
  }
  .about-page .about-3 .right .textList ul li span.h6{
    font-size: 16px;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 90px;
  }
  .about-page .about-3 .right .list:before {
    bottom: 4px;
  }
  .faq-page .more{
    width: 12em;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .left .bigImg {
    padding-left: 2.5%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .smallImg {
    display: none;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 {
    padding-top: 0;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 25px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
   .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 a.h {
    width: 20%;
  }
  .about-page .about-1 .right,
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-page .about-3 .left {
    display: none;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-2 .list ul li:nth-child(2):before {
    display: none;
  }
  .about-page .about-2 {
    padding: 50px 0 100px;
  }
  .about-page .about-5 .flex{
    display: block;
  }
  .about-page .about-5 .flex .text {
    max-width: none;
    margin-top: 20px;
  }
  .about-page .about-5{
    padding: 60px 0;
  }
  .about2-page .about-3 .img {
    display: none;
  }
  .faq-page .left .border-box {
    border: 0;
  }
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: 40px auto;
  }
  .manu-2 {
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .about-page .about-3 a.h {
    width: 30%;
  }
  .about-page .about-5 .list {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .right .list ul li,
  .about-page .about-5 .list ul li .box .flex span.h6 {
    font-size: 16px;
  }
  .about-page .about-3 .right .textList ul li span.h6{
    font-size: 14px;
  }
  .about2-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
  .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
  .home-3 .list ul {
    margin: -10px;
  }
  .home-3 .list li {
    width: 50%;
    padding: 10px;
  }
   .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
  .faq-page .marginBox .box .right .list ul li span.title {
    padding-right: 25px;
  }
}
@media (max-width: 500px) {
  .about-page .about-3:before {
    width: 80%;
  }
  .about-page .about-3 .right .textList ul li i.txt {
    font-size: 70px;
    bottom: -30%;
  }
  .contact-page .contact-form form{
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .right .text_2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .cont_list {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}
.innovation-page .innovation-3 .nav ul li a{
  display: block;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color);
  padding: 5px 25px;
  font-size: 18px;
}
.innovation-page .innovation-3 .nav ul li:hover a,
.innovation-page .innovation-3 .nav ul li.active a{
  background: #222;
}
@media (min-width:1001px) {
  .innovation-page .innovation-3 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  }
}
.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}