.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}

#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 16px;
  --color: #c8282a;
  margin: 0 auto;
}

.container {
  width: 1582px;
}

.bigtt-zt {
  font-family: "Poppins";
  font-weight: 600;
}

#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 10px;
}

#header .header-top .header-con {
  height: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .header-top .right {
  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;
}

#header .header-top .right .h-language {
  position: relative;
  cursor: pointer;
}

#header .header-top .right .h-language span {
  min-width: 146px;
  height: 34px;
  border-radius: 17px;
  background-color: var(--color);
  padding: 0 10px 0 16px;
}

#header .header-top .right .h-language 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: 11;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -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;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  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 #60b242;
  display: none \9;
}

#header .header-top .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .header-top .right .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

#header .header-top .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}

#header .header-top .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .header-top .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .header-top .right .h-search {
  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;
  cursor: pointer;
  width: 34px;
  height: 34px;
  background-color: var(--color);
  border-radius: 50%;
}

#header .nav {
  position: relative;
  height: 40px;
}

#header .nav .container {
  height: 100%;
}

#header .nav .menu-box {
  height: 100%;
}

#header .nav .menu-box .menu-menu-container {
  height: 100%;
}

#header .nav .menu-box .menu-menu-container ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .nav .menu-box .menu-menu-container ul.menu>li {
  font-size: 21px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 10;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  min-width: 158px;
}

#header .nav .menu-box .menu-menu-container ul.menu>li:hover {
  color: var(--color);
  border-color: var(--color);
}

#header .nav .menu-box .menu-menu-container ul.menu>li.active {
  color: var(--color);
  border-color: var(--color);
}

#header .nav .menu-box .menu-menu-container ul.menu>li>a {
  width: 100%;
  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 .menu-menu-container ul.menu>li>a::after {
  font-family: "iconfont" !important;
  content: "\e769";
  opacity: 0.4;
}

#header .nav .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}

#header .nav .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header.active {
  /*background-color: #3b3b3b;*/
  background-color: #ffffff;
}

#header.active .header-top .header-con {
  height: 66px;
}

#header.active .header-top .right .h-lxfs{
  color: #000;
}

#header.active .header-top .header-con .logo img{
  width: 60%;
}

#header.active .nav .menu-box .menu-menu-container ul.menu>li{
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
}

#header.active .nav .menu-box .menu-menu-container ul.menu>li.active{
  color: var(--color);
    border-color: var(--color);
}

#header.active .nav .menu-box .menu-menu-container ul.menu>li:hover{
  color: var(--color);
    border-color: var(--color);
}

#header.inner_active {
  background-color: #3b3b3b;
}

#header.inner_active .header-top .header-con {
  height: 90px;
}

#banner .banner-content {
  height: 100vh;
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#banner .banner-content .swiper-slide:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}
#banner .banner-content .swiper-slide video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  padding-bottom: 160px;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  line-height: 1.3;
  letter-spacing: 2px;
}

#banner .banner-content .swiper-slide .txt-content .btn-go {
  min-width: 242px;
}

.btn-go {
  width: auto;
  min-width: 210px;
  padding: 0 22px;
  height: 55px;
  border-radius: 10px;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 21px;
  color: #fff;
}

.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}

.mk-top {
  border-bottom: 1px solid #e1ebff;
}

.mk-top p {
  color: #282828;
}

.mk-ttbox .mk-tt {
  line-height: 1;
  display: inline-block;
}

.mk-ttbox .yd {
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  right: -20px;
  bottom: 14px;
}

.play {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(15%, 15%);
  -moz-transform: translate(15%, 15%);
  -ms-transform: translate(15%, 15%);
  -o-transform: translate(15%, 15%);
  transform: translate(15%, 15%);
  width: 112px;
  height: 112px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(218, 41, 44, 0.4);
  z-index: -1;
}

.play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(218, 41, 44, 0.4);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}

.swiper-pagination {
  bottom: 40px !important;
}

.swiper-pagination span {
  width: 16px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
  margin: 0 6px !important;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}

.btn-more {
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  font-size: 24px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.zdyqh {
  width: 136px;
  height: 55px;
  position: relative;
}

.zdyqh::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 15;
}

.zdyqh .swiper-button {
  position: static;
  margin-top: 0;
  color: #fff;
  width: 50%;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.zdyqh .swiper-button::after {
  font-size: 14px;
}

.zdyqh .swiper-button:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}

.zdyqh .swiper-button-prev {
  border-radius: 28px 0 0 28px;
}

.zdyqh .swiper-button-next {
  border-radius: 0 28px 28px 0;
}

#index-body .init-1 {
  background-color: #f8fbff;
}

#index-body .init-1 .home-con .imgbox {
  display: inline-block;
}

#index-body .init-1 .home-con .left {
  width: 23%;
}

#index-body .init-1 .home-con .center {
  width: 39%;
  padding-left: 1.5%;
  padding-right: 5%;
}

#index-body .init-1 .home-con .right {
  width: 38%;
}

#index-body .init-1 .home-con .right .item {
  border-top: 1px solid rgba(222, 222, 222, 0.7);
}

#index-body .init-1 .home-con .right .item h2 {
  color: #1f1f1f;
  padding-top: 10px;
}

#index-body .init-1 .home-con .right .item h2 em {
  margin-top: 6px;
}

#index-body .init-1 .home-con .right .item .about-desc {
  color: rgba(40, 40, 40, 0.6);
}

#index-body .init-1 .home-con .right .btn-go {
  min-width: 270px;
  height: 70px;
}

#index-body .init-2 .mk-desc {
  max-width: 365px;
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
}

#index-body .init-2 .mk-desc::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
}

#index-body .init-2 .list ul li .box .imgbox {
  border-radius: 10px;
}

#index-body .init-2 .list ul li .box .imgbox img{
  min-height: 240px;
  object-fit: cover;
}

#index-body .init-2 .stre-list ul {
  margin: 0 -25px;
}

#index-body .init-2 .stre-list ul li {
  width: 25%;
  padding: 0 25px;
  position: relative;
}

#index-body .init-2 .stre-list ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(1, 10, 20, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

#index-body .init-2 .stre-list ul li .box .num {
  width: 129px;
  height: 120px;
  background-color: var(--color);
  border-radius: 10px 70px 10px 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 0.7;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#index-body .init-2 .stre-list ul li .box .des {
  color: rgba(0, 0, 0, 0.6);
  max-height: 4.5em;
  overflow-y: auto;
}

#index-body .init-2 .stre-list ul .line {
  width: 1px;
  height: 280px;
  background-color: #010a14;
  opacity: 0.1;
}

#index-body .init-3 {
  background-color: #f8fbff;
}

#index-body .init-3 .list ul li {
  border-bottom: 1px solid rgba(1, 10, 20, 0.1);
}

#index-body .init-3 .list ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px 0;
  min-height: 266px;
}

#index-body .init-3 .list ul li .box .left {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}

#index-body .init-3 .list ul li .box .left .imgbox {
  width: 395px;
}
#index-body .init-3 .list ul li .box .left .imgbox img{
  border-radius: 30px;
}

#index-body .init-3 .list ul li .box .left h2 {
  width: 49%;
  padding-left: 4%;
}

#index-body .init-3 .list ul li .box .left h2 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 78px;
}

#index-body .init-3 .list ul li .box .left h2 .tt {
  color: #101010;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  text-transform: uppercase;
}

#index-body .init-3 .list ul li .box .left h2 .des {
  display: none;
  line-height: 1.3;
  height: 4em;
  overflow-y: auto;
}

#index-body .init-3 .list ul li .box .left h2 .des::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

#index-body .init-3 .list ul li .box.hover {
  padding-left: 50px;
  padding-right: 60px;
  background-color: var(--color);
  border-radius: 20px;
}

#index-body .init-3 .list ul li .box.hover .left h2 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 46px;
}

#index-body .init-3 .list ul li .box.hover .left h2 .tt {
  color: #fff;
}

#index-body .init-3 .datashow ul {
  margin: -10px -44px;
}

#index-body .init-3 .datashow ul li {
  width: 25%;
  padding: 10px 44px;
}

#index-body .init-3 .datashow ul li .box {
  color: #282828;
  border-bottom: 1px solid rgba(1, 3, 19, 0.2);
}

#index-body .init-3 .datashow ul li .box h4 .sz {
  font-size: 112px;
  letter-spacing: -6px;
  transition: all 0.5s;
}
#index-body .init-3 .datashow ul li .box:hover h4 .sz{
  color: var(--color);
}

#index-body .init-4 .list {
  overflow: hidden;
  padding: 10px;
  /*margin-right: -webkit-calc((1552px - 100vw) / 2);
  margin-right: -moz-calc((1552px - 100vw) / 2);
  margin-right: calc((1552px - 100vw) / 2);*/
}

#index-body .init-4 .list .swiper {
  overflow: visible;
}

#index-body .init-4 .list ul li .box {
  background-color: rgba(248, 251, 255, 0.6);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#index-body .init-4 .list ul li .box .txt-box {
  background-color: #d6dde7;
  border-radius:0 0 20px 20px;
  padding: 20px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-4 .list ul li .box:hover {
  -webkit-box-shadow: 0 0 5px rgba(218, 41, 44, 0.3);
  box-shadow: 0 0 5px rgba(218, 41, 44, 0.3);
}

#index-body .init-4 .list ul li .box:hover .txt-box {
  background-color: var(--color);
  color: #fff;
}

