@font-face {
  font-family: "Leigo";
  src: url("../fonts/LeigoRegular.eot") format("eot"), url("../fonts/LeigoRegular.woff2") format("woff2"), url("../fonts/LeigoRegular.woff") format("woff"), url("../fonts/LeigoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo";
  src: url("../fonts/Baloo2-Medium.eot") format("eot"), url("../fonts/Baloo2-Medium.woff2") format("woff2"), url("../fonts/Baloo2-Medium.woff") format("woff"), url("../fonts/Baloo2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo";
  src: url("../fonts/Baloo2-Regular.eot") format("eot"), url("../fonts/Baloo2-Regular.woff2") format("woff2"), url("../fonts/Baloo2-Regular.woff") format("woff"), url("../fonts/Baloo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo";
  src: url("../fonts/Baloo2-Bold.eot");
  src: url("../fonts/Baloo2-Bold.eot") format("eot"), url("../fonts/Baloo2-Bold.woff2") format("woff2"), url("../fonts/Baloo2-Bold.woff") format("woff"), url("../fonts/Baloo2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Baloo";
  max-width: 1920px;
  --color: #49bcb2;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1710px;
  margin: auto;
  width: 100%;
}
.more {
  width: 226px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  border-radius: 20px;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.more:hover {
  background: #ffffff;
  color: var(--color);
}
.lei {
  font-family: "Leigo";
}
#header {
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 22px 28px 0px rgba(32, 32, 32, 0.05);
  box-shadow: 1px 22px 28px 0px rgba(32, 32, 32, 0.05);
}
#header .nav {
  padding: 14px 0;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  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 .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  /*text-transform: capitalize;*/
  text-transform: uppercase;
  padding: 15px 0
  
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  font-size: 18px
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 20px;
}
#header .nav .ui.menu .h-language span img {
  width: 19px;
  margin-right: 4px;
}
#header .nav .ui.menu .h-language span i {
  font-size: 16px;
}
#header .nav .ui.menu .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: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 25px;
  height: 57px;
  line-height: 57px;
  border-radius: 28px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: -50px;
}
#header.active .nav::after {
  width: 100%;
}
#header .nav-list{
position: absolute;
top:80%;
background: #ffffff;
 box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.2);
 width: 80%;
 left: 50%;
 transform: translateX(-50%);
 z-index: 3;
 display: none
 
}
#header .nav-list img{
  width: 100%
}
#header .nav-list li .box{
  position: relative;
  display: block;
}
#header .nav-list .text{
  width: 60%;
    position: absolute;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
 transition: .5s;
 padding-right: 20px
}
#header .nav-list li .box:hover .text{
  color: var(--color)
}
#pups_from {
  z-index: 9999 !important;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .text {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
}
#banner .text .box {
  width: 50%;
}
#banner .text .box .title {
  line-height: 1;
  color: var(--color);
}
#banner .text .box .more {
  height: 54px;
  line-height: 54px;
  border-radius: 20px;
}
#banner .text .box .cont {
  max-width: 640px;
  color: #ffffff;
  line-height: 1.1;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lh-1 {
  line-height: 1;
}
.col {
  color: var(--color);
}
.col2 {
  color: #505050;
}
#index-body .product {
  background: url(../images/bg.jpg) no-repeat top left / 100% 100%;
  position: relative;
  margin-bottom: 36px;
}
#index-body .product .box {
  background: #fff;
  border: 1px solid #ffffff;
  position: relative;
}
#index-body .product .box .more {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: rgba(73, 188, 178, 0.2);
  border: 1px solid rgba(73, 188, 178, 0.2);
  color: #505050;
  height: 53px;
  line-height: 53px;
  border-radius: 20px;
  opacity: 0;
}
#index-body .product .box .more:hover {
  background: none;
  border: 1px solid var(--color);
}
#index-body .product .box:hover .more {
  opacity: 1;
}
#index-body .product .img-box {
  display: block;
  padding: 0 0 40px;
}
#index-body .product .img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#index-body .product .bg {
  position: absolute;
  right: 0;
  bottom: -36px;
  width: 100%;
}
#index-body .product .bg img {
  display: block;
  margin: 0 0 0 auto;
}
#index-body .init-1 {
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat top left / 100% 100%;
}
#index-body .mark {
  background: url(../images/bg4.jpg) no-repeat top left / 100% 100%;
}
#index-body .mark .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
  height: auto
}
#index-body .mark ul li {
  padding: 6px;
}
#index-body .mark ul li img {
  border-radius: 20px;
}
#index-body .init-1 .more{
  margin: 0 auto
}
#index-body .init-1 .list {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
#index-body .init-1 ul{
  opacity: 0
}
#index-body .init-1.active ul{
  opacity: 1
}
#index-body .init-1.active .list li {
  -webkit-animation: op 1.5s 1 forwards;
  -moz-animation: op 1.5s 1 forwards;
  animation: op 1.5s 1 forwards;
  opacity: 0;
}
#index-body .init-1 .list canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .init-1 .list li .dots {
  position: relative;
  z-index: 1;
}
#index-body .init-1 .list li .dots:before {
  content: "";
  width: 0.1em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.05em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, transparent, var(--color));
  background-image: -moz-linear-gradient(bottom, transparent, var(--color));
  background-image: linear-gradient(to top, transparent, var(--color));
  z-index: -1;
}
#index-body .init-1 .list li .dots i {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: relative;
  display: block;
}
#index-body .init-1 .list li .text {
  width: 120%;
}
#index-body .init-1 .list li .content img {
  border-radius: 20px;
}
#index-body .init-1 .list li .dots i:before,
#index-body .init-1 .list li .dots i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-1 .list li .dots i:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-1 .list li .content span.h6 {
  line-height: 1;
}
#index-body .init-1 .list li:nth-child(2) {
  margin-top: 11.33333333em;
}
#index-body .init-1 .list li:nth-child(3) {
  margin-top: 1em;
}
#index-body .init-1 .list li:nth-child(4) {
  margin-top: 16.33333333em;
}
#index-body .init-1 .list li:nth-child(5) {
  margin-top: 0.33333333em;
}
#index-body .init-1 .list li:nth-child(6) {
  margin-top: 11em;

}
#index-body .init-1 .list li:nth-child(7) {
  margin-top: -1em;
}
#index-body .init-1.active .list li:nth-child(2) {

  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
