@font-face {
  font-family: 'Abhaya';
  src: url('../fonts/AbhayaLibre-Bold.eot');
  src: url('../fonts/AbhayaLibre-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AbhayaLibre-Bold.woff2') format('woff2'), url('../fonts/AbhayaLibre-Bold.woff') format('woff'), url('../fonts/AbhayaLibre-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Abhaya';
  src: url('../fonts/AbhayaLibre-Regular.eot');
  src: url('../fonts/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AbhayaLibre-Regular.woff2') format('woff2'), url('../fonts/AbhayaLibre-Regular.woff') format('woff'), url('../fonts/AbhayaLibre-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-display: swap;
}
body {
  --color: #bfcac2;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Abhaya';
  color: #2f2f2f;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1710px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bfcac2;
  color: #2f2f2f;
  border-radius: 26px;
  font-size: 20px;
  padding: 12px 26px 10px 33px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more .icon {
  margin-left: 1.55em;
  width: 13px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.more .icon img:last-child {
  position: absolute;
  -webkit-transform: translate(-150%, 150%);
  -moz-transform: translate(-150%, 150%);
  -ms-transform: translate(-150%, 150%);
  transform: translate(-150%, 150%);
}
.more:hover {
  background: #000;
  color: #fff;
}
.more:hover .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.more:hover .icon img:first-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(150%, -150%);
  -moz-transform: translate(150%, -150%);
  -ms-transform: translate(150%, -150%);
  transform: translate(150%, -150%);
}
.more:hover .icon img:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.slickBtn.pos div:hover{
  background: #000;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 auto;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  font-weight: bold;
  margin-right: 2.86em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
  padding-right: 13px;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a i{
  display: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .search input[type="text"] {
  width: 85px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
  color: #fff;
}
#header .nav .search input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .search input[type="text"]:-moz-placeholder {
  color: #fff;
}
#header .nav .search input[type="text"]::-moz-placeholder {
  color: #fff;
}
#header .nav .search input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#header .nav .search input[type="text"]::placeholder {
  color: #fff;
}
#header .nav .search input[type="submit"] {
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat center;
  background-size: cover;
  border: 0;
}
#header .nav .msg {
  background: var(--color);
  color: #2f2f2f;
  border-radius: 15px;
  padding: .25em 1.0625em .1875em 1em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .msg::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg:hover {
  color: #fff;
}
#header .nav .msg:hover::after {
  width: 100%;
}
#header .nav .yuy ul {
  top: 100%;
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .yuy ul li a:hover {
  color: #2f2f2f;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  color: #000;
}
#header.inner .nav .search input[type="text"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 16px;
  color: #252525;
}
#header.inner .nav .search input[type="text"]::-webkit-input-placeholder {
  color: #252525;
}
#header.inner .nav .search input[type="text"]:-moz-placeholder {
  color: #252525;
}
#header.inner .nav .search input[type="text"]::-moz-placeholder {
  color: #252525;
}
#header.inner .nav .search input[type="text"]:-ms-input-placeholder {
  color: #252525;
}
#header.inner .nav .search input[type="text"]::placeholder {
  color: #252525;
}
#header.inner .nav .search input[type="submit"] {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.inner .nav .yuy span img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active {
  background: #000;
}
#header.active .nav .msg::after {
  background: #fff;
}
#header.active .nav .msg:hover {
  color: #2f2f2f;
}
#header.inner.active {
  background: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.text-color {
  color: var(--color);
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  height: 47.96875vw;
  min-height: 200px;
  color: #fff;
}
#banner ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding-bottom: 6.823%;
}
#banner ul li .text .box {
  max-width: 800px;
}
#banner ul li .text .title {
  line-height: 1.2;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .info {
  right: 6.25%;
  bottom: 5.41666667vw;
  z-index: 3;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .share {
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 0;
  padding-bottom: 5%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .share a {
  display: inline-block;
  margin-right: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .share a:hover {
  color: var(--color);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
#banner ul .swiper-slide-active .share,
#banner ul .swiper-slide-active .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner ul .swiper-slide-active .share {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .info {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.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;
}
.i-tag {
  font-size: 22px;
  text-transform: uppercase;
}
.i-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}
.desc {
  font-size: 18px;
  line-height: 1.4;
}
#index-body .i-about {
  background: #fffbf7;
}
#index-body .i-about .top {
  padding: 6.46% 0 7.24%;
}
#index-body .i-about .top .left {
  width: 45.4762%;
}
#index-body .i-about .top .left .title {
  line-height: 1.2;
}
#index-body .i-about .top .left .text .bt {
  border-right: 2px dashed #2f2f2f;
}
#index-body .i-about .top .left .text .bt span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: -7px;
}
#index-body .i-about .top .left .text .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-about .top .left .text .desc h1 {
  display: inline;
}
#index-body .i-about .top .right {
  width: 49.34524%;
}
#index-body .i-about .bottom {
  background: var(--color);
}
#index-body .i-about .bottom .num {
  line-height: 1;
}
#index-body .i-category {
  padding: 6.5625% 0 8.125%;
  background: url(../images/pbg.png) no-repeat center #f9f6f2;
}
#index-body .i-category ul li .ig .img .i2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .ig .title {
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}
#index-body .i-category ul li .ig .title .num {
  padding: 1px 0;
  margin-right: 0;
  display: inline-block;
  opacity: 0;
  text-indent: -50px;
  white-space: nowrap;
  will-change: text-indent, opacity, margin-right;
  -webkit-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
  -moz-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
  transition: text-indent 0.4s ease-out, opacity 0.4s ease-out, margin-right 0.2s ease-out;
}
#index-body .i-category ul li .ig .title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #2f2f2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#index-body .i-category ul li:hover .img .i2 {
  opacity: 1;
}
#index-body .i-category ul li:hover .title .num {
  opacity: 1;
  text-indent: 0;
  margin-right: .2em;
}
#index-body .i-category ul li:hover .title::after {
  width: 100%;
}
#index-body .i-application .header {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  padding-top: 6.510417%;
}
#index-body .i-application .header .i-title {
  max-width: 483px;
  line-height: 1.1;
}
#index-body .i-application .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
}
#index-body .i-application .img li {
  position: absolute;
  z-index: 1;
}
#index-body .i-application .img li i {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#index-body .i-application .img li i em {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: block;
}
#index-body .i-application .img li i em::after {
  content: '';
  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%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3a1917;
}
#index-body .i-application .img li i::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -43.5px;
  left: -43.5px;
  right: -43.5px;
  bottom: -43.5px;
  background: url(../images/shadow.png) no-repeat center;
}
#index-body .i-application .img li .content {
  width: 340px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 98px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 10;
}
#index-body .i-application .img li .content .title{
  line-height: 1;
}
#index-body .i-application .img li .content .image img {
  width: 100%;
}
#index-body .i-application .img li:first-child {
  top: 45%;
  left: 7.6%;
}
#index-body .i-application .img li:first-child .content {
  top: -43.5px;
}
#index-body .i-application .img li:nth-child(2) {
  top: 76%;
  left: 14%;
}
#index-body .i-application .img li:nth-child(2) .content {
  bottom: -60px;
}
#index-body .i-application .img li:nth-child(3) {
  top: 40%;
  left: 33.5%;
}
#index-body .i-application .img li:nth-child(3) .content {
  top: -43.5px;
}
#index-body .i-application .img li:nth-child(4) {
  top: 15%;
  left: 54%;
}
#index-body .i-application .img li:nth-child(4) .content {
  left: -60px;
  top: 150%;
}
#index-body .i-application .img li:nth-child(5) {
  top: 44.6%;
  left: 87%;
}
#index-body .i-application .img li:nth-child(5) .content {
  left: initial;
  top: -43.5px;
  right: 98px;
}
#index-body .i-application .img li:nth-child(6){
  top: 64%;
  left: 28.5%;
}
#index-body .i-application .img li:nth-child(6) .content {
  top: -200px;
}
#index-body .i-application .img li:hover {
  z-index: 5;
}
#index-body .i-application .img li:hover .content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-advantage {
  background: url(../images/adbg.png) no-repeat right bottom #fffbf7;
  padding: 9.74% 0 5.834%;
}
#index-body .i-advantage .left {
  width: 46.54762%;
  padding: 106px 0 0 75px;
  z-index: 1;
}
#index-body .i-advantage .left .img1 {
  position: absolute;
  width: 95.141%;
  height: 87.834%;
  z-index: -1;
  top: 0;
  left: 0;
}
#index-body .i-advantage .left .img {
  height: 568px;
  position: relative;
}
#index-body .i-advantage .left .img i {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#index-body .i-advantage .left .img i.active {
  display: block;
}
#index-body .i-advantage .right {
  width: 50.834%;
}
#index-body .i-advantage .right ul li {
  position: relative;
  z-index: 1;
}
#index-body .i-advantage .right ul li .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .i-advantage .right ul li .ig i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color);
}
#index-body .i-advantage .right ul li .ig .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-advantage .right ul li .ig .content .title {
  line-height: 1;
  color: rgba(47, 47, 47, 0.9);
}
#index-body .i-advantage .right ul li .ig .content .hidden {
  display: none;
}
#index-body .i-advantage .right ul li .ig .content .hidden .desc {
  height: 110px;
  overflow-y: auto;
}
#index-body .i-advantage .right ul li::before,
#index-body .i-advantage .right ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
}
#index-body .i-advantage .right ul li::before {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border: 1px solid var(--color);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .right ul li::after {
  left: 15px;
  bottom: 0;
  width: 83.022%;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
}
#index-body .i-advantage .right ul li.active {
  margin-top: 18px;
}
#index-body .i-advantage .right ul li.active .ig {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .i-advantage .right ul li.active::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-advantage .right ul li.active::after {
  opacity: 0;
}
#index-body .i-advantage .right ul li:first-child.active {
  margin-top: 0;
}
#index-body .i-product {
  background: #fffbf7;
  padding: 6.3021% 0 0%;
}
#index-body .i-product .arrow a {
  font-size: 31px;
  color: #7b7b7b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .arrow a:hover {
  color: #2f2f2f;
}
#index-body .i-product .content {
  width: 93.7vw;
}
#index-body .i-product .content ul {
  margin: -13px;
}
#index-body .i-product .content ul .slick-list {
  padding-right: 322px;
}
#index-body .i-product .content ul li {
  padding: 13px;
}
#index-body .i-product .content ul li .img-box:hover {
  -webkit-box-shadow: 0px 0px 26px rgba(58, 69, 61, 0.12);
  box-shadow: 0px 0px 26px rgba(58, 69, 61, 0.12);
}
#index-body .i-custom {
  color: #fff;
}
#index-body .i-custom .img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .i-custom .img .swiper {
  height: 100%;
}
#index-body .i-custom .img .swiper ul {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .i-custom .img .swiper ul li {
  width: 100%;
  height: 100%;
}
#index-body .i-custom .img .swiper ul li .box {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#index-body .i-custom .img::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
}
#index-body .i-custom .container {
  width: 100%;
  padding: 0;
}
#index-body .i-custom .header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 5.4167%;
}
#index-body .i-custom .content ul li .box {
  height: 829px;
  text-align: center;
  overflow: hidden;
}
#index-body .i-custom .content ul li .box .font-30 {
  line-height: 1.3;
}
#index-body .i-custom .content ul li .box .shadow {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
#index-body .i-custom .content ul li .box::before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 2px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(70%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
#index-body .i-custom .content ul li .box .cont1 {
  left: 0;
  bottom: 70px;
  width: 100%;
  padding: 0 10px;
}
#index-body .i-custom .content ul li .box .cont2 {
  bottom: 70px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .i-custom .content ul li .box .cont2 .des {
  max-height: 200px;
  padding-right: 4px;
  overflow-y: auto;
}
#index-body .i-custom .content ul .active .box .shadow {
  opacity: 1;
}
#index-body .i-custom .content ul .active .box .cont1 {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .i-custom .content ul .active .box .cont2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-news {
  background: #fffbf7;
  padding: 5.78125% 0 5.834%;
}
#index-body .i-news ul {
  margin: -13px;
}
#index-body .i-news ul li {
  padding: 13px;
}
#index-body .i-news ul li .ig {
  background: #fff;
}
#index-body .i-news ul li .ig .title {
  color: #2d2d2d;
  line-height: 1.25;
}
#index-body .i-news ul li .ig .line {
  border-bottom: 1px dashed #9b9eb2;
}
#index-body .i-news ul li .ig .link {
  display: inline-block;
}
#index-body .i-news ul li .ig:hover {
  -webkit-box-shadow: 0px 0px 26px rgba(58, 69, 61, 0.12);
  box-shadow: 0px 0px 26px rgba(58, 69, 61, 0.12);
}
#index-body .i-news .slickDots ul {
  margin: 0;
}
#index-body .i-news .slickDots ul li {
  padding: 0;
  width: .8em;
  height: .8em;
  border-color: #2f2f2f;
  background: transparent;
  margin: 0 .2em;
}
#index-body .i-news .slickDots ul li.slick-active {
  background: #2f2f2f;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center top;
  position: relative;
  z-index: 1;
  background-size: cover;
}
#footer .f-content .title {
  line-height: 1;
}
#footer .f-content .item ul li {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 14px;
  font-family: 'Poppins';
}
#footer .f-content .item ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-content .item ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #2f2f2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .item ul li a:hover::after {
  width: 100%;
}
#footer .f-content .item ul li i {
  width: 25px;
}
#footer .f-content .item ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .item ul li ul {
  display: none;
}
#footer .f-content .f-product ul li:last-child{
   order: -1;
}
#footer .f-content .f-contact {
  width: 20%;
}
#footer .f-content .f-form {
  width: 33.46%;
}
#footer .f-content .f-form p {
  line-height: 1.3;
  font-family: 'Poppins';
}
#footer .f-content .f-form ul {
  margin: -14px;
}
#footer .f-content .f-form ul li {
  padding: 14px;
}
#footer .f-content .f-form input,
#footer .f-content .f-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(47, 47, 47, 0.6);
  font-size: 16px;
  padding: 0 22px;
  font-family: 'Poppins';
}
#footer .f-content .f-form input::-webkit-input-placeholder, #footer .f-content .f-form textarea::-webkit-input-placeholder {
  color: rgba(47, 47, 47, 0.8);
}
#footer .f-content .f-form input:-moz-placeholder, #footer .f-content .f-form textarea:-moz-placeholder {
  color: rgba(47, 47, 47, 0.8);
}
#footer .f-content .f-form input::-moz-placeholder, #footer .f-content .f-form textarea::-moz-placeholder {
  color: rgba(47, 47, 47, 0.8);
}
#footer .f-content .f-form input:-ms-input-placeholder, #footer .f-content .f-form textarea:-ms-input-placeholder {
  color: rgba(47, 47, 47, 0.8);
}
#footer .f-content .f-form input::placeholder,
#footer .f-content .f-form textarea::placeholder {
  color: rgba(47, 47, 47, 0.8);
}
#footer .f-content .f-form input {
  height: 55px;
}
#footer .f-content .f-form textarea {
  height: 97px;
  padding-top: 18px;
}
#footer .f-content .f-form button {
  border: 0;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  font-family: 'Poppins';
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #2f2f2f;
}
@media (max-width: 1700px) {
  #index-body .i-application .img ul {
    zoom: .7;
  }
  #index-body .i-product .content {
    width: 96.8vw;
  }
  #footer .f-content {
    zoom: .7;
  }
}
@media (max-width: 1450px) {
  #index-body .i-application .img {
    zoom: .8;
  }
  #index-body .i-advantage .left .img {
    height: 490px;
  }
  #index-body .i-custom .content ul li .box {
    height: 570px;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 230px;
  }
  #footer .f-content {
    zoom: .7;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  .i-title {
    font-size: 46px;
  }
  .font-22 {
    font-size: 20px;
  }
  #index-body .i-about .top .left {
    width: 50%;
  }
  #index-body .i-application .img {
    zoom: .6;
  }
  #index-body .i-application .img > img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-application .img ul {
    zoom: 1;
  }
  #index-body .i-advantage .left .img {
    height: 400px;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 115px;
  }
  .font-30 {
    font-size: 26px;
  }
  .font-18 {
    font-size: 18px;
  }
  #footer .f-content {
    zoom: .68;
  }
  #footer .f-content .item ul li {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .font-20 {
    font-size: 20px;
  }
  .more {
    font-size: 18px;
    padding: 10px 20px 8px 22px;
  }
  #banner ul li .info {
    display: none;
  }
  .i-title {
    font-size: 40px;
  }
  .desc {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-34 {
    font-size: 22px;
  }
  .font-24 {
    font-size: 18px;
  }
  #index-body .i-about .top .container {
    -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-about .top .left {
    margin-top: 20px;
  }
  #index-body .i-about .bottom ul {
    margin: -10px 0;
  }
  #index-body .i-about .bottom ul li {
    padding: 10px 0;
  }
  #index-body .i-custom .content ul li .box .cont1 {
    bottom: 10px;
  }
  #index-body .i-custom .content ul li .box .cont2 {
    bottom: 10px;
  }
  #index-body .i-advantage .right {
    margin-top: 20px;
  }
  #index-body .i-product .content {
    width: 100%;
  }
  #index-body .i-product .content ul .slick-list {
    padding-right: 0;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-form {
    width: 56%;
  }
  #footer .f-content .f-form ul {
    margin: -7px;
  }
  #footer .f-content .f-form ul li {
    padding: 7px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 42%;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy .container p {
    display: inline;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
  }
  .font-54 {
    font-size: 30px;
  }
  .i-tag {
    font-size: 18px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-30 {
    font-size: 20px;
  }
  #banner ul li .text {
    top: 50%;
    padding-bottom: 0;
  }
  #banner ul li .share {
    display: none;
  }
  #index-body .i-custom .content ul li .box {
    height: 400px;
  }
  #index-body .i-application .header {
    position: initial;
    color: #2f2f2f;
    padding: 30px 0;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-contact {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content .f-contact .title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .i-tag {
    font-size: 16px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #banner ul li .text .con {
    display: none;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
  }
  #index-body .i-application .img ul{
    zoom: .5;
  }
  #index-body .i-application .img > img{
    height: 400px;
  }
  #footer .f-content .f-form ul li {
    width: 100%;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
}
.inner-banner {
  height: 351px;
  position: relative;
}
.inner-banner .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
.inner-banner .text .title {
  line-height: 1;
  font-size: 3.125vw;
}
.inner-banner .text .mbx {
  font-weight: bold;
  font-size: 1.14583333vw;
}
.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes line1 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes line1 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes line1 {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes line2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 98%;
  }
  100% {
    bottom: 0;
  }
}
@-moz-keyframes line2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 98%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes line2 {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 98%;
  }
  100% {
    bottom: 0;
  }
}
.about-page .about-1 {
  padding: 10.15625% 0 3.4375%;
}
.about-page .about-1 .left {
  width: 32%;
}
.about-page .about-1 .left .i-tag {
  text-transform: capitalize;
}
.about-page .about-1 .left .i-tag::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2f2f2f;
  display: inline-block;
  vertical-align: middle;
  margin: 0 23px 2px 0;
}
.about-page .about-1 .left .title {
  line-height: .9;
}
.about-page .about-1 .right {
  width: 60%;
  line-height: 1.5;
  font-family: 'Poppins';
}
.about-page .about-2 {
  padding: 6.25% 0;
  background-color: #f2f1ed;
}
.about-page .about-2 .left {
  width: 45%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.about-page .about-2 .right {
  width: 54.643%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-2 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-2 .right .tag ul {
  height: 100%;
}
.about-page .about-2 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
}
.about-page .about-2 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #2f2f2f;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-2 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
}
.about-page .about-2 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-2 .right .tag ul li.current a {
  background-color: #2f2f2f;
  color: #fff;
  border-color: #2f2f2f;
}
.about-page .about-2 .right .content ul li {
  padding: 40px 20px;
  margin-bottom: 60px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #f1f1f1;
  box-shadow: 0 0 10px #f1f1f1;
}
.about-page .about-2 .right .content ul li .tit {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-2 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-2 .right .content ul li .con strong{
  font-weight: bold;
  color: #000;
}
.about-page .about-2 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right .content ul li.active {
  background: #2f2f2f;
}
.about-page .about-2 .right .content ul li.active .tit,
.about-page .about-2 .right .content ul li.active .con,
.about-page .about-2 .right .content ul li.active .con strong{
  color: #fff;
}
.about-page .about-2 .right .content ul li.active .con {
  opacity: .6;
}
.about-page .about-2 .right .content ul li.active .con strong{
  opacity: 1;
}
.about-page .about-3 {
  height: 583px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 6.25%;
}
.about-page .about-3 ul {
  height: 100%;
  position: relative;
}
.about-page .about-3 ul .slick-list {
  height: 100%;
}
.about-page .about-3 ul .slick-list > div {
  height: 100%;
}
.about-page .about-3 ul li {
  height: 100%;
  padding: 0 3px;
}
.about-page .about-3 ul li .ig {
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
.about-page .about-3 ul li .ig div {
  height: auto;
}
.about-page .about-3 .line {
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.about-page .about-3 .line.line1 {
  left: 6.25%;
}
.about-page .about-3 .line.line2 {
  left: 35%;
}
.about-page .about-3 .line.line3 {
  left: 66%;
}
.about-page .about-3 .line.line4 {
  right: 6.25%;
}
.about-page .about-3 .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: 9px;
  height: 20px;
  background-color: #fff;
  -webkit-animation: line1 20s linear infinite;
  -moz-animation: line1 20s linear infinite;
  animation: line1 20s linear infinite;
}
.about-page .about-3 .line.line1::after,
.about-page .about-3 .line.line3::after {
  top: initial;
  bottom: 0;
  -webkit-animation: line2 20s linear infinite;
  -moz-animation: line2 20s linear infinite;
  animation: line2 20s linear infinite;
}
.about-page .about-4 {
  padding: 7.7604167% 0 8.75%;
  background: #fffbf7;
}
.about-page .about-4 .left {
  width: 47.9167%;
}
.about-page .about-4 .right {
  width: 47.62%;
}
.about-page .about-4 .right ul li .ig {
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right ul li .ig:hover {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.about-page .about-4 .right ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-5 {
  padding: 5.573% 0 12.8646%;
}
.about-page .about-5 ul {
  margin: -19px;
}
.about-page .about-5 ul li {
  padding: 19px;
  height: auto;
}
.about-page .about-5 ul li .ig {
  background-color: #ededed;
  border: solid 1px #ededed;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 ul li .ig .icon {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background: var(--color);
}
.about-page .about-5 ul li .ig:hover {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
  border-color: var(--color);
}
.mana-page .mana-1 {
  background-color: #f9f9f9;
  padding: 7.7604167% 0;
}
.mana-page .mana-1 .con {
  max-width: 800px;
  margin: 33px auto 0;
  font-family: 'Poppins';
  color: #333;
}
.mana-page .mana-1 ul li {
  text-align: center;
}
.mana-page .mana-1 ul li img {
  display: inline-block;
}
.mana-page .mana-1 ul li .img {
  position: relative;
}
.mana-page .mana-1 ul li i {
  font-size: 42px;
  position: absolute;
  top: 66px;
  right: 0;
}
.mana-page .mana-1 ul li p {
  line-height: 1.25;
  text-align: center;
  min-height: 60px;
}
.mana-page .mana-1 ul li span {
  width: 40px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--color);
  font-size: 30px;
  font-weight: bold;
  margin-top: 17px;
}
.mana-page .mana-2 {
  padding-top: 5.2604167%;
}
.mana-page .mana-2 ul .slick-list {
  height: auto;
}
.mana-page .mana-2 ul .slick-list > div {
  height: 100%;
}
.mana-page .mana-2 ul li {
  height: 100%;
}
.mana-page .mana-2 ul li .ig {
  height: 100%;
  background-color: #2f2f2f;
}
.mana-page .mana-2 ul li .ig .text {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  background-color: #2f2f2f;
  color: #fff;
}
.mana-page .mana-2 .slickBtn div{
  z-index: 10;
}
.mana-page .mana-2 .slickBtn div.prev{
  left: 2%;
}
.mana-page .mana-2 .slickBtn div.next{
  left: initial;
  right: 2%;
}
.mana-page .mana-3 {
  padding: 8.3854167% 0 7.5% 0;
}
.mana-page .mana-3 .header {
  max-width: 920px;
  margin: 0 auto;
}
.mana-page .mana-3 .header .con {
  font-family: 'Poppins';
  color: #333;
}
.mana-page .mana-3 .content {
  max-width: 1220px;
  margin: 77px auto 0;
}
.mana-page .mana-3 .content ul {
  margin: -36px 0;
}
.mana-page .mana-3 .content ul li {
  padding: 36px 0;
}
.mana-page .mana-3 .content ul li .ig .img {
  width: 149px;
  height: 149px;
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mana-page .mana-3 .content ul li .ig p {
  max-width: 227px;
  margin: 15px auto 0;
  line-height: 1.3;
}
.mana-page .mana-3 .content ul li .ig:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mana-page .mana-4 {
  padding: 7.7604167% 0 6.823%;
}
.mana-page .mana-4 .desc {
  width: 44.643%;
}
.mana-page .mana-4 .content {
  width: 93.7vw;
}
.mana-page .mana-4 .content ul .slick-list {
  padding-right: 322px;
}
.mana-page .mana-4 .slickBtn {
  padding-right: 6.25%;
}
.mana-page .mana-4 .slickBtn div {
  width: auto;
  height: auto;
  background: transparent;
  color: #7b7b7b;
  font-size: 1.55em;
}
.mana-page .mana-4 .slickBtn div.next {
  margin-left: .3em;
}
.mana-page .mana-4 .slickBtn div:hover {
  color: #2f2f2f;
}
.service-page .service-1 {
  padding: 5.15625% 0 5.21%;
  /*background: url(../images/ser-bg.png) no-repeat left bottom #fff;*/
}
.service-page .service-1 .img {
  width: 50.391%;
}
.service-page .service-1 .text {
  width: 49.609%;
}
.service-page .service-1 ul li {
  position: relative;
  padding-left: 37px;
}
.service-page .service-1 ul li::before {
  content: "\e81d";
  position: absolute;
  font-family: 'iconfont';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.service-page .service-1 ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-1 .bottom {
  width: 64.4167%;
  margin-left: auto;
  margin-top: -62px;
}
.service-page .service-1 .bottom .left {
  width: 37.832%;
}
.service-page .service-1 .bottom .right {
  width: 58.309%;
}
.service-page .service-2 {
  background: var(--color);
  padding: 5.21% 0 6.46%;
}
.service-page .service-2 .content {
  position: relative;
  z-index: 1;
}
.service-page .service-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 44px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2f2f2f;
}
.service-page .service-2 ul li .num {
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #fff;
}
.service-page .service-2 ul li .desc {
  line-height: 1.56;
  font-family: 'Poppins';
}
.service-page .service-3 {
  padding: 5.3646% 0 5.15625%;
  background: url(../images/ser-bg1.png) no-repeat right bottom #fff;
}
.service-page .service-3 .tab ul li {
  font-size: 20px;
  font-weight: bold;
  width: 328px;
  height: 86px;
  border: 1px solid var(--color);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .tab ul li:hover,
.service-page .service-3 .tab ul li.active {
  background: var(--color);
}
.service-page .service-3 .item {
  display: none;
}
.service-page .service-3 .item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-3 .item .img {
  width: 46.49%;
}
.service-page .service-3 .item .text {
  width: 50%;
}
.service-page .service-3 .item .text .tit {
  line-height: 1.2;
}
.service-page .service-3 .item .text .list {
  font-family: 'Poppins';
  line-height: 1.89;
}
.service-page .service-4 {
  padding: 5.7292% 0 3.90625%;
}
.service-page .service-4 .left {
  width: 44%;
  color: #fff;
}
.service-page .service-4 .left .tit {
  line-height: 1.25;
}
.service-page .service-4 .left ul li {
  position: relative;
  padding-left: 37px;
}
.service-page .service-4 .left ul li::before {
  content: "\e81d";
  position: absolute;
  font-family: 'iconfont';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.service-page .service-4 .left ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-4 .right {
  width: 36%;
  background: rgba(255, 255, 255, 0.8);
}
.service-page .service-4 .right .title,
.service-page .service-4 .right .tit {
  font-family: 'Poppins';
  font-weight: bold;
}
.service-page .service-4 .right .desc {
  font-family: 'Poppins';
  line-height: 1.6;
  color: #2b2b2e;
}
@media (max-width: 1700px) {
  .mana-page .mana-4 .content {
    width: 96.7vw;
  }
}
@media (max-width: 1450px) {
  .mana-page .mana-4 .content ul .slick-list {
    padding-right: 260px;
  }
  .mana-page .mana-1 ul li i {
    right: -10px;
  }
  .service-page .service-4 .right {
    width: 40%;
  }
}
@media (max-width: 1250px) {
  .about-page .about-2 .right .content ul li {
    padding: 60px 20px;
  }
  .about-page .about-2 .right .content ul li .tit {
    font-size: 50px;
  }
  .about-page .about-3 {
    height: 460px;
  }
  .about-page .about-3 ul li .ig {
    padding: 0 20px;
  }
  .mana-page .mana-4 .content ul .slick-list {
    padding-right: 160px;
  }
  .service-page .service-1 .bottom {
    margin-top: 0;
  }
  .service-page .service-2 ul li .desc .title {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .font-16 {
    font-size: 16px;
  }
  .about-page .about-1 .left .title p:last-child {
    text-align: left;
  }
  .about-page .about-1 .right {
    margin-top: 20px;
  }
  .about-page .about-2 .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 101px !important;
  }
  .about-page .about-2 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-2 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-3 ul li .ig .title {
    font-size: 20px;
  }
  .about-page .about-3 .line.line2 {
    display: none;
  }
  .about-page .about-3 .line.line3 {
    left: 50%;
  }
  .about-page .about-4 .right {
    margin-top: 20px;
  }
  .about-page .about-4 .right ul li .ig:hover {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-page .about-5 ul li {
    width: 50%;
  }
  .about-page .about-5 ul li .title {
    font-size: 24px;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
  .font-26 {
    font-size: 20px;
  }
  .service-page .service-1 .text {
    margin-top: 20px;
  }
  .service-page .service-1 .bottom {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
  }
  .service-page .service-2 .content::after {
    top: 22px;
  }
  .service-page .service-2 .arrow{
    margin-top: 20px;
    font-size: 30px;
  }
  .service-page .service-3 .item .text {
    margin-top: 30px;
  }
  .service-page .service-4 .box {
    padding: 0;
  }
  .service-page .service-4 .right {
    width: 46%;
  }
  .service-page .service-4 .right .tit {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  .font-50 {
    font-size: 26px;
  }
  .about-page .about-1 .right {
    line-height: 1.8;
  }
  .about-page .about-2 .right {
    padding-left: 80px !important;
  }
  .about-page .about-2 .right .content ul li .tit {
    font-size: 36px;
  }
  .about-page .about-3 {
    height: 380px;
  }
  .about-page .about-5 ul {
    margin: -10px;
  }
  .about-page .about-5 ul li {
    padding: 10px;
  }
  .font-38 {
    font-size: 24px;
  }
  .font-26 {
    font-size: 18px;
  }
  .flex-4 > * {
    width: 50%;
  }
  .mana-page .mana-4 .content {
    width: 100%;
  }
  .mana-page .mana-4 .content ul .slick-list {
    padding-right: 0;
  }
  .mana-page .mana-4 .slickBtn {
    padding-right: 0;
  }
  .font-44,
  .font-40 {
    font-size: 22px;
  }
  .service-page .service-3 .tab ul li {
    width: 220px;
    height: 70px;
    font-size: 16px;
  }
  .service-page .service-3 .item .text .list {
    font-size: 16px;
  }
  .service-page .service-4 .left {
    width: 100%;
  }
  .service-page .service-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-4 .right .title {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .right {
    line-height: 2;
    font-size: 14px;
  }
  .about-page .about-3 .line.line3 {
    display: none;
  }
  .about-page .about-2 .right .tag ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }
  .about-page .about-2 .right {
    padding-left: 60px !important;
  }
  .about-page .about-2 .right .content ul li .tit {
    font-size: 30px;
  }
  .about-page .about-2 .right .content ul li {
    padding: 20px 15px;
  }
  .about-page .about-2 .right .content ul li .con {
    font-size: 16px;
    margin-top: 12px;
  }
  .about-page .about-5 ul li {
    width: 100%;
  }
  .mana-page .con {
    font-size: 16px;
    line-height: 1.8;
  }
  .mana-page .mana-1 .con {
    margin: 17px auto 0;
  }
  .flex-4 > * {
    width: 100%;
  }
  .mana-page .mana-3 .content ul {
    margin: -18px 0;
  }
  .mana-page .mana-3 .content ul li {
    padding: 18px 0;
  }
  .service-page .service-4 .left .tit,
  .service-page .service-3 .item .text .tit {
    width: 100%;
  }
}
.gallery-page .init-1 .box {
  background: url(../images/honor-1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.gallery-page .init-1 ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
  margin: auto;
}
.gallery-page .init-1 ul.top li {
  cursor: pointer;
}
.gallery-page .init-1 ul.top li a {
  display: block;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
}
.gallery-page .init-1 ul.top li:hover a,
.gallery-page .init-1 ul.top li.active a {
  background-color: var(--color);
  color: white;
}
.gallery-page .init-2 li .img-box {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  overflow: hidden;
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.faq-page ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.faq-page ul li .content {
  background-color: #ebf4f0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.faq-page ul li .content .txt {
  line-height: 28px;
  color: #444;
}
.faq-page ul li:last-child{
  margin-bottom: 0;
}
.inner-page .sideBox .sideLeft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBox .sideLeft .h6 img {
  vertical-align: middle;
}
.inner-page .sideBox .sideLeft .line {
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.inner-page .sideBox .sideLeft .h5 {
  font-weight: 800;
}
.inner-page .sideBox .sideLeft ul li {
  margin-bottom: 9px;
}
.inner-page .sideBox .sideLeft ul li a {
  color: #8c8c8c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.inner-page .sideBox .sideLeft ul li a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #dbd9d5;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .sideLeft ul li a span i {
  opacity: 0;
}
.inner-page .sideBox .sideLeft ul li ul li{
  margin-bottom: 0;
}
.inner-page .sideBox .sideLeft ul li:hover > a,
.inner-page .sideBox .sideLeft ul li.active > a {
  color: black;
}
.inner-page .sideBox .sideLeft ul li:hover > a span,
.inner-page .sideBox .sideLeft ul li.active > a span {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBox .sideLeft ul li:hover > a span i,
.inner-page .sideBox .sideLeft ul li.active > a span i {
  opacity: 1;
}
.inner-page .sideBox .sideLeft ul li ul li:hover > a,
.inner-page .sideBox .sideLeft ul li ul li.active > a{
  color: #00923f;
}
.inner-page .sideBox .sideRight {
  width: 80%;
}
.product-page .sideRight .des{
  max-height: 360px;
  overflow-y: auto;
}
.product-page .product-1 .content {
  border-radius: 10px;
}
.product-page .product-1 .box {
  width: 60%;
  margin: auto;
  max-width: 740px;
  text-align: center;
  background: url(../images/sus-1-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  min-height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-1 .box h1 {
  font-weight: 800;
}
.product-page .product-1 .box .des {
  line-height: 20px;
  color: #575757;
  font-weight: bold;
  max-height: 140px;
  overflow: auto;
}
.product-page .product-1 .box::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: url(../images/sus-1-bg2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.product-page .product-2 .sideRight ul li .box {
  background: white;
  border-radius: 10px;
  padding: 24px;
  overflow: hidden;
}
.product-page .product-2 .sideRight ul li .box .des {
  line-height: 20px;
  color: #575757;
}
.product-page .product-2 .sideRight ul li .box .bottom {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.product-page .product-2 .sideRight ul li .box .bottom .more {
  opacity: 0;
}
.product-page .product-2 .sideRight ul li:hover .bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-2 .sideRight ul li:hover .bottom .more {
  opacity: 1;
}
.prodet-page .prodet-1 .left ul {
  background-color: white;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left ul li img {
  margin: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .slickBtn div {
  background-color: transparent;
  color: #dfdfdf;
}
.prodet-page .prodet-1 .right h1 {
  font-weight: 800;
}
.prodet-page .prodet-1 .right .content{
  max-height: 451px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .left .gallery {
  padding-bottom: 18px;
  border-bottom: 1px solid #d0d0d0;
}
.prodet-page .prodet-1 .left .gallery ul li a{
  display: block;
  background: white;
}
.prodet-page .prodet-1 .right .box {
  background-color: white;
  border-radius: 10px;
}
.prodet-page .prodet-1 .right .box .content {
  line-height: 20px;
  color: #575757;
}
.prodet-page .prodet-1 .right .box strong {
  font-weight: bold;
  color: black;
}
.prodet-page .prodet-1 .right .box table,
.prodet-page .prodet-1 .right .box table tr td{
  border: none;
}
.prodet-page .prodet-1 .right .box table tr{
  background: transparent;
}
.prodet-page .prodet-1 .right .box table tbody{
  min-width: unset;
}
.prodet-page .prodet-1 .right .inquiry {
  background-color: var(--color);
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  padding: 0 40px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry:hover{
  background: white;
  color: var(--color);
}
.prodet-page .prodet-det strong{
  font-size: 20px;
}
.prodet-page .prodet-2 {
  background-color: #ebf4f0;
}
.prodet-page .prodet-2 ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-3 li .img-box {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.prodet-page .prodet-4 {
  background-color: white;
}
.prodet-page .prodet-4 form {
  max-width: 1200px;
  margin: auto;
}
.prodet-page .prodet-4 form li {
  margin-bottom: 20px;
}
.prodet-page .prodet-4 form li p {
  font-weight: bold;
}
.prodet-page .prodet-4 form li span {
  font-style: italic;
}
.prodet-page .prodet-4 form li input,
.prodet-page .prodet-4 form li textarea {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  height: 37px;
  padding: 0 14px;
  border: 1px solid #b6b6b6;
}
.prodet-page .prodet-4 form li textarea {
  height: 165px;
  padding: 14px;
}
.prodet-page .prodet-4 form li button {
  border: none;
}
.news-page,
.newdet-page,
.prodet-page,
.product-page,
.contact-page{
  background: #f7f7f7;
}
.news-page .init-1 .box {
  background: url(../images/news-1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.news-page .init-1 .i-title {
  color: white;
}
.news-page .init-1 ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
  margin: auto;
}
.news-page .init-1 ul.top li {
  cursor: pointer;
}
.news-page .init-1 ul.top li a {
  display: block;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
}
.news-page .init-1 ul.top li:hover a,
.news-page .init-1 ul.top li.active a {
  background-color: var(--color);
  color: white;
}
.news-page .init-2 ul {
  max-width: 960px;
  margin: auto;
}
.news-page .init-2 ul li {
  margin-bottom: 5px;
}
.news-page .init-2 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  padding: 25px 30px;
  border-radius: 10px;
  overflow: hidden;
}
.news-page .init-2 ul li .box .bottom {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .init-2 ul li .box .bottom .more {
  opacity: 0;
}
.news-page .init-2 ul li:hover .box {
  background-color: #ebf4f0;
}
.news-page .init-2 ul li:hover .box .bottom {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.news-page .init-2 ul li:hover .box .bottom .more {
  opacity: 1;
}
.news-page .m-page {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
}
.newdet-page .content {
  line-height: 32px;
  color: #3b3b3b;
}
.newdet-page .share a {
  font-size: 20px;
  margin-right: 10px;
}
.newdet-page .Auxil-through {
  background-color: white;
  padding: 20px;
}
.contact-page .contact-1 .des {
  color: #494949;
  max-width: 220px;
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .init-2 li {
    width: 33.3%;
  }
  .gallery-page .init-1 ul.top {
    display: none;
  }
  .inner-page .sideBox .sideLeft {
    display: none;
  }
  .inner-page .sideBox .sideRight {
    width: 100%;
    padding: 0;
  }
  .product-page .product-2 .sideRight ul li .box .bottom {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .product-page .product-2 .sideRight ul li .box .bottom .more {
    opacity: 1;
  }
  .product-page .product-2 .sideRight ul li {
    width: 50%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .news-page .init-2 ul li .box .bottom {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .news-page .init-2 ul li .box .bottom .more {
    opacity: 1;
  }
  .news-page .init-1 ul.top {
    display: none;
  }
  .newdet-page .Auxil-through a {
    width: 100%;
    text-align: left;
  }
  .contact-page .contact-1 ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .init-2 li {
    width: 50%;
  }
  .faq-page ul li .content .h5 {
    font-weight: bold;
  }
  .product-page .product-1 .box {
    width: 88%;
  }
  .prodet-page .prodet-4 form li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .init-2 li {
    width: 100%;
  }
  .faq-page ul li .icon {
    display: none;
  }
  .product-page .product-2 .sideRight ul li {
    width: 100%;
  }
  .contact-page .contact-1 ul li {
    width: 100%;
  }
  .contact-page .contact-1 ul li .des {
    max-width: 100%;
  }
}
#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;
}
.service-add{
  background-color: #f9f9f9;
  padding: 5% 0 6.6146%;
}
.service-add .title{
  max-width: 924px;
  margin: 0 auto;
  line-height: 1.2;
}
.service-add ul{
  margin: -15px;
}
.service-add ul li{
  padding: 15px;
}
.service-add ul li .ig{
  height: 100%;
  background-color: #bfcac2;
}
.service-add ul li .ig .icon{
  width: 63px;
	height: 63px;
	background-color: #ffffff;
  border-radius: 50%;
}
.service-add ul li .ig .tit{
  line-height: 1.23;
}
.prodet-page .prodet-det ul.tab{
  border-bottom: 1px solid #d6d6d6;
}
.prodet-page .prodet-det ul.tab li{
  position: relative;
  padding: 0 45px;
}
.prodet-page .prodet-det ul.tab li::before{
  content: "";
  position: absolute;
  left: 7px;
  top: -17px;
  width: 37px;
  height: 41px;
  /*background: url(../images/logo.png) no-repeat center;*/
  opacity: 0;
}
.prodet-page .prodet-det ul.tab li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-det ul.tab li.active::before{
  opacity: 1;
}
.prodet-page .prodet-det ul.tab li.active::after{
  width: 100%;
}
.prodet-page .prodet-det .content{
  line-height: 2;
  color: #999999;
}
.prodet-page .prodet-det .content .slide .des{
  max-height: 500px;
  overflow: auto;
}
.prodet-page .prodet-det .content strong{
  color: black;
}
@media (max-width: 700px) {
  .prodet-page .prodet-det ul.tab{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-det ul.tab li{
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}