#index-body .init-5 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#index-body .init-5 .top {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 4;
}

#index-body .init-5 .top .mk-top p {
  color: #fff;
}

#index-body .init-5 .bigimg ul li .box {
  position: relative;
}

#index-body .init-5 .bigimg ul li .box .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 180px;
}

#index-body .init-5 .bigimg ul li .box .txtbox .con {
  height: 100%;
}

#index-body .init-5 .bigimg ul li .box .txtbox .con .mk-tt {
  max-width: 935px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

#index-body .init-5 .bigimg ul li .box .txtbox .con .mk-tt .yd {
  width: 15px;
  height: 15px;
  background-color: var(--color);
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

#index-body .init-5 .smallnav {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  z-index: 3;
}

#index-body .init-5 .smallnav ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#index-body .init-5 .smallnav ul li .box {
  height: 100%;
  position: relative;
  cursor: pointer;
}

#index-body .init-5 .smallnav ul li .box .txtbox {
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  margin-top: 2px;
  padding-top: 5px;
  position: relative;
}
#index-body .init-5 .smallnav ul li .box .txtbox:after{
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 0.5s;
}
#index-body .init-5 .smallnav ul li .box:hover .txtbox:after{
  width: 100%;
}
#index-body .init-5 .smallnav ul li .box .txtbox .tt {
  color: #fff;
  min-height: 46px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-5 .smallnav ul li.active .box .txtbox .tt {
  color: #ffffff;
}

#index-body .init-6 {
  background-color: #f8fbff;
}

#index-body .init-6 .list .swiper {
  padding: 5px;
}

#index-body .init-6 .list ul li .box {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#index-body .init-6 .list ul li .box .cat {
  background-color: #000;
  color: #fff;
  padding: 3px 12px;
  border-radius: 14px;
}

#index-body .init-6 .list ul li .box .des {
  color: rgba(0, 0, 0, 0.7);
  /*height: 7em;
  overflow-y: auto;*/
  text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 4;-webkit-box-orient: vertical;display: -webkit-box;
}

#index-body .init-6 .list ul li .box .btn-more {
  width: 36px;
  height: 36px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 18px;
}

#index-body .init-6 .list ul li .box .btn-more:hover {
  background-color: var(--color);
}

@-webkit-keyframes imgclip {
  from {
    -webkit-clip-path: inset(50px);
    clip-path: inset(50px);
  }

  to {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@-moz-keyframes imgclip {
  from {
    clip-path: inset(50px);
  }

  to {
    clip-path: inset(0);
  }
}

@-o-keyframes imgclip {
  from {
    clip-path: inset(50px);
  }

  to {
    clip-path: inset(0);
  }
}

@keyframes imgclip {
  from {
    -webkit-clip-path: inset(50px);
    clip-path: inset(50px);
  }

  to {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

.imgclip {
  -webkit-animation-name: imgclip;
  -moz-animation-name: imgclip;
  -o-animation-name: imgclip;
  animation-name: imgclip;
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 280px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo {
  max-width: 390px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo span {
  color: rgba(0, 0, 0, 0.5);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo #ewm {
  width: 72px;
  height: 72px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.logo .ewm img{
  width: 140px;
  max-width: 85%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro span {
  color: rgba(0, 0, 0, 0.6);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link span:hover {
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link a {
  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;
  gap: 8px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.link a::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(../images/f-linkico.png);
  -o-background-size: cover;
  background-size: cover;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 340px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact em {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  margin-top: 4px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list.contact .span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


#footer .footer-center .footer-b p {
  color: rgba(0, 0, 0, 0.46);
  padding: 22px 0;
  border-top: 1px solid rgba(184, 184, 188, 0.3);
}

#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 16px;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  width: auto;
  max-height: 28px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  fill: rgba(0, 0, 0, 0.46);
}

@media screen and (max-width: 1700px) {
  #header .nav .menu-box .menu-menu-container ul.menu>li {
    font-size: 18px;
    min-width: 140px;
  }

  #index-body .init-3 .datashow ul li .box h4 .sz {
    font-size: 92px;
  }

  /*#index-body .init-4 .list {
    margin-right: -webkit-calc((1370px - 100vw) / 2);
    margin-right: -moz-calc((1370px - 100vw) / 2);
    margin-right: calc((1370px - 100vw) / 2);
  }*/
}

@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }

  .btn-go {
    zoom: 0.9;
  }

  .play {
    zoom: 0.8;
  }

  .btn-more {
    zoom: 0.9;
  }

  #header .nav .menu-box .menu-menu-container ul.menu>li {
    min-width: 120px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 334px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 305px;
  }

  #index-body .init-3 .list ul li .box .left .imgbox {
    width: 300px;
  }

  #index-body .init-3 .list ul li .box {
    padding: 20px 0;
    min-height: 205px;
  }

  #index-body .init-3 .list ul li .box.hover {
    padding-left: 20px;
    padding-right: 30px;
  }

  #index-body .init-3 .datashow ul li .box h4 .sz {
    font-size: 79px;
  }

  /*#index-body .init-4 .list {
    margin-right: -webkit-calc((1170px - 100vw) / 2);
    margin-right: -moz-calc((1170px - 100vw) / 2);
    margin-right: calc((1170px - 100vw) / 2);
  }*/

  #index-body .init-4 .list ul li .box .txt-box {
    border-radius: 10px;
    padding: 20px 15px;
  }

  #index-body .init-5 .top {
    top: 50px;
  }

  #index-body .init-5 .bigimg ul li .box .txtbox {
    padding-top: 120px;
  }

  #index-body .init-5 .bigimg ul li .box .ttbox>img {
    zoom: 0.8;
  }

  #index-body .init-5 .bigimg ul li .box .txtbox .con .mk-tt {
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
  }

  #index-body .init-5 .bigimg ul li .box .txtbox .con .btn-go {
    margin-top: 20px;
  }

  #index-body .init-5 .smallnav {
    bottom: 25px;
  }

  #index-body .init-6 .list ul li .box {
    padding: 20px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 40vw;
  }

  #banner .banner-content .swiper-slide .txt-content {
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 258px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 200px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 249px;
  }

  #index-body .init-2 .stre-list ul {
    margin: 0 -10px;
  }

  #index-body .init-2 .stre-list ul li {
    padding: 0 10px;
  }

  #index-body .init-2 .stre-list ul li .box .num {
    zoom: 0.8;
  }

  #index-body .init-3 .list ul li .box .left h2 img {
    height: 56px;
  }

  #index-body .init-3 .datashow ul li .box h4 .sz {
    font-size: 56px;
    letter-spacing: -2px;
  }

  #index-body .init-3 .datashow ul {
    margin: -10px -20px;
  }

  #index-body .init-3 .datashow ul li {
    padding: 10px 20px;
  }

  /*#index-body .init-4 .list {
    margin-right: -webkit-calc((970px - 100vw) / 2);
    margin-right: -moz-calc((970px - 100vw) / 2);
    margin-right: calc((970px - 100vw) / 2);
  }*/

  #index-body .init-5 .bigimg ul li .box>img {
    min-height: 470px;
  }
}

@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }

  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }

  #footer .footer-center .footer-b p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 48%;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 48%;
  }

  #index-body .init-1 .home-con .right {
    width: 100%;
    margin-top: 5%;
  }

  #index-body .init-1 .home-con .right .item h2 em {
    margin-top: 1px;
  }

  #index-body .init-1 .home-con .left {
    width: 36%;
  }

  #index-body .init-1 .home-con .center {
    width: 64%;
    padding-left: 4%;
    padding-right: 0;
  }

  .mk-ttbox .yd {
    bottom: 5px;
    zoom: 0.8;
  }
  #index-body .init-2 .mk-desc{
    max-width: 100%;
  }

  #index-body .init-2 .stre-list ul li {
    width: 50%;
    padding: 10px;
  }

  #index-body .init-3 .list ul li {
    border: 0;
    padding: 10px 0;
  }

  #index-body .init-3 .list ul li .box {
    min-height: unset;
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 20px;
  }

  #index-body .init-3 .list ul li .box .left {
    width: 100%;
  }

  #index-body .init-3 .list ul li .box .btn-more {
    margin-top: 5%;
  }

  #index-body .init-3 .list ul li .box .left .imgbox {
    width: 100%;
  }

  #index-body .init-3 .list ul li .box .left .imgbox img {
    width: 100%;
    
  }

  #index-body .init-3 .list ul li .box .left h2 {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  #index-body .init-3 .list ul li .box .left h2 .des {
    display: block;
    color: #000;
    height: auto;
    overflow-y: hidden;
  }

  #index-body .init-3 .datashow ul li .box h4 .sz {
    font-size: 40px;
  }

  #index-body .init-4 .list {
    margin-right: 0;
    padding: 6px;
  }

  #index-body .init-5 .bigimg ul li .box .ttbox>img {
    display: none;
  }

  #index-body .init-5 .bigimg ul li .box .txtbox .con .mk-tt .yd {
    zoom: 0.8;
  }

  #index-body .init-5 .bigimg ul li .box .txtbox .con .mk-tt {
    max-height: 6em;
    overflow-y: auto;
    max-width: 100%;
  }

  #index-body .init-5 .top {
    top: 30px;
  }
  .swiper-pagination span{
    zoom: 0.8;
  }
.swiper-pagination {
    bottom: 20px !important;
}
}

