@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-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  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;
}
@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;
}
body {
  --color: #0e683a;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-weight: 300;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1620px;
  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;
  font-size: 18px;
  line-height: 1;
  background-color: #efefef;
  padding: 18px 20px 17px 26px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin-left: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more:focus {
  background: var(--color);
  color: #fff;
}
.more:hover i,
.more:focus i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link {
  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;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px 9px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link i {
  margin-left: 32px;
}
.link i img {
  display: inline-block;
  vertical-align: middle;
}
.link:hover {
  border-color: var(--color);
  color: #fff;
  padding-left: 17px;
}
.link:hover::after {
  width: 100%;
  border-radius: 0;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: rgba(255,255,255,0.6);
}
#header .nav .ui.menu {
  height: 100%;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 3em;
  color: #0f683a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0f683a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 136%;
  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;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  width: 100%;
}
#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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy span {
  color: #0f683a;
}
#header .nav .ui.menu .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .ui.menu .msg {
  background: var(--color);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 8px 28px 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .msg:hover {
  background: #fff;
  color: var(--color);
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li video{
  width: 100%;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  bottom: 122px;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box .left {
  width: 37.9%;
}
#banner ul li .text .box .right .btn {
  width: 184px;
  height: 185px;
  border-radius: 50%;
  border: solid 1px #ffffff;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .box .right .btn span::before {
  display: none;
}
#banner ul li .text .box .right .btn i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .box .right .btn:hover {
  background: var(--color);
  border-color: var(--color);
}
#banner ul li .text .box .right .btn:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#banner ul li .text span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 4px;
  background-color: #ffffff;
  margin-right: 14px;
}
#banner ul li .text .title {
  line-height: 1.2;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  position: relative;
  z-index: 1;
}
#banner ul li .text .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 39px;
  width: 100%;
  height: 13px;
  background: var(--color);
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.5%;
  background: rgba(0, 0, 0, 0.25);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner .line {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.36;
  top: 0;
}
#banner .line.line1 {
  left: 20%;
}
#banner .line.line2 {
  left: 40%;
}
#banner .line.line3 {
  left: 60.3%;
}
#banner .line.line4 {
  left: 81%;
}
.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-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
#index-body .i-advantage ul li {
  border-right: 1px solid #e7e7e7;
}
#index-body .i-advantage ul li .icon {
  display: block;
  height: 86px;
  -webkit-transition: all ease-in-out 0.35s;
  -moz-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}
#index-body .i-advantage ul li .icon img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage ul li .con {
  line-height: 1.5;
  width: 84%;
  margin: 18px auto 0;
}
#index-body .i-advantage ul li:last-child {
  border-right: 0;
}
#index-body .i-advantage ul li:hover .icon img {
  -webkit-animation: swing 1S ease;
  -moz-animation: swing 1S ease;
  animation: swing 1S ease;
}
#index-body .i-about {
  background: url(../images/abg.jpg) no-repeat center;
  background-size: cover;
  padding: 5.0521% 0 6.93%;
}
#index-body .i-about .play{
  position: relative;
  z-index: 1;
}
#index-body .i-about .play::before,
#index-body .i-about .play::after{
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgb(14 104 58);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .i-about .play::after {
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
}
#index-body .i-about .top .left {
  width: 33%;
}
#index-body .i-about .top .left span {
  color: #666;
}
#index-body .i-about .top .left span::before {
  content: '';
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
#index-body .i-about .top .left .title {
  line-height: 1.1;
}
#index-body .i-about .top .right {
  line-height: 2;
  color: #666;
  width: 60.57%;
}
#index-body .i-about .bottom ul {
  margin: -43px;
}
#index-body .i-about .bottom ul li {
  padding: 43px;
}
#index-body .i-about .bottom ul li .ig {
  border-top: 1px solid var(--color);
  padding-top: 10px;
}
#index-body .i-about .bottom ul li .ig .left i {
  line-height: 75px;
}
#index-body .i-about .bottom ul li .ig .left i img {
  vertical-align: middle;
}
#index-body .i-about .bottom ul li .ig .left .text .num {
  line-height: 1;
}
#index-body .i-about .bottom ul li .ig .left .text p {
  color: #666;
  line-height: 1;
}
#index-body .i-about .bottom ul li .ig .right {
  font-weight: 500;
}
#index-body .i-category {
  padding: 4.323% 0 6.46%;
}
#index-body .i-category ul li .img-box span {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-weight: 500;
  padding: 0 26px 0 33px;
  line-height: 1.2;
}
#index-body .i-category ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
#index-body .i-news {
  padding: 4.62% 0 5.67%;
  z-index: 1;
}
#index-body .i-news ul li .text .top {
  line-height: 1.1;
}
#index-body .i-news ul li .text .top time {
  color: #797979;
  padding-right: 6px;
  border-right: 1px solid #797979;
}
#index-body .i-news ul li .text .top span {
  font-weight: 500;
}
#index-body .i-news ul li .text .title {
  font-weight: 500;
  line-height: 1.2;
}
#index-body .i-news ul li .text .con {
  color: #666;
  line-height: 1.5;
  font-weight: 400;
}
#index-body .i-news .left {
  width: 51.8%;
}
#index-body .i-news .left ul li .img-box {
  width: 94.453%;
}
#index-body .i-news .left ul li .img-box img {
  width: auto;
}
#index-body .i-news .right {
  width: 48.2%;
}
#index-body .i-news .right ul li .text .title {
  width: 71%;
}
#index-body .i-news .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-news .slickBtn {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-news .slickBtn div {
  position: initial;
  width: 3.05em;
  height: 3.05em;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