#index-body .init-1.active .list li:nth-child(3) {

  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
#index-body .init-1.active .list li:nth-child(4) {

  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}
#index-body .init-1.active .list li:nth-child(5) {

  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
}
#index-body .init-1.active .list li:nth-child(6) {
 
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}
#index-body .init-1.active .list li:nth-child(7) {
  margin-top: -1em;
}

#index-body .init-1.active .list li:nth-child(even) .dots {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
strong {
  font-weight: bold;
}
#footer {
  background: url(../images/bg5.jpg) no-repeat top left / 100% 100%;
  color: #fff;
  position: relative;
}
#footer .f-img{
  position: absolute;
  bottom: 0;
  left: 0
}
#footer .back{
  position: absolute;
  text-align: center;
  right: 30px;
  top: 70px;
  cursor: pointer;
}
#footer .f-form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-form ul {
  position: relative;
}
#footer .f-form li {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
#footer .f-form li input {
  height: 70px;
  width: 100%;
  padding: 0 20px;
  background: none;
  border: none;
}
#footer .f-form li input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#footer .f-form li input:-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#footer .f-form li input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#footer .f-form li input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#footer .f-form li input::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
#footer .f-form .i1 {
  width: 18%;
}
#footer .f-form .i2 {
  width: 35%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
}
#footer .f-form .submit {
  width: 119px;
  height: 47px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #000;
  position: absolute;
  right: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-form .submit input {
  height: 47px;
}
#footer .f-form .submit:hover {
  background: #000;
  color: #ffffff;
}
/*#footer .f-box .left {
  width: 16%;
}
#footer .f-box .right {
  width: 82%;
}*/
/*#footer .f-box .f-nav .right ul {
  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;
}*/
#footer .f-box .right ul li {
  margin-bottom: 1em;
}
#footer .f-box .f-nav{
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .f-box .f-nav .right ul li .sub-menu{
  display: none
}
#footer .f-box .f-nav .right ul li a {
  position: relative;
}
#footer .f-box .f-nav .right ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-nav .right ul li a:hover::after {
  width: 100%;
}
#footer .f-box .f-contact .right ul li{
  display: flex;
}
#footer .f-box .f-contact .right ul li span{
  flex: 1
}
#footer .f-box .f-contact .right ul li .img{
  width: 26px;
  margin-right: 5px;
  padding-top: 5px
}
#footer .f-box .f-code #ewm {
  width: 155px;
  height: 155px;
  border: 3px solid #ffffff;
}
#footer .f-box .f-code .share {
  display: flex;
  justify-content: space-between;
  align-items: center
}
#footer .f-box .f-code .right{
  max-width: 155px
}
#footer .f-box .f-code .share a:hover .iconfont {
  color: #000;
}
#footer .f-box .f-code .share .iconfont {
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-contact .right {
  line-height: 2;
}
#footer .f-copy {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .chat {
    zoom: 0.7;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #footer .f-box .f-nav .right ul li {
    margin-right: 55px;
  }
  #footer .f-box .f-nav{
   padding-left: 80px;
   padding-right: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #banner .text .box {
    width: 60%;
  }
  #index-body .product .bg {
    zoom: 0.7;
  }
  #footer .f-box .f-nav .right ul li {
    margin-right: 35px;
  }
  #banner{
    margin-top: 0
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #footer {
    padding-top: 100px;
  }
  #footer .f-form .i1 {
    width: 48%;
  }
  #footer .f-form .i2 {
    width: 48%;
    margin-top: 20px;
  }
  #footer .f-form .submit {
    bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .f-img{
    zoom: 0.6
  }
  #banner{
    margin-top: 0
  }
  #banner .text .box .title{
    font-size: 40px
  }
  #banner .text .box .cont{
    margin-top: 40px
  }
  #footer .back{
    top: 40px;
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .init-1 .list li {
    margin-top: 0 !important;
    width: 300px;
  }
  #index-body .init-1 .list {
    background-image: none !important;
    overflow: auto;
    padding: 20px 0;
  }
  #index-body .init-1 .list canvas {
    display: none !important;
  }
  #index-body .init-1 .list .ui.container {
    width: 2000px;
    max-width: none;
  }
  #index-body .init-1 .list li:nth-child(even) .dots {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #banner .text .box {
    width: 70%;
  }
  #index-body .init-1 .list li .content span.h6 {
    font-size: 18px;
  }
  #index-body .product .bg {
    display: none;
  }
  #index-body .init-1 .list li {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    opacity: 1;
  }
  #footer .f-form .i1 {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-form .i2 {
    width: 100%;
    margin-top: 0;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .left {
    margin-bottom: 20px;
  }
  #footer .f-box .f-code  {
    display: none;
  }
    #footer .f-box{
      padding: 35px 0;
    }
  .font-22 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 16px;
  }

  .inner-banner {
    margin-top: 60px;
  }
  #footer {
    background: var(--color);
    margin-top: 0;
  }
  #index-body .mark {
    background: #eee;
  }
  #index-body .product {
    background: #eee;
    margin-top: 0;
  }
  #index-body .init-1 .list li .content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 700px) {
  #banner .text .box .cont {
    margin-top: 30px;
  }
  .more {
    zoom: 0.6;
  }
  #banner .text .box {
    width: 100%;
  }
  #banner .text .box .title {
    width: 60%;
  }
  #footer .f-img{
    display: none
  }
  #banner .text .box .title{
    font-size: 30px
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  
  #banner .text .box .title {
    font-size: 22px;
  }
  #banner .text .box .cont {
    font-size: 14px;
  }
  #banner .text {
    bottom: 0;
  }
  #banner .text .box .title {
    margin-bottom: 10px;
  }
  #banner .text .box .cont {
    margin-top: 20px;
  }
  .more{
    zoom: 0.5
  }
}
/*inner*/
#innerMobileBanner{
  padding-top: 30px
}
#innerMobileBanner .title{
  font-size: 26px
}
#innerMobileBanner .mbx{
  font-size: 20px
}
@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.inner-banner {
  height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  color: #fff;
  text-align: center;
  position: relative;
  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;
}

