@font-face {
  font-family: 'Anton';
  src: url(../fonts/Anton-Regular.ttf) format('truetype'), url(../fonts/Anton-Regular.eot) format('eot'), url(../fonts/Anton-Regular.woff) format('woff'), url(../fonts/Anton-Regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #fb6712;
  --color1: #007497;
  color: #333;
  font-family: 'Gilroy';
  font-weight: 300;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1730px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background: var(--color);
  color: #fff;
  width: 191px;
  height: 46px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
}
.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  background-color: var(--color1);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.more:hover::before,
.more:focus::before {
  width: 160%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  padding: 6px 0 3px;
  background: #fff;
}
#header .nav .menu-box {
  margin: 3px auto 0;
}
#header .nav .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  margin-right: 76px;
  font-weight: 500;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
  width: 11.942%;
}
#header .nav .h-search form {
  width: 100%;
  position: relative;
}
#header .nav .h-search form input[type="search"] {
  width: 100%;
  height: 30px;
  background-color: #eeeeee;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 32px 0 17px;
  border: none;
}
#header .nav .h-search form input[type="submit"] {
  position: absolute;
  top: 9px;
  right: 15px;
  width: 13px;
  height: 13px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .yuy span {
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .msg {
  display: inline-block;
}
#header .nav .msg img {
  display: inline-block;
  vertical-align: middle;
}
.i-title {
  font-size: 64px;
  line-height: 1.2;
  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;
}
.i-title::after {
  content: '';
  width: 118px;
  height: 2px;
  background-color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 37px;
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 96px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  color: #fff;
}
#banner ul li .text .box .left {
  width: 45%;
}
#banner ul li .text .box .right {
  width: 62.65%;
  margin-left: -5.003%;
  margin-right: -2.647%;
}
#banner ul li .text span {
  line-height: 1.3;
  letter-spacing: 13px;
}
#banner ul li .text .title {
  line-height: 1.2;
}
#banner ul li .text .more::before {
  background: #fff;
}
#banner ul li .text .more:hover {
  color: var(--color);
}
#banner ul li .text span,
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn,
#banner ul li .text .right {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#banner ul .swiper-slide-active .text span,
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn,
#banner ul .swiper-slide-active .text .right {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text span {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
#banner ul .swiper-slide-active .text .right {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
#banner .page {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 5.15625%;
}
#banner .page .arrow a {
  width: 58px;
  height: 58px;
  color: #fff;
  background: rgba(251, 103, 18, 0.29);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .page .arrow a:hover {
  background: var(--color);
}
#banner .page .arrow a.next {
  margin-left: 4px;
}
#banner .page .swiper-pagination {
  position: initial;
}
#banner .page .swiper-pagination span {
  width: 43px;
  height: 3px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  margin-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#banner .page .swiper-pagination span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .page .swiper-pagination span .qh {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