@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .btn-go {
    zoom: 0.8;
  }

  .play {
    zoom: 0.6;
  }

  .btn-more {
    zoom: 0.8;
  }

  .phone_hide {
    display: none;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo {
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.logo>img {
    height: 70px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    text-align: left;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    margin-top: 5%;
  }

  #index-body .init-2 .stre-list ul li .box .num {
    width: 80px;
    height: 80px;
    border-radius: 5px 50px 5px 5px;
  }

  #index-body .init-3 .datashow ul li {
    width: 50%;
    padding: 10px 20px;
  }

  #index-body .init-3 .datashow ul li .box h4 .sz {
    font-size: 32px;
  }

  #index-body .init-3 .list ul li .box .left h2 img {
    height: 36px;
  }
}

@media screen and (max-width: 500px) {
  .play {
    zoom: 0.5;
  }

  #index-body .init-2 .stre-list ul li {
    width: 100%;
  }

  #index-body .init-3 .datashow ul li .box h4 .sz {
    font-size: 26px;
  }

  #index-body .init-5 .bigimg ul li .box .txtbox {
    padding-top: 140px;
  }
}


/*-------------------------------inner page-------------------------------*/

.inner-page .m-page {
    font-size: 17px;
    font-weight: bold;
}

.inner-page .m-page>div {
    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;
    margin: 60px 0;
}

.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 .5em;
    width: 3.05882353em;
    height: 3.05882353em;
    border-radius: 100%;
    background-color: #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: var(--color);
    color: white;
}

.inner-banner {
    height: 400px;
    background-position: center;
    background-size: cover;
    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;
    text-align: center;
    color: white;
    padding-top: 3.5%;
}

.inner-banner span.h2 {
    font-size: 26px;
    font-weight: 900;
}

.inner-banner .mbx {
    font-size: 18px;
    line-height: 34px;
    margin-top: .5em;
}

