@font-face {
  font-family: 'Minion';
  src: url('../fonts/MinionPro-Regular.eot');
  src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Regular.woff2') format('woff2'), url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Minion';
  src: url('../fonts/MinionPro-Bold.eot');
  src: url('../fonts/MinionPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Bold.woff2') format('woff2'), url('../fonts/MinionPro-Bold.woff') format('woff'), url('../fonts/MinionPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #0fb59f;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Minion';
  color: #333;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1680px;
  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: 16px;
  line-height: 1;
  padding: 10px 11px 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more img {
  margin-left: 20px;
}
.more::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 34px;
  height: 100%;
  border-radius: 50%;
  background-color: #0fb59f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: #fff;
}
.more:hover::after {
  width: 100%;
  border-radius: 25px;
}
.seoPublic .title{
      font-size: 46px;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  -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 {
  margin-left: 5.11em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: capitalize;
  color: #666;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  left: -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 > a::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 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: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  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: #333;
}
#header .nav .menu-box ul.menu > li:hover > a::after,
#header .nav .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .search form {
  width: 119px;
  position: relative;
}
#header .nav .search form input[type="text"] {
  width: 100%;
  height: 21px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  font-size: 16px;
  color: #999;
  padding-left: 15px;
}
#header .nav .search form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}
#header .nav .search form input[type="text"]:-moz-placeholder {
  color: #999;
}
#header .nav .search form input[type="text"]::-moz-placeholder {
  color: #999;
}
#header .nav .search form input[type="text"]:-ms-input-placeholder {
  color: #999;
}
#header .nav .search form input[type="text"]::placeholder {
  color: #999;
}
#header .nav .search form input[type="submit"] {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 12px;
  height: 12px;
  background: url(../images/search.png) no-repeat center;
  background-size: cover;
  border: 0;
}
#header .nav .yuy span {
  color: #666;
}
#header .nav .yuy ul {
  top: 100%;
  right: initial;
  left: 0;
  z-index: 100;
}
#header .nav .yuy ul li a:hover {
  color: #2f2f2f;
}
#header .nav .msg {
  background: #0fb59f;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px 6px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .msg::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .msg:hover::after {
  width: 100%;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
}
#header.active {
  background: #fff;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.text-color {
  color: var(--color);
}
.animateUp {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.animateUp.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animateLeft {
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.animateLeft.active {
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
  opacity: 1;
}
.animateRight {
  -webkit-transform: translateX(-50.0%);
  -moz-transform: translateX(-50.0%);
  -ms-transform: translateX(-50.0%);
  transform: translateX(-50.0%);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.animateRight.active {
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
  opacity: 1;
}
.animateZoom {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.animateZoom.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.animateDelay {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.animateDelay + .animateDelay {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.animateDelay + .animateDelay + .animateDelay {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.animateDelay + .animateDelay + .animateDelay + .animateDelay {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.animateDelay + .animateDelay + .animateDelay + .animateDelay + .animateDelay {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.animateDelay + .animateDelay + .animateDelay + .animateDelay + .animateDelay + .animateDelay {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
#heightFlex {
  height: 100vh;
  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;
  width: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
#heightFlex::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
}
#heightFlex #innerWidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
}
#banner {
  position: relative;
  height: 100%;
  width: 110vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .left {
  width: 42%;
  padding: 0 135px 0 99px;
  padding-top: 12%;
}
#banner .left .title {
  line-height: 1.45;
  position: relative;
  z-index: 1;
  width: 82%;
}
#banner .left .title em {
  color: var(--color);
}
#banner .left .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: solid 1px rgba(15, 181, 159, 0.2);
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#banner .left .con {
  color: #666;
}
#banner .left .list dl dd .top i {
  line-height: 29px;
}
#banner .left .list dl dd .top i img {
  vertical-align: middle;
}
#banner .left .list dl dd .top .text {
  line-height: 1;
}
#banner .left .list dl dd .top .text sub {
  color: #666;
  margin: 0 2px 2px 0;
}
#banner .left .list dl dd p {
  color: #666;
}
#banner .right {
  width: 58%;
}
#banner .right ul {
  height: 100%;
}
#banner .right ul .slick-list,
#banner .right ul .slick-track {
  height: 100%;
}
#banner .right ul .slick-slide {
  height: 100%;
}
#banner .right ul .slick-slide > div {
  height: 100%;
}
#banner .right ul li {
  height: 100%;
}
#banner .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .share {
  width: 40%;
  padding-right: 130px;
  font-size: 16px;
  color: #666666;
  position: absolute;
  right: 0;
  bottom: 8%;
}
#banner .share a {
  color: #333;
  margin: 0 20px;
  position: relative;
  z-index: 2;
}
#banner .share a i {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  font-size: 30px;
  z-index: -1;
  color: #d1d1d1;
}
#banner .icon {
  position: absolute;
  right: 0;
  z-index: -1;
}
#banner .icon1 {
  top: 0;
}
#banner .icon2 {
  bottom: 0;
}
.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-title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
}
.desc {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
#index-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-category {
  width: 1920px;
  height: 100%;
}
#index-body .i-category .box {
  width: 100%;
}
#index-body .i-category ul li {
  height: 460px;
}
#index-body .i-category ul li .list {
  width: 100%;
  height: 100%;
}
#index-body .i-category ul li .list .textBox {
  background-color: #f5f5f5;
  height: 100%;
  width: 72.294%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#index-body .i-category ul li .list .textBox .title {
  line-height: 1.4;
}
#index-body .i-category ul li .list .textBox .txt {
  line-height: 1.375;
  color: #999;
}
#index-body .i-category ul li .list .textBox a.btn {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
}
#index-body .i-category ul li .list .textBox a.btn:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-category ul li .list .textBox a.img {
  -webkit-transform: translateX(-67.0%);
  -moz-transform: translateX(-67.0%);
  -ms-transform: translateX(-67.0%);
  transform: translateX(-67.0%);
  bottom: 100px;
}
#index-body .i-category ul li .list .textBox a.img img{
  transform: scale(1.7);
}
#index-body .i-category ul li .list .textBox .logoBg {
  opacity: 0.05;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-category ul li .list:hover .textBox {
  background-color: var(--color);
  color: #fff;
  overflow: visible;
}
#index-body .i-category ul li .list:hover .textBox a.btn {
  opacity: 1;
}
#index-body .i-category ul li .list:hover .textBox .txt {
  color: #fff;
}
#index-body .i-category ul li .list:hover .textBox .logoBg {
  color: #fff;
  opacity: 1;
}
#index-body .i-category ul li .list:hover .textBox a.img {
  -webkit-transform: translateX(-50.0%);
  -moz-transform: translateX(-50.0%);
  -ms-transform: translateX(-50.0%);
  transform: translateX(-50.0%);
}
#index-body .i-category ul .slick-slide:nth-child(2n) {
  margin-top: 100px;
}
#index-body .i-category .slickBtn {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-category .slickBtn div {
  position: initial;
  width: 2.2em;
  height: 2.2em;
}
#index-body .i-category .slickBtn div.next {
  margin-right: 1.1em;
}
#index-body .i-category .slickBtn div:hover {
  background: #333;
}
#index-body .i-about {
  width: 1920px;
  height: 100%;
  background-color: #efefef;
}
#index-body .i-about .box {
  width: 100%;
}
#index-body .i-about .box .left {
  width: 43.15%;
}
#index-body .i-about .box .right {
  width: 44.73%;
}
#index-body .i-about .box .right .top .play {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  position: absolute;
  top: -34px;
  right: -52px;
}
#index-body .i-about .box .right .top .play svg {
  font-size: 24px;
  text-transform: uppercase;
  fill: #666;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .i-about .box .right .top .play em {
  font-size: 20px;
  width: 2.95em;
  height: 2.9em;
  background: var(--color);
  border-radius: 50%;
}
#index-body .i-about .box .right .top .play em i {
  border-right: .85em solid white;
  border-top: .5em solid transparent;
  border-bottom: 0.5em solid transparent;
}
#index-body .i-about .box .right .bottom .con {
  line-height: 1.5;
  color: #999;
}
#index-body .i-about .box .right .bottom .list {
  margin-right: -22px;
}
#index-body .i-about .box .right .bottom ul {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-about .box .right .bottom ul li .icon {
  width: 87px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-about .box .right .bottom ul li .icon img {
  -webkit-filter: brightness(0) opacity(0.6);
  filter: brightness(0) opacity(0.6);
}
#index-body .i-about .box .right .bottom ul li p {
  line-height: 1.25;
  color: #666;
  max-width: 146px;
}
#index-body .i-about .box .right .bottom ul li:hover .icon {
  background: var(--color);
}
#index-body .i-about .box .right .bottom ul li:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-about .box .right .bottom ul li:hover p {
  color: #333;
  font-weight: bold;
}
#index-body .i-about .box .right .bottom ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 41px;
  right: 22px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#index-body .i-service {
  width: 1920px;
  height: 100%;
}
#index-body .i-service .left {
  width: 42.91%;
}
#index-body .i-service .left .con {
  line-height: 1.8;
  color: #999;
}
#index-body .i-service .left .list{
  height: 520px;
  overflow: hidden;
}
#index-body .i-service .left .list ul .slick-track {
  display: block;
}
#index-body .i-service .left .list ul li {
  padding-right: 88px;
  position: relative;
  min-height: 120px;
  max-height: 520px;
  overflow: hidden;
}
#index-body .i-service .left .list ul li .ig {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
#index-body .i-service .left .list ul li .top span {
  color: #666;
  line-height: 1.25;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-service .left .list ul li .top em {
  width: 29px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #999;
  font-size: 16px;
}
#index-body .i-service .left .list ul li .bottom {
  line-height: 1.5;
  color: #999;
}
#index-body .i-service .left .list ul li .icon {
  position: absolute;
  right: 0;
  top: 29px;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: solid 1px #0fb59f;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