.inner-banner .bg {
  position: absolute;
  left: 0;
  bottom: -2px;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
.inner-banner .tit {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
    margin: 0 auto;
  margin-bottom: 17px;
  max-width: 900px;

  /*text-transform: uppercase;*/
}
.inner-banner .search {
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form {
  width: 100%;
  position: relative;
}
.inner-banner .search input {
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/search1.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.inner-banner .arrow {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media screen and (max-width: 1440px) {
    .inner-banner {
    height: 570px;
  }
}
@media screen and (max-width: 1280px) {
    .inner-banner {
    height: 540px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    background-size: auto 50%;
  }
  .inner-banner .tit {
    font-size: 36px;
  }

  .inner-banner .search input {
    height: 55px;
  }
  .inner-banner .search {
    margin-top: 10px;
  }

}
@media screen and (max-width: 700px) {
  .inner-banner {
    background-size: auto 60%;
  }
  .inner-banner .tit {
    font-size: 20px;
    margin-top: 5px;
  }
  .inner-banner .bg {
    bottom: -1px;
  }
  .inner-banner .search {
    display: none;
  }
  .inner-banner .search input {
    padding-left: 30px;
  }
  
}

@media screen and (max-width: 500px) {
  .inner-banner .tit{
    font-size: 18px
  }
  .inner-banner {
    height: 180px;
    background-size: auto 43%;
  }
  .inner-banner.prodet-banner {
    /*background: white;
    color: black;
    background-image: none;*/
    height: 240px;
  }
  /*.inner-banner.product-banner{
    height: 240px;
  }*/
  .inner-banner .arrow {
    display: none;
  }

  .inner-banner .mbx {
    font-size: 14px;
  }
  
  
}

.contact-page {
  padding: 96px 0 0;
}
.contact-page .ui.container {
  /*max-width: 1230px;*/
  width: 100%;
}
.contact-page .contact-1 .left {
  width: 50%;
  /*padding-top: 2*16px;*/
  padding-right: 32px;
  /*padding-left: 30px;*/
}
.contact-page .contact-1 .left h3 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}
.contact-page .contact-1 .left ul {
  margin-top: 44.8px;
}
.contact-page .contact-1 .left ul li {
  margin-bottom: 38.4px;
}
.contact-page .contact-1 .left ul li span {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .left ul li span svg {
  width: 44px;
  height: 44px;
}
.contact-page .contact-1 .left ul li .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid;
  width: 84%;
}
.contact-page .contact-1 .left ul li .text h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
}
.contact-page .contact-1 .left ul li .text p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 5px;
}
.contact-page .contact-1 .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .left .share {
  margin-top: 40px;
}
.contact-page .contact-1 .left .share dd {
  display: inline-block;
  width: 33.6px;
  height: 33.6px;
  border-radius: 50%;
  text-align: center;
  line-height: 33.6px;
  background-color: var(--color);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 5px;
}
.contact-page .contact-1 .left .share dd:last-child {
  margin-right: 0;
}
.contact-page .contact-1 .left .share dd:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.contact-page .contact-1 .right {
  padding-left: 0px;
  width: 100%;
}
.contact-page .contact-1 .right .box {
  background-color: #f8f8f8;
  padding: 32px;
}
.contact-page .contact-1 .right .box h3 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}
.contact-page .contact-1 .right .box form {
  margin-top: 24px;
}
.contact-page .contact-1 .right .box form input[type="text"],
.contact-page .contact-1 .right .box form textarea {
  width: 100%;
  padding: 15px 22px;
  background-color: #fff;
  border-radius: 30px;
  border: none;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .box form em {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--color);
  display: block;
  padding-left: 15px;
  display: none;
}
.contact-page .contact-1 .right .box form textarea {
  height: 130px;
}
.contact-page .contact-1 .right .box form .service {
  position: relative;
}
.contact-page .contact-1 .right .box form .service b {
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 20px;
}
.contact-page .contact-1 .right .box form .service .option {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  display: none;
  font-size: 14px;
}
.contact-page .contact-1 .right .box form .service .option li {
  padding: 5px 10px;
}
.contact-page .contact-1 .right .box form .service .option li:hover {
  background-color: #a7e987;
}
.contact-page .contact-1 .right .box form .date {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}
.contact-page .contact-1 .right .box form .time {
  width: 49.5%;
  display: inline-block;
  position: relative;
}
.contact-page .contact-1 .right .box form .time b {
  position: absolute;
  top: 9px;
  right: 20px;
  font-size: 20px;
}
.contact-page .contact-1 .right .box form .time .options {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  display: none;
  font-size: 14px;
}
.contact-page .contact-1 .right .box form .time .options li {
  padding: 5px 10px;
}
.contact-page .contact-1 .right .box form .time .options li:hover {
  background-color: #a7e987;
}
.contact-page .contact-1 .right .box form input[type="submit"] {
  width: 100%;
  border: none;
  background-color: var(--color);
  text-align: center;
  padding: 13px 30px;
  font-size: 18px;
  border-radius: 50px;
  text-transform: capitalize;
  margin-top: 15px;
  color: #fff;
}
.contact-page .contact-1 .right .box form .ts {
  margin: 24px 7.5px 0;
  padding: 3px 15px;
  border: 2px solid #ffb900;
  font-size: 15px;
  line-height: 1.6;
  display: none;
}
.contact-page .contact-2 {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left{
    width: 100%;
    padding-right: 0;
  }
   .contact-page .contact-1 .map{
    width: 100%;

  }
  .contact-page .contact-1 .right .box form .date,
  .contact-page .contact-1 .right .box form .time {
    width: 100%;
  }
  .contact-page .contact-1 .left ul li span {
    vertical-align: middle;
  }
  .contact-page .contact-1 .left ul li .text {
    width: 80%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .map.column {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-1 .left .share {
    display: none;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.news-page {
  padding-bottom: 110px;
}

.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}

.news-page .content {
  margin-top: 50px;
}
.news-page .content ul {
  display: flex;
  flex-wrap: wrap;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  /*height: 290px;*/
  padding: 30px 50px;
  background-color: #fff;
  height: 100%;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {

  .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
  .m-link {
    text-align: left;
  }
  .news-page .tips_title::before{
    display: none
  }
}
@media screen and (max-width: 500px) {
  
  .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
 
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
  font-weight: bold;
}
.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: 40px;
}
.pro_public .init-related .container .content .slick li .box .img img{
  width: auto;
  display: block;
  margin: 0 auto;
}
.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: var(--primary);
}

.about-page {
    background-color: #faf9f9;
    /*overflow: hidden;*/
    }

.about-page .about-1 {
    background: url(../images/ab-wz.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8.542%;
        background-color: #ffffff;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-1.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 50px
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    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;
    flex-wrap: wrap
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-weight: bold;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(/kukihome/2025/10/13/about2-bg.jpg-2.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;

}
.about-page .about-2 ul li .text .tit {
    line-height: 1.2;
    font-weight: bold;
    color: white;
        padding:230px 0 0  0px;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: white;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}

.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-4 li{
padding: 20px;
border-radius: 20px;
position: relative;
}
.about-page .about-4 li .box{
  position: relative;
  z-index: 4;
  padding: 50px 30px 30px;
}
.about-page .about-4 li .box::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(23, 23, 23, 0.15);
  transform: scale(0.8);
  opacity: 0;
  transition: .5s;
  z-index: -1
}
.about-page .about-4 li .box:hover::after{
opacity: 1;
  transform: scale(1)
}
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    /*color: #007aff;*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    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: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}
.about-page .about-5{
  background: #ffffff
}
.about-page .about-5 .list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.about-page .about-5 .list .item{
  width: 16%
}
.about-page .about-5 .list .item .box{
  position: relative;

}
.about-page .about-5 .list .item .text1 img{
  display: block;
  margin: 0 0 0 auto
}
.about-page .about-5 .list .item .text2{
  position: absolute;

  top: 0;
  height: 100%;
 
  /*overflow: hidden;*/
  z-index: -1
}
.about-page .about-5 .list .item .text2>img{
  position: absolute;
  top: 50%;

  
  transition: .5s;
}
.about-page .about-5 .list .item .text2 .info{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: right;
  padding-left: 45%;
  padding-right: 8%;
   width: 0;
  background: var(--color);
  /*transform: translateX(-100%);*/
  transition: .5s;
  
}
.about-page .about-5 .list .item .text2 .info .p{
  opacity: 0;
  transition: .5s .5s
  
}
.about-page .about-5 .list .item.item1 .text2{
  left: 0;
}
.about-page .about-5 .list .item.item2 .text2{
  right: 0;
  direction: rtl;
}
.about-page .about-5 .list .item.item1 .text2>img{
  left: 0;
  transform: translate(-50%,-50%) scale(0.8);
}
.about-page .about-5 .list .item.item2 .text2>img{
  right: 0;
  transform: translate(50%,-50%) scale(0.8);
}
.about-page .about-5 .list .item.item2 .text2 .info{
  text-align: left;
  padding-right: 45%;
  padding-left: 8%;
  direction: ltr;
}
.about-page .about-5 .list .item:hover .text2{
  z-index: 1
}
.about-page .about-5 .list .item:hover .text2 .info{
  width: 250%;
}
.about-page .about-5 .list .item:hover .text2 .info .p{
    opacity: 1
}
.about-page .about-5 .list .item.item1:hover .text2>img{
   transform: translate(-50%,-50%) scale(1);
}
.about-page .about-5 .list .item.item2:hover .text2>img{
   transform: translate(50%,-50%) scale(1);
}

@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .data ul li {
        padding: 0 20px 0 0;
    }
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
   
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
  
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
        width: 25%
    }
 
    .about-page .about-1 .data ul li p{
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      white-space: nowrap;
    }
    .about-page .about-1 .data ul li:after{
      content: none;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text  {
        padding:40px 0 0  40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
        padding-top: 40px
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
      font-size: 45px !important;
    }
    .about-page .about-1 .data ul li .num{
      font-size: 60px
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-3 .left .title {
        font-size: 53px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    
    .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
        .about-page .about-2 ul li .text .tit{
          padding-top: 20px
        }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .about-5 .list .item .text2{
      height: 150%
    }
    .about-page .about-5{
      padding-bottom: 100px
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
        .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 30px !important;
    }
    .about-page .about-5 .list .item{
      zoom: 0.8
    }

}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
     
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-1 .data ul li{
      width: 100%;
      margin: 10px 0;
    }
     .about-page .about-5 .list .item{
      zoom: 0.5
    }
    .about-page .about-5 .list .item1 .text2 .info{
      padding-left: 49%
    }
   
}
.m-page {
  text-align: center;
  margin-top: 97px
}
.inner-page .title{
  text-align: left
}


.oem-page .oem-1 {

  background: url(/kukihome/2025/10/29/OEM-BG.png) center right no-repeat;
}
.oem-page .oem-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .oem-1 .ui.container .left {
  padding-right: 150px;
}
.oem-page .oem-1 .ui.container .left h3 {
  line-height: 1.64285714;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.oem-page .oem-1 .ui.container .left .content p {
  line-height: 2;
}
.oem-page .oem-dates ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.oem-page .oem-dates li{
  position: relative;
  width: 20%;
  text-align: center
}
.oem-page .oem-dates li p{
  position: absolute;
  /*width: 100%;*/
  text-align: center;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)

}
.oem-page .oem-dates .num{
  line-height: 1;
  color: #c9c9c9;
	opacity: 0.8;
  transition: .5s;
  font-weight: 500
}
.oem-page .oem-dates li:hover .num{
  color: var(--color);
  opacity: 1
}
.oem-page .odm-1 .img-box{
  border-radius: 20px;
  overflow: hidden
}
.oem-page .oem-2 {
  /*padding: 40px;*/
   background: url(../images/about-2-bj.jpg) center center no-repeat;
     background-size: cover;
}
.oem-page .oem-2 .ui.container {
  text-align: left;
}
.oem-page .oem-2 .ui.container .culturebox {
  background-size: cover;
}
.oem-page .oem-2 .ui.container .culturebox ul li .item {
  height: 720px;
  color: #fff;
  position: relative;
  padding: 0 50px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.3);*/
  /*padding-top: 200px;*/
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

@keyframes tops {
  0%{
    top: 0
  }
  100%{
      top: 100%
  }
}

.oem-page .oem-2 .ui.container .culturebox ul li:nth-child(2){
    border-right: 1px solid rgba(255, 255, 255,1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    position: relative
}
.oem-page .oem-2 .ui.container .culturebox ul li:nth-child(2)::after{
  content: '';
  display: block;
  	width: 9px;
	height: 19px;
	background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  animation: tops 8s 1s infinite linear;
}
.oem-page .oem-2 .ui.container .culturebox ul li:nth-child(2)::before{
  content: '';
  display: block;
  	width: 9px;
	height: 19px;
	background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  animation: tops 8s 1.5s infinite linear;
}
.oem-page .oem-2 .ui.container .culturebox{
   border-right: 1px solid rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(255, 255, 255,1);
    position: relative
}
.oem-page .oem-2 .ui.container .culturebox::after{
  content: '';
  display: block;
  	width: 9px;
	height: 19px;
	background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  animation: tops 8s infinite linear;
}

.oem-page .oem-2 .ui.container .culturebox::before{
  content: '';
  display: block;
  	width: 9px;
	height: 19px;
	background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
    animation: tops 8s 2s infinite ease;
}

.oem-page .oem-2 .ui.container .culturebox ul li .item h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.oem-page .oem-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
.oem-page .oem-3 {
  padding: 150px 0;
}
.oem-page .oem-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oem-page .oem-3 .ui.container .left {
  padding-left: 65px;
}
.oem-page .oem-3 .ui.container .left .yearbox {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.oem-page .oem-3 .ui.container .left .yearbox svg {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  z-index: 999;
  /*border: 2px solid #eee;*/
  border-radius: 100%;
}
.oem-page .oem-3 .ui.container .left .yearbox svg path {
  fill: none;
  stroke: var(--color);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  stroke-dasharray: 0,800;
  stroke-dashoffset: 0;
}
.oem-page .oem-3 .ui.container .left .yearbox ul li {
  height: 250px;
}
.oem-page .oem-3 .ui.container .left .yearbox ul li h4 {
  line-height: 300px;
  color: #f8f8f9;
  font-weight: 700;
  font-family: "ak";
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.oem-page .oem-3 .ui.container .left .yearbox ul li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.oem-page .oem-3 .ui.container .left .yearbox ul .slick-current li h4 {
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.oem-page .oem-3 .ui.container .left .yearbox ul .slick-current li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.oem-page .oem-3 .ui.container .right {
  text-align: right;
}
.oem-page .oem-3 .ui.container .right ul {
  max-width: 500px;
  margin-left: auto;
  margin-right: 80px;
}
.oem-page .oem-3 .ui.container .right ul li {
  text-align: left;
  padding-bottom: 65px;
  padding-top: 30px;
}
.oem-page .oem-3 .ui.container .right ul li span {
  color: #aaa;
}
.oem-page .oem-3 .ui.container .right ul li h5 {
  margin-top: 20px;
}
.oem-page .oem-4 {
  height: 420px;
  position: relative;
  background: url(../images/about-4-bj.jpg) center center no-repeat;
  background-size: cover;
  /*padding-top: 500px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff
}
.oem-page .oem-4 .more{
  margin: 0 auto;
  	width: 327px;
	height: 54px;
	background-color: rgba(73,188,178,0.7);
	border-radius: 20px;
  color: #ffffff
}
.oem-page .oem-4 .more:hover{
  	background-color: rgba(73,188,178,1);
}
/*.oem-page .oem-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}*/
.oem-page .oem-4 .ui.container {
  text-align: center;
}
.oem-page .oem-4 .ui.container p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}
.oem-page .oem-5 {
  padding: 160px 0;
  text-align: center;
}
.oem-page .oem-5 p {
  margin-top: 20px;
  margin-bottom: 35px;
}
.oem-page .oem-5 .samplelist li {
  padding: 0 35px;
}

@media screen and (max-width: 1400px) {
  
 
  .oem-page .oem-3 .ui.container .left .yearbox {
    height: 600px;
  }
  .oem-page .oem-3 .ui.container .left .yearbox ul li {
    height: 200px;
  }
  .oem-page .oem-3 .ui.container .right ul li {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
   
  .oem-page .oem-2 .ui.container .culturebox ul li .item {
    padding: 0 15px;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {

  .oem-page .oem-3 .ui.container .left .yearbox ul li {
    height: 150px;
  }
  .oem-page .oem-3 .ui.container .left .yearbox {
    height: 450px;
  }
 
}
@media screen and (max-width: 1000px) {
  .oem-page .oem-dates li{
    width: 33%;
    margin-bottom: 10px;
  }
  .oem-page .oem-dates .num{
    font-size: 40px
  }
    .oem-page .oem-1 .ui.container .left{
    width: 100%;
    margin-bottom: 30px
  }
    .oem-page .oem-1 .ui.container .right{
    width: 100%
  }
  .oem-page .oem-1 {
    background: #fff;
  }
 
  .oem-page .oem-1 .ui.container .left {
    padding-right: 20px;
  }
  .oem-page .oem-2 .ui.container .culturebox ul li .item {
    height: 400px;
  }
  .oem-page .oem-2 .ui.container .culturebox ul li .item img{
    zoom: 0.6
  }
  .oem-page .oem-3 .ui.container .left {
    display: none;
  }
  .oem-page .oem-3 .ui.container .right {
    width: 100%;
  }
  .oem-page .oem-4 {
    height: 400px;
    padding-top: 130px;
  }
 
}
@media screen and (max-width: 700px) {
   .oem-page .oem-dates li{
    width: 50%;
  }
  .oem-page .oem-1 {
    padding: 20px 0;
  }
 .oem-page .oem-2 .ui.container .culturebox ul li .item{
   height: 250px
 }
  .oem-page .oem-1 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .oem-page .oem-1 .ui.container .right {
    width: 100%;
  }
 
  .oem-page .oem-3 {
    padding: 20px 0;
  }
  .oem-page .oem-5 {
    padding: 20px 0;
    text-align: center;
  }

}
@media screen and (max-width: 500px) {
    .oem-page .oem-dates li{
    width: 100%;
  }
  .oem-page .oem-2{
    display: none
  }
}

/*inner css end*/
.oem-his .ui.container span.gd {
  color: var(--color);
  position: -webkit-sticky;
  position: sticky;
  /*left: 0%;*/
  top: 120px;
  width: 25%;
  text-align: right;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.oem-his .ui.container span.gd.active {
  position: absolute;
  top: 20px;
  left: 0;
}
.oem-his .ui.container .yearbox {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
.oem-his .ui.container .yearbox ul {
  width: 100%;
}
.oem-his .ui.container .yearbox ul li {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.oem-his .ui.container .yearbox ul li.active h4 {
  color: var(--color);
}
.oem-his .ui.container .yearbox ul li h4 {
  font-family: 'ak';
  color: #a9a9a9;
  font-weight: bold;
}
.oem-his .ui.container .yearbox ul li .textbox {
  max-width: 480px;
  padding: 40px 0;
}
.oem-his .ui.container .yearbox ul li .textbox span {
  color: #a9a9a9;
}
.oem-his .ui.container .yearbox ul li .textbox h5 {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .oem-his .ui.container span.gd {
    display: none;
  }
  .oem-his .ui.container .yearbox ul li h4 {
    display: none;
  }
  .oem-his .ui.container .yearbox {
    width: 100%;
  }
  .oem-his .ui.container .yearbox ul li .textbox {
    padding: 20px 0;
  }
}
.font-260{
  font-size: 260px;
  line-height: 1.5
}
@media screen and (max-width: 1450px) {
  .font-260{
  font-size: 200px;
}
}
@media screen and (max-width: 1280px) {
  .font-260{
  font-size: 160px;
}
}

.pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
  min-height: 750px;
}

.pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  	border-radius: 20px;
   
}
.pro-box .product-right ul li .img-box h4{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  transition: .5s;
  text-transform: uppercase;
}
.pro-box .product-right .text{
  margin-bottom: 30px;
}
.pro-box .product-right .text h3{
  font-family: var(--font);
  margin-bottom: 10px;
}
.pro-box .product-right ul li .img-box{
  display: block
}
.pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*.pro-box .product-right ul li h4 {
  font-size: 24px;
  font-family: var(--font);
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
}*/
.pro-box .product-right ul li h4:hover{
  color: var(--color);
}
.m-page {
  text-align: center;
  margin-top: 97px
}

.m-page a,
.m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border:1px solid #999;
    margin-right: 10px;
}
/*.m-page a.next{
  margin-left: 20px;
}*/
.m-page a:hover,.m-page span.current {
    background: var(--color);
    color: #fff;
    border:1px solid var(--color);
}
.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menu {
  
  margin-bottom: 50px;
}
.pro-box .pro-left .menu > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menu > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menu > li.active .menu-a span,
.pro-box .pro-left .menu > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menu > li.active .menu-a a,
.pro-box .pro-left .menu > li:hover .menu-a a,
.pro-box .pro-left .menu > li.active .menu-a i,
.pro-box .pro-left .menu > li:hover .menu-a i {
  color: white;
}

.pro-box .pro-left .menu > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.pro-box .pro-left .menu > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px;
  font-family: var(--font);
  font-size: 18px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menu > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menu > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro-box .pro-left .menu > li .menu-a i.active{
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro-box .pro-left .menu > li .sub-menu {
  /*padding: 20px 0;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menu > li .sub-menu li {
  padding: 10px 30px;
  line-height: 1.2
}
.pro-box .pro-left .menu > li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
}
.pro-box .pro-left .menu > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menu > li .sub-menu li.active a{
  color:var(--color);
}
@media screen and (max-width: 1250px) {
    .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }
  .pro-box .pro-left{
    display: none
  }
  .pro-box .product-right{
    min-height: 350px
  }
}
.product2-page .product-1 .top .cont{
  max-width: 1071px;
  margin: 0 auto;
} 
@media screen and (max-width: 1000px) {
  .product1-page .product-1 .top{
    padding: 0 15px;
  }
}


.product-page .cat_info {
  padding-top: 70px;
  padding-bottom: 90px;
}
.product-page .cat_info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .cat_info .container .left {
  width: 42%;
}
.product-page .cat_info .container .left .cat_name {
  font-size: 36px;
  font-family: 'Montserrat-SemiBold';
  line-height: 2;
}
.product-page .cat_info .container .left .des {
  /*font-size: 16px;*/
  line-height: 2;
  font-family: 'Mulish-Regular';
  color: #3f3f3f;
  margin-top: 20px;
}
.product-page .cat_info .container .right {
  width: 53%;
}
.product-page .cat_info .container .right > img {
  width: 100%;
}
.product-page .cat_info .container .right .contact_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 30px;
  background-color: #1a1a1a;
  border-radius: 20px;
  margin-top: 36px;
  font-size: 14px;
}
.product-page .cat_info .container .right .contact_info .subline {
  height: 100%;
  width: 1px;
  min-height: 55px;
  background-color: var(--color);
}
.product-page .cat_info .container .right .contact_info .list {
  color: var(--color);
}
.product-page .cat_info .container .right .contact_info .list .tip_title {
  font-size: 18px;
  font-family: 'Mulish-Bold';
  text-transform: uppercase;
}
.product-page .cat_info .container .right .contact_info .list .cont {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px
}
.product-page .cat_info .container .right .contact_info .list .cont span {
  margin-right: 10px;
}
.product-page .content {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.product-page .content .container .column {
  padding: 30px 8px;
}
.product-page .content .container .column .box {
  background-color: #fff;
  padding: 25px;
  position: relative;
}
.product-page .content .container .column .box .logo {
  z-index: 2;
  width: 105px;
  position: absolute;
  top: 35px;
  left: 25px;
}
.product-page .content .container .column .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .content .container .column .box .img {
  height: 330px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .content .container .column .box .img img {
  width: auto;
  /*max-width: 100%;*/
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-page .content .container .column .box .desc{
  font-size: 18px;
  opacity: 0.7
}
.product-page .content .container .column .box .title {
  font-size: 18px;
  color: #292929;
  font-family: 'Mulish-Bold';
  margin-top: 10px;
  height: 52px;
  overflow-y: auto;
  padding-right: 8px;
  line-height: 2;
  text-align: center;
}
.product-page .content .container .column .box .title:hover {
  color: var(--color);
}
.product-page .content .container .column .box .swiper {
  padding: 1px;
  margin-top: 25px;
  overflow: hidden;
}
.product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 120px;
  padding: 10px;
  background-color: #fff;
}
.product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
}
.product-page .content .container .column .box .product_cont {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  position: absolute;
  width: calc(100% + 16px);
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
}
.product-page .content .container .column .box .product_cont .cont {
  width: calc(100% - 60px);
}
.product-page .content .container .column .box .product_cont .cont .tip_title {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
}
.product-page .content .container .column .box .product_cont .cont .tip_title span {
  color: #818181;
  font-family: 'Montserrat-Light';
  margin-left: 10px;
}
.product-page .content .container .column .box .product_cont .cont .tip_title_2 {
  margin-top: 20px;
}
.product-page .content .container .column .box .product_cont .cont .subline {
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background-color: #818181;
}
.product-page .content .container .column .box .product_cont .cont .des {
  font-size: 16px;
  color: #818181;
  font-family: 'Mulish-Regular';
  margin-top: 20px;
  line-height: 2;
  width: 100%;
  overflow: hidden;
}
.product-page .content .container .column .box .product_cont .cont .des > div {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .content .container .column .box .product_cont .cont .more {
  margin-top: 50px;
  width: 170px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--color);
  text-align: center;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}
.product-page .content .container .column .box .product_cont .cont .more:hover {
  color: var(--color);
}
.product-page .content .container .column .box:hover .product_cont {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.product-page .content .container .column:nth-child(3n) .box .product_cont {
  left: inherit;
  right: 100%;
  -webkit-transform-origin: right;
  transform-origin: right;
}

@media (max-width: 1500px) {
  .product-page .cat_info .container .right .contact_info .list {
    width: 48%;
  }
  .product-page .cat_info .container .right .contact_info .list .tip_title {
    text-align: center;
  }
  .product-page .cat_info .container .right .contact_info .subline {
    height: 74px;
  }
}
@media (max-width: 1250px) {
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 75px;
  }

}
@media (max-width: 1000px) {
  .product-page .cat_info .container .left {
    width: 100%;
  }
  .product-page .cat_info .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-page .content .container .column .box .product_cont .cont .des > div {
    max-height: 200px;
  }

}
@media (max-width: 700px) {
  .product-page .cat_info .container .left {
    text-align: center;
  }
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 19vw;
  }
  .product-page .content .container .column .box .product_cont {
    position: relative;
    opacity: 1;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .product-page .content .container .column .box .product_cont .cont .tip_title {
    width: 100%;
  }
  .product-page .content .container .column .box .product_cont .cont .tip_title span {
    margin-top: 15px;
    margin-left: 0;
    display: block;
  }
  .product-page .content .container .column .box .product_cont .cont .more {
    margin: auto;
    margin-top: 20px;
  }
  .product-page .content .container .column:nth-child(3n) .box .product_cont {
    left: 0;
  }
}
@media (max-width: 500px) {
  
  .product-page .cat_info {
    padding: 40px 0;
  }
  .product-page .cat_info .container .left .cat_name {
    font-size: 20px;
  }
  .product-page .cat_info .container .right .contact_info .list {
    width: 100%;
  }
  .product-page .cat_info .container .right .contact_info .subline {
    display: none;
  }
  .product-page .cat_info .container .right .contact_info .phone {
    margin-top: 20px;
  }
  .product-page .content {
    padding: 40px 0;
  }
  .product-page .content .container .column {
    padding: 10px 0;
  }
  .product-page .content .container .column .box {
    padding: 10px 15px;
  }
  .product-page .content .container .column .box .logo {
    width: 80px;
  }
  .product-page .content .container .column .box .img {
    height: 75vw;
  }
  .product-page .content .container .column .box .swiper .swiper-wrapper .swiper-slide {
    height: 75vw;
  }
  .product-page .content .container .column .box .product_cont {
    width: 100%;
  }
  .product-page .content .container .column .box .product_cont .cont {
    width: calc(100% - 20px);
  }
  .product-page .content .container .column .box .product_cont .cont .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }
 
}


.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 15px 0 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
  background: white;
  padding: 30px 10px;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5 {
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div {
    margin-top: 0;
  }
  .gallery-page {
    padding-top: 30px;
  }
  
}

.faq-page .img2 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 228px;
  height: 234px;
  /*background: url(../images/about-page-3.png) no-repeat;*/
}
.faq-page .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  /*background: url(../images/about-page-4.png) no-repeat;*/
}
.faq-page .img3 {
  position: absolute;
  right: 3px;
  top: 50%;
  width: 191px;
  height: 218px;
  /*background: url(../images/about-page-3.png) no-repeat;*/
}
.faq-page .box {
  padding: 1.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em {
  color: var(--color);
}
.faq-page .box .content ul li .ig {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tits {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 50px;
  cursor: pointer;
}
.faq-page .box .content ul li .ig .tits i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tits i::after,
.faq-page .box .content ul li .ig .tits i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tits i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box .txt-center a {
  margin: 0 auto;
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 25px;
  }

}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tits i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tits i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px;
  }
  .faq-page {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tits i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}

.design-page .swiper{
overflow: hidden
}
.design-page .top .cont{
max-width: 1282px;
margin: 0 auto
}

.design-page .text {
  text-align: center;
  opacity: 0;
  transition: .5s;
}
.design-page .swiper-slide-active .text{
  opacity: 1;
  width: 200%;
  transform: translate(-25%)
}
@media screen and (max-width: 1000px) {
  .design-page .swiper-slide-active .text{
  width: 100%;
  transform: translate(0)
}
}


.oem-page .odm-2 .pr {
  position: relative;
}
.oem-page .odm-2 .content{
  padding-left: 140px;
  position: relative
}
.oem-page .odm-2 .content .tip{

    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    transform: translateY(50%) rotate(-180deg);
    font-size: 30px;
   	color: #191919;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap

}
.oem-page .odm-2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.oem-page .odm-2 .content ul li {
  /*padding-right: 20px;*/
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.oem-page .odm-22 .content ul li{
  width: 16%;
  overflow: hidden
}
.oem-page .odm-2 .content ul li .ig {
  border-left: solid 0.5px #afafaf;
  border-right: solid 0.5px #afafaf;
  padding: 69px 20px;
  height: 610px;
}
.oem-page .odm-2 .content ul li .ig i {
  display: block;
}


.oem-page .odm-2 .content ul li .ig .num {
  position: absolute;
  bottom: 20px;
  left: 30px;
	color: #191919;
}
.oem-page .odm-2 .content ul li.active {
  width: 50%;
}
.oem-page .odm-2 .content ul li.active .ig .num{
  color: #ffffff;
  font-weight: bold
}
.oem-page .odm-2 .content ul li .box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s

}
.oem-page .odm-2 .content ul li .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem-page .odm-2 .content ul li.active .box .t1{
  line-height: 1.2
}
.oem-page .odm-2 .content ul li.active .box {
  opacity: 1;

}
.oem-page .odm-2 .content ul li .tit {
  position: relative;
  z-index: 4
}
.oem-page .odm-2 .content ul li.active .tit {
 color: #ffffff;
 max-width: 140px
}

@media screen and (max-width: 1000px) {
  .oem-page .odm-2 .content ul{
    margin: 0
  }
  .oem-page .odm-2 .content ul li .ig{
    border: none
  }
.oem-page .odm-2 .content .tip{
  display: none
}
.oem-page .odm-2 .content{
  padding: 0
}
.oem-page .odm-2 .content ul li .tit,.oem-page .odm-2 .content ul li .ig .num{
  color: #ffffff
}
 
  .oem-page .odm-2 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .oem-page .odm-2 .content ul li {
    width: 50%;
    /*margin-bottom: 10px;*/
  }
  .oem-page .odm-2 .content ul li.active {
    width: 50%;
  }
  .oem-page .odm-2 .content ul li .ig .box {
    opacity: 1;

  }
  .oem-page .odm-2 .content ul li .ig {
    padding: 30px 20px 20px;
    height: 260px
  }
  .oem-page .oem-2 .ui.container .culturebox li{
    width: 33.3%
  }
}
@media screen and (max-width: 700px){
.oem-page .oem-2 .ui.container .culturebox ul li .item img{
  zoom: 0.4
}
}
@media screen and (max-width: 500px){
 
   .oem-page .odm-2 .content ul li {
    width: 100% !important;
    margin-bottom: 15px;
  }

}

.service-page .service-1 {
  /*background-color: #fffbf7;*/
  position: relative;

}

.service-page .service-1:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}

.service-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  width: 50%;
  float: left
}

.service-page .service-1 .left .text {
  margin: 2.5em 0;
  	color: #505050;
}

.service-page .service-1 .left .text p {
  margin-top: 2em;
}

.service-page .service-1 .left .list {

}

.service-page .service-1 .left .list ul {
  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;
}

.service-page .service-1 .left .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}

.service-page .service-1 .left .list li:before {
  content: "";
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.28888889em;
  top: 50%;
  z-index: -1;
}

.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}

.service-page .service-1 .left .list li i {
	width: 15px;
	height: 16px;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}

.service-page .service-1 .left .list li span {
	color: #999999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-1 .left .list li.active span {
 	color: var(--color);
}
.service-page .service-1 .left .list li.active i {
    background-color: var(--color);
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}

.service-page .service-1 .right {
  padding-left: 2%;
  width: 50%;
  margin: 0 0 0 auto
}

.service-page .service-1 .right .list ul {
  margin: -20px 0;
}

.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}

.service-page .service-1 .right .list ul li .box {
  padding: 30px;
  border-radius: 10px;
 	background-color: #f5f5f5;
   transition: .5s;
}
.service-page .service-1 .right .list ul li.active .box{
 background-color: rgba(73,188,178,0.4);
}
.service-page .service-1 .right .list ul li .box .img {
  width: 50%;
  /*height: 310px;*/
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  	border-radius: 20px;
    overflow: hidden;
    position: relative
}
.service-page .service-1 .right .list ul li .box .img .more{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%);
  width: 80%;
    background-color: rgba(73,188,178,0.5);
    color: #ffffff
}
.service-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
}
.service-page .service-1 .right .list ul li .box .content .cont{
  color: #505050;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 12;
overflow: hidden;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
}