@media screen and (max-width: 1700px) {
    .inner-banner span.h2 {
        font-size: 28px;
        line-height: 1.6;
    }

    .inner-banner .mbx {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .inner-banner {
        margin-top: 0;
    }

    .inner-banner span.h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner {
        margin-top: 60px;
        height: 300px;
        padding-top: 0;
    }
    .inner-page .m-page{
      zoom: 0.8;
    }
}

@media screen and (max-width: 700px) {
    .inner-banner {
        height: 200px;
    }

    .inner-banner span.h2 {
        /*display: none;*/
    }

    .inner-page .m-page>div {
        margin: 30px 0;
    }
}

@media screen and (max-width: 500px) {
    .inner-banner {
        height: auto;
        padding: 15% 0;
    }
}

/*-------------------------------product page start-------------------------------*/


.inner-page.product-page{
  background-color: #f8fbff;
}

.inner-page .sideBarBox .sideBarRight .right .text p {
    font-size: 16px;
}

.inner-page .sideBarBox .sideBarRight .right .text .neirong {
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.inner-page .sideBarBox .sideBarLeft {
    width: 27%;
    padding-right: 3%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.inner-page .sideBarBox .sideBarLeft form {
    font-size: 16px;
    height: 4.375em;
    border-radius: .25em;
    background-color: #ffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.inner-page .sideBarBox .sideBarLeft form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.5em;
}

.inner-page .sideBarBox .sideBarLeft form button {
    width: 4.375em;
    background-color: transparent;
    border: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft form button i {
    font-size: 1.6em;
}

.inner-page .sideBarBox .sideBarLeft form button:hover {
    background-color: var(--color);
    color: white;
}

.inner-page .sideBarBox .sideBarLeft .box .nav {
    font-size: 18px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
    padding: .6em 0;
    border-bottom: 1px solid #e7e7e7;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji i {
    margin-right: 1.5em;
    opacity: .8;
    font-size: .8em;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 3px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji em {
    padding: 0 .5em;
    border-radius: .25em;
    background-color: #c8282a;
    margin-left: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*margin-left: auto;*/
    color: #fff;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji:hover,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active {
    color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active i {
    transform: rotate(90deg);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji:hover em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active em {
    background-color: var(--color);
    color: white;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
    padding-left: 2.5em;
    font-size: 0.88888889em;
    margin-top: 1em;
    display: none;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
    border-bottom: none;
    color: #666;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li.active {
    color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
    display: block;
}

.inner-page .sideBarBox .sideBarRight {
    width: 73%;
}
.inner-page .sideBarBox .sideBarRight h1{
  text-transform: uppercase;
}
.yz-ys.productList ul {
    margin: 0 -15px;
}

.yz-ys.productList li {
    padding: 15px;
}

.yz-ys.productList ul li a.img-box {
    display: block;
    background-color: #f3f3f3;
    overflow: unset;
    border-radius: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}

.yz-ys.productList ul li a.img-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: #fff;
}

.yz-ys.productList ul li .content {
    padding: 0 5%;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.yz-ys.productList ul li .content span.h6 {
    color: #120c0b;
    display: block;
    padding: .5em 0 0;
    border-bottom: 1px solid #ececec;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 40px;
}

.yz-ys.productList ul li .content span.h6 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: .5em;
}

.yz-ys.productList ul li:hover a.img-box {
    background-color: var(--color);
    text-align: center;
}

.yz-ys.productList ul li:hover a.img-box img {
    -webkit-transform: translateY(80%);
    -moz-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    width: 80%;
    border-radius: 20px;
}

.yz-ys.productList ul li:hover .content span.h6 {
    color: #fff;
    border-bottom-color: #fff;
}

.yz-ys.productList ul li:hover .content .text {
    color: #fff;
}

.yz-ys.productList ul li:hover .content {
    transform: translateY(-150%);
}

@media screen and (max-width: 1700px) {
    .inner-page .sideBarBox .sideBarLeft form {
        height: 3em;
    }
    .yz-ys.productList ul li:hover .content {
      transform: translateY(-150%);
    }
}
@media screen and (max-width: 1450px){
  .yz-ys.productList ul li:hover a.img-box img {
    transform: translateY(80%);
  }
  .yz-ys.productList ul li:hover .content {
    transform: translateY(-140%);
  }
}
@media screen and (max-width: 1250px) {
    .inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji i {
        margin-right: 0.5em;
    }

    .inner-page .sideBarBox .sideBarLeft .box .nav {
        font-size: 16px;
    }

    .inner-page .sideBarBox .sideBarRight .productList li {
        width: 50%;
    }

    .yz-ys.productList ul li:hover .content {
        transform: translateY(-195%);
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .sideBarBox .sideBarLeft {
        display: none;
    }

    .inner-page .sideBarBox .sideBarRight {
        width: 100%;
    }

    .yz-ys.productList ul li:hover a.img-box img {
        transform: none;
    }

    .yz-ys.productList ul li:hover .content {
        transform: none;
    }

    .yz-ys.productList ul li:hover .content span.h6 {
        color: #120c0b;
        border-bottom-color: #ececec;
    }

    .yz-ys.productList ul li:hover .content .text {
        color: #000;
    }
}

@media screen and (max-width: 500px) {
    .inner-page .sideBarBox .sideBarRight .productList li {
        width: 100%;
    }
}

/*-------------------------------product page start-------------------------------*/

/*-------------------------------.product-det-page start-------------------------------*/

.product-det-page{
   background-color: #f8fbff; 
}
.product-det-page .product-det-1 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-det-page .product-det-1 .left {
    width: 40%;
    vertical-align: middle;
}

.product-det-page .product-det-1 .left a {
    display: block;
    padding: 0;
    border: 1px solid #bebebe;
}

.product-det-page .product-det-1 .left a img {
    margin: auto;
    width: 100%;
}

.product-det-page .product-det-1 .left .smallImg a img {
    height: 120px;
}

.product-det-page .product-det-1 .left ul {
    margin: -10px;
}

.product-det-page .product-det-1 .left ul li {
    padding: 10px;
}

.product-det-page .product-det-1 .left .smallImg {
    width: 19%;
    padding-right: 20px;
}

.product-det-page .product-det-1 .left .smallImg .slick-current a {
    border-color: var(--color);
}

.product-det-page .product-det-1 .left .bigImg {
    width: 100%;
}

.product-det-page .product-det-1 .left .bigImg a {
    position: relative;
    background: #f3f3f3;
    border-radius: 20px;
}

.product-det-page .product-det-1 .left .bigImg a:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--color);
    background-image: url("../images/icon-search-white.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3%;
    right: 3%;
}

.product-det-page .product-det-1 .right {
    width: 60%;
    padding-left: 3.5%;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-det-page .product-det-1 .right .flexBottom a.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: 14px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-det-page .product-det-1 .right h1 {
    line-height: 50px;
    display: block;
}

.product-det-page .product-det-1 .right .text {
    margin: 1em 0 2em;
    line-height: 30px;
    font-size: 16px;
    max-height: 200px;
    overflow-y: auto;
}

.product-det-page .product-det-1 .right .more {
    margin-bottom: 10px;
}

.product-det-page .product-det-1 .right .flexTop span.tag {
    text-transform: capitalize;
}

.product-det-page .product-det-1 .right .smallImg a img {
    display: block;
    margin: 0 auto;
    background: #f3f3f3;
}

.product-det-page .product-det-1 .right ul {
    margin: -10px;
}

.product-det-page .product-det-1 .right ul .slick-track {
    margin-left: 0;
}

.product-det-page .product-det-1 .right ul li {
    padding: 10px;
}

.product-det-page .product-det-1 .right .smallImg {
    width: 100%;
}

.product-det-page .product-det-1 .right .smallImg a {
    border-radius: 20px;
}

.product-det-page .product-det-1 .right .smallImg a img {
    border-radius: 20px;
}

.product-det-page .product-det-1 .right .smallImg .slick-current a {
    border-color: var(--color);
}

.product-det-page .product-det-1 .right .flexBottom a.more:hover {
    border: 1px solid var(--color);
    color: var(--color);
}

.product-det-page .product-det-1 .right .flexBottom a.more {
    border: 1px solid var(--color);
}

.miaoshu-det .top {
    margin-bottom: 30px;
}

.miaoshu-det .top h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 5px;
    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;
}

.miaoshu-det .top p {
    font-size: 18px;
    line-height: 2;
    padding: 5px 0;
}

.miaoshu-det .top h2:before {
    content: "";
    width: .8em;
    height: .8em;
    background: var(--color);
    margin-right: .5em;
}

.miaoshu-det .bottom table {
    font-size: 16px;
    border: 0;
    margin-bottom: 0;
}

.miaoshu-det .bottom table td p {
    line-height: 1.8;
    padding: 5px;
}

.miaoshu-det .text {
    font-size: 17px;
}

.miaoshu-det .top .cont {
    margin-bottom: 30px;
}

.inner-page .dotsBox {
    margin-top: 50px;
    text-align: center;
}

.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox .dots,
.inner-page .dotsBox li {
    display: inline-block;
    vertical-align: middle;
}

.inner-page .dotsBox .prev,
.inner-page .dotsBox .next,
.inner-page .dotsBox button {
    margin: 0 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    color: #301500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #ffc3c3;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

.inner-page .dotsBox .prev:after,
.inner-page .dotsBox .next:after,
.inner-page .dotsBox button:after {
    content: '';
    width: 130%;
    height: 130%;
    position: absolute;
    left: -15%;
    top: -15%;
    border-radius: inherit;
    border: 2px solid #ececec;
}

.inner-page .dotsBox .prev:hover,
.inner-page .dotsBox .next:hover,
.inner-page .dotsBox button:hover,
.inner-page .dotsBox .slick-active button {
    background: var(--color);
    color: #fff;
}

@media screen and (max-width: 1700px) {

    .product-det-page .product-det-1 .right h1 {
        font-size: 20px;
    }

    .miaoshu-det .top h2 {
        font-size: 20px;
    }

    .inner-page .dotsBox {
        zoom: .8;
    }

}

@media screen and (max-width: 1250px) {

    .product-det-page .product-det-1 .right h1 {
        font-size: 18px;
    }

    .product-det-page .product-det-1 .left .bigImg a:before {
        zoom: .7;
    }

    .product-det-page .product-det-1 .right .text {
        font-size: 16px;
    }

    .product-det-page .product-det-1 .right .more {
        font-size: 13px;
    }

    .miaoshu-det .top h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {

    .product-det-page .product-det-1 .right h1 {
        font-size: 16px;
        line-height: 32px;
    }

    .product-det-page .product-det-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .product-det-page .product-det-1 .left {
        padding-right: 0;
        width: 100%;
    }

    .miaoshu-det .top h2 {
        font-size: 16px;
        line-height: 32px;
    }
}

@media screen and (max-width: 700px) {
    .inner-page.product-det-page .miaoshu-det {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .product-det-page .product-det-1 .right .flexBottom a.more {
        padding: 0 1em;
        height: 2.4em;
    }

    .product-det-page .product-det-1 .right .flexBottom a.more.ml-15 {
        margin-left: 5px;
    }
}

.product-det-page .yz-ys.productList ul li a.img-box{
  overflow: hidden;border-radius:0;
  background-color: #fff!important;
  padding: 10px;
}
.product-det-page .yz-ys.productList ul li a.img-box img{
  transform: translateY(0)!important;
  width: 100%!important;border-radius:0;
}
.product-det-page .yz-ys.productList ul li:hover a.img-box img{
   transform: scale(1.1,1.1)!important;
}
.product-det-page .yz-ys.productList ul li .content {
    transform: translateY(0)!important;
}
.product-det-page .yz-ys.productList ul li .content span.h6 {
    color: #120c0b!important;
    border-bottom-color: transparent!important;
}
.product-det-page .yz-ys.productList ul li .content .text {
    color: #120c0b!important;
}
/*-------------------------------p.product-det-page end-------------------------------*/

/*-------------------------------about page start-------------------------------*/
.about-page .about-1 .flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-page .about-1 .flex .title {
    width: 50%;
    padding-right: 20px;
}

.about-page .about-1 .flex .text {
    width: 50%;
    line-height: 1.8;
}

.about-page .about-1 .list {
    margin: 65px 0;
    text-align: center;
}

.about-page .about-1 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.about-page .about-1 .list ul li {
    width: 25%;
}

.about-page .about-1 .list ul li span {
    font-size: 40px;
    line-height: 1;
    display: block;
    margin-bottom: .2em;
    font-weight: bold;
    color: var(--color);
}

.about-page .about-1 .list ul li span em{
  font-size: 72px;
}

.about-page .about-1 .list ul li p {
    font-size: 18px;
}

.about-page .about-1 .box {
    height: 700px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.about-page .about-1 .box .play {
    cursor: pointer;
    cursor: hand;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

.about-page .about-2 .box {
    height: 700px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    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: 5%;
}

.about-page .about-2 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-2 .box .mask i.active {
    opacity: 1;
}

.about-page .about-2 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: white;
}

.about-page .about-2 .box .content span.tag {
    display: block;
    color: #c30d23;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 18px!important;
    line-height: 1.8;
}

.about-page .about-2 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%;
    line-height: 2;
}

.about-page .about-2 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}


.about-page .about-3 .top {
    background-position: bottom center;
    background-repeat: no-repeat;
}

.about-page .about-3 .top .list ul a.img-box {
    max-width: 220px;
    margin-left: 20px;
}

.about-page .about-3 .top .list ul .content {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.about-page .about-3 .top .list ul .content span.h6 {
    line-height: 1;
}

.about-page .about-3 .top .list ul .content:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: var(--color);
    border-radius: 100%;
}

.about-page .about-3 .top .list ul .content:after {
    content: '';
    width: 1px;
    height: 100%;
    top: 20px;
    position: absolute;
    left: 5px;
    background-color: var(--color);
    opacity: .5;
}

.about-page .about-3 .top .list ul .content .text{
  max-height: 148px;
  overflow-y: auto;
}

.about-page .about-3 .top .list ul .slick-slide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
    margin-top: 150px;
}

.about-page .about-3 .top .list ul .slick-current {
    margin-top: 150px;
}

.about-page .about-3 .top .list ul .slick-current~div {
    margin-top: 50px;
}

.about-page .about-3 .top .list ul .slick-current+.slick-active {
    margin-top: 100px;
}

.about-page .about-3 .top .list ul .slick-current+div+div {
    margin-top: 50px;
}

.about-page .about-3 .top .list ul .slick-current+div+div+div {
    margin-top: 0;
}

.about-page .about-3 .bottom .line {
    height: 2px;
    background-color: #eaeaea;
    position: relative;
    display: block;
}

.about-page .about-3 .bottom .line i {
    height: 100%;
    position: absolute;
    left: 0;
    width: 0;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-3 .bottom .list {
    color: #999;
}

.about-page .about-3 .bottom .list li {
    cursor: pointer;
    cursor: hand;
}

.about-page .about-3 .bottom .list .slick-current {
    color: var(--color);
}

.about-page .about-3 .slickBtn div {
    background-color: transparent;
    border: 1px solid var(--color);
    color: var(--color);
}

.about-page .about-3 .slickBtn div:hover {
    background-color: var(--color);
    color: #fff;
}

.about-page .about-4 .left {
    width: 50%;
    padding-right: 10%;
}

.about-page .about-4 .left .text {
    font-size: 17px;
    margin-top: 1.5em;
    line-height: 1.7;
}

.about-page .about-4 .left a.more {
    margin-top: 3.52941176em;
}

.about-page .about-4 .right {
    width: 50%;
}


@media screen and (max-width: 1700px) {

    .about-page .about-1 .list ul li p {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about-page .about-1 .list ul li span em{
      font-size: 62px;
    }
    .about-page .about-4 .left .text {
        font-size: 15px;
    }
}

@media screen and (max-width: 1450px) {

    .about-page .about-1 .box {
        height: 400px;
    }

    .about-page .about-2 .box {
        height: 600px;
    }

    .about-page .about-3 .slickBtn div.prev {
        right: 102%;
        left: auto;
    }

    .about-page .about-3 .slickBtn div.next {
        left: 102%;
        right: auto;
    }
.about-page .about-1 .list ul li span em{
  font-size: 56px;
}
}

@media screen and (max-width: 1250px) {

    .about-page .about-1 .list ul li p {
        font-size: 14px;
    }

    .about-page .about-1 .list {
        margin: 40px 0;
    }

    .about-page .about-1 .box {
        height: 320px;
    }

    .about-page .about-1 .list ul li span {
        font-size: 28px;
    }
.about-page .about-1 .list ul li span em{
  font-size: 48px;
}
    .about-page .about-2 .box {
        height: 500px;
    }

    .about-page .about-4 .left .text {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 1000px) {
    .about-page .about-1 .flex .title {
        width: 100%;
        padding-right: 0;
    }

    .about-page .about-1 .flex .text {
        width: 100%;
        margin-top: 5%;
    }

    .about-page .about-2 .box {
        height: 420px;
    }

    .about-page .about-2 .box .content {
        width: 100%;
    }

    .about-page .about-3 .top .list ul .slick-slide {
        margin-top: 0 !important;
    }

    .about-page .about-4 .left {
        padding-right: 0;
        width: 100%;
    }

    .about-page .about-4 .right {
        width: 100%;
        margin-top: 30px;
    }
.about-page .about-1 .list ul li span em{
  font-size: 42px;
}
}

@media screen and (max-width: 700px) {
    .about-page .about-1 .box {
        height: 240px;
    }

    .about-page .about-1 .list ul {
        gap: 0;
        flex-wrap: wrap;
    }

    .about-page .about-1 .list ul li {
        width: 50%;
        padding: 10px;
    }

    .about-page .about-1 .list ul li span {
        font-size: 24px;
    }
.about-page .about-1 .list ul li span em{
  font-size: 30px;
}
    .about-page .about-2 .box {
        height: auto;
    }

    .about-page .about-2 .box .content {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .about-page .about-3 .slickBtn {
        display: none;
    }

}

@media screen and (max-width: 500px) {


    .about-page .about-1 .list ul li span {
        margin-bottom: .2em;font-size: 20px;
    }
.about-page .about-1 .list ul li span em{
  font-size: 24px;
}
    .about-page .about-1 .box {
        height: 200px;
    }
}

/*-------------------------------about page end-------------------------------*/
/*-------------------------------news-page start-------------------------------*/
.news-page .ui.container ul.newslist li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news-page .ui.container ul.newslist li .column {
    vertical-align: top;
}

.news-page .ui.container ul.newslist li:last-child {
    margin-bottom: 0;
}

.news-page .ui.container ul.newslist li .date {
    min-width: 120px;
    width: 120px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
}

.news-page .ui.container ul.newslist li .date span {
    color: var(--color);
    line-height: 1;
    text-align: center;
}

.news-page .ui.container ul.newslist li .date em {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color: var(--color);
    margin-top: 10px;
}

.news-page .ui.container ul.newslist li .text {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 80px;
}

.news-page .ui.container ul.newslist li .text .content {
    /*text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .text h5 {
    margin-bottom: 20px;
    line-height: 1.6;
}

.news-page .ui.container ul.newslist li .text h5 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}

.news-page .ui.container ul.newslist li .text h5 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--color);
}

.news-page .ui.container ul.newslist li .text p {
    color: #a5a5a5;
    line-height: 2;
}

.news-page .ui.container ul.newslist li .text .content p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-page .ui.container ul.newslist li .img-box {
    max-height: 170px;
    overflow: hidden;
    width: 30%;
}

@media screen and (max-width: 1450px) {
    .news-page .ui.container ul.newslist li {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .news-page .ui.container ul.newslist li .text {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .news-page .ui.container ul.newslist li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .news-page .ui.container ul.newslist li .text {
        padding-left: 20px;
    }

    .news-page .ui.container ul.newslist li .text h5 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {

    .news-page .ui.container ul.newslist li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-page .ui.container ul.newslist li .text {
        max-width: 600px;
        padding: 0 0px;
        width: 100%;
    }

    .news-page .ui.container ul.newslist li .date span {
        text-align: left;
    }

    .news-page .ui.container ul.newslist li .date em {
        font-size: 16px;
        text-align: left;
    }

    .news-page .ui.container ul.newslist li .text h5 {
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .news-page .ui.container ul.newslist li .text .content {
        line-height: 2;
    }
}

/*-------------------------------news-page end-------------------------------*/
/*-------------------------------newdet-page start-------------------------------*/
.newdet-page .ui.container .newst {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newdet-page .ui.container .newst span {
    color: var(--color);
    font-weight: 500;
}

.newdet-page .ui.container .newst span em {
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 10px;
}

.newdet-page .ui.container h1 {
    margin: 0 0 30px;
    line-height: 1.4;
}

.newdet-page .ui.container .content {
    color: #626262;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

.newdet-page .ui.container .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 30px;
    border-bottom: 1px solid #ccc;
}

.newdet-page .ui.container .bottom .sharebox {
    color: #222;
}

.newdet-page .ui.container .bottom .sharebox span {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}

.newdet-page .ui.container .bottom .sharebox ul {
    width: auto;
    vertical-align: middle;
}

.newdet-page .ui.container .bottom .sharebox ul li {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 50px;
}

.newdet-page .ui.container .bottom .sharebox ul li a {
    font-size: 24px;
    color: var(--color);
}

.newdet-page .ui.container .bottom .tabbox .mores i {
    width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: var(--color);
}

.newdet-page .ui.container .bottom .tabbox .mores i img {
    width: 16px;
    display: block;
    margin: 18px auto 0;
}

.newdet-page .ui.container .bottom .tabbox a.mores.prev i img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.newdet-page .ui.container .bottom .tabbox .mores:hover i {
    background: var(--color);
    color: #fff;
}

.newdet-page .ui.container .bottom .tabbox .mores:hover i img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-page .form ul {
    margin: -15px -7px;
}

.inner-page .form ul li {
    padding: 15px 7px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: .6em 1em;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #f0f6ff;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
    color: #8e8e8e;
}

.inner-page .form ul li textarea {
    height: 150px;
}

.inner-page .form ul li .more {
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    background-color: var(--color);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid transparent;
    font-size: 20px;
}

.inner-page .form ul li .more:hover {
    background-color: #000;
    color: #ffffff;
    border-color: #000000;
}

.inner-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1700px) {
    .inner-page .form ul {
        margin: -6px;
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea,
    .inner-page .form ul li input[type="submit"] {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .ui.container .content {
        font-size: 16px;
    }

    .newdet-page .ui.container .bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newdet-page .ui.container .bottom .sharebox {
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }
    .inner-page .form ul li {
    padding: 7px;
}
}

/*-------------------------------newdet-page end-------------------------------*/
/*-------------------------------contact-page start-------------------------------*/

.inner-page.contact-page{
  background: #f8fbff;
}

.contact-page .contact-1 {
    text-align: center;
}

.contact-page .contact-1 .text {
    color: #626262;
    line-height: 1.6;
    max-width: 650px;
    display: block;
    margin: 1em auto 2em;
}

.contact-page .contact-1 .list ul {
    margin: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-page .contact-1 .list ul li {
    padding: 20px;
}

.contact-page .contact-1 .list ul li .box {
    padding: 35px 5% 15px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    top: 0;
    border-radius: 20px;
    cursor: pointer;
}



.contact-page .contact-1 .list ul li .box .lbox{
  text-align: left;
    padding: 0px 30px;
    display: block;
}

.contact-page .contact-1 .list ul li .box i {
    display: block;
}

.contact-page .contact-1 .list ul li .box i img {
    display: block;
    margin: 0 auto;
}

.contact-page .contact-1 .list ul li .box span.h6 {
    color: #242424;
    margin: 1em 0 .5em;
    display: block;
}

.contact-page .contact-1 .list ul li .box p {
    color: #626262;
    line-height: 1.8;
}

.contact-page .contact-1 .list ul li .box:hover {
    border-color: var(--color);
    top: -20px;
}

@media screen and (max-width: 1600px) {

    .contact-page .contact-1 .text {
        margin-bottom: 2em;
    }

    .contact-page .contact-1 .list ul li .box {
        padding: 15px 5%;
    }

    .contact-page .contact-1 .list ul li .box i img {
        max-height: 80px;
    }

}

@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .list ul li .box i img {
        max-height: 60px;
    }

    .contact-page .contact-1 .list ul li {
        padding: 10px;
    }

    .contact-page .contact-1 .list ul {
        margin: -10px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page .contact-1 .list ul li {
        width: 100%;
    }
}

/*-------------------------------contact-page end-------------------------------*/
/*-------------------------------faq-page start-------------------------------*/

.faq-page {
    background-position: top 8% right 8%;
    background-repeat: no-repeat;
}

.faq-page span.h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: .8em;
}

.faq-page .list ul li {
    margin-bottom: 1.5em;
    font-size: 10px;
    padding: 2.5em 5em;
    border-radius: 2.5em;
    background-color: #f8f8f9;
}

.faq-page .list ul li span.h6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 2.4em;
}

.faq-page .list ul li span.h6 em {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .list ul li span.h6 i {
    width: 1.66666667em;
    height: 1.66666667em;
    border-radius: 100%;
    background-color: black;
    cursor: pointer;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .list ul li span.h6 i:after,
.faq-page .list ul li span.h6 i:before {
    content: '';
    width: 40%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 30%;
}

.faq-page .list ul li span.h6 i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-page .list ul li .text {
    font-size: 16px;
    margin-top: 1em;
    display: none;
}

.faq-page .list ul li.active span.h6 em {
    font-size: 1.25em;
}

.faq-page .list ul li.active span.h6 i:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-page .list ul li.active i {
    background-color: var(--color) !important;
    transition: all .5s ease;
}

.faq-page .list ul li i {
    transition: all .5s ease;
}

@media screen and (max-width: 1700px) {

    .faq-page .list ul li {
        font-size: 8px;
    }
}

@media screen and (max-width: 1450px) {
    .faq-page {
        background-size: 30% auto;
    }
}

@media screen and (max-width: 1250px) {

    .faq-page .list ul li {
        font-size: 7px;
    }

    .faq-page .list ul li .text {
        font-size: 14px;
    }

}

@media screen and (max-width: 500px) {
    .faq-page .list ul li {
        padding: 1.5em;
        font-size: 6px;
    }

}

/*-------------------------------faq-page end-------------------------------*/

/*-------------------------------honor-page start-------------------------------*/

.honor-page .slide {
    margin-top: 70px;
}

.honor-page .slide:first-child {
    margin-top: 0;
}

.honor-page .slide span.h2 {
    margin-bottom: 1em;
}

.honor-page .slide .list ul {
    margin: -30px -15px;
}

.honor-page .slide .list ul li {
    padding: 20px 15px;
}

.honor-page .slide .list ul li a {
    display: block;
}

.honor-page .slide .list ul li a img {
    width: 100%;
}

@media screen and (max-width: 1450px) {
    .honor-page .slide .list ul li {
        padding: 30px;
    }

    .honor-page .slide .list ul {
        margin: -30px;
    }
}

@media screen and (max-width: 1000px) {
    .honor-page .slide .list ul li {
        padding: 10px;
    }

    .honor-page .slide .list ul {
        margin: -10px;
    }
}

/*-------------------------------honor-page end-------------------------------*/
/*-------------------------------customization page start-------------------------------*/
.customization-page .customization-1 .left {
    vertical-align: middle;
}

.customization-page .customization-1 .left .img {
    height: 620px;
    display: block;
    -webkit-mask-image: url("../images/service-1-mask.png");
    mask-image: url("../images/service-1-mask.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.customization-page .customization-1 .right {
    vertical-align: middle;
    padding-left: 5%;
    padding-top: 5%;
}

.customization-page .customization-1 .right span.h2 {
    margin: .5em 0;
}

.customization-page .customization-1 .right span.h2 em {
    font-size: 0.875em;
}

.customization-page .customization-1 .right a.more {
    margin-top: 2em;
    font-size: 18px;
}

.customization-page .customization-2 .header {
    text-align: left;
}

.customization-page .customization-2 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}

.customization-page .customization-2 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}

.customization-page .customization-2 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: #000;
    text-align: left;
}

.customization-page .customization-2 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 55px 35px 30px 37px;
}

.customization-page .customization-2 .content ul li .ig i {
    display: block;
}

.customization-page .customization-2 .content ul li .ig .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    height: 2.7em;
}

.customization-page .customization-2 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 166px;
    overflow-y: auto;
}

.customization-page .customization-2 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: bold;
}

.customization-page .customization-2 .content ul li.active {
    width: 50%;
}

.customization-page .customization-2 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.pr {
    position: relative
}

.pa {
    position: absolute
}


.customization-page .customization-3 {
    text-align: center;
}

.customization-page .customization-3 .list {
    margin-top: 80px;
}

.customization-page .customization-3 .list ul {
    margin: -13px;
}

.customization-page .customization-3 .list ul li {
    padding: 13px;
    text-align: center;
    overflow: hidden;
}

.customization-page .customization-3 .list ul li .num_box {
    position: relative;
    display: inline-block;
}

.customization-page .customization-3 .list ul li span.num {
    font-size: 30px;
    font-weight: 900;
    color: var(--color);
    display: inline-block;

    position: relative;
}

.customization-page .customization-3 .list ul li .num_box::before,
.customization-page .customization-3 .list ul li .num_box::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
    background-color: #bfbfbf;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -0.2em;
}

.customization-page .customization-3 .list ul li .num_box::before {
    right: 100%;
    left: auto;
    margin-right: 1em;
    margin-left: 0;
}

.customization-page .customization-3 .list ul li:first-child .num_box::before {
    display: none;
}

.customization-page .customization-3 .list ul li:last-child .num_box::after {
    display: none;
}

.customization-page .customization-3 .list ul li span.h6 {
    font-weight: 700;
    font-size: 20px;
    color: #999999;
    margin: .5em 0;
    display: block;
    line-height: 1.8;
}

.customization-page .customization-3 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}

.customization-page .customization-3 .list ul .slick-slide:last-child li span.num:after,
.customization-page .customization-3 .list ul li:last-child span.num:after {
    display: none;
}

.customization-page .customization-3 .list ul li .text {
    font-size: 18px;
}


.customization-page .customization-4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.customization-page .customization-4 .bottom {
    border-top: 1px solid #bfbfbf;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.customization-page .customization-4 .bottom .left {
    width: 100%;
    padding-right: 0%;
}

.customization-page .customization-4 .bottom .left .list ul li {
    font-weight: bold;
    font-size: 28px;
    padding: 1em 0;
    position: relative;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.customization-page .customization-4 .bottom .left .list ul li em {
    color: #bfbfbf;
}

.customization-page .customization-4 .bottom .left .list ul li:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 300%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    z-index: -1;
}

.customization-page .customization-4 .bottom .left .list ul li .des {
    font-size: 20px;
    color: black;
    font-weight: normal;
    padding-left: 45px;
    margin-top: 15px;
    display: none;
}

.customization-page .customization-4 .bottom .left .list ul li.active,
.customization-page .customization-4 .bottom .left .list ul li:hover {
    color: var(--color);
}

.customization-page .customization-4 .bottom .right {
    margin-top: 35px;
    margin-right: 45px;
    width: 32%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.customization-page .customization-4 .bottom .right .img {
    height: 450px;
    background-size: cover;
    background-position: center center;
    display: block;
}

.customization-page .customization-5 {
    padding: 130px 0 90px;
    text-align: center;
    color: white;
    background-image: url("../images/service-3-bg.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.customization-page .customization-5 span.h2 {
    margin-bottom: 1.2em;
    line-height: 1.4;
    font-size: 48px;
}

.customization-page .customization-5 a.more {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
}

.customization-page .customization-5 a.more:hover {
    color: white;
}

.customization-page .customization-6{
  background-color: #f8fbff;
}

.customization-page .customization-6 ul {
    margin: -12px;
}

.customization-page .customization-6 ul li {
    padding: 12px;
}
.customization-page .customization-6 ul li .img-box {
    border-radius: 20px;
}
.customization-page .customization-6 ul li .img-box img {
    border-radius: 20px;
}

.customization-page .customization-6 ul li .title {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 20px;
}

@media screen and (max-width: 1700px) {

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 20px;
    }

    .customization-page .customization-3 .list ul li span.num {
        font-size: 36px;
    }

    .customization-page .customization-3 .list {
        margin-top: 50px;
    }

    .customization-page .customization-4 .bottom .left .list ul li {
        font-size: 24px;
    }

    .customization-page .customization-4 .bottom .right {
        width: 27%;
    }

    .customization-page .customization-4 .bottom .right .img {
        height: 360px;
    }
}

@media screen and (max-width: 1450px) {
    .customization-page .customization-1 .left .img {
        height: 600px;
    }

    .customization-page .customization-2 .content ul li .ig {
        padding: 40px 30px 30px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 32px;
    }

    .customization-page .customization-3 .list ul li span.num {
        font-size: 32px;
    }

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 18px;
    }

    .customization-page .customization-3 .list {
        margin-top: 30px;
    }

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 16px;
    }

    .customization-page .customization-4 .bottom .left .list ul li {
        font-size: 20px;
    }

    .customization-page .customization-4 .bottom .right {
        width: 24%;
    }

    .customization-page .customization-4 .bottom .right .img {
        height: 300px;
    }
}

@media screen and (max-width: 1250px) {
    .customization-page .customization-2 .content ul li .ig {
        padding: 40px 20px 30px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 29px;
    }

    .customization-page .customization-3 .list ul li span.h6 {
        font-size: 14px;
        line-height: 28px;
    }

    .customization-page .customization-4 .bottom .right {
        margin-top: 20px;
        margin-right: 20px;
    }
    .customization-page .customization-4 .bottom .left .list ul li .des {
    font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .customization-page .customization-1 .right {
        padding: 0;
        width: 100%;
    }

    .customization-page .customization-1 .left {
        display: none;
    }

    .customization-page .customization-2 .header .title {
        font-size: 70px;
    }

    .customization-page .customization-2 .content ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }

    .customization-page .customization-2 .content ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .customization-page .customization-2 .content ul li.active {
        width: 50%;
    }

    .customization-page .customization-2 .content ul li .ig .con {
        opacity: .65;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .customization-page .customization-2 .content ul li .ig {
        padding: 30px 20px 20px;
    }

    .customization-page .customization-2 .content ul li .ig .con {
        font-size: 17px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 26px;
    }

    .customization-page .customization-3 .list ul li {
        width: 25%;
    }

    .customization-page .customization-3 .list ul li:last-child span.num:after {
        display: inline-block;
    }

    .customization-page .customization-3 .list ul li span.num {
        font-size: 28px;
    }

    .customization-page .customization-4 .bottom .right .img {
        height: 200px;
    }
}

@media screen and (max-width: 700px) {
    .customization-page .customization-2 .header .title {
        font-size: 53px;
    }

    .customization-page .customization-2 .content ul li .ig i {
        zoom: .7;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        font-size: 24px;
        margin-top: 0;
    }

    .customization-page .customization-2 .content ul li .ig .num {
        bottom: 0;
    }
        .customization-page .customization-4 .bottom .left .list ul li .des {
    font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .customization-page .customization-2 .header .title {
        font-size: 36px;
    }

    .customization-page .customization-2 .content ul li,
    .customization-page .customization-2 .content ul li.active {
        width: 100%;
    }

    .customization-page .customization-2 .content ul li .ig {
        height: auto;
        padding: 20px 15px;
    }

    .customization-page .customization-2 .content ul li .ig .tit {
        line-height: 1.5;
    }

    .customization-page .customization-2 .content ul li .ig .con {
        font-size: 16px;
        line-height: 1.8;
    }

    .customization-page .customization-3 .list ul li {
        width: 100%;
    }

    .customization-page .customization-3 .list ul li .num_box:before,
    .customization-page .customization-3 .list ul li .num_box:after {
        display: none;
    }

    .customization-page .customization-4 .bottom {
        display: block;
    }

    .customization-page .customization-4 .bottom .right {
        width: 100%;
    }

    .customization-page .customization-4 .bottom .left {
        padding-right: 0;
    }

    .customization-page .customization-4 .top {
        display: block;
    }

    .customization-page .customization-4 .top .right {
        margin-top: 10px;
    }
}

/*-------------------------------customization page start-------------------------------*/

@media (max-width: 1250px) {
    #innerMobileBanner {
        margin-top: 60px;
    }
}



.manufacturing-page .manufacturing-1 {
  padding: 90px 0 70px;
}
.manufacturing-page .manufacturing-1 .left {
  padding-right: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .left .text {
font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
  margin: 1em 0 2em;
}
.manufacturing-page .manufacturing-1 .right {
  padding-left: 3%;
  vertical-align: bottom;
  margin-bottom: 6px;
}
.manufacturing-page .manufacturing-1 .right .list ul {
  margin: -40px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-1 .right .list ul li {
  padding: 40px 15px;
  width: auto;
  min-width: 41%;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 60px;
  color: var(--color);
  display: block;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
  font-size: 0.78333333em;
  font-weight: normal;
  vertical-align: baseline;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
  font-size: 0.46666667em;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .list ul li p {
  font-size: 20px;
  color: #242424;
}
.manufacturing-page .manufacturing-2 {
  padding-bottom: 90px;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -23px;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 23px;
}
.manufacturing-page .manufacturing-2 .list ul li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.manufacturing-page .manufacturing-2 .list ul li a img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-2 .list ul li a span {
  display: block;
font-size: 20px;
    text-transform: capitalize;
  padding: .5em;
  text-align: center;
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-2 .list ul li p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.manufacturing-page .manufacturing-3 {
  padding: 95px 0 105px;
  background: url("../images/manufacturing-3-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-3 .box {
  margin-left: 55%;
}
.manufacturing-page .manufacturing-3 .box .text {
    font-size: 18px;
    color: #626262;
    line-height: 1.8;
  padding-right: 1em;
  max-height: 11.2em;
  margin-top: 1.3em;
  overflow: auto;
}
.manufacturing-page .manufacturing-4 {
  padding-top: 100px;
  text-align: center;
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 50px;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5d1d8;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -8px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 8px;
}
.manufacturing-page .manufacturing-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #bfbfbf;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6 {
  font-size: 24px;
  color: #242424;
  padding: 1.2em 0 .8em;
  display: block;
  line-height: 1.2;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f9bc62;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.manufacturing-page .manufacturing-5 {
  padding: 120px 0 80px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .list {
  margin-top: 50px;
}
.manufacturing-page .manufacturing-5 .list ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-5 .list .slick-track {
  margin-left: 0;
}
.manufacturing-page .manufacturing-6 {
  padding: 100px 0 75px;
  background: url("../images/manufacturing-6-bg.jpg") center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-6 .left {
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-6 .left .img {
  margin-right: -7%;
  margin-left: -5%;
}
.manufacturing-page .manufacturing-6 .right {
  vertical-align: bottom;
  padding-left: 4%;
  margin-bottom: 25px;
}
.manufacturing-page .manufacturing-6 .right .slide {
  margin-top: 60px;
}
.manufacturing-page .manufacturing-6 .right .slide:first-child {
  margin-top: 0;
}
.manufacturing-page .manufacturing-6 .right span.h4 {
  font-weight: bold;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em;
}
.manufacturing-page .manufacturing-6 .right .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manufacturing-page .manufacturing-6 .right .color span {
  font-size: 20px;
  padding: .4em;
  border-radius: 2em;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  margin-right: .5em;
}
.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-6 .right .color span em {
  margin-right: 2em;
}
.manufacturing-page .manufacturing-6 .right .color span:hover,
.manufacturing-page .manufacturing-6 .right .color span.active {
  background: white;
}
.manufacturing-page .manufacturing-6 .right .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-6 .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
.manufacturing-page .manufacturing-6 .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-6 .right .select span.active i,
.manufacturing-page .manufacturing-6 .right .select span:hover i {
  background-color: white;
}
.manufacturing-page .manufacturing-6 .right a.more {
  margin-top: 2.5em;
}
.manufacturing-page .manufacturing-7 {
  padding: 100px 0 0px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .text,
.manufacturing-page .manufacturing-7 .text {
  max-width: 1200px;
  display: block;
    font-size: 18px;
    color: #626262;
    line-height: 1.6;
  margin: 1em auto 2em;
}

@media screen and (max-width: 1600px) {
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 48px;
  }

  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 18px;
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 22px;
  }

  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 16px;
  }

  .manufacturing-page .manufacturing-6 .right .color span i {
    width: 1.8em;
    height: 1.8em;
  }

  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px;
  }

  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 90px;
    height: 90px;
  }

  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px;
  }

  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 16px;
  }

  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 20px;
  }

  .manufacturing-page .manufacturing-5 {
    padding: 80px 0;
  }

  .manufacturing-page .manufacturing-5 .list {
    margin-top: 30px;
  }

  .manufacturing-page .manufacturing-6 {
    padding: 50px 0;
  }

  .manufacturing-page .manufacturing-7 {
    padding: 70px 0;
  }

  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 15px;
  }

  .manufacturing-page .manufacturing-2 .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1450px) {
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 38px;
  }
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 16px;
  }

  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 10px;
  }

  .manufacturing-page .manufacturing-2 .list ul {
    margin: -10px;
  }

  .manufacturing-page .manufacturing-1 {
    padding: 50px 0;
  }

  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 20px 15px;
  }

  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -20px -15px;
  }

  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 14px;
  }

  .manufacturing-page .manufacturing-3 {
    padding: 60px 0;
  }

  .manufacturing-page .manufacturing-4 {
    padding-top: 60px;
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 18px;
  }

  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }

  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 16px;
  }

  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
     .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 14px;
  }

  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
    .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 24px;
  }

  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 16px;
  }

  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 16px;
  }

  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .manufacturing-page .manufacturing-2 {
    padding-bottom: 60px;
  }

  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 5px;
  }

  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -5px;
  }

  .manufacturing-page .manufacturing-5 {
    padding: 40px 0;
  }

  .manufacturing-page .manufacturing-5 .list ul li {
    padding: 5px;
  }

  .manufacturing-page .manufacturing-5 .list ul {
    margin: -5px;
  }

  .manufacturing-page .manufacturing-6 .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }

  .manufacturing-page .manufacturing-6 .left {
    width: 100%;
  }

  .manufacturing-page .manufacturing-6 .left .img {
    margin: 0;
  }

  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 15px;
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 16px;
  }

  .manufacturing-page .manufacturing-6 .right span.h4 {
    margin-bottom: .6em;
  }

  .manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 700px) {
      .manufacturing-page .manufacturing-3 .box {
    margin-left: 25%;
  }
}
@media screen and (max-width: 500px) {
      .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 14px;
  }

  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 60px;
    height: 60px;
  }

  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }

  .manufacturing-page .manufacturing-7 {
    padding: 40px 0;
  }
}