#index-body .i-service .left .list ul li .circle {
  position: absolute;
  top: 36px;
  right: 19px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid rgba(15, 181, 159, 0.4);
}
#index-body .i-service .left .list ul li .circle::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(15, 181, 159, 0.4);
}
#index-body .i-service .left .list ul li::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 53px;
  bottom: 0px;
  width: 2px;
  background-color: #999999;
  opacity: 0.4;
}
#index-body .i-service .left .list ul li::before {
  content: '';
  position: absolute;
  top: 53px;
  right: 25px;
  width: 2px;
  height: 0;
  background-color: #0fb59f;
  opacity: 0.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-service .left .list ul .slick-current li .top span {
  color: var(--color);
}
#index-body .i-service .left .list ul .slick-current li .top em {
  opacity: 0;
}
#index-body .i-service .left .list ul .slick-current li .circle {
  opacity: 0;
}
#index-body .i-service .left .list ul .slick-current li .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-service .left .list ul .slick-current li .bottom {
  display: block;
}
#index-body .i-service .left .list ul .slick-current li::before {
  height: 32px;
}
#index-body .i-service .left .list ul .slick-current li::after {
  top: 90px;
}
#index-body .i-service .right {
  position: relative;
  width: 33.6%;
  padding-bottom: 113px;
}
#index-body .i-service .right .img2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .i-news {
  width: 1920px;
  background-color: #efefef;
}
#index-body .i-news ul li .title {
  color: #666;
}
#index-body .i-news ul li .tag::before {
  content: '';
  width: 43px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 38px;
}
#index-body .i-news ul li .con {
  line-height: 1.5;
}
#index-body .i-news ul li .more {
  opacity: 0;
}
#index-body .i-news ul li:hover .title {
  color: var(--color);
}
#index-body .i-news ul li:hover .more {
  opacity: 1;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center top;
  background-size: cover;
  width: 1920px;
}
#footer .f-content .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5467em;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-bottom: 3px;
}
#footer .f-content ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 0;
  height: 1px;
  background: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #333;
}
#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-product ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, auto);
}
#footer .f-content .f-product ul li {
  white-space: nowrap;
}
#footer .f-content .f-product ul li:nth-child(-n+6) {
  grid-column: 1;
  grid-row: span 1;
}
#footer .f-content .f-product ul li:nth-child(7) {
  grid-column: 2;
  grid-row: 1 / span 1;
}
#footer .f-content .f-product ul li:nth-child(8) {
  grid-column: 2;
  grid-row: 2 / span 1;
}
#footer .f-content .f-contact {
  width: 18%;
}
#footer .f-content .f-contact ul li {
  line-height: 1.5;
  margin-bottom: 11px;
}
#footer .f-content .f-contact ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-form {
  width: 19.76%;
}
#footer .f-content .f-form .title {
  position: relative;
  z-index: 1;
}
#footer .f-content .f-form .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -32px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: solid 1px #0fb59f;
  opacity: 0.2;
}
#footer .f-content .f-form form {
  position: relative;
  padding-left: 57px;
}
#footer .f-content .f-form form input {
  width: 100%;
  height: 49px;
  border-radius: 24px;
  border: solid 1px #999;
  background: transparent;
  font-size: 14px;
  color: #999;
  padding: 0 27px;
  margin-bottom: 6px;
}
#footer .f-content .f-form form input[name="content"] {
  margin-bottom: 0;
}
#footer .f-content .f-form form button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color);
  border: 0;
}
#footer .f-copy {
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  color: #666;
}
#footer .f-copy .share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #cccccc;
  text-align: center;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 20px;
  border: 1px solid #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a i {
  font-size: 20px;
}
#footer .f-copy .share a:hover {
  border-color: var(--color);
  color: var(--color);
}
#footer .f-copy #ewm {
  width: 80px;
  height: 80px;
  border: 5px solid white;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #666;
}
@media (max-width: 1700px) {
  #banner {
    width: 100vw;
  }
  #banner .left {
    padding: 0 65px;
    padding-top: 12%;
  }
  #banner .share {
    padding-right: 65px;
  }
  #banner .left .title {
    width: 90%;
  }
  #banner .left .title::after {
    left: -18px;
  }
  #banner .left .list dl {
    margin: -10px 0;
  }
  #banner .left .list dl dd {
    width: 33.3333%;
    padding: 10px 0;
  }
  #banner .left .list dl dd em {
    font-size: 20px;
  }
  #index-body .i-category,
  #index-body .i-about,
  #index-body .i-service,
  #index-body .i-news {
    width: 100vw;
  }
  #footer {
    width: 100vw;
  }
  #index-body .i-category ul li .list .textBox {
    width: 75%;
  }
}
@media (max-width: 1450px) {
  #banner .left {
    padding: 0 40px;
    padding-top: 12%;
  }
  #banner .share {
    padding-right: 40px;
  }
  #index-body .i-category ul li .list .textBox {
    width: 70%;
  }
  #banner .left .list {
    margin-right: -6px;
  }
  #banner .left .list dl dd em {
    font-size: 19px;
  }
  #index-body .i-service .right {
    width: 42%;
  }
}
@media (max-width: 1250px) {
  #banner{
    margin-top: 0 !important;
  }
  #banner .left {
    padding: 0 15px;
    padding-top: 12%;
  }
  #banner .left .title {
    width: 100%;
  }
  #banner .left .title::after {
    left: 0;
  }
  #banner .left .list dl dd em {
    font-size: 17px;
  }
  #index-body .i-category ul li .list .textBox {
    width: 75%;
  }
  #index-body .i-category ul li .list:hover .textBox a.img {
    -webkit-transform: translateX(-25.0%);
    -moz-transform: translateX(-25.0%);
    -ms-transform: translateX(-25.0%);
    transform: translateX(-25.0%);
  }
  #index-body .i-category,
  #index-body .i-about,
  #index-body .i-service,
  #index-body .i-news{
    padding-bottom: 91px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-about .box .right .bottom .list {
    margin-right: 0;
    zoom: .8;
  }
  #index-body .i-service .right {
    zoom: .8;
  }
  #footer .f-content,
  #footer .f-copy {
    zoom: .8;
  }
}
@media (max-width: 1000px) {
  #heightFlex {
    overflow-y: auto;
    overflow-x: hidden;
  }
  #heightFlex #innerWidth {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .left {
    width: 45%;
  }
  #banner .left .list {
    display: none;
  }
  #banner .right {
    width: 55%;
  }
  #banner .icon,
  #banner .share {
    display: none;
  }
  #banner,
  #footer {
    height: auto;
  }
  #index-body {
    display: block;
  }
  #index-body .i-category,
  #index-body .i-about,
  #index-body .i-service,
  #index-body .i-news {
    height: auto;
  }
  #index-body .i-category {
    padding: 60px 0;
  }
  #index-body .i-category ul li {
    height: 400px;
  }
  #index-body .i-category ul li .list .textBox {
    margin: auto;
    width: 100%;
    background-color: var(--color);
    color: #fff;
  }
  #index-body .i-category ul li .list .textBox .txt {
    color: #fff;
  }
  #index-body .i-category ul li .list .textBox a.img {
    right: 50%;
    -webkit-transform: translateX(50.0%);
    -moz-transform: translateX(50.0%);
    -ms-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
  #index-body .i-category ul li .list .textBox a.btn {
    opacity: 1;
  }
  #index-body .i-category ul .slick-slide:nth-child(2n) {
    margin-top: 0;
  }
  #index-body .i-category .slickBtn {
    position: initial;
    margin-top: 20px;
  }
  #index-body .i-about {
    padding: 60px 0;
  }
  #index-body .i-about .box .right {
    margin-top: 30px;
  }
  #index-body .i-about .box .right .top {
    padding: 34px 52px 0 0;
  }
  #index-body .i-about .box .right .top .play {
    top: 0;
    right: 0;
  }
  #index-body .i-about .box .right .bottom .list {
    zoom: 1;
  }
  #index-body .i-service {
    padding: 60px 0;
  }
  #index-body .i-service .left .list ul {
    height: auto;
  }
  #index-body .i-service .right {
    display: none;
  }
  #index-body .i-news {
    padding: 60px 0;
  }
  #index-body .i-news ul li .more {
    opacity: 1;
  }
  #footer {
    padding: 60px 0;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 16px;
  }
  #index-body .i-category ul li .list .textBox .title {
    padding-left: 15px;
    font-size: 18px;
  }
  #index-body .i-category ul li .list .textBox .txt {
    padding-left: 15px;
  }
  .i-title {
    font-size: 36px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-product,
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 40%;
  }
  #footer .f-content .f-form {
    width: 50%;
  }
  #footer .f-copy {
    zoom: 1;
    font-size: 16px;
    margin-top: 40px;
  }
  #footer .f-copy .right {
    display: none;
  }
  .fixed-toolbar {
    left: 10px;
  }
}
@media (max-width: 700px) {
  #banner .left {
    padding-top: 30px;
  }
  #banner .left .title::after {
    display: none;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-about,
  #index-body .i-category,
  #index-body .i-service,
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-news ul li .tag::before {
    margin-left: 20px;
  }
  #index-body .i-about .box .right .bottom .list {
    zoom: .8;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .f-content .title {
    margin-bottom: 12px;
  }
  #footer .f-content .f-contact,
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-form {
    margin-top: 20px;
  }
  #footer .f-copy {
    margin-top: 20px;
  }
  .font-24 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  #banner .left,
  #banner .right {
    width: 50%;
  }
  #banner .left {
    padding-top: 20px;
  }
  .i-title {
    font-size: 26px;
  }
  .desc {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .i-category .header .more {
    margin-top: 20px;
  }
  #index-body .i-about .box .right .bottom .con {
    width: 100%;
  }
  #index-body .i-about .box .right .bottom .list {
    zoom: 1;
  }
  #index-body .i-about .box .right .bottom .list ul {
    margin: -10px 0;
  }
  #index-body .i-about .box .right .bottom .list ul li {
    width: 50%;
    padding: 10px 0;
  }
  #index-body .i-about .box .right .bottom .list ul::after {
    display: none;
  }
  #index-body .i-service .left .list ul li {
    padding-right: 70px;
  }
}
body.inner {
  background: #efefef;
}
.inner-banner .box .ig {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 79px 0 42px;
  border-bottom: 1px solid #666;
}
.inner-banner .box .ig .left {
  position: relative;
  z-index: 1;
  width: 64%;
}
.inner-banner .box .ig .left .mbx {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
}
.inner-banner .box .ig .left .tit {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-top: 3px;
  position: relative;
}
.inner-banner .box .ig .right {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  width: 36%;
}
.about-page .about-1 {
  padding-top: 6.823%;
}
.about-page .about-1 .left {
  width: 44%;
  padding-left: 13.5%;
}
.about-page .about-1 .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-right: 21px;
  position: relative;
}
.about-page .about-1 .left span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}
.about-page .about-1 .left .title {
  font-size: 64px;
  line-height: 1;
}
.about-page .about-1 .left .title em {
  display: block;
  text-align: left;
}
.about-page .about-1 .right {
  width: 54%;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
.about-page .about-1 .img img {
  width: 100%;
  border-radius: 10px;
}
.about-page .about-1 .img .play {
  background: #fff;
}
.about-page .about-1 .img .play i {
  border-right: .95em solid var(--color);
  border-top: .65em solid transparent;
  border-bottom: .65em solid transparent;
}
.about-page .about-1 .bottom {
  padding: 72px 42px 0 61px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}
.about-page .about-1 .data {
  padding: 83px 20px 0 7px;
}
.about-page .about-1 .data ul li {
  position: relative;
  padding: 0 51px 0 54px;
}
.about-page .about-1 .data ul li .num {
  font-size: 7.44791667vw;
  font-weight: bold;
  color: var(--color);
  opacity: 0.17;
  line-height: 1;
}
.about-page .about-1 .data ul li p {
  position: absolute;
  top: 43%;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
.about-page .about-1 .data ul li::after {
  content: '';
  position: absolute;
  top: 34%;
  left: 0;
  width: 1px;
  height: 58px;
  background-color: #333;
  opacity: 0.1;
}
.about-page .about-1 .data ul li:nth-child(2) p {
  margin-right: 10px;
}
.about-page .about-1 .data ul li:first-child {
  padding-right: 0;
}
.about-page .about-1 .data ul li:last-child p {
  padding-right: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
  display: none;
}
.about-page .about-1 .list {
  padding-top: 10.364%;
}
.about-page .about-1 .list ul li .icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ffffff;
}
.about-page .about-1 .list ul li .icon img {
  -webkit-filter: brightness(0) opacity(0.6);
  filter: brightness(0) opacity(0.6);
}
.about-page .about-1 .list ul li p {
  color: #666;
  line-height: 1.2;
  max-width: 310px;
}
.about-page .about-1 .list ul li:hover .icon {
  background: var(--color);
}
.about-page .about-1 .list ul li:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-1 .list ul li:hover p {
  color: #333;
  font-weight: bold;
}
.about-page .about-2 {
  padding-top: 9.846154%;
}
.about-page .about-2 ul li .ig {
  color: #fff;
}
.about-page .about-2 ul li .ig > img {
  width: 100%;
}
.about-page .about-2 ul li .ig .con {
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.about-page .about-2 ul li .ig .desc {
  color: #fff;
  line-height: 1.3;
}
.about-page .about-2 ul li .ig .text {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(15, 181, 159, 0.6)), to(#0fb59f));
  background: -webkit-linear-gradient(top, rgba(15, 181, 159, 0.6) 2%, #0fb59f 100%);
  background: -moz-linear-gradient(top, rgba(15, 181, 159, 0.6) 2%, #0fb59f 100%);
  background: linear-gradient(to bottom, rgba(15, 181, 159, 0.6) 2%, #0fb59f 100%);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li .ig .text .desc {
  max-height: 117px;
  overflow-y: auto;
}
.about-page .about-2 ul li .ig .text .more::after {
  background: #fff;
}
.about-page .about-2 ul li .ig .text .more:hover {
  color: var(--color);
}
.about-page .about-2 ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.about-page .about-2 ul li .ig:hover .text {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  z-index: 2;
}
.about-page .about-2 ul li .ig:hover .con,
.about-page .about-2 ul li .ig:hover::after {
  opacity: 0;
}
.about-page .about-3 {
  padding: 9.86% 0;
}
.about-page .about-3 .left {
  width: 41.7%;
}
.about-page .about-3 .left .desc {
  line-height: 1.3;
}
.about-page .about-3 .right {
  width: 49.152%;
}
.oem-page .oem-1 {
  padding-top: 9.53125%;
}
.oem-page .oem-1 .header {
  max-width: 916px;
  margin: 0 auto;
}
.oem-page .oem-1 .header .con {
  color: #666666;
  opacity: 0.8;
}
.oem-page .oem-1 ul li {
  padding-top: 20px;
}
.oem-page .oem-1 ul li .ig {
  background: #fff;
  border-radius: 10px;
  height: 416px;
  z-index: 1;
  overflow: hidden;
}
.oem-page .oem-1 ul li .ig .icon {
  width: 60px;
  height: 61px;
  border-radius: 50%;
  background: var(--color);
}
.oem-page .oem-1 ul li .ig .icon img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.oem-page .oem-1 ul li .ig .desc {
  line-height: 1.5;
  height: 54px;
  overflow-y: hidden;
}
.oem-page .oem-1 ul li .ig .more {
  display: none;
  color: #fff;
}
.oem-page .oem-1 ul li .ig .more::after {
  background: #fff;
}
.oem-page .oem-1 ul li .ig .more:hover {
  color: #0fb59f;
}
.oem-page .oem-1 ul li .ig::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.oem-page .oem-1 ul li .ig::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 140px;
    height: 140px;
    background: url(../images/logo.png) no-repeat bottom;
    background-size: contain;
    transform: translateY(16px);
    -webkit-filter: grayscale(100%) brightness(300) opacity(0.3);
    filter: grayscale(100%) brightness(300) opacity(0.3);
}
.oem-page .oem-1 ul li .ig:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  color: #fff;
}
.oem-page .oem-1 ul li .ig:hover .icon {
  background: #fff;
}
.oem-page .oem-1 ul li .ig:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
.oem-page .oem-1 ul li .ig:hover .desc {
  color: rgba(255, 255, 255, 0.6);
  height: 84px;
  overflow-y: auto;
}
.oem-page .oem-1 ul li .ig:hover .desc::-webkit-scrollbar-thumb {
  background: #fff;
}
.oem-page .oem-1 ul li .ig:hover .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.oem-page .oem-1 ul li .ig:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.oem-page .oem-2 {
  padding-top: 10.15625%;
}
.oem-page .oem-2 ul li .img {
  width: 47.576%;
}
.oem-page .oem-2 ul li .text {
  width: 42.79%;
}
.oem-page .oem-2 ul li .text .con {
  color: #666666;
  opacity: 0.8;
}
.oem-page .oem-2 ul li:last-child {
  margin-bottom: 0;
}
.oem-page .oem-2 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.oem-page .oem-3 {
  padding: 10.46875% 0 13.54167%;
}
.oem-page .oem-3 .left {
  width: 21%;
  background: var(--color);
  color: #fff;
  border-radius: 40px;
}
.oem-page .oem-3 .left input,
.oem-page .oem-3 .left textarea {
  background: transparent;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 61px;
  width: 100%;
  padding-right: 20px;
  font-size: 16px;
  color: #ffffff;
}
.oem-page .oem-3 .left input::-webkit-input-placeholder, .oem-page .oem-3 .left textarea::-webkit-input-placeholder {
  color: #fff;
}
.oem-page .oem-3 .left input:-moz-placeholder, .oem-page .oem-3 .left textarea:-moz-placeholder {
  color: #fff;
}
.oem-page .oem-3 .left input::-moz-placeholder, .oem-page .oem-3 .left textarea::-moz-placeholder {
  color: #fff;
}
.oem-page .oem-3 .left input:-ms-input-placeholder, .oem-page .oem-3 .left textarea:-ms-input-placeholder {
  color: #fff;
}
.oem-page .oem-3 .left input::placeholder,
.oem-page .oem-3 .left textarea::placeholder {
  color: #fff;
}
.oem-page .oem-3 .left textarea {
  height: 88px;
}
.oem-page .oem-3 .left button {
  background: transparent;
  border: 0;
}
.oem-page .oem-3 .left button::after {
  background: #fff;
}
.oem-page .oem-3 .left button:hover {
  color: var(--color);
}
.oem-page .oem-3 .right {
  width: 79%;
}
.oem-page .oem-3 .right .swiper::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #C8DCE8;
  border-radius: 50%;
  top: 37%;
  left: 0;
  z-index: 5;
}
.oem-page .oem-3 .right .swiper .swiper-slide {
  text-align: center;
}
.oem-page .oem-3 .right .swiper .swiper-slide:first-of-type .num {
  position: relative;
}
.oem-page .oem-3 .right .swiper .swiper-slide:first-of-type .num p {
  position: relative;
  z-index: 1;
}
.oem-page .oem-3 .right .swiper .swiper-slide:first-of-type .num span {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2000px;
  height: 1px;
  background: #c8dce8;
}
.oem-page .oem-3 .right p {
  width: 48px;
  height: 48px;
  background: var(--color);
  border-radius: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #fefefe;
  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;
}
.oem-page .oem-3 .right .text {
  max-width: 301px;
}
.oem-page .oem-3 .right .s6-o {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 41px;
  height: 41px;
  background: #F6F6F6;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  color: #d9d9d9;
  font-size: 22px;
  z-index: 5;
}
.oem-page .oem-3 .right .s6-o:hover {
  background: var(--color);
  color: #fff;
}
.oem-page .oem-3 .right .s6-l {
  right: -73px;
}
.oem-page .oem-3 .right .s6-r {
  left: 0;
}
.production-page .production-1 {
  padding-top: 5.89%;
}
.production-page .production-1 .top .left {
  width: 42%;
}
.production-page .production-1 .top .left .title {
  line-height: 1.42;
}
.production-page .production-1 .top .left .desc {
  line-height: 1.34;
}
.production-page .production-1 .top .right {
  width: 42.2%;
}
.production-page .production-1 .top .right ul {
  margin: -22.5px 0;
}
.production-page .production-1 .top .right ul li {
  padding: 22.5px 0;
}
.production-page .production-1 .top .right ul li .header i {
  width: 34px;
  line-height: 35px;
}
.production-page .production-1 .top .right ul li .header i img {
  vertical-align: middle;
}
.production-page .production-1 .top .right ul li .header .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1;
}
.production-page .production-1 .top .right ul li .header .info sub {
  color: #666;
  margin: 0 7px 3px 0;
}
.production-page .production-1 .top .right ul li .content {
  color: #666;
  line-height: 1.35;
}
.production-page .production-1 .top .right ul li:nth-child(even) {
  padding-right: 3.68%;
}
.production-page .production-1 .bottom ul li .ig .text {
  bottom: 0;
  right: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.production-page .production-1 .bottom ul li .ig .text .con {
  line-height: 1.34;
}
.production-page .production-2 {
  padding-top: 8.54167%;
}
.production-page .production-2 ul li {
  position: relative;
}
.production-page .production-2 ul li .num span {
  font-size: 246px;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #d3e6e3;
}
.production-page .production-2 ul li .num p {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  color: #666666;
  opacity: 0.6;
  white-space: nowrap;
}
.production-page .production-2 ul li .text {
  top: 18px;
  right: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.production-page .production-2 ul li .text .top .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.production-page .production-2 ul li .text .bottom {
  line-height: 1.6;
  color: #666;
  height: 58px;
  overflow-y: auto;
}
.production-page .production-2 ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 1px;
  height: 164px;
  background: #666;
  opacity: .2;
}
.production-page .production-2 ul li:last-child::after {
  display: none;
}
.production-page .production-2 ul li:hover .num {
  opacity: 0;
}
.production-page .production-2 ul li:hover .text {
  opacity: 1;
}
.production-page .production-3 {
  padding: 5.73% 0 12%;
}
.production-page .production-3 .left {
  width: 56.061%;
  position: -webkit-sticky;
  position: sticky;
  top: 111px;
}
.production-page .production-3 .right {
  width: 43.939%;
}
.production-page .production-3 .right ul li {
  border-bottom: 1px solid #999;
}
.production-page .production-3 .right ul li .top {
  cursor: pointer;
}
.production-page .production-3 .right ul li .top span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.42;
}
.production-page .production-3 .right ul li .top i {
  width: 30px;
  height: 30px;
  position: relative;
}
.production-page .production-3 .right ul li .top i::before,
.production-page .production-3 .right ul li .top i::after {
  content: '';
  position: absolute;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.production-page .production-3 .right ul li .top i::before {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
}
.production-page .production-3 .right ul li .top i::after {
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  width: 3px;
  height: 100%;
}
.production-page .production-3 .right ul li .bottom {
  color: #666;
  line-height: 1.45;
}
.production-page .production-3 .right ul li .bottom dl dd {
  padding-right: 25px;
  position: relative;
}
.production-page .production-3 .right ul li .bottom dl dd .tit {
  line-height: 1.89;
  color: #333;
}
.production-page .production-3 .right ul li .bottom dl dd .con {
  line-height: 1.375;
}
.production-page .production-3 .right ul li .bottom dl dd::before {
  content: '';
  position: absolute;
  right: 3px;
  top: 12px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color);
}
.production-page .production-3 .right ul li .bottom dl dd:last-child {
  margin-bottom: 0;
}
.production-page .production-3 .right ul li:last-child {
  margin-bottom: 0;
}
.production-page .production-3 .right ul li.active .top i::before {
  background-color: #999;
}
.production-page .production-3 .right ul li.active .top i::after {
  opacity: 0;
}
@media (max-width: 1700px) {
  .inner-banner .box .ig .left .tit {
    font-size: 40px;
  }
  .oem-page .oem-3 .right .swiper::before {
    display: none;
  }
}
@media (max-width: 1450px) {
  .inner-banner .box .ig .left .tit {
    font-size: 35px;
  }
  .about-page .about-1 .left {
    padding-left: 8.5%;
  }
  .about-page .about-1 .left .title {
    font-size: 80px;
  }
  .about-page .about-3 .right {
    width: 53%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .box .ig .left .tit {
    font-size: 30px;
  }
  .about-page .about-1 .left .title {
    font-size: 70px;
  }
  .production-page .production-2 ul li .text {
    padding-right: 20px;
  }
  .production-page .production-3 .right ul li .top i {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .right {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    padding: 36px 21px 0 31px;
  }
  .about-page .about-1 .data ul li {
    width: 50%;
    padding: 10px 0;
  }
  .about-page .about-1 .data ul li p {
    position: initial;
    padding: 20px 0 0 0 !important;
    margin: 0 !important;
    text-align: right;
  }
  .about-page .about-1 .data ul li::after {
    top: 32%;
    height: 30px;
  }
  .about-page .about-1 .list ul li .icon {
    width: 100px;
    height: 100px;
  }
  .about-page .about-1 .list ul li .icon img {
    width: 40%;
  }
  .about-page .about-3 .right {
    margin-top: 30px;
  }
  .oem-page .oem-3 .right {
    margin-top: 20px;
  }
  .oem-page .oem-3 .right .bottom {
    padding-left: 0;
  }
  .oem-page .oem-3 .right .s6-r {
    left: -73px;
  }
  .oem-page .oem-1 ul li .ig {
    height: 380px;
  }
  .oem-page .oem-2 ul li .text {
    margin-top: 20px;
  }
  .oem-page .oem-3 .left {
    padding: 30px 15px !important;
  }
  .oem-page .oem-3 .right .swiper .swiper-slide {
    text-align: right;
  }
  .oem-page .oem-3 .right .swiper .swiper-slide .num {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .font-30 {
    font-size: 24px;
  }
  .production-page .production-1 .top .right {
    margin-top: 20px;
  }
  .production-page .production-1 .top .right ul li .header .info em {
    font-size: 30px;
  }
  .production-page .production-2 ul li .num span {
    font-size: 200px;
  }
  .production-page .production-2 ul li .text {
    padding-right: 15px;
  }
  .production-page .production-2 ul li .text .top i {
    zoom: .7;
  }
  .production-page .production-2 ul li .text .top .title {
    font-size: 16px;
  }
  .production-page .production-2 ul li::after {
    bottom: 38px;
    height: 130px;
  }
  .production-page .production-3 .left {
    position: initial;
  }
  .production-page .production-3 .right {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .bottom {
    padding: 36px 0 0 0;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px 0;
  }
  .oem-page .oem-3 .right .more {
    margin-top: 20px;
  }
  .oem-page .oem-1 ul li .ig {
    height: 300px;
  }
  .production-page .production-3 .right ul li .bottom dl dd .tit {
    font-size: 18px;
  }
  .flex-3 > * {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .left .title {
    font-size: 42px;
  }
  .about-page .about-1 .right,
  .about-page .about-1 .bottom {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .data {
    padding: 30px 0px 0 7px;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 30px;
  }
  .about-page .about-1 .data ul li p {
    font-size: 16px;
    padding: 10px 0 0 0 !important;
  }
  .about-page .about-1 .data ul li::after {
    display: none;
  }
  .about-page .about-3 .left .desc {
    line-height: 1.8;
  }
  .flex-2 > *,
  .flex-3 > * {
    width: 100%;
  }
  .production-page .production-1 .top .right ul li:nth-child(even) {
    padding-right: 0;
  }
  .production-page .production-2 ul li .num {
    opacity: 0;
  }
  .production-page .production-2 ul li .num span {
    font-size: 130px;
  }
  .production-page .production-2 ul li .text {
    opacity: 1;
  }
  .production-page .production-2 ul li::after {
    display: none;
  }
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}
.product-page {
  padding: 100px 0;
}
.product-page .slideBarBox .slideBarRight .Auxil-h1{
  font-size: 46px;
  margin-bottom: 20px;
}
.product-page .slideBarBox .slideBarRight .Auxil-catdes{
    max-height: 191px;
    overflow: auto; 
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.8;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
  padding-right: 4%;
  padding-left: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #f6f6f6;
      border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: 20px; 
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: #333;
  
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
  width: 4em;
  background-image: url("../images/icon-search-#333.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: #f6f6f6;
  color: #333;
      border-radius: 10px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-right: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 1.5em;
  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;
  color: #333;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 4px;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: white;
  color: #333;
  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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active > a,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-left: 4%;
}
.inner-page .product_list ul {
  margin: -15px;
}
.inner-page .product_list ul li {
  padding: 15px;
}
.inner-page .product_list ul li a.img-box {
  display: block;
    border-radius: 10px;
}
.inner-page .product_list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
  color: var(--color);
}
.inner-page .m-page {
  margin-top: 122px;
  text-align: center;
  font-size: 18px;
  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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 105px;
  border: 1px solid #c7c7c7;
 display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.prodet-page .prodet-1 {
  padding: 100px 0;
}
.prodet-page .prodet-1 .left {
  padding-left: 3%;
  vertical-align: middle;
  position: sticky;
  top: 111px;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left .small {
  margin-top: 10px;
}
.prodet-page .prodet-1 .left .small .slick-track {
  margin-right: 0;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 40px;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .text {
  margin: 1.5em 0;
  font-size: 18px;
  color: #2b2b2b;
  line-height: 1.8;
  opacity: .72;
}
.prodet-page .prodet-1 .right .text strong{
  font-size: 24px;
  margin: 10px 0;
  display: inline-block;
}
.prodet-page .prodet-1 .right a.btn {
  height: 3.5em;
  line-height: 3.5em;
}
.prodet-page .prodet-1 .right .share {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}
.prodet-page .prodet-1 .right .share a {
  width: 1.8em;
  height: 1.8em;
  border-radius: 100%;
  margin-right: 1em;
  border: 1px solid #ccc;
  color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  border-color: var(--color);
  color: var(--color);
}
.prodet-page .prodet-2 .options {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.prodet-page .prodet-2 .options:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.prodet-page .prodet-2 .options span {
  padding: 1em 2em;
  cursor: pointer;
  cursor: hand;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-width: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span.active {
  background-color: white;
  color: var(--color);
  border-color: #eee;
  border-top-color: var(--color);
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-3 {
  padding: 100px 0;
    background-color: white;
}
.prodet-page .prodet-3 span.h3 {
  font-size: 46px;
  display: block;
  margin-bottom: 1em;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.inner-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: var(--color);
}
.inner-page .form ul li textarea {
  height: 80px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input[type="submit"]{
  width: auto;
  border: none;
  background: var(--color);
  color: white;
  padding: 10px 30px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li button{
  border: 0;
  background: transparent;
}
.news-page .news-1 {
  padding: 100px 0;
}
.news-page .news-1 .list ul {
  margin: -15px;
}
.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 14px;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9em;
  line-height: 2;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
  
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .slideBarRight time {
  font-size: 14px;
  display: block;
}
.newdet-page .slideBarRight h1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
.newdet-page .slideBarRight .text {
  margin: 2em 0;
  line-height: 32px;
}
.newdet-page .slideBarRight .text p {
  margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}
.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: #333;
  color: white;
  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-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
  background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.inner-page .side-title h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
}
.contact-page {
  padding: 60px 0 0 0;
}
.contact-page .contact-1 {
  padding: 85px 90px 65px 120px;
}
.contact-page .contact-2 {
  padding: 100px 0 110px;
}
.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-2 ul li {
  width: 33.3333%;
  padding-right: 40px;
}
.contact-page .contact-2 ul li:nth-child(1){
  padding-right: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(-0.0,0); rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(-0.0,0); rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(-0.0,0); rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(-0.0,0); rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(-0.0,0); rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: var(--color);
}
.contact-page .contact-2 ul li .content p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  max-width: 290px;
}
.contact-page .contact-2 ul .add {
  padding-right: 0;
}
.contact-page .contact-2 ul .add .content {
  align-items: flex-start;
}
.contact-page .contact-3 {
  padding: 0 90px 0 120px;
}
.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-right: 125px;
  position: relative;
  margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
  width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  margin-left: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  font-weight: bold;
  max-width: 230px;
  padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
  max-width: 230px;
  margin: 0 auto 0 0;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
  margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-4 {
  padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .left {
  max-width: 380px;
  padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .right form input {
  width: 49%;
  background: none;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 18px;
  color: #333;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
  width: 49%;
  background: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
  width: 220px;
  height: 48px;
  background: var(--color);
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  border: none;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      border-radius: 100px;
}
.contact-page .contact-4 .right form input[type="submit"]:hover{
  background: var(--color);
}
.contact-page .contact-4 .right p {
  font-size: 16px;
  line-height: 2;
  color: #989898;
}
.inner-page span.tag {
  font-size: 18px;
  line-height: 1.5;
  padding-right: 21px;
  position: relative;
  text-transform: uppercase;
}
.inner-page span.tag::before {
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
}
.faq-page {
  padding-top: 39px;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
  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;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
  padding-left: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-3 {
  margin-top: 0%;
  padding-top: 7%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #333;
  font-size: 18px;
  padding-left: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 15px center;
  text-align: left;
  padding-left: 20px;
  border: 0;
  position: absolute;
  bottom: 14px;
  left: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-right: 1px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: var(--color);
  border-color: var(--color);
}
.inner-page .m-link {
  font-size: 16px;
  line-height: 30px;
}
.inner-page .m-link a {
  display: block;
}
.inner-page .m-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .newdet-page,
  .news-page .news-1,
  .gallery-page,
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page{
    padding: 70px 0;
  }
  .newdet-page .slideBarRight h1,
   .prodet-page .prodet-1 .right h1{
     font-size: 32px;
   }
   .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .text{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 28px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 span.h3 {
    font-size: 24px;
  }
    .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
  .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 18px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 5%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 1.5em;
  }
  .prodet-page .prodet-2 .options span {
    padding: .7em 1.5em;
  }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-right: 2%;
  }
    .inner-page .product_list ul li {
    padding: 10px;
  }
  .inner-page .product_list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }
    .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    width: 100%;
    padding-right: 0;
  }
  .flex-4 > *{
    width: 33.3333%;
  }
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
  .contact-page .contact-4 .left{
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
  .contact-page .contact-4 .right{
    width: 100%;
  }
  .contact-page .contact-2{
    padding: 60px 0;
  }
  .contact-page .contact-2 ul li{
    width: 50%;
    padding-right: 0;
  }
  .contact-page .contact-2 ul li .content p{
    max-width: 252px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .newdet-page,
  .news-page .news-1,
  .contact-page .contact-2{
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .text{
    font-size: 14px;
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
  .flex-4 > *{
    width: 50%;
  }
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  .inner-page .m-page{
    margin-top: 20px;
  }
  .contact-page .contact-2 ul{
    margin: -12px 0;
  }
  .contact-page .contact-2 ul li{
    width: 100%;
    padding: 12px 0;
  }
  .contact-page .contact-2 ul li .content p{
    max-width: 340px;
  }
  .product-page .slideBarBox .slideBarRight .Auxil-h1{
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
  .flex-4 > *{
    width: 100%;
  }
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-1 .content ul li .tit em {
    padding-left: 20px;
  }
  .faq-page .faq-3 {
    background: transparent; 
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type="text"] {
    padding-left: 0;
  }
  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #333;
    height: 50px;
    padding-left: 15px;
    background-position-x: 20px;
  }
  .contact-page{
    padding: 30px 0 0 0;
  }
  .contact-page .contact-4 .left h4{
    font-size: 36px;
  }
  .contact-page .contact-4{
    padding-bottom: 0;
  }
  .contact-page .contact-4 .right form input,
  .contact-page .contact-4 .right form textarea{
    width: 100%;
  }
  .contact-page .contact-2 ul li .content h6{
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .contact-page .contact-2 ul li .content p {
    max-width: 252px;
  }
}
.industries-1 .options a {
  /*height: 5.53333333em;*/
  padding: 0.5em;
  background-color:#ddd;
  color: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industries-1 .options a i.icon {
  width: 1.23333333em;
  height: 1.23333333em;
  margin-top: .1em;
}
.industries-1 .options a i.iconfont {
  width: 0.8em;
  height: 0.8em;
  border-top-left-radius: .3em;
  background-color: var(--color);
  color: white;
  margin-top: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      border-radius: 100px;
}
.industries-1 .options a i.iconfont:before {
  font-size: .5em;
  line-height: 1;
}
.industries-1 .options a .content span {
  width: 100%;
  line-height: 1.2;
  font-size: 18px;
  color: #666;
}
.industries-1 .options a:hover,
.industries-1 .options a.active {
  background-color: var(--color);
}
.industries-1 .options a:hover .content span,
.industries-1 .options a.active .content span{
  color: #fff;
}
.industries-1 .options a:hover i img,
.industries-1 .options a.active i img{
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.industries-1 .options a:hover i.iconfont,
.industries-1 .options a.active i.iconfont {
  opacity: 0;
}
.industries-2 {
  position: relative;
}
.industries-2:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color);
}
.industries-22 {
  /*background-color: #f7f7f7;*/
}
.industries-22 .left span.h6 {
  padding: .5em 1em;
  background-color: var(--color);
  color: white;
}
.industries-3 {
  background-color: var(--color);
  color: white;
}
.industries-3 span.h1 {
  line-height: 1;
  margin-bottom: -0.9em;
}
.industries-3 .text {
  color: inherit;
}
.industries-4 {
  background-color: #f7f7f7;
}
.page-header01{
  background: #fff;
}
#pups_shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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;
  right: 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;
  left: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -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: #333;
  position: absolute;
  top: 50%;
  right: 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-left: 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;
}