#banner .page .swiper-pagination span.swiper-pagination-bullet-active {
  width: 141px;
}
#banner .page .swiper-pagination span.swiper-pagination-bullet-active .qh {
  -webkit-animation: progress 8s linear infinite;
  -moz-animation: progress 8s linear infinite;
  animation: progress 8s linear infinite;
}
#banner .page .swiper-pagination span.swiper-pagination-bullet-active::before {
  background: #fff;
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.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.8;
}
.font-14 {
  line-height: 2;
}
#index-body .bt {
  position: relative;
  z-index: 1;
}
#index-body .bt::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  font-size: 236px;
  line-height: 1;
  font-weight: 900;
  top: -85px;
  left: 0;
  color: rgba(51, 51, 51, 0.04);
}
#index-body .i-product {
  padding: 6.042% 0 5.625%;
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: cover;
}
#index-body .i-product .header .con {
  width: 49.765%;
}
#index-body .i-product .content {
  position: relative;
  z-index: 1;
}
#index-body .i-product .content .left {
  width: 19.765%;
}
#index-body .i-product .content .left ul li {
  font-size: 22px;
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #d5d5d5;
  padding: 23px 0 4px;
  position: relative;
}
#index-body .i-product .content .left ul li a {
  display: block;
}
#index-body .i-product .content .left ul li::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content .left ul li:hover,
#index-body .i-product .content .left ul li.active {
  color: var(--color);
}
#index-body .i-product .content .left ul li:hover::after,
#index-body .i-product .content .left ul li.active::after {
  width: 43px;
}
#index-body .i-product .content .left ul li:first-child {
  padding-top: 0;
}
#index-body .i-product .content .right {
  width: 80.235%;
  padding-top: 6px;
}
#index-body .i-product .content .right .slickBtn div {
  width: 2.85em;
  height: 2.85em;
  border-radius: 0;
}
#index-body .i-product .content .right .slickBtn div:hover {
  background: var(--color1);
}
#index-body .i-product .content .right .slickBtn div.prev {
  display: none !important;
}
#index-body .i-about {
  padding: 5.521% 0 5.3125%;
}
#index-body .i-about .top .left {
  width: 50.412%;
}
#index-body .i-about .top .left .img1 {
  width: 84.248%;
}
#index-body .i-about .top .left .img2 {
  width: 73.163%;
  margin-left: auto;
  margin-top: -14%;
}
#index-body .i-about .top .left .play{
  top: 60%;
  left: 64%;
}
#index-body .i-about .top .left .info {
  left: 0;
  bottom: 0;
  width: 21.24%;
  background: url(../images/a-mask.png) no-repeat center;
  background-size: 100% 100%;
  padding: 9% 2% 3.47%;
  color: #fff;
  font-family: 'Anton';
}
#index-body .i-about .top .left .info .year {
  margin-bottom: 20px;
  font-size: 70px;
  color: #FFFFFF;
}
#index-body .i-about .top .left .info .year span {
  font-size: 24px;
  vertical-align: super;
}
#index-body .i-about .top .left .info .text {
  font-size: 24px;
  line-height: 1.8;
}
#index-body .i-about .top .right {
  width: 49.588%;
}
#index-body .i-about .top .right .i-title {
  position: relative;
}
#index-body .i-about .top .right .i-title::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 163px;
  height: 34px;
  background-color: var(--color);
  bottom: 0;
  left: -40px;
}
#index-body .i-about .top .right .con {
  line-height: 1.7;
  color: #120f10;
  font-weight: 500;
}
#index-body .i-about .top .right .con h1 {
  display: inline;
}
#index-body .i-about .bottom ul {
  margin: 0 -112px;
}
#index-body .i-about .bottom ul li {
  color: #120f10;
  padding: 0 112px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom ul li .num {
  font-family: 'Anton';
  font-size: 68px;
  line-height: 1;
}
#index-body .i-about .bottom ul li .num sub {
  font-size: 26px;
  margin: 0 0 3px 12px;
}
#index-body .i-about .bottom ul li p {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 15px;
}
#index-body .i-about .bottom ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 88px;
  background-color: #bbbbbb;
}
#index-body .i-about .bottom ul li:last-child::after {
  display: none;
}
#index-body .i-about .bottom ul li:hover {
  color: var(--color);
}
#index-body .i-application {
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: cover;
  padding: 4.74% 0 5.21%;
}
#index-body .i-application .i-title::before {
  top: -67px;
}
#index-body .i-application .content {
  width: 100vw;
  position: relative;
  z-index: 2;
}
#index-body .i-application .content .slick-list {
  padding-right: 470px !important;
}
#index-body .i-application .content ul li {
  padding-top: 60px;
}
#index-body .i-application .content ul li .box {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application .content ul li .box .num {
  font-size: 104px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  -webkit-transform: translate(30%, -50%);
  -moz-transform: translate(30%, -50%);
  -ms-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-application .content ul li .box .text1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 40px 30px;
  background-color: rgba(255, 255, 255, 0.79);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application .content ul li .box .text1 .cont {
  height: 0;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application .content ul li .box .text1 .t1 {
  font-weight: bold;
}
#index-body .i-application .content ul li .box .text1 .t1 img {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application .content ul li .box:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
#index-body .i-application .content ul li .box:hover .num {
  color: var(--color);
}
#index-body .i-application .content ul li .box:hover .text1 {
  background: var(--color);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}