#index-body .i-news .slickBtn div.next {
  margin-left: 21px;
}
#index-body .i-news .slickBtn div:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-news::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 20px;
  width: 48.021%;
  background-color: #ffffff;
  -webkit-box-shadow: 1px -2px 17px 21px #0e683a;
  box-shadow: 1px -2px 17px 21px #0e683a;
  opacity: 0.08;
}
#footer {
  background-color: #0a512c;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .f-content .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 26px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 11px;
}
#footer .f-content ul li a {
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  width: 23%;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 9px;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-form {
  width: 19%;
}
#footer .f-content .f-form .tit {
  margin-bottom: 21px;
}
#footer .f-content .f-form input {
  width: 100%;
  height: 46px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  padding: 0 8px;
  margin-bottom: 5px;
}
#footer .f-content .f-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .f-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .f-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .f-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .f-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .f-form input:focus {
  border-color: #fff;
}
#footer .f-content .f-form button {
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  margin-top: 27px;
}
#footer .f-copy {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  color: rgba(248, 248, 248, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0 11px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(248, 248, 248, 0.5);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(248, 248, 248, 0.5);
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 1.5em;
  }
  #banner ul li .text .box .left {
    width: 41%;
  }
  #index-body .i-about .top .left {
    width: 36%;
  }
  #index-body .i-news .left ul li .img-box {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  #banner ul li .text .box .left {
    width: 45%;
  }
  #banner ul li .text .title::after {
    top: 26px;
  }
  #index-body .i-about .bottom ul {
    margin: -22px;
  }
  #index-body .i-about .bottom ul li {
    padding: 22px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  #banner ul li .text {
    bottom: 60px;
  }
  #banner ul li .text .box .left {
    width: 50%;
  }
  #banner ul li .text .title::after {
    top: 16px;
  }
  .font-24 {
    font-size: 17px;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
  }
  #index-body .i-news .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-news .left ul {
    margin: 0 -15px;
  }
  #index-body .i-news .left ul li {
    padding: 0 15px;
  }
  #index-body .i-news .right {
    display: none;
  }
  #index-body .i-news::after {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 40%;
  }
  #footer .f-content .f-form {
    width: 50%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  .fixed-toolbar {
    bottom: 15%;
  }
}
@media (max-width: 700px) {
  #banner ul li .text .box .left {
    width: 60%;
  }
  #banner ul li .text .box .left .title {
    font-size: 22px;
  }
  #banner ul li .text .box .left .title::after {
    top: 12px;
  }
  #banner ul li .text .box .right .btn {
    width: 116px;
    height: 116px;
    font-size: 14px;
  }
  .more {
    font-size: 16px;
    padding: 18px 20px 17px;
  }
  .more i {
    margin-left: 12px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-46,
  .font-40 {
    font-size: 30px;
  }
  .font-36,
  .font-30 {
    font-size: 20px;
  }
  #index-body .i-advantage ul {
    margin: -10px;
  }
  #index-body .i-advantage ul li {
    padding: 10px;
    width: 50%;
  }
  #index-body .i-advantage ul li .con {
    width: 100%;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-category ul li .img-box span {
    padding: 0;
  }
}
@media (max-width: 500px) {
  #banner ul li .text {
    bottom: 20px;
  }
  #banner ul li .text .box .left {
    width: 100%;
  }
  #banner ul li .text .box .right {
    padding-top: 12px;
  }
  #banner ul li .text .box .right .btn {
    width: auto;
    height: auto;
    padding: 6px 20px;
    border-radius: 25px;
  }
  #index-body .i-advantage ul li {
    width: 100%;
    border-right: 0;
  }
  #index-body .i-about .bottom ul li {
    width: 100%;
  }
  #footer .f-content .f-contact,
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-form .tit {
    margin-bottom: 10px;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
    padding-top: 16px;
  }
}
.inner-banner {
  position: relative;
  z-index: 1;
  height: 430px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.inner-banner .box .title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
}
.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}
@media (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
}
.about-page .init-1 {
  /*background: url(/bagluggagerabric/2025/11/25/init113545.jpg) no-repeat center;*/
  background-size: cover;
  padding: 100px 0 100px;
  background-attachment: fixed;
}
.about-page .init-1 .top {
padding: 0 30px;
width: 50%;
}
.about-page .init-1 .top h1,
.about-page .init-1 .top h2,.about-page .init-4  h3 {
position: relative;
    font-size: 28px;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.about-page .init-1 .top h1::after {
  content: '';
  position: absolute;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 2px;
  background: #000000;
  display: none;
}
.about-page .init-1 .top p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 2;
    margin: 10px 0;
 
}
.about-page .init-1 .top .btn a {
  display: inline-block;
  font-size: 14px;
  
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 30px;
  line-height: 1;
  background: #000;
}
.about-page .init-1 .img {
  /*margin-top: 45px;*/
  position: relative;
  text-align: right;
  width: 50%;
}
.about-page .init-1 .img .play {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .init-1 .img .play::before,
.about-page .init-1 .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgb(15 104 58);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .init-1 .img .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.about-page .init-2 .title1 h5 {
    font-size: 28px;
    line-height: 1.6;
    text-transform: capitalize;
}
.about-page .init-2 .title1 p {
  max-width: 578px;
  font-size: 16px;

  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 0 auto;
  margin-top: 20px;
}
.about-page .init-2 .list {
     position: relative;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 10px;
}
.about-page .init-2 .list .box .img {
  position: relative;
}
.about-page .init-2 .list .box .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.about-page .init-2 .list .acc {
    background: #fff;
    padding: 0 15px;
    width: 24.5%;
    float: left;
}
.about-page .init-2 .list .acc .conz {
  background: url(../images/init23.jpg) no-repeat center;
  background-size: cover;
  height: 650px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
     flex-direction: column;
    
}
.about-page .init-2 .list .acc .conz .tit {
   padding: 0 35px;
  height: 72%;
  overflow-y: auto;
  
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination .ass {
  display: inline-block;
  font-size: 14px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: -10px;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination div {
  margin: 0 5px;
}
.about-page .init-2 .list .acc .conz .tit h4 {
  font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8;
    text-transform: capitalize;
    padding: 60px 0 30px;
}
.about-page .init-2 .list .acc .conz .tit h2{
      color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 10px;
}
.about-page .init-2 .list .acc .conz .tit .cona {
     font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.6;
}
.about-page .init-2 .list .acc .conz .tit .cona p {
    padding: 10px 0;
}
.about-page .init-2 .list .acc .conz .tit .cona p em {
    font-weight: bold;
}
.about-page .init-2 .list .box-2 {
    width: 29.5%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .box-1 {
    width: 46%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .acc .conz .tit .azz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.about-page .init-2 .list .acc .conz  .btn{
  margin: 0 35px;
}
.about-page .init-2 .list .acc .conz  .btn a {
    padding: 10px 10px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
     transition: all .5s ease;
}
.about-page .init-2 .list .acc .conz  .btn {
    margin-top: 20px;
}


.about-page .init-2 .list .acc .conz  .btn a:hover {
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    color: #fff;
     transition: all .5s ease;
}


.about-page .init-2 .list .acc .conz .tit .swiper-button-prev,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  background: transparent;
  opacity: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-button-prev i,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next i {
  color: #fff;
  font-size: 14px;
}

.about-page .init-3 {
    background: url(/bagluggagerabric/2025/11/26/init3154.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 75px;
    text-align: center;
    background-attachment: fixed;
}
.about-page .init-3 h5 {
  position: relative;
  font-size: 18px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 90px;
}
.about-page .init-3 h5::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
.about-page .init-3 h3 {
font-size: 38px;
    font-weight: bold;
    line-height: 1.6;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 70px 0 45px;
}
.about-page .init-3 p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #FFFFFF;
    max-width: 910px;
    margin: 0 auto;
}
.about-page .init-3 .btn {
     margin: 50px 0 60px;
}
.about-page .init-3 .btn a {
display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.about-page .init-3 .btn a:hover {
  background: #000;
  border: 1px solid #000;
}
.about-page .init-3 .img h6 {
  font-size: 12px;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}

.about-page .init-4 .top .left {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.about-page .init-4 .top .left h5 {
font-size: 18px;
    color: var(--color);
    line-height: 1.8;
}
.about-page .init-4 .top .left h3 {
    font-size: 26px;
    line-height: 1.8;
    color: #000000;
    margin: 20px 0;
}
.about-page .init-4 .top .left .btn a {
  display: inline-block;
  font-size: 19px;
  
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}
.about-page .init-4 .top .right {
  width: 100%;
  vertical-align: middle;
}
.about-page .init-4 .top .right ul{
  margin: -15px;
}
.about-page .init-4 .top .right ul li{
  padding: 15px;
}

@media screen and (max-width: 1600px) {
  .about-page .init-2 .list .box-1{
    width: 40%;
  }
  .about-page .init-2 .list .acc{
    width: 30%;
  }
  .about-page .init-2 .list .box-2{
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .init-1 .top{
    width: 100%;
    padding: 0;
  }

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

  .about-page .init-2 .list .box-1{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .about-page .init-2 .list .acc{
    width: 50%;
    padding-left: 0;
  }
  .about-page .init-2 .list .box-2{
    width: 50%;
  }

  .about-page .init-4 .top .left{
    width: 100%;
  }

  .about-page .init-4 .top .right{
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .init-1{
    padding: 50px 0;
  }
  .about-page .init-1 .top h1, .about-page .init-1 .top h2,.about-page .init-4 .top .left h3,.about-page .init-4  h3{
    font-size: 22px;
  }
  .about-page .init-3 h3{
    font-size: 24px;
    margin: 40px 0 20px;
  }

  .about-page .init-3 p{
    font-size: 16px;
    line-height: 2;
  }
}
.about-page .init-4 .top .left .btn span {
    padding: 15px 15px 10px;
    background: rgba(0,0,0);
    color: #fff;
    transition: .5s;
    cursor: pointer;
    border-radius: 10px;
}

.about-page .init-4 .top .left .btn span a {
    color: #fff;
    text-decoration: none;
}
.about-page .init-4 .top .left .btn span:hover{
  background: var(--color);
}
.about-page .i-semi h2 {
    font-size: 18px;
    color: var(--color);
    line-height: 1.8;
}

.about-page .i-semi h3 {
    font-size: 26px;
    /*color: #000000;*/
    line-height: 1;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.about-page .i-semi {
    background: #fbfbfb;
    padding: 90px 0;
}

.about-page .i-semi p {
    font-size: 16px;
    font-weight: 300;
    color: #555;
    max-width: 1000px;
    line-height: 2;
}

.about-page .i-semi .top .left{
  width: 60%;
}
.about-page .i-semi .top .right .btn span {
    padding: 15px 15px 10px;
    background: rgba(0,0,0);
    color: #fff;
    transition: .5s;
    cursor: pointer;
    border-radius: 10px;
}

.about-page .i-semi .top .right .btn span a {
    color: #fff;
    text-decoration: none;
}
.about-page .i-semi .top .right .btn span:hover{
  background: var(--color);
}
.about-page .i-semi .top .right  .btn a {
  display: inline-block;
  font-size: 19px;
  
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}
.about-page .i-semi .semi-list ul button {
    display: none !important;
}


.about-page .i-semi .semi-list ul {
    margin: 0 -10px;
}

.about-page .i-semi .semi-list ul li {
    padding: 10px;
}
.about-page .i-semi .semi-list .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto;
}
.about-page .i-semi .semi-list ul li .img-box{
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
.about-page .i-semi .top .right{
  display:none;
}
.about-page .i-semi .top .left{
  width: 100%;
}
}
@media screen and (max-width: 700px) {
.about-page .i-semi h3{
    font-size: 22px;
  }
}
 .about-page .init-2 .box{
      padding: 70px 65px 180px;
      border-radius: 13px;
      background: url(../images/choose.jpg) no-repeat center center / cover;
      color: #fff;
    }
     .about-page .init-2 .box .cont{
          width: 100%;
          line-height: 2;
          font-weight: 300;
     }
       .about-page .init-2 .more{
	         border-radius: 10px;
	         border: solid 1px #fff;
           background: none;
           color: #fff;
         }
       .about-page .init-2 .more:hover{
         background: var(--color);
         border: solid 1px  var(--color);
         color: #ffffff;
       }
           @media screen and (max-width: 1000px){
       .about-page .init-2 .font-19{
         font-size: 16px;
       }
       .about-page .init-2 .box .cont{
         width: 80%
       }
     }
      @media screen and (max-width: 700px){
        .about-page .init-2 .box .cont{
         width: 100%
       }
       .about-page .init-2 .box{
         padding: 30px 35px 60px
       }
      }
      .factory-page .factory-1 .top .navlist {
  margin-top: 55px;
  width: 100%;
}
.factory-page .factory-1 .top .navlist ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-1 .top .navlist ul li {
  width: 245px;
  height: 50px;
  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;
  border-top: 2px solid #d1d1d1;
  margin-right: 35px;
}
.factory-page .factory-1 .top .navlist ul li.active {
  color: var(--color);
}
.factory-page .factory-1 .top .navlist ul li:last-child {
  margin-right: 0;
}
.factory-page .factory-1 .content {
  margin-top: 50px;
}
.factory-page .factory-1 .content ul {
  margin: 0 -5px;
}
.factory-page .factory-1 .content ul li {
  padding: 0 5px;
  margin-bottom: 50px;
}
.factory-page .factory-1 .content ul li a.img {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.factory-page .factory-1 .content ul li a.img img {
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1000px){
  .factory-page .factory-1 .top h3{
    font-size: 22px
  }
  .factory-page .factory-1 .top .con {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {


  .factory-page .factory-1 .top .navlist ul li {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .factory-page .factory-1 .top .navlist ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .factory-page .factory-1 .top .navlist ul li:last-child {
    margin-bottom: 0;
  }
}
.col{
  color: var(--color);
}
.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: 30px 15px;
}
.honor-page .honor-box ul li img{
  width: 100%;
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
.sus-page .sus-0 .cont{
   line-height: 2;
   font-weight: 300;
 }

  .sus-page .sus-1 .ui.container {
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-1 .ui.container .left h5 {
    max-width: 750px;
  }
  .sus-page .sus-1 .ui.container .right {
    padding-left: 45px;
  }
  .sus-page .sus-1 .ui.container .right p {
    line-height: 2;
  }

  .sus-page .sus-2 .ui.container {
    text-align: left;
  }
  .sus-page .sus-2 .ui.container .honorbox {
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #aaa;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist {
    margin: 0 -50px;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
    padding: 15px 50px;
    text-align: center;
    height: 100%;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
    height: 100%;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item .img{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
    margin: 0 auto;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
    margin-top: 20px;
    text-align: center;
    position: relative;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;

    bottom: 0;
    left: 50%;
    margin-left: -32.5px;
  }

  .sus-page .sus-3 .top {
    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;
  }
  .sus-page .sus-3 .top .left {
    text-align: right;
  }
  .sus-page .sus-3 .top .left h5 {
    text-align: left;
  }
  .sus-page .sus-3 .top .right p {
    max-width: 630px;
    margin: 0 auto;
    text-align: left;
  }
  .sus-page .sus-3 .main {
    background: #f8f8f8;
    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;
    flex-wrap: wrap;
    border-radius: 30px;
  }
  .sus-page .sus-3 .main .left {
    padding: 30px 60px 30px 100px;
  }
  .sus-page .sus-3 .main .left .more{
    width: 130px;
  }
  .sus-page .sus-3 .main .left h6 {
    margin: 30px 0;
  }
  .sus-page .sus-3 .main .left p {
    line-height: 2;
    margin-bottom: 65px;
  }
.sus-page .sus-3 .main .right img{
   border-radius: 30px;
}
  .sus-page .sus-4 .ui.container {
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox {
    margin-top: 25px;
    border-top: 1px solid #999;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 15px;
    height: 100%;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
    background: #f8f8f8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 45px 30px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
    font-weight: 700;
    height:65px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
    line-height: 2;
    margin-top: 20px;
  }

  @media screen and (max-width: 1440px){
       .sus-page .sus-3 .main .left {
      padding: 20px
     }
    }
  @media screen and (max-width: 1000px){
      .sus-page .smt{
        font-size: 16px;
      }
      .sus-page .sus-3 .main {
        border-radius: 15px;
      }
        .sus-page .sus-3 .main .right img{
          border-radius: 15px;
        }
       .sus-page .sus-3 .top .left {
      padding-right: 40px;
    }
    
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
      padding: 30px 15px;
      text-align: left;
    }
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
      margin: 0 -15px;
    }
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
      padding: 50px 15px;
    }
      .sus-page .sus-2 .ui.container .honorbox ul.honorlist{
    margin-left: 10px;
    margin-right: 10px
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li{
    padding-left: 5px;
    padding-right: 5px;
  }
    }
     @media screen and (max-width: 1000px){
      .sus-page .sus-3 .main .left{
        width: 100%;
      }
      .sus-page .sus-3 .main .right{
         display: none;
      }
      .sus-page .grid-box.two>.column{
        width: 100%;
      }
      .sus-page .sus-1 .ui.container .right{
        padding-left: 0;
        margin-top: 30px;
      }
    
      .sus-page .sus-3 .top .left h5{
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
      }

      .sus-page .sus-3 .top .left{
        padding: 0;
      }
    }
   @media screen and (max-width: 700px){
      .sus-page .sus-1 .ui.container .left {
      width: 100%;
    }
    .sus-page .sus-1 .ui.container .right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
    }
    .sus-page .sus-3 .top .left {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .top .right {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .main {
   
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .sus-page .sus-3 .main .left {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 0;
    }
    .sus-page .sus-3 .main .right {
      width: 100%;
    }
    }
    .news-page {
  padding-bottom: 110px;
}
.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
   
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 100%;
  padding: 30px 50px;
  background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  min-height: 3.8em;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
  line-height: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: 100%;
}
.newdet-page .init-1 .container .bottom_cont .left .next{
  text-align: right;
}
.m-page {
  margin-top: 60px;
  text-align: center;
  display: block;
}
.m-page a,
.m-page span {
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 20px;
  color: #7f7f7f;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: #fff;
}
#index-body .product {
  position: relative;
  overflow: hidden;
}
#index-body .product .container {
  z-index: 5;
}
#index-body .product #dotWave {
  position: absolute;
  width: 100%;
  bottom: -30px;
  height: 500px;
}
#index-body .product .top .left .cont {
  line-height: 30px;
}
#index-body .product .top .more {
  margin: 0 0 0 auto;
}
#index-body .product .bottom ul li .shadow {
  padding: 15px 0;
}
#index-body .product .bottom ul li .box {
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 1px 11px 0px rgba(26, 2, 6, 0.17);
  box-shadow: 0px 1px 11px 0px rgba(26, 2, 6, 0.17);
  border-radius: 10px;
  padding: 11px;
}
#index-body .product .bottom ul li .box .img-box {
  border-radius: 10px;
  position: relative;
}
#index-body .product .bottom ul li .box .img-box .tit {
  position: absolute;
  left: 20px;
  top: 23px;
  width: 50%;
  color: #ffffff;
}
#index-body .product .bottom ul li .box .line {
  margin-top: 14px;
}
#index-body .product .bottom ul li .box .t1 {
  display: -webkit-box;
  font-size: 14px;
  opacity: 0.8;
      line-height: 28px;
}
#index-body .product .bottom ul li .box .btn {
  color: var(--color);
  font-size: 14px;
  border-bottom: 1px solid var(--color);
}
#index-body .product .bottom ul li .box .btn:hover {
  border-bottom: 1px solid #000;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .m-link {
    text-align: left;
  }
  .news-page .content ul li .box{
    padding: 30px 15px;
  }
  .news-page .content ul li .box .title{
    font-size: 20px;
    line-height: 1.4;
  }
  .news-page{
    padding-bottom: 60px;
  }
  #index-body .product .top .left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .content ul li{
    width: 100%;
  }
  .news-page{
    padding-bottom: 30px;
  }
  .m-page{
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    margin: 0 0 0 12px;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  .flex-2 > * {
    width: 100%;
  }
}
.contact-page .init-1 {
  padding-bottom: 220px;
}
.contact-page .init-1 .container .left {
  width: 320px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 500;
}
.contact-page .init-1 .container .left ul {
  padding-top: 50px;
}
.contact-page .init-1 .container .left ul li {
  margin-top: 30px;
}
.contact-page .init-1 .container .left ul li .titleC {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .left ul li .titleC .img {
  width: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .mailImg {
  margin-top: 6px;
}
.contact-page .init-1 .container .left ul li .titleC .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-left: 16px;
  font-weight: 700;
}
.contact-page .init-1 .container .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .init-1 .container .left .list h4{
  font-size: 16px;
  font-weight: bold;
}
.contact-page .init-1 .container .left .list .code{
  width: 160px;
}
.contact-page .init-1 .container .right {
  width: 66%;
  margin-left: auto;
}
.contact-page .init-1 .container .right .des {
  margin-top: 60px;
  color: #393939;
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .right form .list.w-100 {
  width: 100%;
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
.contact-page .init-1 .container .right form .list .more {
  cursor: pointer;
}
.contact-page .map{
  margin-bottom: -20px
}
.contact-page .init-2 {
  text-align: center;
  background-color: #f2f2f2;
}
.contact-page .init-2 .container .tipsTitle {
  font-weight: 500;
}
.contact-page .init-2 .container .content {
  max-width: 1230px;
  margin: 60px auto 0;
}
.contact-page .init-2 .container .content .swiper .img {
  display: block;
}
.contact-page .init-2 .container .content .swiper .img img {
  width: 100%;
}
.contact-page .init-2 .container .content .swiper .title {
  margin-top: 20px;
  font-weight: 500;
  display: block;
}
.contact-page .init-2 .container .content .swiper .more {
  margin: 20px auto 0;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  background: none;
  color: #000;
}
.contact-page .init-2 .container .content .swiper .more::after{
  display: none
}
.contact-page .init-2 .container .content .swiper .more i {
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-page .init-2 .container .content .swiper .more:hover {
  background-color: var(--color);
  color: #fff;
   border: 1px solid var(--color);
}
.contact-page .init-2 .container .content .swiper .more:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}
.contact-page .init-2 .container .tipsDes {
  max-width: 720px;
  margin: 50px auto 0;
}
#mobile2 .logo img{
  filter: brightness(100);
}
@media (max-width: 1250px) {
  .contact-page .init-1 {
    padding-bottom: 100px;
  }
  .sustainability-page .init-4 .container .content .right{
    min-height: 150px
  }
  .contact-page .init-1 .container .right{
    width: 64%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-bottom: 40px;
  }
  .contact-page .init-1 .container .left ul {
    padding-top: 0;
  }
  .contact-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .content {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .tipsDes {
    margin-top: 20px;
  }
}
.product-page .pro-top .catDes {
  line-height: 1.8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  max-height: 117px;
  overflow-y: auto;
}
.product-page .pro-top .img{
  padding: 0 60px;
}
.product-page .pro-top .img img{
  width: 100%;
}
@media (max-width: 1000px){
  .product-page .pro-top .img{
    padding: 0;
  }
}
@media (max-width: 700px){
  .product-page .pro-top h1{
    font-size: 24px;
  }
    .product-page .pro-top .st{
      font-size: 16px;
    }
}
.seoPublic .init-1 .container .tipsTitle2 {
  margin-top: 10px;
}
.seoPublic .init-1 .container .des {
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.seoPublic .init-1 .container .more {
  margin-top: 30px;
  /*border: 1px solid #000;*/
}
.seoPublic .init-1 .right{
  padding-left: 5%;
}
.seoPublic .line {
  /*background-color: #ececec;*/
  height: 2px;
}
.seoPublic .init-2 .container .content {
  max-width: 1220px;
  margin: auto;
}
.seoPublic .init-2 .container .content .swiper {
  overflow: hidden;
}
.seoPublic .init-2 .container .content .swiper .swiper-slide {
  width: 20%;
}
.seoPublic .init-2 .container .content .swiper .swiper-slide .box .img img {
  width: 100%;
}
.seoPublic .init-3 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.seoPublic .init-3 .container .tipsTitle {
  text-align: center;
}
.seoPublic .init-3 .container .content {
  margin: 0 -110px;
  margin-top: 70px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide {
  height: auto;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box {
  height: 100%;
  border-left: 2px solid #d4d4d4;
  padding: 0 110px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
  margin-left: 16px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-top: -2px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type span {
  width: -webkit-calc(90%);
  width: -moz-calc(90%);
  width: calc(100% - 10px);
  padding-left: 6px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .title {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #7b7b7b;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide-active .box {
  border-left: 2px solid rgba(212, 212, 212, 0);
}
.seoPublic .init-3 .container .moreC .more {
  /*border: 1px solid #000;*/
  margin-top: 70px;
}
.seoPublic .init-4 .container {
  text-align: center;
}
.seoPublic .init-4 .container .text {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.seoPublic .init-5 .container .tips {
  font-weight: 500;
}
.seoPublic .init-5 .container .content {
  margin-top: 50px;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide {
  width: 25%;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .img {
  display: block;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .img img {
  width: 100%;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .cate {
  margin-top: 16px;
  color: #919191;
}
.seoPublic .init-5 .container .content .swiper .swiper-slide .box .title {
  margin-top: 6px;
  display: block;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .seoPublic .init-3 .container .content {
    margin: 70px -80px 0;
  }
   .seoPublic .init-3 .container .content .swiper .swiper-slide .box {
    padding: 0 80px;
  }
}
@media (max-width: 1250px) {
  .seoPublic .init-3 .container .content {
    margin: 40px 0 0 0;
  }
  .seoPublic .init-3 .container .content .swiper .swiper-slide .box {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  .seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .seoPublic .init-3 .container .content .swiper .swiper-slide .box {
    border-left: none;
    padding: 0 5px;
  }
  .seoPublic .init-3 .container .moreC .more {
    margin-top: 30px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 20px;
  }
  .seoPublic .init-5 .container .content {
    margin-top: 20px;
  }
}
.product-page .sidebar-box .sidebar-left {
  width: 310px !important;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list {
  padding: 20px 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
  color: #fff;
}
.product-page .sidebar-box .sidebar-left .list_box > .list h4 {
  font-size: 18px;
  font-weight:bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1px;
    margin-bottom: 20px;
    position: relative;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li:last-child {
  margin-bottom: 0;
  border-color: transparent;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li > a {
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 20px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list > ol > li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li > a {
  font-weight:bold;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li a {
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li.active > a,
.product-page .sidebar-box .sidebar-left .list_box > .list ol li a:hover {
  border-bottom: 1px solid #fff;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li i{
  transition: .5s;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li.active i{
  transform: rotate(90deg);
}

.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol{
  display: none;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li:last-child {
  margin-bottom: 0;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li a {
  font-weight: 500;
  display: inline-block;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ol li ol li.active > a {
  border-bottom: 1px solid #fff;
}
.product-page .sidebar-box .sidebar-left .list_box > .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.product-page .sidebar-box .sidebar-left .list_box > .list ul li .img {
  width: 120px;
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
}
.product-page .sidebar-box .sidebar-left .list_box > .list ul li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
/*.product-page .sidebar-box .sidebar-left .list_box > .list .code{
  width: 100px;
}*/
.product-page .sidebar-box .sidebar-right {
  width: -webkit-calc(100% - 310px) !important;
  width: -moz-calc(100% - 310px) !important;
  width: calc(100% - 310px) !important;
  padding-left: 70px;
}
.product-page .sidebar-box .sidebar-right .pro-box {
  margin: 70px 0 95px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul {
  margin: -20px -10px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li {
  padding: 20px 10px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li:hover .img .btn {
  opacity: 1;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li .img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 205px;
  position: relative;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li .img .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-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;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li h4 {
  padding: 0 15px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul {
  margin: -25px -20px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul>p{
  padding: 30px
}
.product-page .sidebar-box .sidebar-right .pro-list ul li {
  padding: 25px 25px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
  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;
  /*height: 325px;*/
  background: #f0f0f0;
  /*border: 1px solid #d5d2d2;*/
}
.product-page .sidebar-box .sidebar-right .pro-list ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.prodet-page .init-1 {
  position: relative;
}
.prodet-page .init-1 .titleC {
  height: 490px;
  -o-background-size: cover;
  background-size: cover;
}
.prodet-page .init-1 .titleC .name {
  text-align: center;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 1.2;
}
.prodet-page .init-1 .bigImg {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 2;
}
.prodet-page .init-1 .bigImg a {
  display: block;
}
.prodet-page .init-1 .bigImg a img {
  height: 380px;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .sPageC {
  font-weight: 500;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 8px 26px;
  border-radius: 20px;
}
.prodet-page .init-1 .container .sPageC .btn {
  width: 12px;
  text-align: center;
  cursor: pointer;
  display: block
}

.prodet-page .init-1 .container .sPageC .num {
  width: 40px;
  margin: 0 40px;
  text-align: center;
}
.prodet-page .init-1 .container .galleryImg {
  width: 480px;
  margin: -40px 0 0 auto;
}
.prodet-page .init-1 .container .galleryImg li {
  border: none;
  padding: 0 9px;
}
.prodet-page .init-1 .container .galleryImg li img {
  width: 100%;
}
.prodet-page .init-2 .box {
  border-top: 1px solid #dbdbdb;
}
.prodet-page .init-2 .container .left {
  width: 50%;
  padding: 0px 80px 0px 0;
  font-weight: 500;
}
.prodet-page .init-2 .container .left .type {
  color: #9a9a9a;
}
.prodet-page .init-2 .container .left .title {
  /*margin-top: 20px;*/
  text-align: center;
}
.prodet-page .init-2 .container .right {
  width: 50%;
  padding: 90px 60px 80px 50px;
  border-left: 1px solid #dbdbdb;
}
.prodet-page .init-2 .container .right .tips {
  font-weight: 500;
}
.prodet-page .init-2 .container .right .des {
  color: #686868;
  margin-top: 16px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page .init-2 .container .right .more {
  margin-top: 30px;
  /*border: 1px solid #000;*/
  cursor: pointer;
}
.prodet-page .init-3 {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .init-3 .container .left .tips {
  font-weight: 500;
}
.prodet-page .init-3 .container .left ul {
  margin-top: 120px;
}
.prodet-page .init-3 .container .left ul li {
  border-left: 1px solid #fff;
  padding: 10px 5px 10px 18px;
  cursor: pointer;
  text-transform: capitalize;
}
.prodet-page .init-3 .container .left ul li.active {
  color: #fff;
  border-left: 1px solid #fff;
}
.prodet-page .init-3 .container .right {
  width: 70%;
  margin-left: auto;
  margin-top: 20px;
}
.prodet-page .init-3 .container .right li{
  display: none;
}
.prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
  color: #fff;
  margin-top: 70px;
  max-width: 820px;
}
.prodet-page .init-3 .container .right ul li .formInfo form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC {
  margin-top: 26px;
  width: -webkit-calc(37%);
  width: -moz-calc(37%);
  width: calc(50% - 13px);
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC input,
.prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  margin-top: 6px;
  padding: 11px 16px;
  font-size: 16px;
  color: #000;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
  width: 100%;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
  padding: 10px 30px;
  cursor: pointer;
  background: #fff;
  color: var(--color);
}
@media (max-width: 1500px) {
    .product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
    height: auto;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  .prodet-page .init-1 .container .galleryImg {
    width: 360px;
  }
  .prodet-page .init-2 .container .right {
    padding-right: 10px;
  }
}
@media (max-width: 1000px){
  .product-page .sidebar-box .sidebar-right .pro-list ul li {
    width: 50%;
  }
  .product-page .sidebar-box .sidebar-left {
    display: none;
  }
  .product-page .sidebar-box .sidebar-right {
    padding-left: 0;
    width: 100% !important;
  }
  .product-page .sidebar-box {
    padding: 0 15px;
  }
  .prodet-page .init-1 .titleC {
    height: auto;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 40px;
    padding: 40px 16px;
  }
  .prodet-page .init-1 .bigImg {
    position: relative;
    top: 0;
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
  .prodet-page .init-1 .bigImg a img {
    height: auto;
  }
  .prodet-page .init-1 .container .galleryImg {
    margin-top: 20px;
    width: 100%;
  }
  .prodet-page .init-1 .container .sPageC {
    position: relative;
    top: 0;
    margin: 20px auto 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .prodet-page .init-2 .container .left {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    padding: 0;
  }
  .prodet-page .init-3 .container .left {
    width: 100%;
  }
  .prodet-page .init-3 .container .left ul {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 30px;
  }
}
@media (max-width: 700px){
   .flex-3>*{
    width: 50%;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 30px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    width: 100%;
  }
}
@media (max-width: 500px){
    .product-page .sidebar-box .sidebar-right .pro-list ul li {
    width: 100%;
    padding: 15px 0;
  }
  .product-page .sidebar-box .sidebar-right .pro-list ul{
    padding: 30px 0
  }
  .flex-3>*{
    width: 100%;
  }
   .prodet-page .init-1 .titleC .name {
    font-size: 24px;
    padding: 20px 16px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 20px;
  }
}
.oxy-nav-menu .mb2-search input[type=submit]{
  background-image: url(../images/icon-search-white.png);
}
#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;
}
.h-sidebar {
  width: 70px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.h-sidebar ul li {
  position: relative;
}
.h-sidebar ul li:hover span {
  background-color: var(--color);
}
.h-sidebar ul li:hover .text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 100%;
}
.h-sidebar ul li:hover .qc-img {
  -webkit-transform: translateY(-50%) rotateY(0deg);
  -moz-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
  opacity: 1;
}
.h-sidebar ul li .qc-img {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  right: -webkit-calc(100% + 20px);
  right: -moz-calc(100% + 20px);
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(-90deg);
  -moz-transform: translateY(-50%) rotateY(-90deg);
  transform: translateY(-50%) rotateY(-90deg);
  width: 120px;
  height: 120px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.h-sidebar ul li .qc-img img,
.h-sidebar ul li .qc-img canvas {
  width: 100px;
  height: 100px;
  border: 5px solid white;
}
.h-sidebar ul li .text {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: var(--color);
  font-size: 16px;
  font-weight: 500;
  color: white;
  width: 260px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-sidebar ul li span {
  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;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.h-sidebar ul li span i {
  font-size: 24px;
  color: white;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .title{
  font-size: 22px;
}
.seoPublic .init-3{
  background: var(--color) !important;
  color: #fff;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .des{
  color: #fcfcfc;
}
.seoPublic .init-3 .container .content .swiper .swiper-slide .box .timeC .type .cir{
  background: #fff;
}