@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #093091;
  font-family: 'Montserrat';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1650px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: var(--color);
  color: #fff;
  line-height: 1;
  border-radius: 23px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 16px 22px 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background: #000;
  color: #fff;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  background: #fff;
  position: relative;
  z-index: 2;
}
#header .nav .ui.menu .menu-box {
  margin: 5px 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 49px;
  color: #333;
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  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 .ui.menu .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 .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: 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 a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: inset(0 100% 0 100%);
  clip-path: inset(0 100% 0 100%);
  width: 39px;
  height: 41px;
  background: url(../images/h-icon.png) no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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 .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search form {
  width: 158px;
  position: relative;
}
#header .nav .ui.menu .h-search form input[type="search"] {
  width: 100%;
  height: 30px;
  background-color: #eeeeee;
  border-radius: 15px;
  border: 0;
  font-size: 14px;
  padding: 0 35px 0 11px;
}
#header .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: #999999;
}
#header .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: #999999;
}
#header .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: #999999;
}
#header .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: #999999;
}
#header .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: #999999;
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 9px;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
  cursor: pointer;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
  z-index: 20;
}
#header .nav .ui.menu .yuy ul li {
  height: 36px;
  line-height: 36px;
}
#header .nav .ui.menu .yuy ul li a {
  padding: 0 .5em;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.i-tag {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: var(--color);
}
.i-title {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.4;
}
.text-color {
  color: var(--color);
}
@-webkit-keyframes updown {
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes updown {
  50% {
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes updown {
  50% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 85px;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .text .left {
  width: 50.309%;
}
#banner ul li .text .left .top {
  border-bottom: 1px solid #fff;
}
#banner ul li .text .left .title {
  line-height: 1.2;
}
#banner ul li .text .left .more {
  background: #fff;
  color: #333;
}
#banner ul li .text .left .more:hover {
  background: #000;
  color: #fff;
}
#banner ul li .text .right {
  width: 49.691%;
  text-align: center;
  padding-left: 2%;
}
#banner ul li .text .right img {
  -webkit-animation: 3s ease 1.25s infinite normal none running updown;
  -moz-animation: 3s ease 1.25s infinite normal none running updown;
  animation: 3s ease 1.25s infinite normal none running updown;
}
.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;
}
.font-16 {
  line-height: 1.6;
}
.font-18 {
  line-height: 1.7;
}
#index-body .i-category {
  padding: 7.24% 0 5%;
}
#index-body .i-category .header {
  z-index: 1;
}
#index-body .i-category .header::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -92px;
  left: 0;
  font-size: 159px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .i-category .content ul {
  margin: -43.5px;
}
#index-body .i-category .content ul li {
  padding: 43.5px;
}
#index-body .i-category .content ul li .ig {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 9px 16px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 9px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
#index-body .i-category .content ul li .ig .img-box {
  background: #fff;
  padding: 3px 0 2px;
}
#index-body .i-category .content ul li .ig .text .title {
  line-height: 1.6;
  min-height: 64px;
}
#index-body .i-category .content ul li .ig .text p {
  line-height: 1.2;
  color: #666666;
}
#index-body .i-category .content ul li .ig .text .more {
  margin-bottom: -20px;
  background: #333;
}
#index-body .i-category .content ul li .ig::before,
#index-body .i-category .content ul li .ig::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -2px;
  width: 83.606%;
  height: 16px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig::before {
  z-index: 1;
  background: var(--color);
  width: 0;
}
#index-body .i-category .content ul li .ig::after {
  background-color: #333333;
}
#index-body .i-category .content ul li .ig:hover .text .more {
  background: var(--color);
}
#index-body .i-category .content ul li .ig:hover::before {
  width: 83.606%;
}
#index-body .i-category .content .slickBtn {
  font-size: 23px;
}
#index-body .i-category .content .slickBtn div {
  background-color: #f2f2f2;
  color: #333;
}
#index-body .i-category .content .slickBtn div.prev {
  left: 0;
}
#index-body .i-category .content .slickBtn div.next {
  left: initial;
  right: 0;
}
#index-body .i-category .content .slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-product {
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 4.21875% 0 3.28135%;
}
#index-body .i-product .header .more {
  background: #333;
}
#index-body .i-product .header .more:hover {
  background: var(--color);
}
#index-body .i-product .content ul li .img-box {
  background: #fff;
}
#index-body .i-product .content ul li .tit {
  font-weight: 500;
  color: #333333;
  line-height: 1.25;
}
#index-body .i-product .content .dots {
  text-align: center;
}
#index-body .i-product .content .dots li {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin-right: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content .dots li button {
  display: none;
}
#index-body .i-product .content .dots li::after {
  content: '';
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-product .content .dots li.slick-active {
  background: rgba(9, 48, 145, 0.3);
}
#index-body .i-product .content .dots li:last-child {
  margin-right: 0;
}
#index-body .i-product .content ul li .img-box img{
  display: block; 
  /*filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4))
          drop-shadow(0 6px 10px rgba(0,0,0,0.2));*/
}
#index-body .i-industry {
  padding: 3.8021% 0 3.4375%;
}
#index-body .i-industry .content ul li {
  padding: 90px 0;
}
#index-body .i-industry .content ul li .img {
  width: 368px;
  border-radius: 10px;
}
#index-body .i-industry .content ul li .img > img {
  width: 100%;
  border-radius: 10px;
}
#index-body .i-industry .content ul li .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 61.7%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(var(--color)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--color) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, var(--color) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--color) 100%);
  opacity: 0;
  -webkit-transform: .5s;
  -moz-transform: .5s;
  -ms-transform: .5s;
  transform: .5s;
}
#index-body .i-industry .content ul li .text {
  bottom: 18px;
  z-index: 1;
  left: -26.1%;
  width: 152.2%;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-industry .content ul li .text .title {
  line-height: 1.6;
}
#index-body .i-industry .content ul li .text .link {
  width: 39px;
  height: 39px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-size: 23px;
  position: absolute;
  right: 21px;
  bottom: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-industry .content ul li .text .link:hover {
  background: #000;
  color: #fff;
}
#index-body .i-industry .content ul .swiper-slide-prev .img {
  margin: 0 auto 0 0;
}
#index-body .i-industry .content ul .swiper-slide-next .img {
  margin: 0 0 0 auto;
}
#index-body .i-industry .content ul .swiper-slide-active .img {
  -webkit-transform: scale(1.522);
  -moz-transform: scale(1.522);
  -ms-transform: scale(1.522);
  transform: scale(1.522);
  width: 100%;
}
#index-body .i-industry .content ul .swiper-slide-active .img::after {
  opacity: 1;
}
#index-body .i-industry .content ul .swiper-slide-active .text {
  opacity: 1;
}
#index-body .i-industry .content .slickBtn {
  font-size: 23px;
}
#index-body .i-industry .content .slickBtn div {
  background-color: #ffffff;
  color: #000;
}
#index-body .i-industry .content .slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-industry .content .slickBtn div.prev {
  left: 25%;
}
#index-body .i-industry .content .slickBtn div.next {
  left: initial;
  right: 25%;
}
#index-body .i-industry .btn .more {
  font-size: 20px;
  background: #333;
  padding: 14px 26px 12px;
}
#index-body .i-industry .btn .more:hover {
  background: var(--color);
}
#index-body .i-about {
  background-color: #f5f5f5;
  padding: 4.53125% 0 4.271%;
}
#index-body .i-about .left > img {
  width: 100%;
}
#index-body .i-about .left .play {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 23px 23px 24px 16px;
  display: inline-block;
}
#index-body .i-about .left .play i {
  padding: 29px 27px 30px 35px;
  background: var(--color);
  border-radius: 50%;
  display: inline-block;
}
#index-body .i-about .left .play span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .i-about .left .play span img {
  width: 100%;
  height: 100%;
}
#index-body .i-about .right .i-title {
  line-height: 1.25;
}
#index-body .i-about .right .con {
  line-height: 1.5;
  color: #666666;
}
#index-body .i-about .right ul li i {
  width: 78px;
  padding: 0 23px 21px 0;
  position: relative;
  z-index: 1;
}
#index-body .i-about .right ul li i::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 44px;
  height: 45px;
  border-radius: 50%;
  background-color: #093091;
  opacity: 0.05;
  right: 0;
  bottom: 0;
}
#index-body .i-about .right ul li .text {
  color: #333;
}
#index-body .i-about .right ul li .text .num {
  line-height: 1;
}
#index-body .i-advantage {
  background: url(../images/adbg.jpg) no-repeat center top;
  padding: 3.38542%;
}
#index-body .i-advantage .top {
  color: #fff;
}
#index-body .i-advantage .top i {
  display: inline-block;
  padding: 22px 23px 22px 25px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-advantage .tab ul {
  margin: -9.5px;
}
#index-body .i-advantage .tab ul li {
  padding: 9.5px;
}
#index-body .i-advantage .tab ul li .ig {
  height: 100%;
  background: #fff;
  color: var(--color);
  -webkit-box-shadow: 0px 4px 21px 0px rgba(6, 6, 6, 0.09);
  box-shadow: 0px 4px 21px 0px rgba(6, 6, 6, 0.09);
  padding: 6px 7px 26px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .tab ul li .ig i {
  font-size: 17px;
}
#index-body .i-advantage .tab ul li .ig p {
  line-height: 1.25;
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
}
#index-body .i-advantage .tab ul li:hover .ig,
#index-body .i-advantage .tab ul li.active .ig {
  background: var(--color);
  color: #fff;
}
#index-body .i-advantage .item ul li .icon {
  width: 59px;
  height: 58px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-advantage .item ul li .title {
  line-height: 1.3;
}
#index-body .i-advantage .item ul li .con {
  line-height: 1.5;
  color: #666;
}
#index-body .i-advantage .item ul li .link {
  font-size: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
}
#index-body .i-advantage .item ul li .link:hover {
  background: #000;
}
#index-body .i-news {
  padding: 5.89% 0 5.73%;
}
#index-body .i-news .header {
  z-index: 1;
}
#index-body .i-news .header::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -124px;
  left: 0;
  font-size: 180px;
  line-height: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #fff 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#index-body .i-news .header .more {
  font-size: 20px;
  padding: 14px 34px 12px;
}
#index-body .i-news .content ul li {
  color: #333;
}
#index-body .i-news .content ul li i {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #333333;
}
#index-body .i-news .content ul li i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .content ul li .top {
  font-weight: 500;
}
#index-body .i-news .content ul li .top time {
  line-height: 1.7;
}
#index-body .i-news .content ul li .top span {
  line-height: 1.5;
}
#index-body .i-news .content ul li .title {
  line-height: 1.25;
}
#index-body .i-news .content ul li .more {
  padding: 14px 49px 13px 50px;
  font-size: 18px;
}
#index-body .i-news .content ul li:hover i::after {
  width: 100%;
}
#index-body .i-news .content ul li:hover time {
  color: var(--color);
}
#index-body .i-news .content ul li:hover .title {
  color: var(--color);
}
#index-body .i-news .content ul li:hover .more {
  background: #000;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#footer .f-form ul {
  margin: -11.5px;
}
#footer .f-form ul li {
  padding: 11.5px;
}
#footer .f-form ul li input {
  width: 100%;
  height: 77px;
  border-radius: 38px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form ul li:nth-child(1) {
  width: 19.599%;
}
#footer .f-form ul li:nth-child(1) input {
  padding-left: 64px;
  background-image: url(../images/f-user.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}