.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}

.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .right .list ul li .box .content{
    margin-top: 30px
  }
    .service-page .service-1 .right .list ul li .box .content .fontt-24{
      font-size: 18px
    }
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }

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

  .service-page .service-1 .ui>.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-1 .left {
    position: static;
  }

  .service-page .service-1 .left .list {
    display: none;
  }

.service-page .service-1 .right .list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%
  
}
.service-page .service-1 .right .list ul li{
  width: 48%;
}

 
}
@media screen and (max-width: 700px){
  .service-page .service-1 .right .list ul li{
  width: 100%;
}
.service-page .service-1 .right .list ul li .box{
  padding: 15px
}
}


@media screen and (max-width: 500px) {
  .service-page .service-1 .right .list ul li .box .img {
    width: 100%;

  }

  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.seoPublic .Auxil-form.ip-form {
  background: none
}
.seoPublic .Auxil-form.ip-form .box{
  padding: 30px 40px 40px;
  background: #f8f8f8;
  border-radius: 20px;
}
.seoPublic .Auxil-form.ip-form .form ul li{
  width: 100%;

}
.seoPublic .Auxil-form.ip-form .form ul li input{
  border: none;
    border-radius: 20px;
    height: 64px;
}
.seoPublic .Auxil-form.ip-form .form ul li textarea{
  border: none;
    border-radius: 20px;
}
.seoPublic .Auxil-form.ip-form .form ul li input[type="submit"]{
  width: 100%;
  font-size: 24px
}

    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 18px;
        line-height: 1.8;
        color: #666;
          max-height: 400px;
        overflow: auto;
         touch-action: none;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 0;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 26px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 18px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
        padding: 0
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding:0 20px 25px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    