.tips {
    text-transform: uppercase;
    color: var(--color);
    line-height: 1.8;
}

.solution-page{
    background-color: #f8fbff;
}
.solution-page .solution-1 .list a {
    height: 420px;
    padding: 5% 8%;
    color: white;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.solution-page .solution-1 .h2{
  font-weight: 600;
}
.solution-page .solution-1 .list a {
  height: 420px;
  padding: 5% 8%;
  color: white;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.solution-page .solution-1 .list a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.solution-page .solution-1 .list a:hover:before {
  opacity: 0;
}
@media screen and (max-width: 1700px) {
  .solution-page .solution-1 .list a {
    height: 360px;
  }
}

@media screen and (max-width: 1000px) {
  .solution-page .solution-1 .list a {
    height: 300px;
  }
}


.solutiondet-page .init-1 .container .left {
  vertical-align: middle;
  padding-right:30px;
  position: relative;
}

.solutiondet-page .init-1 .container .left .btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  color: #a5a5a5;
  font-size: 60px;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
  transform: translateY(-50%);
}

.solutiondet-page .init-1 .container .left .btn:hover {
  color: #e62923;
}

.solutiondet-page .init-1 .container .left .prev {
  left: 0;
}

.solutiondet-page .init-1 .container .left .slick li .box {
  position: relative;
}

.solutiondet-page .init-1 .container .left .slick li .box .img {
  display: block;
}

.solutiondet-page .init-1 .container .left .slick li .box .img img {
  width: 100%;
}

.solutiondet-page .init-1 .container .left .slick li .box .play {
  width: 80px;
  height: 80px;
  position: absolute;
  line-height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .ling:first-child {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  background-color: #e62923;
  border: 1px solid #e62923;
  text-align: center;
  border-radius: 50%;
}

.solutiondet-page .init-1 .container .left .slick li .box .play .cont i {
  margin-left: 4px;
}

.solutiondet-page .init-1 .container .left .slick li .box .play:hover .cont {
  color: #e62923;
  background-color: #fff;
}

.solutiondet-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 30px;
}

.solutiondet-page .init-1 .container .right .cat_name {
  color: #e62923;
  display: inline-block;
  border-bottom: 1px solid #e62923;
  line-height: 1;
}

.solutiondet-page .init-1 .container .right .title {
  margin-top: 20px;
  font-weight: bold;
}

.solutiondet-page .init-1 .container .right .des {
  color: #393939;
  line-height: 1.8;
  margin-top: 30px;
}

.solutiondet-page .init-1 .container .right .more_c {
  margin-top: 10px;
}

.solutiondet-page .init-1 .container .right .more_c .more {
  margin: 30px 30px 0 0;
  display: inline-block;
  margin-top: 40px;
  padding: 14px 33px;
  border-radius: 4px;
  border: 1px solid #7d7d7d;
}

.solutiondet-page .init-1 .container .right .more_c .more .fa-long-arrow-right:before {
  margin-left: 20px;
}

.solutiondet-page .init-1 .container .right .more_c .more span,
.solutiondet-page .init-1 .container .right .more_c .more img {
  vertical-align: middle;
  font-size: 18px;
}

.solutiondet-page .init-1 .container .right .more_c .more img {
  margin-left: 20px;
  width: 20px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.solutiondet-page .init-1 .container .right .more_c .more:hover {
  background-color: #e62923;
  color: #fff;
  border-color: #e62923;
}

.solutiondet-page .init-1 .container .right .more_c .more:hover img {
  -webkit-filter: grayscale(0) brightness(6);
  filter: grayscale(0) brightness(6);
}
.solutiondet-page .init-2 .container .title_list {
  border-bottom: 1px solid #e62923;
}

.solutiondet-page .init-2 .container .title_list .list {
  font-weight: bold;
  background-color: #e62923;
  border: 1px solid #e62923;
  color: #fff;
  padding: 10px 50px;
  width: auto;
  margin-right: 40px;
  cursor: pointer;
}

.solutiondet-page .init-2 .container .title_list .list.active {
  background-color: #fff;
  color: #e62923;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.solutiondet-page .init-2 .container .content_list {
  padding-top: 50px;
}

.solutiondet-page .init-2 .container .content_list .list {
  font-size: 18px;
  line-height: 1.8;
  display: none;
}

.solutiondet-page .init-2 .container .content_list .list table {
  border: none;
  width: 100% !important;
}

.solutiondet-page .init-2 .container .content_list .list table tr {
  background-color: #fff;
}

.solutiondet-page .init-2 .container .content_list .list table tr td {
  border: 1px solid #3b3b3b;
  padding: 10px;
  min-width: 120px;
}

@media screen and (max-width: 1000px) {
  .solutiondet-page .init-1 .container .left {
    width: 100%;padding-right: 0;
  }

  .solutiondet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    padding-left: 0;
  }

  .solutiondet-page .init-2 .container .title_list .list {
    margin-right: 10px;
  }

  .solutiondet-page .init-2 .container .title_list .list p {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .product-cat-page .product-cat-1 .list a {
    height: 240px;
  }

  .solutiondet-page .init-1 .container .left .next {
    right: 0;
  }

  .solutiondet-page .init-1 .container .right .more_c .more {
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 16px;
    border-radius: 4px;
  }

  .solutiondet-page .init-2 .container .title_list {
    border: none;
  }

  .solutiondet-page .init-2 .container .title_list .list {
    padding: 6px 12px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
  }

  .solutiondet-page .init-2 .container .title_list .list p {
    font-size: 18px;
  }

  .solutiondet-page .init-2 .container .content_list {
    padding-top: 30px;
  }
}


.pro_public .init-related {
  background-color: #f8fbff;
}

.pro_public .init-related .container .tips {
  text-align: center;
}

.pro_public .init-related .container .content {
  margin-top: 40px;
}

.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}

.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}