#footer .f-form ul li:nth-child(2) {
  width: 23.616%;
}
#footer .f-form ul li:nth-child(2) input {
  padding-left: 62px;
  background-image: url(../images/f-mail.png);
  background-repeat: no-repeat;
  background-position: 19px center;
}
#footer .f-form ul li:nth-child(3) {
  width: 39.927%;
}
#footer .f-form ul li:nth-child(3) input {
  padding-left: 72px;
  background-image: url(../images/f-message.png);
  background-repeat: no-repeat;
  background-position: 28px center;
}
#footer .f-form ul li:last-child {
  width: 16.858%;
}
#footer .f-form ul li:last-child .more {
  border: 0;
  width: 100%;
  height: 77px;
  padding: 0;
  border-radius: 38px;
  font-size: 20px;
  font-weight: 500;
}
#footer .f-form ul li:last-child .more:hover {
  background: #fff;
  color: var(--color);
}
#footer .f-content {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .f-content .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 22px;
}
#footer .f-content .box {
  height: 462px;
}
#footer .f-content .box > div {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
#footer .f-content .box > div::before,
#footer .f-content .box > div::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: -6px;
  border-radius: 50%;
  background: var(--color);
}
#footer .f-content .box > div::before {
  top: -6px;
}
#footer .f-content .box > div::after {
  bottom: -6px;
}
#footer .f-content .box > div:nth-child(4),
#footer .f-content .box > div:last-child {
  border-right: 0;
}
#footer .f-content .box > div:nth-child(4)::before,
#footer .f-content .box > div:last-child::before,
#footer .f-content .box > div:nth-child(4)::after,
#footer .f-content .box > div:last-child::after {
  display: none;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  color: #eee;
  margin-bottom: 6px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fafafa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  font-weight: bold;
  padding-left: 13px;
}
#footer .f-content ul li a:hover::before {
  opacity: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-contact {
  max-width: 390px;
}
#footer .f-content .f-contact ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
#footer .f-content .f-contact ul li i {
  width: 23px;
}
#footer .f-content .f-contact ul li span {
  margin-left: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .f-product{
  width: 27%;
}
#footer .f-content .f-code {
  width: 18%;
}
#footer .f-content #ewm {
  width: 139px;
  border: 10px solid #fff;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