#index-body .i-application .content ul li .box:hover .text1 .t1 img {
  opacity: 1;
}
#index-body .i-application .content ul li .box:hover .text1 .cont {
  margin-top: 12px;
  height: 4.5em;
}
#index-body .i-advantage {
  padding: 4.5% 0 4.02%;
}
#index-body .i-advantage ul {
  margin: -29px;
}
#index-body .i-advantage ul li {
  padding: 29px;
}
#index-body .i-advantage ul li .img {
  display: inline-block;
  position: relative;
  height: 69px;
  z-index: 1;
}
#index-body .i-advantage ul li .img img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage ul li .img i {
  position: absolute;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  top: -7px;
  right: -7px;
}
#index-body .i-advantage ul li .text {
  margin-top: 16px;
}
#index-body .i-news {
  background: url(../images/pbg.jpg) no-repeat center;
  background-size: cover;
  padding: 3.542% 0 6.83%;
}
#index-body .i-news .i-title {
  display: block;
}
#index-body .i-news .i-title::after {
  display: none;
}
#index-body .i-news .left {
  width: 46.65%;
}
#index-body .i-news .right {
  width: 45.53%;
}
#index-body .i-news ul {
  position: relative;
  height: 390px;
  overflow: hidden;
  margin-bottom: -33px;
}
#index-body .i-news ul .slick-track {
  display: block;
}
#index-body .i-news ul li {
  padding: 0 0 33px 46px;
  border-left: 3px solid rgba(241, 125, 0, 0);
}
#index-body .i-news ul li time {
  font-size: 18px;
  line-height: 1.2;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-news ul li time em {
  color: var(--color);
  font-weight: bold;
  font-size: 37px;
  line-height: 1;
}
#index-body .i-news ul li time span {
  color: var(--color);
}
#index-body .i-news ul li .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-news ul li .desc .tit {
  padding-bottom: 2px;
  font-weight: 900;
  border-bottom: 2px solid #c6c6c6;
}
#index-body .i-news ul li .desc p {
  font-weight: 500;
  color: #666;
}
#index-body .i-news ul li:hover {
  border-color: var(--color);
}
#index-body .i-news ul li:hover .desc .tit {
  color: var(--color);
  border-color: var(--color);
}
#index-body .i-news ul::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--color);
  opacity: .2;
}
#footer {
  background: url(../images/fbg.jpg?imageView2/2/w/600/format/webp/q/100) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}