.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 10px;
}

.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}

.pro_public .init-related .container .content .slick li .box .text:hover {
  color: #e62923;
}
@media (max-width: 1000px) {
      .pro_public .init-related .container .content .slick li .box .text {
    text-align: center;
  }

  .pro_public .init-related .container .content .slick .slick-list {
    margin: 0 -10px;
  }

  .pro_public .init-related .container .content .slick li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
      .pro_public .init-related .container .content {
    margin-top: 20px;
  }

  .pro_public .init-related .container .content .slick li .box .img {
    padding: 16px;
  }
}
.m-link a{
    display: block;
}



.inner-page.about-page{
  background-color: #f8fbff;
}

.inner-page.about-page.download .download-1 li {
  line-height: 2;
  overflow: hidden;

}

.inner-page.about-page.download .download-1 li .top {
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  background: #f0f0f0;
  font-size: 16px;
}

.inner-page.about-page.download .download-1 li .bottom {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.inner-page.about-page.download .download-1 li .bottom p {
  width: 20%;
  float: left;
  border: 1px solid #f0f0f0;
  padding: 5px 15px;
  font-size: 14px;
  color: #555;
}

.inner-page.about-page.download .download-1 li .bottom i.fa {
  font-size: 18px;
  color: #00a0e9;
}

.inner-page.about-page.download .download-1 .item-top p {
  float: left;
  text-align: center;
  width: 20%;
  padding: 20px 15px;
  background: #d42633;
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #FFF;
}

.inner-page.about-page.download .download-1 .item-top {
  overflow: hidden;
}

.inner-page.about-page.download label.selectAlll {
  overflow: hidden;
  float: left;
  /*width: 100%;*/
  margin-bottom: 15px;
  font-size: 18px;
  color: #d42633;
  margin-left: 30px;
}

.inner-page.about-page.download label.selectAlll input {
  margin-right: 10px;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  background-color: white;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  margin-top: -4px;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"]:checked {
  background-color: #d42633;
  border: 1px solid #d42633;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .ui.container {
  max-width: 1480px;
  width: 100%;
}

.download .search-box2 {
  margin: 30px 0;
}

.download .search-box2 #search {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0px 20px 0;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.download .search-box2 #search::-moz-placeholder {
  color: gray;
}