#footer .f-content .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  margin-right: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-content .share a:hover {
  background: #fff;
  color: var(--color);
}
#footer .f-copy {
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  padding: 21px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#mobile3 .m-logo{
  background: #fff;
}
#mobile3 .m-btn i{
  background: #333;
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: #fff;
  margin-top: 20px
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box {
    margin: 0 auto;
  }
  #header .nav .ui.menu .yuy {
    margin-left: 0;
  }
  #index-body .i-category .header::after {
    font-size: 133px;
  }
  #index-body .i-industry .content ul li .img {
    width: 340px;
  }
  #footer .f-content .box{
    zoom: .9;
  }
  #footer .f-content .f-code {
    width: 14%;
  }
  .fixed-toolbar {
    bottom: 12%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #banner {
    padding-top: 71px;
  }
  #banner ul li .text .title {
    font-size: 50px;
  }
  #banner ul li .text .right {
    zoom: .7;
  }
  #index-body .i-category .header::after {
    font-size: 112px;
    top: -60px;
  }
  #index-body .i-category .content ul {
    margin: -22px;
  }
  #index-body .i-category .content ul li {
    padding: 22px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 16px;
  }
  #index-body .i-industry .content ul li .text {
    bottom: 32px;
  }
  #index-body .i-industry .content ul li .img {
    width: 300px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-about .right .i-title {
    width: 100%;
  }
  #index-body .i-news .header::after {
    font-size: 160px;
  }
  #footer .f-content .f-contact {
    max-width: 320px;
    padding-left: 20px;
  }
  #footer .f-content .f-nav {
    padding-right: 20px;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-product {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    padding-top: 0;
  }
  #banner ul li .text .title {
    font-size: 40px;
  }
  #banner ul li .text .right {
    zoom: .6;
  }
  #index-body .i-category .header::after {
    font-size: 92px;
    top: -52px;
  }
  #index-body .i-industry .content ul li .img {
    width: 200px;
  }
  #index-body .i-industry .content ul .swiper-slide-active .img {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
  }
  #index-body .i-advantage .item ul li .text {
    padding-right: 30px;
  }
  #index-body .i-news .header::after {
    font-size: 131px;
    top: -80px;
  }
  #footer .f-content .box {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .box {
    zoom: .7;
  }
  .font-30 {
    font-size: 30px;
  }
  #index-body .i-category .header::after {
    display: none;
  }
  #index-body .i-industry .content {
    overflow: hidden;
  }
  #index-body .i-industry .content ul li {
    padding: 0;
  }
  #index-body .i-industry .content ul li .img {
    width: 100%;
  }
  #index-body .i-industry .content ul li .text {
    width: 100%;
    left: 0;
    bottom: 10px;
  }
  #index-body .i-industry .content ul li .text .link {
    position: initial;
    margin-top: 20px;
  }
  #index-body .i-industry .content ul .swiper-slide-active .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .i-industry .content .slickBtn {
    zoom: .8;
  }
  #index-body .i-industry .content .slickBtn div.prev {
    left: -15px;
  }
  #index-body .i-industry .content .slickBtn div.next {
    right: -15px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-advantage .tab ul li .ig {
    font-size: 16px;
  }
  #index-body .i-advantage .item ul li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .i-advantage .item ul li .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-advantage .item ul li .img {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .i-news .header::after {
    display: none;
  }
  #footer .f-form ul li:nth-child(1),
  #footer .f-form ul li:nth-child(2) {
    width: 50%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form ul li:last-child {
    width: 30%;
  }
  #footer .f-content .box {
    zoom: 1;
    height: auto;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-ab,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
    width: 50%;
  }
  #footer .f-content .f-code {
    width: 26%;
  }
  #footer .f-copy .ui.container {
    display: block;
  }
  #footer .f-copy .ui.container p {
    display: inline;
  }
  .fixed-toolbar {
    bottom: 5%;
    zoom: .8;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .title {
    font-size: 30px;
  }
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .right {
    display: none;
  }
  #index-body .i-industry .content ul li .img::after {
    height: 100%;
  }
  #index-body .i-industry .content ul li .text {
    padding: 0 30px;
  }
  #index-body .i-industry .content ul li .text p {
    font-size: 14px;
  }
  #index-body .i-advantage .tab ul li {
    width: 50%;
  }
  #index-body .i-advantage .item ul li .title {
    padding-right: 0;
  }
  .font-30 {
    font-size: 26px;
  }
  #footer .f-form ul li:last-child {
    width: 47%;
  }
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 100%;
    padding-left: 0;
  }
  .fixed-toolbar {
    bottom: 17%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 24px;
    line-height: 1.5;
  }
  #banner ul li .text .con {
    display: none;
  }
  .i-tag {
    font-size: 14px;
  }
  .i-title {
    font-size: 29px;
  }
  #index-body .i-category .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-category .content ul {
    margin: -11px;
  }
  #index-body .i-category .content ul li {
    padding: 11px;
  }
  .font-20 {
    font-size: 18px;
    line-height: 1.6 !important;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-industry .content ul li .img::after {
    display: none;
  }
  #index-body .i-industry .content ul li .text {
    position: initial;
    background: var(--color);
    padding: 30px 15px;
    border-radius: 10px;
  }
  #index-body .i-industry .btn .more {
    font-size: 18px;
  }
  #index-body .i-advantage .tab ul li {
    width: 100%;
  }
  #footer .f-form ul li {
    width: 100% !important;
  }
  .fixed-toolbar {
    bottom: 22%;
  }
}
@-webkit-keyframes zumpX {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
  }
}
@-moz-keyframes zumpX {
  0% {
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(-13px);
    transform: translateX(-13px);
  }
}
@keyframes zumpX {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-13px);
    -moz-transform: translateX(-13px);
    transform: translateX(-13px);
  }
}
@-webkit-keyframes zumpBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
}
@-moz-keyframes zumpBottom {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-13px);
    transform: translateY(-13px);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    transform: translateY(-13px);
  }
}
.inner-banner {
  margin-top: 85px;
  padding: 148px 0 142px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.inner-banner .container {
  width: 1430px;
}
.inner-banner .text {
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60px;
  font-size: 15px;
  color: #fff;
  line-height: 1.875;
  letter-spacing: 1.6px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 11;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.inner-banner .text::before,
.inner-banner .text::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--color);
  position: absolute;
}
.inner-banner .text::before {
  left: 11px;
  top: -28px;
}
.inner-banner .text::after {
  right: 11px;
  bottom: -27px;
}
.inner-banner .box {
  position: relative;
  z-index: 10;
}
.inner-banner .box .left {
  z-index: 1;
}
.inner-banner .box .left .title {
  line-height: 1;
}
.inner-banner .box .left .circle {
  width: 244px;
  height: 244px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  top: -45px;
  left: -26px;
  -webkit-animation: zumpBottom 1s infinite alternate;
  -moz-animation: zumpBottom 1s infinite alternate;
  animation: zumpBottom 1s infinite alternate;
  z-index: -1;
}
.inner-banner .box .left .mbx i {
  -webkit-animation: zumpX 1s infinite alternate;
  -moz-animation: zumpX 1s infinite alternate;
  animation: zumpX 1s infinite alternate;
}
.inner-banner .box .left .mbx .link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner-banner .box .right .icon {
  position: relative;
  z-index: 1;
  width: 164px;
  height: 162px;
  border-radius: 50%;
  cursor: pointer;
}
.inner-banner .box .right .icon i {
  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%);
}
.inner-banner .box .right .icon svg {
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.inner-banner .box .right .icon svg text {
  font-size: 16px;
  letter-spacing: 3px;
  fill: rgba(255, 255, 255, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .box .right .icon:hover svg text {
  fill: #fff;
}
.inner-banner .shape {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 1;
  -webkit-animation: zumpX 1s infinite alternate;
  -moz-animation: zumpX 1s infinite alternate;
  animation: zumpX 1s infinite alternate;
}
.inner-banner .shape path {
  fill: var(--color);
}
.inner-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.8);
}
@media (max-width: 1680px) {
  .font-96 {
    font-size: 70px;
  }
  .inner-banner .text {
    left: 30px;
  }
  .inner-banner .container {
    width: 1300px;
  }
}
@media (max-width: 1450px) {
  .font-96 {
    font-size: 60px;
  }
  .inner-banner .text {
    left: 20px;
  }
  .inner-banner .container {
    width: 1120px;
  }
}
.product-page{
  padding: 6.25% 0;
}
.product-page .box .left{
  width: 33.3333%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.product-page .box .left .item{
  padding: 27px 30px 30px;
  background-color: #f7f7f7;
}
.product-page .box .left .item:not(:last-child) {
    margin-bottom: 30px;
}
.product-page .box .left .item .title{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 22px;
  text-transform: capitalize;
}
.product-page .box .left .search form input{
  border: 0;
  outline: 0;
  padding: 10px 10px 10px 19px;
  width: calc(100% - 56px);
  height: 50px;
  background-color: #fff;
  font-size: 16px;
}
.product-page .box .left .search form input::-webkit-input-placeholder {
  color: #A0A1A6;
}
.product-page .box .left .search form input:-moz-placeholder {
  color: #A0A1A6;
}
.product-page .box .left .search form input::-moz-placeholder {
  color: #A0A1A6;
}
.product-page .box .left .search form input:-ms-input-placeholder {
  color: #A0A1A6;
}
.product-page .box .left .search form input::placeholder {
  color: #A0A1A6;
}
.product-page .box .left .search form button{
  position: relative;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  background-color: #1d1d1d;
  overflow: hidden;
  z-index: 1;
}
.product-page .box .left .search form button::after{
  content: "";
  width: 20px;
  height: 300px;
  background-color: var(--color);
  position: absolute;
  right: -18px;
  bottom: -136px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}
.product-page .box .left .search form button:hover::after{
  width: 350px;
}
.product-page .box .left .category > ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.product-page .box .left .category > ul > li{
  position: relative;
}
.product-page .box .left .category > ul > li > a{
  padding: 10px 30px 10px 20px;
  display: block; 
  font-size: 16px;
  color: #A0A1A6;
  line-height: 1.875;
  background-color:#ffffff;
  text-transform: capitalize;
}
.product-page .box .left .category > ul > li i{
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 24px;
  color: #A0A1A6;
  cursor: pointer;
}
.product-page .box .left .category > ul > li > ul{
  background: #eee;
  padding: 10px 20px;
  display: none;
}
.product-page .box .left .category > ul > li > ul > li > a{
  padding: 10px 20px;
  display: block; 
  font-size: 14px;
  color: #A0A1A6;
  line-height: 1.875;
  background-color:#ffffff;
  text-transform: capitalize;
}
.product-page .box .left .category > ul > li.active i{
  color: #fff;
}
.product-page .box .left .category > ul > li > a.active,
.product-page .box .left .category > ul > li > ul > li > a.active{
  background: var(--color);
  color: #fff;
}
.product-page .box .left .category > ul > li > ul > li:not(:last-child),
.product-page .box .left .category > ul > li:not(:last-child){
  margin-bottom: 10px;
}
.product-page .box .left .category > ul > li.active ul{
  display: block;
}
.product-page .box .left .share a{
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #A0A1A6;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.product-page .box .left .share a:nth-child(odd){
  background: #fff;
}
.product-page .box .left .share a:nth-child(even){
  background: rgba(29,29,29,0.08);
}
.product-page .box .left .share a:hover{
  background: var(--color);
  color: #fff;
}
.product-page .box .left .contact{
  position: relative;
  padding: 131px 30px 132px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #1d1d1d;
  background-blend-mode: luminosity;
  color: #fff;
}
.product-page .box .left .contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(29,29,29, 0.7);
  background-blend-mode: overlay;
  z-index: 1;
}
.product-page .box .left .contact .wrap{
  position: relative;
  z-index: 2;
}
.product-page .box .left .contact .wrap .tit{
  line-height: 1.312;
  text-transform: capitalize;
  margin-bottom: 38px;
}
.product-page .box .right{
  width: 66.6666%;
}
.product-page .box .right .list ul{
  margin: -15px;
}
.product-page .box .right .list ul li{
  padding: 15px;
}
.product-page .box .right .list ul li .ig{
  border: 1px solid rgba(29,29,29,0.1);
}
.product-page .box .right .list ul li .ig .img::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(29, 29, 29, 0.7);
  z-index: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all 0.3s linear;
}
.product-page .box .right .list ul li .ig .img a{
  width: 86px;
  height: 86px;
  background-color: var(--noile-white, #ffffff);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  color: var(--color);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -moz-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
}
.product-page .box .right .list ul li .ig .img a span{
  font-size: 24px;
}
.product-page .box .right .list ul li .ig .img a::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.product-page .box .right .list ul li .ig .img a:hover{
  background: var(--color);
  color: #fff;
}
.product-page .box .right .list ul li .ig .img a:hover::after{
  top: 0px;
  left: 0px;
  border-color: var(--color);
}
.product-page .box .right .list ul li .ig img{
  width: 100%;
}
.product-page .box .right .list ul li .ig .tit{
   position: absolute;
  left: 30px;
  bottom: 0;
  display: table;
  padding: 10px 21.5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  background-color: #1d1d1d;
  margin-bottom: 0;
  z-index: 11;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.product-page .box .right .list ul li .ig:hover .img a{
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.product-page .box .right .list ul li .ig:hover .img::after {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.product-page .box .right .list ul li .ig:hover .tit{
  background: var(--color);
}
.product-page .box .right .list ul li .ig .text{
  padding: 22px 29px 30px;
}
.product-page .box .right .list ul li .ig .text .name{
  display: block; 
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
  min-height: 102px;
}
@media (max-width: 1000px) {
  .product-page .box .left{
    display: none;
  }
  .product-page .box .right{
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  .product-page .box .right .list ul li .ig .text {
    padding: 16px 15px 20px;
  }
  .product-page .box .right .list ul li .ig .tit{
    left: 15px;
  }
  .product-page .box .right .list ul li .ig .text .name{
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .flex-2 > * {
    width: 100%;
  }
  .product-page .box .right .list ul li .ig .text .name{
    min-height: auto;
  }
}
.shop-details {
  padding-top: 120px;
  padding-bottom: 5%;
  background-color: #ffffff;
}
.prodet-page .prodet-2{
  padding-bottom: 5%;
}
@media (max-width: 575px) {
  .shop-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.shop-details__gallery-top {
  position: relative;
  border: 1px solid rgba(29, 29, 29, 0.1);
}
.shop-details__gallery-top-img {
  width: 100%;
}
.shop-details__gallery-top-slide-btn-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 11;
}
.shop-details__gallery-top-button {
  border: 0;
  outline: 0;
   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: 35px;
  height: 35px;
  background-color: var(--color);
}
.shop-details__gallery-top-button i {
  font-size: 16px;
  color: #ffffff;
}
.shop-details__gallery-top-button:hover {
  background-color: #1d1d1d;
}
.shop-details__gallery-thumb {
   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;
  margin-top: 30px;
  padding-bottom: 10px;
}
.shop-details__gallery-thumb-slide {
  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;
  padding: 6px;
  background-color: #F8F8F8;
  cursor: pointer;
  border: 1px solid transparent;
}
.shop-details__gallery-thumb-img {
  max-width: 100%;
  height: auto;
}
.shop-details__gallery-thumb .swiper-slide-thumb-active {
  border: 1px solid rgba(29, 29, 29, 0.1);
}
.shop-details__right {
  padding-left: 86px;
}
@media (max-width: 1599px) {
  .shop-details__right {
    padding-left: 60px;
  }
}
@media (max-width: 1399px) {
  .shop-details__right {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .shop-details__right {
    padding-left: 0;
  }
}
.shop-details__stock {
  display: table;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.428;
  padding: 1px 11.5px;
  background-color: var(--color);
}
.shop-details__title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  color: #0E1C31;
  line-height: 1.6;
  text-transform: capitalize;
}
.shop-details__price-review-box {
   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 375px) {
  .shop-details__price-review-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.shop-details__price-inner {
   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 12px;
}
@media (max-width: 375px) {
  .shop-details__price-inner {
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.shop-details__price-new {
  font-size: 32px;
  line-height: 1;
  margin-right: 6px;
  margin-bottom: 0;
}
.shop-details__price-old {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 0;
}
.shop-details__review-inner {
  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;
}
.shop-details__review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  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;
  margin-right: 9px;
}
.shop-details__review-icon {
  font-size: 14px;
  color: var(--noile-base, #D94645);
}
.shop-details__review-text {
  margin-bottom: 0;
}
.shop-details__desc-box {
  margin-bottom: 18px;
}
.shop-details__desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.social-list .social-link {
  width: 50px;
  height: 50px;
}
.social-list .social-link:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}
.social-list .social-link:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.social-list .social-link i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.social-list .social-link:hover {
  background-color: var(--color);
}
.social-list .social-link:hover i {
  color: rgba( 255, 255, 255, 1);
}
.shop-details__box-title {
  font-size: 16px;
  color: #1d1d1d;
  margin-bottom: 0;
  line-height: 1.25;
}
.shop-details__color-duration-box {
  max-width: 416px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .shop-details__color-duration-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop-details__color-box, .shop-details__duration-box, .shop-details__quantity-box, .shop-details__tag-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;
  gap: 10px 18px;
}
.shop-details__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}
.shop-details__duration {
  width: 107px;
  height: 5px;
  background-color: var(--color);
}
.shop-details__quantity-box {
  margin-bottom: 22px;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-details__quantity-box-inner {
  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;
  max-width: 264px;
  height: 30px;
  border: 1px solid #EEE;
  background-color: var(--noile-white, #ffffff);
}
@media (max-width: 575px) {
  .shop-details__quantity-box-inner {
    max-width: 150px;
  }
}
.shop-details__quantity-btn {
  border: 0;
  outline: 0;
  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: 55px;
  height: 25px;
  background-color: #ffffff;
}
.shop-details__quantity-btn i {
  font-size: 10px;
  color: #A0A1A6;
}
.shop-details__quantity-btn--decrease {
  width: 51px;
}
.shop-details__quantity-btn--decrease i {
  font-size: 14px;
}
.shop-details__quantity-input {
  border: 0;
  outline: 0;
  width: calc(100% - 80px);
  padding: 10px;
  height: 25px;
  font-size: 16px;
  color: #1d1d1d;
  appearance: textfield;
  text-align: center;
  background-color: #ffffff;
}
.shop-details__tag-box {
  margin-bottom: 21px;
  flex-wrap: wrap;
}
.shop-details__tag-text {
  margin-bottom: 0;
  text-transform: capitalize;
}
.shop-details__btn-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;
  gap: 20px;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
.shop-details__btn-wishlist {
  padding: 10.5px 21.5px; 
  color:  #ffffff;
  line-height: 2.142;
  font-weight: 400;
  background-color: var(--color);
}
.shop-details__btn-wishlist::after {
  background-color: #1d1d1d;
}
.shop-details__btn-wishlist .icofont-ui-love {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.shop-details__btn-wishlist:hover::after {
  width: 216px;
}
.shop-details__btn-cart {
  position: relative;
  padding: 9.5px 36px;
  font-size: 14px;
  color: var(--color);
  line-height: 2.142;
  text-transform: capitalize;
  background-color: #ffffff;
  border: 1px solid rgba(29, 29, 29, 0.1);
  z-index: 1;
  overflow: hidden;
}
.shop-details__btn-cart::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: var(--color);
  position: absolute;
  right: -18px;
  bottom: -160px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.shop-details__btn-cart .icon-cart {
  font-size: 14px;
  color: #1d1d1d;
  margin-right: 5px;
  vertical-align: middle;
}
.shop-details__btn-cart:hover {
  color: #ffffff;
}
.shop-details__btn-cart:hover .icon-cart {
  color: #ffffff;
}
.shop-details__btn-cart:hover::after {
  bottom: -85px;
  width: 300px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.g-4, .gx-4 {
  --bs-gutter-x: 15px;
}
.g-4, .gy-4 {
  --bs-gutter-y: 15px;
}
.shop-details__info-inner {
  width: 100%;
  max-width: 536px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
   -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 17px;
  gap: 15px;
}
.shop-details__phone {
  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;
  gap: 12px;
}
.shop-details__phone-title {
  font-size: 14px;
  line-height: 1.428;
  margin-bottom: 0;
}
@media (min-width: 576px){
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .order-sm-1 {
    order: 1!important;
  }
}
@media (min-width: 992px){
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .order-lg-0 {
    order: 0!important;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
}
@media (min-width: 1200px){
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1400px){
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ms-xxl-auto {
    margin-left: auto!important;
  }
}
.shop-details__phone-number {
  font-size: 18px;
  color: #0E1C31;
  line-height: 1.4;
  font-weight: bold;
}
.shop-details .social-link {
  height: 38px;
}
.shop-details .social-link:nth-child(odd) {
  background-color: #F6F6F6;
}
.shop-details .social-link:nth-child(even) {
  background-color: rgba(29, 29, 29, 0.1);
}
.shop-details .social-link i {
  color: #A0A1A6;
}
.shop-details .social-link:hover {
  background-color: var(--color);
}
.shop-details .social-link:hover i {
  color: #ffffff;
}
.shop-details__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 42px;
}
.shop-details__info-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: start;
  gap: 9px;
}
.shop-details__info-item:not(:last-child) {
  margin-bottom: 4px;
}
.shop-details__info-icon {
  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: 14px;
  height: 14px;
  background-color: var(--color);
  border-radius: 50%;
  margin-top: 7px;
}
.shop-details__info-icon i {
  font-size: 6px;
  color: #ffffff;
}
.shop-details__info-text {
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.shop-details__payment-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;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.shop-details__payment-card-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;
  gap: 4px;
}
.shop-details__payment-card {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 30px;
  background-color: var(--noile-white, #ffffff);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.1);
}
.shop-details__tab-box {
  margin-top: 25px;
}
.shop-details__main-tab-box {
  position: relative;
  display: block;
}
.shop-details__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons {
    gap: 15px;
  }
}
.shop-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
}
.shop-details__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  font-size: 18px;
  color: #1d1d1d;
  font-weight: bold;
  line-height: 1.25;
  border: 1px solid rgba(29, 29, 29, 0.1);
  padding: 18px 32.5px;
  cursor: pointer;
  overflow: hidden;
  text-transform: capitalize;
  border-radius: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}
@media (max-width: 767px) {
  .shop-details__main-tab-box .tab-buttons .tab-btn span {
    padding: 15px 25px;
  }
}
.shop-details__main-tab-box .tab-buttons .tab-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #1e2e8f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
  border-color: transparent;
  color: #ffffff;
}
.shop-details__main-tab-box .tab-buttons .tab-btn.active-btn span::before {
  width: 100%;
}
.shop-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.shop-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.shop-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}
.shop-details__top-description {
  margin-bottom: 0;
}
.shop-details__top-description--two {
  margin-bottom: 14px;
}
.shop-details__tab-list-item {
  gap: 17px;
}
.prodet-page .prodet-2{
  width: 100%;
}
@media (max-width: 767px) {
  .shop-details__tab-list-item {
    gap: 10px;
  }
}
.shop-details__table-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.shop-details__table {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-collapse: collapse;
}
.shop-details__table thead th,
.shop-details__table tbody td {
  padding: 14px 14px 13px 50px;
  border: 1px solid #EEEEEE;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding: 12px 12px 11px 30px;
  }
}
@media (max-width: 1199px) {
  .shop-details__table thead th,
  .shop-details__table tbody td {
    padding-left: 20px;
  }
}
.shop-details__table tbody td:nth-child(1) {
  font-size: 16px;
  color: #1d1d1d;
  line-height: 1.5;
}
.shop-details__table tbody td:nth-child(2) {
  font-size: 14px;
  color: #A0A1A6;
  line-height: 1.5;
}
.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #6076f1;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
  font-weight: bold;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}
.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight:bold;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
  padding: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 74px;*/
  left: 55px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 230px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: var(--color);
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(--color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*text-indent: 36px;*/
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
.relatedProduct .container .tipsTitle {
  text-align: center;
  font-weight:bold;
}
.relatedProduct .container .content {
  margin-top: 40px;
}
.relatedProduct .container .content .swiper {
  margin: 0 -25px;
}
.relatedProduct .container .content .swiper ul li {
  width: 33.33%;
  padding: 0 25px;
}
.relatedProduct .container .content .swiper ul li .box {
  padding: 10px;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.relatedProduct .container .content .swiper ul li .box a {
  display: block;
}
.relatedProduct .container .content .swiper ul li .box .img img {
  min-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
.relatedProduct .container .content .swiper ul li .box .moreCont {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.relatedProduct .container .content .swiper ul li .box .text {
  text-align: center;
  padding: 0 10px;
  bottom: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  font-weight: bold;
}
.relatedProduct .container .content .swiper ul li .box .text:hover {
  color: var(--color);
}
.relatedProduct .container .content .swiper ul li .box:hover {
  background-color: #deeefe;
}
.relatedProduct .container .content .swiper ul li .box:hover .moreCont {
  opacity: 1;
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
    position: initial;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
  .flex-3 > * {
    width: 100%;
  }
    .relatedProduct .container .content .swiper ul li .box .img img {
    height: auto;
    min-height: 1px;
  }
  .relatedProduct .container .content .swiper ul li .box .text {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
  .relatedProduct .container .content {
    margin-top: 20px;
  }
}
.about-page {
  overflow: hidden;
}
.about-page .smt span {
  color: var(--color);
}
.about-page .smt span::before {
  background: var(--color);
}
.about-page .about-1 .cont {
  color: #666666;
  line-height: 1.5;
}
.about-page .about-1 .comy img {
  width: 100%;
}
.about-page .about-1 .bottom {
  text-align: center;
}
.about-page .about-1 .bottom .num {
  color: var(--color);
}
.about-page .about-1 .bottom span {
  margin-left: 10px;
}
.about-page .about-1 .bottom p {
  color: #666666;
}
.about-page .about-1 .bottom .line div {
  width: 1px;
  height: 46px;
  background: #666666;
  opacity: 0.5;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2 .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.about-page .about-2 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 30px 0px 0px;
}
.about-page .about-2 .right {
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, #fafafa), color-stop(70%, #fff));
  background: -webkit-linear-gradient(right, #fafafa 70%, #fff 70%);
  background: -moz-linear-gradient(right, #fafafa 70%, #fff 70%);
  background: linear-gradient(to left, #fafafa 70%, #fff 70%);
}
.about-page .about-2 .right .box {
  width: 50%;
  margin: 0 0 0 auto;
}
.about-page .about-2 .right .box .cont {
  color: #666666;
  line-height: 1.5;
}
.about-page .about-2 .right .play {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.about-page .about-2 .right .play .jt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .right .play .play_img {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
.about-page .about-3 .t1 {
  color: #333333;
}
.about-page .about-3 .cont {
  color: #666666;
}
.about-page .about-3 li {
  width: 28%;
  background-color: #fafafa;
  border-radius: 30px;
  padding: 45px 45px 45px 30px;
  margin-top: 50px;
  position: relative;
}
.about-page .about-3 li:hover .icon::after {
  opacity: 1;
}
.about-page .about-3 li .icon {
  display: inline-block;
  position: relative;
}
.about-page .about-3 li .icon img {
  position: relative;
  z-index: 3;
}
/*.about-page .about-3 li .icon::after {
  content: '';
  display: block;
  width: 39px;
  height: 38px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.about-page .about-3 li .num {
  position: absolute;
  width: 37px;
  height: 36px;
  background-color: var(--color);
  border-radius: 17px;
  text-align: center;
  line-height: 36px;
  right: 0;
  bottom: 0;
  color: #fff;
}
.about-page .about-3 .img {
  padding: 0;
  overflow: hidden;
}
.about-page .about-3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-4 .cont {
  color: #333333;
}
.about-page .about-4 .left {
  width: 40%;
}
.about-page .about-4 .right {
  width: 60%;
  background: url(../images/about_bg.png) no-repeat center bottom / 100%;
  padding: 0 115px 80px;
}
.about-page .about-4 .right img {
  width: 100%;
}
.about-page .about-4 .right .swiper {
  overflow: hidden;
  padding: 0 205px;
}
.about-page .about-5 {
  background: #fafafa;
}
.about-page .about-5 .tit {
  line-height: 1.2;
}
.about-page .about-5 form input {
  height: 68px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  width: 100%;
  padding-left: 27px;
  margin-bottom: 30px;
}
.about-page .about-5 form textarea {
  height: 226px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  margin-bottom: 30px;
  padding-left: 27px;
  padding-top: 27px;
}
.about-page .about-5 form .submit {
  width: 141px;
  height: 45px;
  background-color: var(--color);
  border-radius: 22px;
  border: 1px solid var(--color);
  padding: 0;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 form .submit:hover {
  color: var(--color);
  background: none;
}
.smt {
  font-size: 16px;
}
.smt span {
  position: relative;
  padding-left: 76px;
  color: #333333;
}
.smt span::before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #000;
}
@media screen and (max-width: 1700px) {
  .about-page .about-4 .right .swiper {
    padding: 0 170px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .right .swiper {
    padding: 0 132px;
  }
  .about-page .about-4 .right {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .about-page .about-4 .right .swiper {
    padding: 0 110px;
  }
  .about-page .about-4 .right {
    padding: 0 80px  50px;
  }
  .about-page .about-3 li {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 {
    display: none;
  }
  .about-page .about-3 li {
    width: 48%;
  }
  .about-page .about-2 .right .play {
    zoom: 0.6;
  }
  .about-page .about-2 .left {
    display: none;
  }
  .about-page .about-2 .right {
    background: #fafafa;
  }
  .about-page .about-2 .right .box {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 li {
    width: 100%;
  }
  .about-page .about-1 .bottom .line {
    display: none;
  }
  .about-page .about-1 .bottom li {
    width: 50%;
  }
  .about-page .about-1 .bottom p{
    font-size: 14px;
    line-height: 2;
  }
  .font-40{
    font-size: 30px;
  }
  .font-22{
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-3 li{
    padding: 23px 20px;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.gallery-page{
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.faq-page .faq-2 {
  padding: 65px 0 130px;
}
.faq-page .faq-2 .top ul li {
  margin-bottom: 25px;
}
.faq-page .faq-2 .top ul li .con {
  position: relative;
  padding-left: 77px;
}
.faq-page .faq-2 .top ul li .con .tit4 {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1;
}
.faq-page .faq-2 .top ul li .con .cona {
  font-size: 18px;
  color: #181818;
  line-height: 24px;
  margin-top: 10px;
}
.faq-page .faq-2 .top ul li .cona::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 47px;
  background: url(../images/faq12.png) no-repeat center;
}
.faq-page .faq-2 .top ul li:last-child {
  margin-bottom: 0;
}
.news-page {
  padding: 0px 0;
}
.news-page .list{
  min-height: 400px;
}
.news-page .list ul {
  margin: 0 0 100px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 30px;
  border: 1px solid #eee;
}

.news-page .list ul li .content h4 {
  font-size: 24px;
  font-weight: bold;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
      margin-top: 21px;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #767676;
}
.newdet-page {
  padding-bottom: 80px;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; 
}
@media screen and (max-width: 1000px){
  .news-page .list ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .list ul li{
    width: 100% !important;
  }
}
.quality .smt span {
  color: var(--color);
}
.quality .smt span::before {
  background: var(--color);
}
.quality .quality-1 .top {
  text-align: center;
}
.quality .quality-1 .top .cont {
  color: #666666;
  max-width: 1150px;
  margin: 0 auto;
}
.quality .quality-1 .center li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.quality .quality-1 .center .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 29px 54px 24px;
}
.quality .quality-1 .center .box .img {
  height: 57px;
}
.quality .quality-1 .bottom .left {
  width: 40%;
}
.quality .quality-1 .bottom .right {
  width: 55%;
}
.quality .quality-1 .bottom .right .t1 {
  color: #333333;
}
.quality .quality-1 .bottom .right .cont {
  color: #666666;
}
.quality .quality-1 .bottom .right .item {
  width: 45%;
  margin-bottom: 40px;
}
.quality .quality-1 .bottom .right .item2 .cont {
  width: 45%;
}
.quality .quality-2 {
  position: relative;
}
.quality .quality-2 .text {
  position: absolute;
  width: 1220px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  color: #fff;
}
.quality .quality-2 .text .more {
  margin: 32px auto;
}
.quality .quality-3 .tit {
  line-height: 1.1;
}
.quality .quality-3 .right .t1 {
  font-weight: bold;
  color: #333333;
}
.quality .quality-3 .right .cont {
  color: #666666;
}
.quality .quality-4 .item {
  position: relative;
}
.quality .quality-4 .left {
  width: 55%;
  position: relative;
  z-index: 5;
}
.quality .quality-4 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.quality .quality-4 .right {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  height: 100%;
}
.quality .quality-4 .right .smt span {
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right .smt span::before {
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right .box {
  background-color: #fafafa;
  border-radius: 30px;
  width: 80%;
  margin: 0 0 0 auto;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right .box .info {
  width: 57%;
  margin: 0 0 0 auto;
}
.quality .quality-4 .right .box .info .t1 {
  max-width: 340px;
  line-height: 1.2;
}
.quality .quality-4 .right .box .info .cont {
  color: #666666;
}
.quality .quality-4 .right .box .info .icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right:hover .box {
  background-color: var(--color);
  color: #fff;
}
.quality .quality-4 .right:hover .box .info .cont {
  color: #fff;
}
.quality .quality-4 .right:hover .box .info .icon {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.quality .quality-4 .right:hover .smt span {
  color: #fff;
}
.quality .quality-4 .right:hover .smt span::before {
  background: #fff;
}
.quality .quality-4 .item:nth-child(even) .left {
  margin: 0 0 0 auto;
}
.quality .quality-4 .item:nth-child(even) .right .box {
  margin: 0;
}
.quality .quality-4 .item:nth-child(even) .right .box .info {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .quality .quality-2 .text {
    width: 100%;
    padding: 0 30px;
  }
  .quality .quality-4 .right .box .info {
    padding-right: 50px;
  }
  .quality .quality-4 .right {
    height: auto;
  }
  .quality .quality-4 .right .box {
    padding-bottom: 50px;
  }
  .quality .quality-4 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .quality .quality-4 .right {
    position: static;
  }
  .quality .quality-4 .left {
    width: 100%;
  }
  .quality .quality-4 .right .box {
    width: 100%;
  }
  .quality .quality-4 .right .box .info {
    width: 100%;
    padding: 0 40px;
  }
  .quality .quality-1 .bottom .right .item {
    width: 100%;
  }
  .quality .quality-1 .bottom .right {
    margin-top: 30px;
  }
  .quality .quality-3 .right {
    margin-top: 30px;
  }
  .quality .quality-1 .center .box {
    padding: 20px;
  }
  .quality .quality-3 .bottom img {
    width: 100%;
  }
  .quality .quality-2 {
    display: none;
  }
  .quality .quality-1 .bottom .right .item2 .cont {
    width: 100%;
  }
  .quality .quality-4 .right .box .info .icon {
    zoom: 0.6;
  }
  .shop-details .wid-42,
  .shop-details .wid-58{
    width: 100%;
  }
}
.m-page {
  text-align: center;
  margin-top: 50px
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  border-radius: 5px;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.m-page a:hover,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: var(--color);
}
#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;
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/search.png) center center no-repeat #fff;
}
@-webkit-keyframes updown1 {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes updown1 {
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes updown1 {
  50% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
#header .msg{
  -webkit-animation: 3s ease 1.25s infinite normal none running updown1;
    -moz-animation: 3s ease 1.25s infinite normal none running updown1;
    animation: 3s ease 1.25s infinite normal none running updown1;
}
@media (max-width: 1450px) {
  table td{
    white-space: nowrap;
  }
}