#footer .f-content .title {
  font-size: 36px;
  line-height: 1;
  margin: 31px 0 36px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .f-content ul li i {
  width: 22px;
}
#footer .f-content ul li span {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-ab {
  width: 18%;
}
#footer .f-content .f-ab ul li {
  line-height: 1.6;
}
#footer .f-content .f-form {
  width: 21.295%;
}
#footer .f-content .f-form form {
  padding-right: 54px;
  position: relative;
}
#footer .f-content .f-form form input {
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}
#footer .f-content .f-form form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input:-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input::-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form form input::placeholder {
  color: #fff;
}
#footer .f-content .f-form form input[name="content"] {
  margin: 13px 0 0 0;
}
#footer .f-content .f-form form button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--color);
  z-index: 1;
  font-size: 20px;
  padding-right: 3px;
  overflow: hidden;
}
#footer .f-content .f-form form button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form form button:hover::after {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
#footer .f-content #ewm {
  width: 106px;
  border: 5px solid #fff;
  margin-left: auto;
}
#footer .f-content .share a {
  display: inline-block;
  width: 39px;
  height: 39px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  background: rgba(153, 153, 153, 0.3);
  margin-right: 13px;
}
#footer .f-content .share a:hover {
  color: var(--color);
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-copy {
  line-height: 1.4;
  font-size: 18px;
  line-height: 1.6;
  background-color: #1d1d1d;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px 0 22px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1700px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: 60px;
  }
  #index-body .i-product .content .left ul li {
    font-size: 18px;
  }
  #index-body .i-about .bottom ul {
    margin: 0 -60px;
  }
  #index-body .i-about .bottom ul li {
    padding: 0 60px;
  }
  #index-body .i-application .content ul li .box .text1 {
    padding: 25px 20px 30px;
  }
}
@media screen and (max-width: 1450px) {
  .yuy {
    margin-left: 20px;
  }
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 36px;
  }
  #index-body .i-product .content .left ul li {
    font-size: 15px;
  }
  .i-title {
    font-size: 53px;
  }
  #index-body .i-about .top .left .info .year {
    font-size: 40px;
  }
  #index-body .i-about .top .left .info .year span {
    font-size: 18px;
  }
  #index-body .i-about .top .left .info .text {
    font-size: 18px;
  }
  #index-body .i-about .bottom ul {
    margin: 0 -30px;
  }
  #index-body .i-about .bottom ul li {
    padding: 0 30px;
  }
  #index-body .i-about .bottom ul li .num {
    font-size: 56px;
  }
  #index-body .i-about .bottom ul li .num sub {
    font-size: 20px;
  }
  #index-body .i-application .i-title::before {
    font-size: 192px;
  }
  #index-body .i-application .content .slick-list {
    padding-right: 400px !important;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner .page {
    padding-bottom: 2%;
  }
  #index-body .i-application .content .slick-list {
    padding-right: 300px !important;
  }
  .i-title {
    font-size: 45px;
  }
  .i-title::after {
    width: 90px;
    margin-left: 19px;
  }
  #index-body .bt::before {
    font-size: 187px;
  }
  #index-body .i-product .header .con {
    width: 47%;
  }
  #index-body .i-product .content .left {
    width: 25%;
  }
  #index-body .i-product .content .right {
    width: 75%;
  }
  #index-body .i-about .top .left .info {
    padding: 7% 2% 3.47%;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 18px;
  }
  #index-body .i-application .i-title::before {
    font-size: 152px;
    top: -57px;
  }
  #index-body .i-advantage ul {
    margin: -14px;
  }
  #index-body .i-advantage ul li {
    padding: 14px;
  }
  #index-body .i-news ul {
    height: 340px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .f-form form {
    padding-right: 0;
  }
  #footer .f-content .f-form form input {
    font-size: 16px;
  }
  #footer .f-content .f-form form button {
    position: initial;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .more {
    font-size: 16px;
    width: 180px;
    height: 42px;
  }
  #banner ul li .text .box .left {
    width: 50%;
  }
  #banner ul li .text .box .right {
    width: 50%;
    margin-right: 0;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .btn {
    margin-top: 12px;
  }
  #banner .page .arrow,
  #banner .page .swiper-pagination {
    zoom: .6;
  }
  .font-28 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #index-body .bt::before {
    display: none;
  }
  #index-body .i-product .header .con {
    width: 100%;
  }
  #index-body .i-product .content .left {
    display: none;
  }
  #index-body .i-product .content .right {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .top .left {
    width: 100%;
  }
  #index-body .i-about .top .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .i-about .bottom {
    zoom: .8;
  }
  #index-body .i-about .bottom ul {
    margin: 0 -15px;
  }
  #index-body .i-about .bottom ul li {
    padding: 0 15px;
  }
  #index-body .i-application .content {
    margin-top: 30px;
    width: 100%;
  }
  #index-body .i-application .content ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .i-advantage ul li {
    width: 50%;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .right {
    display: none;
  }
  #index-body .i-news ul {
    height: auto;
  }
  #footer .f-content .f-ab {
    width: 40%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-form {
    width: 56%;
  }
  #footer .f-content #ewm {
    display: none;
  }
  #footer .f-copy .gs {
    margin-right: 29px;
  }
  .fixed-toolbar {
    zoom: .8;
  }
}
@media screen and (max-width: 700px) {
  .more {
    width: 160px;
  }
  #banner ul li .text .box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner ul li .text .box .left {
    width: 60%;
  }
  #banner ul li .text .box .right {
    width: 40%;
  }
  #banner .page .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #banner .page .swiper-pagination {
    display: none;
  }
  .font-20 {
    font-size: 18px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-28 {
    font-size: 20px;
  }
  #index-body .i-about .bottom ul {
    margin: 0 -20px;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
    padding: 6px 20px;
    text-align: left;
  }
  #index-body .i-about .bottom ul li:nth-child(even)::after {
    display: none;
  }
  #index-body .i-application .content ul .slick-list {
    padding-right: 130px !important;
  }
  #index-body .i-news ul li {
    padding-left: 20px;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-copy {
    font-size: 16px;
  }
  #footer .f-copy .gs {
    margin-right: 6px;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
    width: 140px;
    height: 32px;
  }
  #banner ul li .text .box .left {
    width: 100%;
  }
  #banner ul li .text .box .right {
    display: none;
  }
  .i-title {
    font-size: 30px;
  }
  .i-title::after {
    display: none;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-about .top .left .info {
    display: none;
  }
  #index-body .i-about .top .right .con {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-about .bottom ul li .num {
    font-size: 36px;
  }
  #index-body .i-about .bottom ul li .num sub {
    font-size: 14px;
  }
  #index-body .i-about .bottom ul li p {
    font-size: 14px;
  }
  #index-body .i-application .content ul .slick-list {
    padding-right: 0 !important;
  }
  #index-body .i-advantage ul li {
    width: 100%;
  }
  #index-body .i-news ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-news ul li .ig .desc {
    margin-left: 0;
  }
  #footer .f-content .title {
    font-size: 30px;
    margin: 15px 0 18px;
  }
  #footer .f-content .f-ab ul li {
    line-height: 1.8;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
}
@-webkit-keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-moz-keyframes transAni2 {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-o-keyframes transAni2 {
    0% {
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 96px;
}
.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 300px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}
.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 100px 0 80px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
}
.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}
@media (max-width: 1500px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
}
@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
}
@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}
@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
}
@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
}
.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text{
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h3{
  font-size: 30px;
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text p{
  font-size: 20px;
  color: #666;
  line-height: 32px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 20px;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 700;
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}
.inner-page .m-page {
  text-align: center;
  margin-top: 97px
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    border:1px solid #999;
    margin-right: 5px;
}
.inner-page .m-page a.next{
  margin-left: 20px;
}
.inner-page .m-page a:hover,.inner-page .m-page span.current {
    background: var(--color);
    color: #fff;
    border:1px solid var(--color);
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menus {
  margin-bottom: 50px;
}
.pro-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menus > li.active .menu-a span,
.pro-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menus > li.active .menu-a a,
.pro-box .pro-left .menus > li:hover .menu-a a,
.pro-box .pro-left .menus > li.active .menu-a i,
.pro-box .pro-left .menus > li:hover .menu-a i {
  color: white;
}
.pro-box .pro-left .menus > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-box .pro-left .menus > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px 0 27px;
  font-size: 20px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  font-weight: 400;
  z-index: 5;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a{
  color:var(--color);
}
.prodet-page {
  padding: 50px 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}
.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box .right .det.max-h{
  max-height: 360px;
  overflow-y: auto;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul{
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li{
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;
}
.prodet-page .prodet-right .box .right .det {
 color: #666;
 line-height: 2;
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 0px;
  background-color: var(--color);
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img{
  border-color:transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img{
  border-radius: 5px;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p{
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover{
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add{
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love{
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love{
  position: absolute;
  left:2px;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect{
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect{
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content{
  padding-bottom: 60px;
  color: #666;
}
.prodet-page .prodet-right .prodet-title ul {
  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;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0 10px 28px;
  margin: 0 40px;
  position: relative;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-weight: 600;
}
.prodet-page .prodet-right .prodet-title ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  background: url("../images/nav-tag.png") no-repeat;
  left: 2px;
  top: -6px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table{
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd){
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  color: #565656;
  text-align: center;
  background: #f5f5f5;
  white-space: nowrap;
}
.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    background: #fff;
}
.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more{
  position: relative;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"]{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}
.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product ul {
  margin: 60px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 24px;
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 font-weight: 500;
}
.slickGap-23 li a img{
  background: #fff;
}
@media screen and (max-width: 1600px) {
   .ui.pro-container{
     width: 1400px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next{
     margin-top: 30px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t{
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span{
     margin-right: 0;
     margin-left: 10px;
   }
}
@media screen and (max-width: 1400px) {
  .ui.pro-container{
     width: 1200px;
   }
  .product-page .pro-box .product-right ul li h4{
    font-size: 20px;
  }
  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.pro-container{
     width: 1000px;
   }
  .product-page .pro-box .product-right ul li{
    width: 50%;
  }
  .prodet-page .prodet-right .box .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-right .box .right{
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .prodet-page .prodet-right .box .right{
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 36px;
  }
  .product-page .pro-box .product-right ul li h4{
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.pro-container{
     width: 700px;
   }
  .pro-box .pro-left{
    display: none;
  }
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right .box .right .line img{
    width:100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child{
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child{
    margin-left: 0;
  }
  .inner-banner .mbx h2 {
    font-size: 34px;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 32px;
  }
  .product-page .pro-box .product-right ul li h4{
    font-size: 18px;
  }
  .font-36{
    font-size: 26px;
  }
}
@media screen and (max-width:700px) {
  .font-36{
    font-size: 24px;
  }
  .ui.pro-container{
     width: 500px;
   }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-right .prodet-content .det form ul li{
    width: 100%;
  }
   .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 24px;
  }
  .product-page .pro-box .product-right ul li h4{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .ui.pro-container{
    width: 100%;
  }
  .font-45 {
    font-size: 34px;
  }
  .product-page .pro-box .product-right ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
    .product-yd-page .init-1 .container ul li .box .left .title{
    font-size: 20px;
  }
  .product-page .pro-box .product-right .text h3{
    font-size: 20px;
  }
  .prodet-page .prodet-right .box .right h2{
    font-size: 20px;
  }
}
.big-little {
  font-weight: bold;
  font-size: 40px;
}
@media (max-width:1000px) {
 .big-little {
   font-size: 24px;
 }
}
.home-5 .list li .left {
  background-color: #cbced5;
  width: 54px;
  min-height: 400px;
  border-radius: 10px 0 0 10px;
}
.home-5 .list li .right {
  width: 100%;
  background-color: #f6f7f9;
  border-radius: 0 10px 10px 0;
}
.home-5 .list li .right .date i {
  border-radius: 50%;
  background-color: #cbced5;
}
.home-5 .list li .right .hover-text{
 text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.baseBtn {
  padding: 0 1em;
  height: 2.3em;
  color: #FFFFFF;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.baseBtn span {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.baseBtn span:first-of-type {
  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;
  position: relative;
}
.baseBtn span:first-of-type::before,
.baseBtn span:first-of-type::after {
  content: "\e7b9";
  font-family: "iconfont";
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.baseBtn span:first-of-type::before {
  margin-right: 10px;
  background-color: white;
  color: var(--color);
}
.baseBtn span:first-of-type::after {
  color: #FFFFFF;
  background-color: var(--color);
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.baseBtn span:last-of-type {
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--color);
  display: none;
}
.baseBtn:hover {
  background-color: #FFFFFF;
  border-color: #4c4c4c;
}
.baseBtn:hover span {
  color: #4c4c4c;
}
.baseBtn:hover span:first-of-type {
  transform: translateX(calc(-1.6em - 10px));
}
.baseBtn:hover span:first-of-type::before {
    opacity: 0;
}
.baseBtn:hover span:first-of-type::after {
    opacity: 1;
}
.baseBtn:hover span:last-of-type {
  border-color: #4c4c4c;
}
.baseBtn.row {
  color: #4c4c4c;
  background-color: transparent;
  border: 1px solid #4c4c4c;
}
.baseBtn.row span:last-of-type {
  border-color: #4c4c4c;
  background-color: transparent;
  color: #4c4c4c;
}
.baseBtn.row:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
.baseBtn.row:hover span {
  color: #FFFFFF;
}
.baseBtn.row:hover span:last-of-type {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: var(--color);
}
.baseBtn.row span:first-of-type::before {
  color: #FFFFFF;
  background-color: var(--color);
}
.baseBtn.row span:first-of-type::after {
  background-color: white;
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .font-25{
    font-size: 25px;
  }
  .Auxil-industry{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-25{
    font-size: 20px;
  }
}
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
  font-weight: 500;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #141414;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
  font-weight: 500;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px 40px 40px 0;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f6f7f9;
  border-radius:10px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
  line-height: 1.5;
  color: #333;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-size: 28px;
  /*height: 90px;*/
  line-height: 32px;
  padding-right: 110px;
  font-weight: bold;
  margin-top: 32px;
  color: #151515;
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/leceling-jingshi/2025/12/12/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
  .news-page .news-list ul{
    margin: -20px;
  }
  .news-page .news-list ul li{
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
  .news-page .news-list ul{
    margin: -10px;
  }
  .news-page .news-list ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 700px) {
  .xinwen{
   margin-top: 20px;
   height: 170px;
   overflow-y: auto;
  }
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
  }
  .news-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}
.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .form form {
  height: 4.375em;
  border-radius: 2.1875em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: .8em 2em .8em 3em;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page .faq-2 .form form .logo2 {
  max-width: 60px;
}
.faq-page .faq-2 .form form .logo2 a {
  height: 100%;
}
.faq-page .faq-2 .form form .logo2 a img {
  height: inherit;
}
.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
.faq-page .faq-2 .form form button i {
  font-size: 2em;
}
.faq-page .faq-2 .form form ul {
  width: 100%;
  padding: 0 .5%;
}
.faq-page .faq-2 .form form ul li {
  width: 100%;
}
.faq-page .faq-2 .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}
.faq-page .faq-2 .form form ul li:first-child input {
  border-left: none;
}
.faq-page .faq-2 .text a {
  color: var(--color);
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .faq-page .faq-2 .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .faq-2 .form form ul li {
    width: 100%;
    margin: .5em 0;
  }
  .faq-page .faq-2 .form form ul li:first-child input {
    border-left: 1px solid #d2d2d2;
  }
  .faq-page .faq-2 .form form button {
    height: 3em;
    width: 3em;
  }
  .faq-page .faq-2 .form form {
    padding: 1em;
    border-radius: .5em;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}
.gallery-page .container .tips {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.gallery-page .container .tips .r {
    color: var(--color);
}
.gallery-page .container .des {
    text-align: center;
    margin-top: 10px;
}
.gallery-page .container .content ul {
    margin: 0 -20px;
}
.gallery-page .container .content ul li {
    margin-top: 50px;
    padding: 0 20px;
}
.gallery-page .container .content ul li .box {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.gallery-page .container .content ul li .box .title {
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
}
.gallery-page .container .content ul li .box .img {
    display: block;
    overflow: hidden;
}
.gallery-page .container .content ul li .box .img img {
    width: 100%;
}
.oxy-nav-menu .mb2-search input[type=submit]{
  background-image: url(../images/icon-search-white.png);
}
@media screen and (max-width: 1000px) {
  .flex-4 > *{
    width: 33.3333%;
  }
}
@media screen and (max-width: 700px) {
  .flex-4 > *{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .flex-4 > *{
    width: 100%;
  }
}
.about-page .about-ty-title h1 {
    font-size: 30px;
    margin-bottom: 1em;
    display: block;
    font-weight: bold;
}
.about-page .about-ty-title span{
    font-weight: 700;
}
.about-page .about-ty-title .text {
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 {
    padding: 80px 0;
}
.about-page .about-1 .box {
    display: flex;
}
.about-page .about-1 .left {
    padding-right: 2%;
}
.about-page .about-1 .right {
    padding-left: 3%;
}
.about-page .about-1 .left .text {
    max-height: 290px;
    overflow: auto;
    padding-right: .5em;
}
.about-page .about-1 .left .list {
    margin-top: 40px;
    padding-right: 5%;
}
.about-page .about-1 .left .list ul {
    display: flex;
    justify-content: space-between;
}
.about-page .about-1 .left .list ul li {
    width: auto;
    text-align: center;
}
.about-page .about-1 .left .list ul li span.h6 {
    font-size: 50px;
    font-weight: 800;
    color: #bbb;
    line-height: 1;
}
.about-page .about-1 .left .list ul li span.h6 em {
    color: var(--color);
}
.about-page .about-1 .left .list ul li p {
    font-size: 14px;
    color: #666;
    display: block;
}
.about-page .about-1 .right .about-video {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.about-page .honor {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    padding-top: 70px;
}
.about-page .honor .left {
    width: 40%;
    padding-right: 50px;
    vertical-align: middle;
}
.about-page .honor .left h2 {
    font-size: 48px;
    line-height: 1.6;
    font-weight: 700;
}
.about-page .honor .left p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2;
}
.about-page .honor .left .img {
    margin: 1.5rem 0;
}
.about-page .honor .left .tab {
    font-size: 0;
}
.about-page .honor .left .tab span {
    display: inline-block;
    background-color: var(--color);
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
}
.about-page .honor .left .tab span img {
    vertical-align: middle;
}
.about-page .honor .left .tab span.left-btn {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.about-page .honor .left .tab span.right-btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.about-page .honor .right {
    width: 60%;
    position: relative;
    vertical-align: middle;
}
.about-page .honor .right ul {
    margin: -15px;
}
.about-page .honor .right ul li {
    padding: 15px;
}
.about-page .honor .right ul li img {
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.about-page .ab-4{
    padding: 80px 0;
    background: #f3f3f3;
}
.about-page .ab-4 .box {
    display: flex;
    align-items: center;
}
.about-page .ab-4 .left {
    vertical-align: middle;
    width: 60%;
    padding-right: 5%;
    display: flex;
}
.about-page .ab-4 .left .big {
    width: 75%;
}
.about-page .ab-4 .left .small {
    width: 25%;
    padding-left: 16px;
}
.about-page .ab-4 .left ul {
    margin: -8px;
}
.about-page .ab-4 .left li {
    padding: 8px;
}
.about-page .ab-4 .left li a {
    display: block;
}
.about-page .ab-4 .right {
    vertical-align: middle;
    width: 40%;
}
.about-page .ab-4 .header span{
    color: var(--color);
    font-size: 28px;
    line-height: 1.8;
}
.about-page .ab-4 .header h3{
    font-size: 24px;
    line-height: 1;
}
.about-page .ab-4 .header p{
    font-size: 18px;
    line-height: 1.8;
    color: #6e6e6e;
}
.about-page .ab-4 .content{
    margin-top: 15px;
}
.about-page .ab-4 .content .slick-arrow{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 57px;
    height: 59px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none;
}
.about-page .ab-4 .content .slick-arrow:hover {
    background-color: rgba(45,78,125,1);
}
.about-page .ab-4 .content .slick-prev {
    background: url("../images/inner-l.png") no-repeat center center;
    left: 45%;
}
.about-page .ab-4 .content .slick-next {
    background: url("../images/inner-r.png") no-repeat center center;
    right: 45%;
    left: auto;
}
.about-page .ab-4 .content ul{
    margin-right: -15px;
}
.about-page .ab-4 .content ul li{
    padding-right: 15px;
}
.about-page .ab-4 .content ul li a{
    display: block;
}
.about-page .ab-4 .header h2{
    display: block;
    font-size: 28px;
    line-height: 1.8;
    text-transform: capitalize;
    font-weight: 700;
}
.about-page .about-video .play {
  font-size: 30px;
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  right: 6%;
  bottom: 8%;
  z-index: 1;
  cursor: pointer;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-video .play i.iconfont {
  position: relative;
  left: .1em;
}
.about-page .about-video .play:after,
.about-page .about-video .play:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-video .play:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .left .list ul li span.h6 {
        font-size: 32px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .honor .left {
        width: 100%;
    }
    .about-page .honor .left h2 {
        font-size: 32px;
    }
    .about-page .honor .right {
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-ty-title h1 {
        font-size: 30px;
    }
     .about-page .about-1 .left,.about-page .ab-4 .left,.prodet-page .prodet-1 .prodet-box .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .right,.about-page .ab-4 .right,.prodet-page .prodet-1 .prodet-box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .about-page .ab-4 .box,.about-page .about-1 .box,.prodet-page .prodet-1 .prodet-box {
        display: block;
    }
    .about-page .about-1 .right .about-video {
        height: 220px;
    }
}
@media screen and (max-width: 970px) {
    .about-page .about-ty-title h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-ty-title h1 {
        font-size: 20px;
    }
    .about-page .ab-4 .content .slick-prev {
        left: 0
    }
    .about-page .ab-4 .content ul li {
        padding: 0;
    }
    .about-page .ab-4 .content .slick-next {
        right: 0;
    }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about-page .about-1 .left .list ul {
        margin: -5px;
        flex-wrap: wrap;
    }
}
#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;
}