.download .search-box2 #search::-webkit-input-placeholder {
  color: gray;
}

.download .search-box2 #search::placeholder {
  color: gray;
}

.download .search-box2 span {
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
}

.download .search-box2 span em {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
  font-size: 14px;
  line-height: 28px;
}

.download .search-box2 span i {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  width: 20px;
  height: 26px;
}

.download .search-box2 .hz {
  padding: 10px;
  border: 1px solid #aaa;
  border-top: 0;
  display: none;
}

.download .search-box2 .hz input {
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  height: 32px;
  font-size: 14px;
}

.download .filterSingleBox {
  margin-bottom: 1rem;
}

.download .filterSingleBox li ul {
  margin-right: -20px;
}

.download .filterSingleBox li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 20px;
  width: 24%;
  /*padding-top: 15px;*/
}

.download .filterSingleBox li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: -5px;
}

.download .filterSingleBox li input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  background-color: white;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  margin-top: -4px;
}

.download .filterSingleBox li input[type="checkbox"]:checked {
  background-color: #d42633;
  border: 1px solid #d42633;
}

.download .filterSingleBox li input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .download-1 {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.download .download-1 ul li {
  display: none;
}

.inner-page.news-page{
 background-color: #f8fbff;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
  color: #00a0e9;
}

#fullpage .section:nth-child(2) .init-1 .container .right .solutionBox ul li .box {
  border: 5px solid rgba(255, 255, 255, 1);
  overflow: hidden;
}


.inner-page.about-page.download .download-1 li .bottom p:hover i {
  color: #45b035;
}

.inner-page.about-page.download .download-1 li .bottom:nth-child(even) {
  background: #fbfbfb;
}

.download .ui.container {
  max-width: 1480px;
}


.inner-page.about-page.download .table {
  padding: 3rem 0 6rem;
  background: #f8fbff;
}

.inner-page.about-page.download .table th {
  text-align: center;
  width: 20% !important;
  padding: 20px 15px;
  background: #d42633;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  border: none;
  font-weight: bold;
  border-right: 1px solid #fff;
}

.inner-page.about-page.download .table #top td {
  border: 1px solid #f0f0f0;
  padding: 20px 15px;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.inner-page.about-page.download .table #info {
  width: 100%;
  background: #fff;
}

.inner-page.about-page.download .table #info:nth-child(even) {
  background: #fbfbfb;
}

.inner-page.about-page.download .table #info td,
th {
  width: 20% !important;
  /*float: left;*/
  border: 1px solid #f0f0f0;
  padding: 18px 15px;
  font-size: 14px;
  line-height: 2;
  color: #555;
  font-weight: 500;
  text-align: center;
}

.inner-page.about-page.download .table #info i.fa {
  font-size: 18px;
  color: #d42633;
  line-height: 32px;
}

@media screen and (max-width: 1000px) {
  .download .filterSingleBox li {
    width: 33%;
  }
}

@media screen and (max-width: 700px) {
  .download .filterSingleBox li {
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .download .filterSingleBox li {
    width: 100%;
  }
}

.inner-page.about-page.download .table table {
  max-height: 485px;
}