@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo2-Bold.eot');
  src: url('../fonts/Baloo2-Bold.eot?#iefix') format('embedded-opentype'), 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;
}
@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo2-SemiBold.eot');
  src: url('../fonts/Baloo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Baloo2-SemiBold.woff2') format('woff2'), url('../fonts/Baloo2-SemiBold.woff') format('woff'), url('../fonts/Baloo2-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo2-Medium.eot');
  src: url('../fonts/Baloo2-Medium.eot?#iefix') format('embedded-opentype'), 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');
  src: url('../fonts/Baloo2-Regular.eot?#iefix') format('embedded-opentype'), 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: 'Luckiest';
  src: url('../fonts/LuckiestGuy-Regular.eot');
  src: url('../fonts/LuckiestGuy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LuckiestGuy-Regular.woff2') format('woff2'), url('../fonts/LuckiestGuy-Regular.woff') format('woff'), url('../fonts/LuckiestGuy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ba {
  font-family: 'Baloo';
}
.lu,
.title {
  font-family: 'Luckiest';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Baloo';
  font-weight: 400;
  margin: 0 auto;
  color: #0f2e45;
  font-size: 16px;
  height: auto;
  --color: #f6853c;
}
.container {
  width: 1550px;
  padding: 0 15px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes move_ani_3 {
  0% {
    -webkit-clip-path: ellipse(0% 100% at 0% 100%);
    clip-path: ellipse(0% 100% at 0% 100%);
  }
  100% {
    -webkit-clip-path: ellipse(100% 100% at 50% 59%);
    clip-path: ellipse(100% 100% at 50% 59%);
  }
}
@keyframes pd {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.dh {
  -webkit-animation: pd 5s linear infinite alternate;
  -moz-animation: pd 5s linear infinite alternate;
  animation: pd 5s linear infinite alternate;
}
.stroke {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 0.8;
  font-weight: 600;
  display: block;
  color: transparent;
}
.stroke em {
  line-height: 0.8;
  display: block;
}
.Hbtn,
.inner-page .Hbtn {
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  border-radius: var(--px26);
}
.Hbtn::before,
.inner-page .Hbtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffd228;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.Hbtn .por,
.inner-page .Hbtn .por {
  z-index: 2;
}
.Hbtn:hover::before,
.inner-page .Hbtn:hover::before {
  width: 100%;
}
.Hbtn2,
.inner-page .Hbtn2 {
  position: relative;
  z-index: 1;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  margin-left: 30px;
}
.Hbtn2 img.iconImg,
.inner-page .Hbtn2 img.iconImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffd228;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.Hbtn2 i,
.inner-page .Hbtn2 i {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  animation: xz 5s linear infinite;
}
.Hbtn2 i::before,
.inner-page .Hbtn2 i::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -18px;
  left: -16px;
  width: 73px;
  height: 37px;
  background: url(../images/Hbtn2wz.png) no-repeat;
}
.Hbtn2 i.wz2::before,
.inner-page .Hbtn2 i.wz2::before {
  background: url(../images/Hbtn2wz2.png) no-repeat;
}
.Hbtn2:hover img.iconImg,
.inner-page .Hbtn2:hover img.iconImg {
  background-color: var(--color);
}
.col {
  color: var(--color);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .logoBg {
  width: 262px;
  height: 100%;
  background-image: url('../images/logoBg.png');
  position: absolute;
  left: 0;
  top: 0;
}
#header > .nav::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu {
  padding: 13px 20px 39px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  width: 240px;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 155px;
  height: 76px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: var(--px44);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
/*#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}*/
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
  border-bottom: 3px solid var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  padding-right: 9.375vw;
}
#header > .nav > .menu .menu-box .right .searchBox form input {
  background-color: transparent;
  border: none;
  height: 26px;
}
#header > .nav > .menu .menu-box .right .searchBox form .sub {
  width: 26px;
  background-image: url('../images/index_2W.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#header > .nav > .menu .menu-box .right .searchBox form .in {
  width: 100px;
}
#header > .nav > .menu .menu-box .right .searchBox form .in::placeholder {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .langIcon {
  width: 27px;
  height: 27px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .formBtn {
  min-height: 36px;
  border-radius: var(--px18);
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  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;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  color: black;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: var(--color);
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#header.active > .nav::before {
  width: 100%;
}
#header.active > .nav > .menu {
  padding: 13px 20px;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #000;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header.active > .nav > .menu .menu-box .right {
  color: #000;
}
#header.active > .nav > .menu .menu-box .right .searchBox form .sub {
  background-image: url('../images/index_2B.png');
}
#header.active > .nav > .menu .menu-box .right .searchBox form .in::placeholder {
  color: #000;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .langIcon {
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -ms-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0);
}
#banner .swiper ul li img.pcImg,
#banner .swiper ul li img.phoneImg {
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#banner .swiper ul li .container .textBox {
  width: 100%;
  max-width: 870px;
}
#banner .swiper ul li .container .textBox .title {
  color: #2678b6;
  -webkit-text-stroke: 5px #fff;
  position: relative;
  z-index: 1;
}
#banner .swiper ul li .container .textBox .title::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 10px var(--color);
  top: 6px;
  left: 6px;
}
#banner .swiper ul li.swiper-slide-active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  -webkit-animation: move_ani_3 0.9s linear;
  -moz-animation: move_ani_3 0.9s linear;
  animation: move_ani_3 0.9s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 .header {
  max-width: 865px;
  margin: 0 auto;
}
#index-body .init_1 .content .left {
  position: relative;
}
#index-body .init_1 .content .left i {
  position: absolute;
}
#index-body .init_1 .content .left i.icon1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff6970;
  top: -40px;
  left: 66px;
}
#index-body .init_1 .content .left i.icon2 {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: solid 10px #6fb3e9;
  top: 37px;
  left: -8px;
}
#index-body .init_1 .content .left i.icon3 {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #8fc961;
  top: 52px;
  right: 73px;
}
#index-body .init_1 .content .left i.icon4 {
  bottom: 0;
  right: 130px;
}
#index-body .init_1 .content .right .data {
  width: 100%;
  max-width: 575px;
}
#index-body .init_1 .content .right .data ul li .icon {
  width: 118px;
  height: 96px;
}
#index-body .init_2 {
  background-image: url('../images/init_2Bg.jpg');
}
#index-body .init_2 .swiper ul li.swiper-slide {
  height: auto;
}
#index-body .init_2 .swiper ul li.swiper-slide .list {
  background-color: #fff;
  border-radius: var(--px17);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#index-body .init_2 .swiper ul li.swiper-slide .list .imgBox {
  max-width: 100%;
  width: 280px;
  height: 280px;
  margin-left: auto;
}
#index-body .init_2 .swiper ul li.swiper-slide .list .imgBox .img {
  position: absolute;
  right: -9%;
  bottom: -7%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#index-body .init_2 .swiper ul li.swiper-slide .list .imgBox .img a {
  border-radius: 10px;
}
#index-body .init_2 .swiper ul li.swiper-slide .list:hover .imgBox .img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 0;
  bottom: 0;
}
#index-body .init_2 .iconstar {
  position: absolute;
  bottom: -40%;
  left: 25%;
}
#index-body .init_2 .iconstar img {
  width: var(--px177);
  min-width: 100px;
}
#index-body .init_3 .lists li {
  width: 30%;
  max-width: 405px;
}
#index-body .init_3 .lists li .list .icon {
  width: var(--px74);
  height: var(--px74);
  min-width: 55px;
  min-height: 55px;
  background-color: #ffe2ac;
  border-radius: 50%;
}
#index-body .init_3 .lists li .list .icon img {
  max-width: 60%;
}
#index-body .init_3 .lists li .list .textBox {
  max-width: calc(100% + var(--npx74));
}
#index-body .init_3 .lists li .list:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .init_3 .lists li:nth-child(2) .list .icon,
#index-body .init_3 .lists li:nth-child(4) .list .icon {
  background-color: #def1ff;
}
#index-body .init_3 .lists li:nth-child(3) .list .icon,
#index-body .init_3 .lists li:nth-child(5) .list .icon {
  background-color: #ffd4ca;
}
#index-body .init_4 .container {
  align-items: stretch;
}
#index-body .init_4 .left {
  width: 50.7%;
}
#index-body .init_4 .left .listBox {
  align-items: stretch;
}
#index-body .init_4 .left .listBox .lists {
  width: 49.4%;
  flex-shrink: 0;
}
#index-body .init_4 .left .listBox .lists .list {
  width: 100%;
  height: 100%;
  border: 1px solid #0f2e45;
  border-radius: 10px;
}
#index-body .init_4 .left .listBox .lists .list .icon {
  width: 23px;
  height: 20px;
}
#index-body .init_4 .left .listBox .lists .list .txt {
  max-width: calc(100% - 23px);
}
#index-body .init_4 .left .listBox .lists.active {
  opacity: 1;
}
#index-body .init_4 .right {
  width: 32.8125vw;
  height: 32.8125vw;
  border: 1px dashed #000;
  border-radius: 50%;
  padding: 50px;
}
#index-body .init_4 .right .numBox .num {
  width: 49px;
  height: 49px;
  background-color: #ffffff;
  border: solid 2px #0f2e45;
  border-radius: 50%;
  position: absolute;
}
#index-body .init_4 .right .numBox .num.active {
  border: solid 2px #8fc961;
  color: #8fc961;
}
#index-body .init_4 .right .numBox .num1 {
  top: 9.5%;
  left: 12%;
}
#index-body .init_4 .right .numBox .num2 {
  top: 50%;
  transform: translateY(-50%);
  left: -3.8%;
}
#index-body .init_4 .right .numBox .num3 {
  bottom: 9%;
  left: 12%;
}
#index-body .init_4 .right .numBox .num4 {
  top: 50%;
  transform: translateY(-50%);
  right: -3.8%;
}
#index-body .init_4 .right .numBox .num5 {
  top: 9.5%;
  right: 10.9%;
}
#index-body .init_4 .right .imgBox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
#index-body .init_4 .right .imgBox img {
  display: none;
}
#index-body .init_4 .right .imgBox img:first-child {
  display: block;
}
#index-body .init_4 .right .textBox {
  width: 324px;
  height: 245px;
  background-color: #8fc961;
  box-shadow: 10px 0px var(--px20) 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  right: -3.65%;
  bottom: -11.587%;
  z-index: 3;
  color: #fff;
}
#index-body .init_4 .right .textBox .text {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
}
#index-body .init_4 .right .textBox .text:first-child {
  display: block;
}
#index-body .init_5 {
  overflow: hidden;
}
#index-body .init_5 .left {
  width: 65.2%;
  margin-left: -9.2%;
}
#index-body .init_5 .left img.img {
  margin-left: -6%;
}
#index-body .init_5 .right {
  width: 44%;
}
#index-body .init_5 .right .swiper {
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: top right;
  -o-background-size: cover;
  background-size: cover;
  background-color: #121212;
  padding-top: 150px;
  background-image: url('../images/footerBg.jpg');
}
#footer .footerTop .item .linkH a {
  display: inline-block;
}
#footer .footerTop .item1 {
  width: 350px;
}
#footer .footerTop .item1 .top {
  width: 235px;
}
#footer .footerTop .item1 .share li a {
  width: 45px;
  height: 45px;
  background-color: var(--color);
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}
#footer .footerTop .item1 .share li a:hover {
  transform: translateY(-5px);
}
#footer .footerTop .item1 .cms_c {
  display: block;
}
#footer .footerTop .item2 {
  width: 27%;
  max-width: 370px;
}
#footer .footerTop .item2 .iconF {
  width: var(--px48);
  height: var(--px48);
  min-width: 30px;
  min-height: 30px;
}
#footer .footerTop .item2 .iconF img {
  max-width: 100%;
  max-height: 100%;
}
#footer .footerTop .item2 .contBox .txt {
  max-width: calc(100% + var(--npx48));
}
#footer .footerTop .item4 {
  width: 24%;
}
#footer .footerTop .item4 form {
  color: #fff;
}
#footer .footerTop .item4 form input,
#footer .footerTop .item4 form textarea,
#footer .footerTop .item4 form button {
  border: none;
  background-color: transparent;
}
#footer .footerTop .item4 form input,
#footer .footerTop .item4 form textarea {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
#footer .footerTop .item4 form input::placeholder,
#footer .footerTop .item4 form textarea::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
#footer .footerTop .item4 form input {
  height: 37px;
}
#footer .footerTop .item4 form textarea {
  height: 74px;
  padding-right: 64px;
}
#footer .footerTop .item4 form .inquery {
  padding-right: var(--px90);
}
#footer .footerTop .item4 form .inquery .butImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--px74);
  height: var(--px74);
  max-width: none;
  min-width: 36px;
  min-height: 36px;
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright svg {
  height: 25px;
  width: auto;
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 0;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  width: 100%;
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .right {
    padding-right: 0;
  }
  #index-body .init_3 .lists li .list .textBox {
    max-width: calc(100% - 60px);
  }
  #index-body .init_4 .right {
    width: 35.5vw;
    height: 35.5vw;
  }
  #index-body .init_4 .right .textBox {
    width: 280px;
    height: 210px;
  }
}
@media (max-width: 1250px) {
  #index-body .init_2 .iconstar {
    bottom: -30%;
  }
  #index-body .init_3 .lists li .list .textBox {
    max-width: calc(100% - 55px);
  }
  #index-body .init_4 .right .textBox {
    width: 240px;
    height: 200px;
    bottom: -20%;
  }
  #index-body .init_5 .left img.img {
    margin-left: -11%;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.phoneImg {
    display: block;
  }
  #banner .swiper ul li .container .textBox .title {
    -webkit-text-stroke: 3px #fff;
  }
  #banner .swiper ul li .container .textBox .title::before {
    -webkit-text-stroke: 5px var(--color);
    left: 3px;
    top: 3px;
  }
  #index-body .init_3 .lists li {
    width: 49%;
  }
  #index-body .init_4 .left {
    width: 100%;
  }
  #index-body .init_4 .right {
    width: 55vw;
    height: 55vw;
    margin: 10px auto 200px;
  }
  #index-body .init_4 .right .textBox {
    right: 50%;
    width: 90%;
    transform: translateX(50%);
    bottom: -200px;
    height: 190px;
  }
  #index-body .init_5 .left {
    margin-left: 0;
  }
  #index-body .init_5 .left img.img {
    margin-left: 0;
  }
  #footer {
    padding-top: 80px;
  }
  #footer .footerTop .item1 {
    width: 100%;
  }
  #footer .footerTop .item2,
  #footer .footerTop .item4 {
    width: 49%;
  }
  #footer .footerTop .item4 form textarea {
    padding-right: 30px;
  }
  #footer .footerTop .item4 form .inquery {
    padding-right: 40px;
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li .container .textBox .title {
    -webkit-text-stroke: 2px #fff;
  }
  #banner .swiper ul li .container .textBox .title::before {
    display: none;
  }
  #index-body .init_4 .right {
    padding: 15px;
  }
  #index-body .init_4 .right .numBox {
    display: none;
  }
  #footer {
    padding-top: 40px;
    background-color: #0f2e45;
    background-image: url('../images/footerBgPad.jpg');
  }
  #footer .footerTop .item2,
  #footer .footerTop .item4 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #index-body .init_3 .lists li .list .textBox {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  #index-body .init_4 .left .listBox .lists {
    width: 100%;
  }
  #index-body .init_4 .right {
    width: 330px;
    height: 330px;
  }
}
.inner-banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 80px;
}

.inner-banner .BL {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86px;
  background: url(../images/wave-top.png) no-repeat;
}

.inner-banner .s1 {
  font-size: var(--px19);
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

.inner-banner h3 {
  font-size: var(--px40);
  line-height: 2;
  margin-top: 8px;
  font-family: 'Luckiest';
}

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

.inner-banner .mbx span {
  color: var(--color);
}

.about-page .ab1 .text h3 {
  font-size: var(--px46);
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #0f2e45;
}

.about-page .ab1 .text h3::after {
  content: '';
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  background-color: var(--color);
}

.about-page .ab1 .text .con {
  margin-top: var(--px32);
  font-size: var(--px18);
  line-height: 1.6;
  color: #767676;
  /*max-height: 390px;*/
  padding-right: var(--px20);
  /*overflow: auto;*/
}

.about-page .ab1 .text .data {
  margin-top: var(--px56);
}

.about-page .ab1 .text .data h4 em {
  font-size: var(--px32);
  color: #666;
  line-height: 1;
}

.about-page .ab1 .text .data p {
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
}

.about-page .ab2 {
  padding-bottom: var(--px120);
}

.about-page .ab2 ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 -10px;
}

.about-page .ab2 li {
  padding: 0 10px;
}

.about-page .ab2 li .box {
  padding: var(--px30) var(--px25);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: var(--px30);
  color: #282828;
  height: 100%;
}

.about-page .ab2 li .box span {
  width: var(--px77);
  height: var(--px77);
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  display: block;
}

.about-page .ab2 li .box h3 {
  font-size: var(--px28);
  line-height: 1.6;
  margin-top: var(--px48);
  font-weight: bold;
  display: inline-block;
}

.about-page .ab2 li .box p {
  margin-top: var(--px30);
  font-size: var(--px18);
  line-height: 1.7;
  color: #767676;
}

.about-page .ab2 li .box .mores {
  display: block;
  font-size: 14px;
  margin-top: var(--px21);
}

.about-page .ab2 li .box .mores i {
  margin-left: 10px;
}

.about-page .ab3 {
  padding-bottom: var(--px48);
}

.about-page .ab3 .box {
  max-width: 1709px;
  width: 100%;
}

.about-page .ab3 .left {
  position: relative;
  vertical-align: middle;
  width: 54.65%;
}

.about-page .ab3 .left .img {
  mask-image: url(../images/ab3-1.svg);
  -webkit-mask-image: url(../images/ab3-1.svg);
  mask-position: left;
  -webkit-mask-position: left;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.about-page .ab3 .left .icon1 {
  position: absolute;
  top: 24px;
  left: 224px;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab3 .left .icon2 {
  position: absolute;
  bottom: 26%;
  right: 42px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab3 .right {
  vertical-align: middle;
  width: 45%;
  padding-left: var(--px32);
  color: #282828;
}

.about-page .ab3 .right h3 {
  font-size: var(--px46);
  line-height: 1;
  color: #0f2e45;
}

.about-page .ab3 .right p {
  font-size: var(--px20);
  line-height: 1.6;
  margin-top: var(--px24);
  color: #767676;
  padding-left: 10px;
}

.about-page .ab3 .right .info {
  margin-top: var(--px24);
}

.about-page .ab3 .right .info li span svg {
  width: 47.2px;
  height: 47.2px;
  font-size: 14px;
}

.about-page .ab3 .right .info li h5 {
  font-size: var(--px17);
  line-height: 2;
  text-transform: uppercase;
}

.about-page .ab3 .right .info li h6 {
  font-size: 15px;
  line-height: 2;
  margin-top: 0;
}

.about-page .ab3 .right .btn {
  margin-top: var(--px32);
}

.about-page .ab3 .right .more {
  margin-top: var(--px32);
}

.about-page .ab4 {
  padding: var(--px50) 0;
}

.about-page .ab4 .header {
  text-align: center;
}

.about-page .ab4 .header span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  color: var(--color);
}

.about-page .ab4 .header h3 {
  font-size: var(--px46);
  line-height: 1;
  margin-top: 12px;
  /*font-weight: bold;*/
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #0f2e45;
}

.about-page .ab4 .header h3::after {
  content: '';
  width: 130px;
  height: 6px;
  position: absolute;
  left: 45.5%;
  bottom: 5px;
  z-index: -1;
  background-color: var(--color);
}

.about-page .ab4 .content {
  margin-top: var(--px48);
}

.about-page .ab4 .content li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: var(--px48);
}

.about-page .ab4 .content li span {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #b3ddba;
  text-align: center;
  line-height: 60px;
}

.about-page .ab4 .content li span img {
  vertical-align: middle;
}

.about-page .ab4 .content li .text {
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 12px;
  color: #282828;
}

.about-page .ab4 .content li .text h4 {
  font-size: var(--px24);
  line-height: 1.8;
  font-weight: bold;
}

.about-page .ab4 .content li .text p {
  font-size: var(--px18);
  line-height: 1.8;
  margin-top: 10px;
  color: #767676;
}

.about-page .ab4 .content li:nth-child(3n) {
  margin-right: 0;
}

.about-page .ab4 .content li:nth-child(2) span,
.about-page .ab4 .content li:nth-child(4) span {
  background: var(--color);
}

.about-page .ab4 .content li:nth-child(3) span,
.about-page .ab4 .content li:nth-child(5) span {
  background: #fff1ca;
}

.about-page .ab5 {
  padding-bottom: var(--px48);
}

.about-page .ab5 .box {
  max-width: 1740px;
  width: 100%;
  margin: 0 0 0 auto;
}

.about-page .ab5 .left {
  width: 45%;
  padding-right: var(--px48);
  padding-left: 15px;
}

.about-page .ab5 .left h3 {
  font-size: var(--px46);
  line-height: 1;
  margin-top: var(--px66);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #0f2e45;
}

.about-page .ab5 .left h3::after {
  content: '';
  width: 130px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.about-page .ab5 .left ul {
  margin-top: var(--px32);
}

.about-page .ab5 .left ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 10px;
}

.about-page .ab5 .left ul li h4 {
  font-size: var(--px20);
  line-height: var(--px32);
  position: relative;
  width: 100%;
  padding: 16px 50px 16px 16px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-weight: bold;
}

.about-page .ab5 .left ul li h4 span {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #000000;
  box-shadow: 0 0 0 1px #000000;
  text-align: center;
}

.about-page .ab5 .left ul li h4:hover {
  background-color: #f7f6f5;
}

.about-page .ab5 .left ul li .con {
  font-size: var(--px18);
  line-height: 1.8;
  color: #767676;
  display: none;
  padding: 16px 16px;
}

.about-page .ab5 .left ul li.active {
  background-color: #f7f6f5;
  padding: 16px 16px 0 0;
}

.about-page .ab5 .left ul li.active h4 {
  padding: 0 var(--px32) 0 16px;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.about-page .ab5 .left ul li.active h4 span {
  top: -5px;
  right: 0px;
}

.about-page .ab5 .left .more {
  display: inline-block;
  margin-top: var(--px32);
  padding: 15px var(--px43);
  border-radius: 50px;
  background-color: var(--color);
  text-align: center;
  font-size: 15px;
  color: #282828;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .ab5 .left .btn {
  margin-top: var(--px32);
}

.about-page .ab5 .left .more:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.about-page .ab5 .right {
  position: relative;
  width: 55%;
}

.about-page .ab5 .right .img {
  mask-image: url(../images/ab5-1.svg);
  -webkit-mask-image: url(../images/ab5-1.svg);
  mask-position: right;
  -webkit-mask-position: right;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.about-page .ab5 .right .icon1 {
  position: absolute;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  right: 19em;
  top: 0;
  z-index: -1;
}

.about-page .ab5 .right .icon2 {
  position: absolute;
  top: 18em;
  left: 15em;
  z-index: -1;
}

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

  .about-page .ab5 .left ul li .con {
    font-size: 14px;
    line-height: 2;
  }
}

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

  .about-page .ab1 .text .data {
    display: none;
  }

  .about-page .ab1 .text .con {
    max-height: 280px;
    overflow: auto;
  }

  .about-page .ab2 ul {
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .about-page .ab2 li {
    width: 48% !important;
    margin-bottom: 15px;
  }
  .about-page .ab3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-page .ab4 .content li {
    width: 48%;
  }

  .about-page .ab4 .content li .text {
    width: 100%;
    padding-left: 0;
  }

  .about-page .ab4 .content li .text h4 {
    font-size: var(--px18);
    line-height: 1.6;
    height: auto;
  }

  .about-page .ab4 .content li .text p {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .ab5 .left {
    width: 100%;
    padding: 0 15px !important;
  }

  .about-page .ab5 .right {
    display: none;
  }
}

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

  .about-page .ab1 .text {
    width: 100%;
  }

  .about-page .ab2 ul {
    display: block;
  }

  .about-page .ab2 ul li {
    width: 100% !important;
  }

  .about-page .ab4 .header h3::after {
    display: none;
  }

  .about-page .ab4 .content li {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .about-page .ab5 .left h3 {
    margin-top: 30px;
  }

  .about-page .ab4 {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .about-page .ab1 .text .con {
    margin-top: 15px;
  }

  .about-page .ab2 li .box p {
    margin-top: 15px;
    line-height: 1.8;
  }

  .about-page .ab4 .content li .text {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .about-page .ab4 .content li {
    margin: 0 0 20px 0;
  }
}

.inner-page.product-page.Auxil-industry h2 {
  font-size: var(--px30);
  line-height: 1.3;
  font-family: 'Luckiest';
}

.inner-page .sideBox .left {
  width: 75%;
  padding-right: var(--px20);
}

.inner-page .sideBox .left .top {
  vertical-align: middle;
}

.inner-page .sideBox .left .top .title {
  font-size: var(--px30);
  color: #282828;
  line-height: 1.6;
}

.inner-page .sideBox .left .top .title h1 {
  font-family: 'Luckiest';
  color: #0f2e45;
}

.inner-page .sideBox .left .top .category {
  vertical-align: middle;
  position: relative;
  width: 300px;
}

.inner-page .sideBox .left .top .category h4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  padding: 0 0 0 16.8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 293px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  margin: 0 0 0 auto;
  font-size: 15px;
  color: #282828;
}

.inner-page .sideBox .left .top .category h4 i {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: var(--px20);
}

.inner-page .sideBox .left .top .category ul {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  width: 100%;
  list-style: none;
  max-width: 293px;
  max-height: 320px;
  margin: 0;
  margin-top: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #282828;
  background-color: #fff;
  -webkit-transition: 400ms ease all;
  -moz-transition: 400ms ease all;
  transition: 400ms ease all;
  z-index: 20;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  border-radius: 10px;
}

.inner-page .sideBox .left .top .category ul li {
  font-size: 15px;
  color: #282828;
}

.inner-page .sideBox .left .top .category ul li a {
  display: block;
  width: 100%;
  padding: 4px 14px;
}

.inner-page .sideBox .left .top .category ul li a.active {
  background-color: #ccc;
}

.inner-page .sideBox .left .list {
  margin-top: var(--px24);
}

.inner-page .sideBox .left .list ul {
  margin: 0 -15px;
}

.inner-page .sideBox .left .list ul li {
  padding: 0 15px;
  margin-bottom: var(--px30);
}

.inner-page .sideBox .left .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  height: 100%;
  padding-bottom: 20px;
}

.inner-page .sideBox .left .list ul li .box .text {
  margin: 15px 0 0;
  color: #0f2e45;
}

.inner-page .sideBox .left .list ul li .box .text span {
  text-transform: uppercase;
}

.inner-page .sideBox .left .list ul li .box .text span a {
  font-size: 16px;
  line-height: 1.8;
}

.inner-page .sideBox .left .list ul li .box .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -8px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.inner-page .sideBox .left .list ul li .box .text h3 {
  font-size: var(--px20);
  line-height: 1.5;
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
  min-height: 20px;
  padding: 0 3px;
}

.inner-page .sideBox .left .list ul li .box .text p {
  font-size: var(--px18);
  line-height: 1.6;
  margin-top: 8px;
  padding: 0px 12px
}

.inner-page .sideBox .left .list ul li .box:hover {
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.inner-page .sideBox .left .list ul li .box:hover .text h3 {
  color: var(--color);
}

.inner-page .sideBox .right {
  width: 25%;
  padding-left: var(--px20);
}

.inner-page .sideBox .right h3 {
  font-size: var(--px26);
  line-height: 1.6;
  color: #0f2e45;
  margin-bottom: var(--px22);
  font-weight: bold;
}

.inner-page .sideBox .right .info ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}

.inner-page .sideBox .right .info ul li span {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 10px;
  padding-right: 15px;
}

.inner-page .sideBox .right .info ul li span img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
}

.inner-page .sideBox .right .info ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  font-size: 16px;
  color: #282828;
}

.inner-page .sideBox .right .info ul li .text h5 {
  font-size: 19px;
  line-height: 1.4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBox .right .info ul li .text h5:hover {
  color: var(--color);
}

.inner-page .sideBox .right .info ul li .text p {
  font-size: 14px;
}

.inner-page .sideBox .right .navs {
  margin-top: 48px;
}

.inner-page .sideBox .right .navs ul li {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.inner-page .sideBox .right .navs ul li a {
  font-size: var(--px18);
  color: #0f2e45;
  line-height: 1.7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.inner-page .sideBox .right .navs ul li li a {
  padding-left: var(--px20);
}

.inner-page .sideBox .right .navs ul li.active>a,
.inner-page .sideBox .right .navs ul li a:hover {
  color: var(--color);
}

.inner-page .sideBox .right .related-pro {
  margin-top: var(--px30);
}

.inner-page .sideBox .right .related-pro ul li .img-box {
  vertical-align: middle;
}

.inner-page .sideBox .right .related-pro ul li .rights {
  vertical-align: middle;
  padding-left: 12px;
}

.inner-page .sideBox .right .related-pro ul li .rights h5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}

.inner-page .sideBox .right .related-pro ul li .rights .mores {
  font-size: 16px;
}

.inner-page .sideBox .right .related-pro ul li .rights .mores:hover {
  color: var(--color);
}

.inner-page .sideBox .right .related-pro ul li:hover .rights h5 {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBox .left .list ul {
    margin: 0 -5px;
  }
  .inner-page .sideBox .left .list ul li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  .fenlei {
    font-size: var(--px20);
    line-height: 1.5;
    padding: 20px 0;
  }
  .inner-page .sideBox .left .top {
    /*display: none;*/
    margin-top: 20px;
  }

  .inner-page .sideBox .right {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .left .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .sideBox .left .list ul li {
    width: 100%;
  }
}

.inner-page .m-page {
  margin-top: var(--px50);
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 5px;
  margin-right: 5px;
}

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


.prodet-page .pro-1 .img .big {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--px20);
  text-align: center;
}
.prodet-page .pro-1 .img .big a.imgBox {
  border-radius: var(--px20);
}

.prodet-page .pro-1 .img span {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 35px;
  font-size: var(--px18);
}

.prodet-page .smallBox .small {
  width: 80%;
}

.prodet-page .smallBox .small ul {
  margin-right: -10px;
}
.prodet-page .smallBox .small ul button {
  font-size: 0;
  opacity: 0;
}
.prodet-page .smallBox .small li {
  padding-right: 10px;
}

.prodet-page .smallBox .small li img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--px20);
}

.prodet-page .pro-1 .text {
  padding: 15px 15px 15px 30px;
  color: #0f2e45;
}

.prodet-page .pro-1 .text span {
  text-transform: uppercase;
}

.prodet-page .pro-1 .text span a {
  font-size: 14px;
  line-height: 2;
}

.prodet-page .pro-1 .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.prodet-page .pro-1 .text h1 {
  font-size: var(--px30);
  line-height: 1.6;
  font-weight: bold;
}
.prodet-page .pro-1 .text .txt {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 5px;
}
.prodet-page .pro-1 .text .p1 {
  font-size: var(--px24);
  line-height: 1;
  padding: var(--px24) 0;
}

.prodet-page .pro-1 .text .con {
  font-size: 16px;
  line-height: 2;
}

.prodet-page .pro-1 .text .share {
  margin-top: var(--px24);
}

.prodet-page .pro-1 .text .share li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .pro-1 .text .share li:last-child {
  margin-right: 0;
  /*background: var(--color);*/
}

.prodet-page .pro-1 .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.prodet-page .pro-1 .text .more {
  display: inline-block;
  margin-top: var(--px36);
  padding: 11px var(--px23);
  font-size: var(--px18);
  background-color: var(--color);
  border-radius: 50px;
  color: #fff;
}

.prodet-page .pro-2 {
  margin-top: var(--px32);
}

.prodet-page .pro-2 h3 {
  font-size: var(--px34);
  line-height: 1.4;
  font-weight: bold;
  color: var(--color);
}

.prodet-page .pro-2 .content {
  margin-top: var(--px21);
  font-size: var(--px18);
  line-height: 1.7;
  color: #767676;
}
.prodet-page .pro-2 .content table {
  word-break: keep-all;
  width: 100%;
  overflow-x: auto;
}
.prodet-page .pro-2 .content table img {
  width: 200px;
  max-width: fit-content;
}
.prodet-page .pro-3 {
  margin-top: var(--px32);
  margin-bottom: var(--px32);
}

.prodet-page .pro-3 h3 {
  line-height: 1.4;
  color: #0f2e45;
}

.prodet-page .pro-3 .content {
  margin-top: var(--px21);
  /*border-bottom: 1px solid #eee;*/
  padding-bottom: var(--px20);
}

.prodet-page .pro-3 .content ul {
  margin: 0 -15px;
}

.prodet-page .pro-3 .content ul .slick-track {
  margin: 0;
}

.prodet-page .pro-3 .content ul li {
  padding: 0 20px;
  margin-bottom: var(--px32);
}

.prodet-page .pro-3 .content ul li .pronew h4 {
  font-size: var(--px24);
  font-weight: bold;
  line-height: 1.4;
  min-height: 3em;
}

.prodet-page .pro-3 .content ul li .pronew time {
  font-size: 16px;
  line-height: 1.875;
  padding: 10px 0;
}

.prodet-page .pro-3 .content ul li .pronew p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 15px;
}

.prodet-page .pro-3 .content ul li .box {
  border-radius: var(--px20);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  padding: var(--px30) var(--px22);
}

.prodet-page .pro-3 .content ul li .box .img-box img {
  width: 100%;
}

.prodet-page .pro-3 .content ul li .box .text {
  margin: 15px 0 0;
  color: #282828;
}

.prodet-page .pro-3 .content ul li .box .text span {
  text-transform: uppercase;
}

.prodet-page .pro-3 .content ul li .box .text span a {
  font-size: 16px;
  line-height: 2;
}

.prodet-page .pro-3 .content ul li .box .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.prodet-page .pro-3 .content ul li .box .text h3 {
  font-size: var(--px23);
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: bold;
  line-height: 2;
}

.prodet-page .pro-3 .content ul li .box .text p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}

.prodet-page .pro-3 .content ul li .box .text .more {
  display: inline-block;
  margin-top: 15px;
  border-radius: var(--px50);
  padding: 11px var(--px30);
  font-size: 14px;
  background-color: var(--color);
}

.prodet-page .pro-3 .content ul li .box:hover {
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.prodet-page .pro-3 .content ul li .box:hover .text h3 {
  color: var(--color);
}

.prodet-page .pro-4 {
  margin: var(--px24) 0;
  padding: var(--px24) 0;
  /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}

.prodet-page .pro-4 h3 {
  line-height: 1.6;
  margin-bottom: var(--px24);
}

.prodet-page .pro-4 .form span {
  font-size: 16px;
  line-height: 1.875;
}

.prodet-page .pro-4 .form h4 {
  font-size: var(--px22);
  line-height: 1.8;
  font-weight: bold;
  margin-top: 15px;
}

.prodet-page .pro-4 .form form {
  margin-top: var(--px21);
  text-align: center;
}

.prodet-page .pro-4 .form form ul {
  text-align: left;
}

.prodet-page .pro-4 .form form li {
  margin-bottom: 15px;
}

.prodet-page .pro-4 .form form li label {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 5px;
}

.prodet-page .pro-4 .form form li textarea,
.prodet-page .pro-4 .form form li input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--px50);
  padding: 0 var(--px22);
  font-size: 16px;
}

.prodet-page .pro-4 .form form li textarea {
  padding: 15px var(--px25);
  height: 12.9166vw;
  min-height: 100px;
  border-radius: var(--px20);
}

.prodet-page .pro-4 .form form li input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .pro-4 .form form li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.875;
  padding-left: 15px;
}

.prodet-page .pro-4 .form form input[type="submit"] {
  font-size: var(--px18);
  line-height: 1.8;
  background-color: var(--color);
  border-radius: var(--px50);
  border: none;
  margin-top: var(--px24);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}

.prodet-page .pro-4 .form form input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 0 4em #ffd228 inset, 0 5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 4em #ffd228 inset, 0 5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffd228;
}

.prodet-page .color {
  margin-top: 1rem;
  background-color: #f2f2f2;
  padding: 1rem 0;
}

.prodet-page .color .box {
  display: flex;
}

.prodet-page .color .desc {
  width: 20%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.8;
}

.prodet-page .color .desc em {
  display: block;
}

.prodet-page .color .desc p span {
  display: block;
  font-weight: bold;
}

.prodet-page .color .desc h4 {
  font-size: var(--px18);
  line-height: 1.7;
}

.prodet-page .color .imgs {
  width: 80%;
  padding-left: 10px;
}

.prodet-page .color .imgs dl {
  margin-right: -10px;
}

.prodet-page .color .imgs dl dd {
  padding-right: 10px;
}

.prodet-page .color .imgs dl dd .img-box {
  background: #fff;
}
.prodet-page .pro-2 .content h2 {
  font-size: var(--px28);
  line-height: 1.6;
  font-weight: 600;
  color: black;
}

.prodet-page .pro-2 .content h3 {
  font-size: var(--px22);
  line-height: 1.8;
  font-weight: 500;
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .prodet-page .pro-2 .content table tbody {
    min-width: 1000px;
  } 
}
@media screen and (max-width: 1000px) {
  .prodet-page .pro-3 .content ul li .pronew h4 {
    min-height: 5.6em !important;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .pro-1 .text {
    padding: 15px 0;
    width: 100%;
  }

  .prodet-page .pro-1 .img {
    width: 100%;
  }
  .prodet-page .pro-4 .form form li em {
    width: 97%;
  }
  .prodet-page .color .desc {
    width: 200px;
  }
  .prodet-page .smallBox .small {
    width: 100%;
  }
}
@media screen and (max-width: 500px)  {
  .prodet-page .pro-4 .form form li em {
    width: 95%;
  }
}
.prodet-page .prodet_1 .swiper ul li {
  height: auto;
  padding-bottom: 1px;
}
.prodet-page .prodet_1 .swiper ul li .list {
  height: 100%;
  border-radius: var(--px20);
  border: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
  overflow: hidden;
  color: #0f2e45;
}
.prodet-page .prodet_1 .swiper ul li .list .cat_name a::before {
    content: "";
    display: inline-block;
    margin: -8px 10px 0;
    letter-spacing: inherit;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    line-height: inherit;
    vertical-align: middle;
    background-color: var(--color);
}
.prodet-page .prodet_1 .swiper ul li .list h4 {
  font-size: var(--px20);
  min-height: 20px;
}
.seoPublic .title {
  margin-bottom: var(--px24);
  font-size: var(--px50);
  font-weight: normal;
}

.gallery-page ul {
  font-size: 0;
  margin: -15px;
}

.gallery-page ul li {
  padding: 15px;
}

.gallery-page ul li .ig {
  position: relative;
  display: block;
  overflow: hidden;
  /*border-radius: 20px;*/
}

.gallery-page ul li .ig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-page ul li .ig .text {
  z-index: 1;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.gallery-page ul li .ig .text span {
  display: inline-block;
  font-size: var(--px18);
  font-weight: 700;
  text-transform: uppercase;
  color: #ff8f23;
}

.gallery-page ul li .ig .text h4 {
  font-size: var(--px24);
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  text-transform: capitalize;
}

.gallery-page ul li .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.gallery-page ul li .ig:hover::after {
  opacity: 1;
}

.gallery-page ul li .ig:hover .text {
  opacity: 1;
  bottom: 15px;
}

@media screen and (max-width: 1000px) {
  .gallery-page ul li {
    width: 50% !important;
  }
}

@media screen and (max-width: 500px) {
  .gallery-page ul li {
    width: 100% !important;
  }
}


.news-page .sideBox .right .info form {
  width: 100%;
  height: 38px;
  margin-bottom: var(--px48);
}

.news-page .sideBox .right .info form input[type="text"] {
  width: 78.31%;
  height: 100%;
  border-radius: var(--px50);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 22px;
  font-size: 16px;
}

.news-page .sideBox .right .info form input[type="submit"] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(/cn-toysfactory/2024/06/12/fdj2.png) no-repeat center center var(--color);
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBox .right .info form input[type="submit"]:hover {
  background-color: var(--color);
}

.news-page .sideBox .right .info ul li span {
  padding-right: 10px;
}

.news-page .sideBox .right .info ul li span img {
  border: none;
  padding: 0;
}

.news-page .sideBox .right .info ul li time {
  font-size: 16px;
  line-height: 2;
  color: var(--color);
}

.news-page .sideBox .right .info ul li h4 {
  font-size: var(--px18);
  line-height: 1.6;
  font-weight: bold;
  color: #0f2e45;
}

.news-page .sideBox .right .info ul li h4:hover {
  color: var(--color);
}

.news-page .nlist li {
  padding: var(--px30) 0;
  border-bottom: 1px solid #dcdcdc;
}

.news-page .nlist li:first-child {
  padding-top: 0;
}

.news-page .nlist li .img {
  width: 60%;
  padding-right: var(--px30);
  vertical-align: middle;
  position: relative;
}

.news-page .nlist li .img a {
  display: block;
}

.news-page .nlist li .img img {
  border-radius: var(--px20);
  width: 100%;
}

.news-page .nlist li .text {
  width: 100%;
  vertical-align: middle;
  position: relative;
}

.news-page .nlist li .text span {
  text-transform: uppercase;
}

.news-page .nlist li .text span a {
  font-size: 16px;
  line-height: 2;
}

.news-page .nlist li .text span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.news-page .nlist li .text h3 {
  font-size: var(--px30);
  font-weight: bold;
  line-height: 1.6;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .nlist li .text h3:hover {
  color: var(--color);
}

.news-page .nlist li .text p {
  font-size: 16px;
  line-height: 1.875;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-page .nlist li .text .share {
  margin-top: 15px;
}

.news-page .nlist li .text .share li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .nlist li .text .share li:nth-child(2) {
  background: var(--color);
}

.news-page .nlist li .text .share li:nth-child(3) {
  background: var(--color);
}

.news-page .nlist li .text .share li:last-child {
  margin-right: 0;
  background: var(--color);
}

.news-page .nlist li .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.news-page .nlist li:nth-child(even) .img {
  left: 40%;
  padding-left: var(--px20);
  padding-right: 0;
}

.news-page .nlist li:nth-child(even) .text {
  left: 0%;
  padding-left: 0;
}

.news-page .nlist li:last-child {
  border-bottom: none;
}

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

  .news-page .nlist li .img {
    width: 100%;
    padding-right: 0;
  }

  .news-page .nlist li .text {
    width: 100%;
    padding: var(--px35) 0 0 0;
  }

  .news-page .nlist li:nth-child(even) .img {
    left: 0;
  }

  .news-page .nlist li:nth-child(even) .text {
    left: 0;
  }
}

.newdet-page .ui.container h3 {
  line-height: 1.7;
}
.newdet-page .header span {
  text-transform: uppercase;
}

.newdet-page .header span a {
  font-size: 16px;
  line-height: 2;
}

.newdet-page .header span a:last-child::before {
  content: "";
  display: inline-block;
  margin: -6px 10px 0 10px;
  letter-spacing: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  vertical-align: middle;
  background-color: var(--color);
}

.newdet-page .header h1 {
  font-size: var(--px36);
  line-height: 1.4;
  margin-top: 15px;
}

.newdet-page .content {
  margin-top: 15px;
  font-size: var(--px18);
  line-height: 1.7;
}

.newdet-page .content img {
  width: 100%;
}

.newdet-page .text {
  margin-top: 15px;
}

.newdet-page .text dl {
  width: 320px;
  font-size: 16px;
  line-height: 1.875;
}

.newdet-page .text dl dt {
  padding-right: 16px;
  display: inline-block;
  font-weight: bold;
}

.newdet-page .text dl dd {
  min-width: 49%;
  display: inline-block;
}

.newdet-page .text .share {
  margin-top: 16px;
}

.newdet-page .text .share li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ffcc41;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  padding: 0;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .text .share li:nth-child(2) {
  background: #a7e987;
}

.newdet-page .text .share li:nth-child(3) {
  background: var(--color);
}

.newdet-page .text .share li:last-child {
  margin-right: 0;
  background: var(--color);
}

.newdet-page .text .share li:hover {
  transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.newdet-page .form {
  margin: var(--px24) 0;
  padding-top: var(--px24);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 81%;
}

.newdet-page .form .desc h3 {
  font-size: var(--px27);
  line-height: 1;
  font-weight: bold;
  margin-bottom: var(--px24);
}

.newdet-page .form .desc p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}

.newdet-page .form form {
  width: 600px;
  text-align: center;
}

.newdet-page .form form ul {
  text-align: left;
}

.newdet-page .form form li {
  margin-bottom: 15px;
}

.newdet-page .form form li label {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
}

.newdet-page .form form li textarea,
.newdet-page .form form li input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--px50);
  padding: 0 var(--px22);
  font-size: 15px;
}

.newdet-page .form form li textarea {
  padding: 15px var(--px22);
  height: 12.9166vw;
  min-height: 100px;
  border-radius: var(--px20);
}

.newdet-page .form form li input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .form form li em {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 15px;
}

.newdet-page .form form input[type="submit"] {
  padding: 10px 26px 9px;
  font-size: 15px;
  background-color: var(--color);
  border-radius: 50px;
  border: none;
  margin-top: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form form input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 0 4em var(--color) inset, 0 5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 4em var(--color) inset, 0 5px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.2);
}

.newdet-page .m-link {
  margin: var(--px32) 0 var(--px128) 0;
  border-bottom: 1px solid #dcdcdc;
}

.newdet-page .m-link i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  position: relative;
}

.newdet-page .m-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px var(--px20);
  max-width: 60%;
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .m-link span em {
  color: var(--color);
  font-size: 16px;
  line-height: 1.875;
}

.newdet-page .m-link span:hover {
  color: var(--color);
}

.newdet-page .m-link .prev {
  text-align: left;
}

.newdet-page .m-link .next {
  text-align: right;
}

@media screen and (max-width: 700px) {
  .newdet-page .text .share {
    display: none;
  }

  .newdet-page .form {
    width: 100%;
  }

  .newdet-page .form form {
    width: 100%;
  }

  .newdet-page .m-link .prev,
  .newdet-page .m-link .next {
    width: 100%;
    text-align: left;
  }

  .newdet-page .m-link .text {
    margin-top: 15px;
  }
}


.contact-page .contact-1 .left {
  width: 50%;
  padding-right: var(--px32);
}

.contact-page .contact-1 .left h3 {
  font-size: var(--px46);
  line-height: 1.2;
  font-family: 'Luckiest';
}

.contact-page .contact-1 .left ul {
  margin-top: var(--px45);
}

.contact-page .contact-1 .left ul li {
  margin-bottom: var(--px38);
}

.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: var(--px24);
  font-weight: bold;
  line-height: 1.7;
  text-transform: uppercase;
}

.contact-page .contact-1 .left ul li .text p {
  font-size: var(--px18);
  line-height: 1.7;
  margin-top: 5px;
}

.contact-page .contact-1 .left ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-1 .left .share {
  margin-top: var(--px40);
}

.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);
  transform: translateY(-5px);
}

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

.contact-page .contact-1 .right .box {
  background-color: #f8f8f8;
  padding: var(--px32);
}

.contact-page .contact-1 .right .box h3 {
  line-height: 1.6;
  font-family: 'Luckiest';
}

.contact-page .contact-1 .right .box form {
  margin-top: var(--px24);
}

.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: var(--px30);
  border: none;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}

.contact-page .contact-1 .right .box form em {
  font-size: 16px;
  line-height: 1.875;
  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: var(--px20);
}

.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: var(--px20);
}

.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 var(--px30);
  font-size: var(--px18);
  border-radius: var(--px50);
  text-transform: capitalize;
  margin-top: 15px;
  color: #fff;
}
.contact-page .contact-1 .right .box form input[type="submit"]:hover {
  background-color: #ffd228;
}

.contact-page .contact-1 .right .box form .ts {
  margin: var(--px24) 7.5px 0;
  padding: 3px 15px;
  border: 2px solid #ffb900;
  font-size: 15px;
  line-height: 1.6;
  display: none;
}

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

  .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: var(--px35) 0 0 0;
  }
}

.faq-page .faq-1 {
  text-align: center;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: var(--px50);
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: var(--px25);
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: var(--px20) var(--px25);
  font-weight: 500;
  font-size: var(--px24);
  color: #0f2e45;
  position: relative;
  padding-right: var(--px75);
  border-radius: 5px;
  -o-box-shadow: 1px 2px var(--px20) rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px var(--px20) rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px var(--px20) rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.faq-page .faq-1 .list ul li h6 i {
  width: var(--px35);
  height: var(--px35);
  min-width: 20px;
  min-height: 20px;
  display: block;
  position: absolute;
  right: var(--px35);
  top: 20px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after,
.faq-page .faq-1 .list ul li h6 i:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #0f2e45;
  font-size: var(--px20);
  padding: var(--px20);
  display: none;
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i:after,
.faq-page .faq-1 .list ul li.active h6 i:before {
  background: white;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .list ul li h6 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 30px 10px 10px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 15px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    padding: 10px;
  }
}
.service-page h2.title small {
  margin-top: 0;
}
.service-page .service-1 .box {
  align-items: stretch;
}
.service-page .service-1 .box .left {
  width: 52%;
}
.service-page .service-1 .box .left .list ul {
  margin: -15px;
  align-items: stretch;
}
.service-page .service-1 .box .left .list ul li {
  padding: 15px;
  flex-shrink: 0;
}
.service-page .service-1 .box .left .list ul li .box2 {
  border: 1px solid #0f2e45;
  position: relative;
  padding: var(--px40) var(--px20) var(--px30);
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.service-page .service-1 .box .left .list ul li .box2:after,
.service-page .service-1 .box .left .list ul li .box2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.service-page .service-1 .box .left .list ul li .box2:after {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  left: 5%;
  top: -1px;
}
.service-page .service-1 .box .left .list ul li .box2:before {
  width: 100%;
  height: 90%;
  left: 0;
  top: 5%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-page .service-1 .box .left .list ul li:nth-child(1) .box2:before {
  left: -1px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-page .service-1 .box .left .list ul li:nth-child(2) .box2:before {
  left: -1px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.service-page .service-1 .box .left .list ul li .box2 i {
  display: block;
  height: 85px;
  line-height: 1;
}
.service-page .service-1 .box .left .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-1 .box .left .list ul li .box2 h6 {
  font-weight: 600;
  font-size: var(--px24);
  color: #0f2e45;
  line-height: 2;
  margin: var(--px25) 0;
}
.service-page .service-1 .box .left .list ul li .box2 .text {
  line-height: 1.6;
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 11em;*/
}
.service-page .service-1 .box .left .list ul li .box2:hover:after,
.service-page .service-1 .box .left .list ul li .box2:hover:before {
  opacity: 0;
}
.service-page .service-1 .box .right {
  width: 48%;
  flex-shrink: 0;
}
.service-page .service-1 .box .right a.img-box {
  height: 100%;
  border-radius: 10px;
}
.service-page .about-3 .list {
  margin: var(--px80) var(--npx30) 0;
}
.service-page .about-3 .swiper-button-prev {
  left: 0;
}
.service-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .about-3 .swiper-button-next {
  right: 0;
}
.service-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .contact-2 {
  margin-top: var(--px40);
  background: url("../images/service-3-bg.jpg") center top 140px no-repeat;
  background-size: cover;
}
.service-page .contact-2 .box {
  background: white;
}
.service-page .service-2 {
  padding-bottom: var(--px150);
  background: url("../images/service-3-bg.jpg") center bottom 80px no-repeat;
  background-size: cover;
  text-align: center;
}
.service-page .service-2 img {
  margin: var(--px45) auto 0;
}
.about-page .about-3 {
  text-align: center;
}
.about-page .about-3 .list {
  margin: var(--px50) var(--px90) 0;
}
.about-page .about-3 .list ul li {
  padding: var(--px30);
}

.about-page .about-3 .list ul li .box {
  position: relative;
  text-align: left;

}
.about-page .about-3 .list ul li .box span {
  font-weight: bold;
  font-size: var(--px25);
  color: #0f2e45;
  line-height: 2;
  margin-bottom: var(--px30);
  margin-left: 10%;
  position: relative;
  display: inline-block;
}
.about-page .about-3 .list ul li .box span:after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid white;
  position: absolute;
  bottom: var(--npx30);
  left: 5%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
}
.about-page .about-3 .list ul li .box .content {
  padding: var(--px25);
  border-radius: 14px;
  background: white;
  -webkit-box-shadow: 0 0 var(--px25) rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 var(--px25) rgba(0, 0, 0, 0.1);
}
.about-page .about-3 .list ul li .box .content i {
  display: block;
  height: 54px;
  line-height: 54px;
}
.about-page .about-3 .list ul li .box .content i img {
  display: block;
  max-height: 100%;
}
.about-page .about-3 .list ul li .box .content h6 {
  font-weight: 600;
  font-size: var(--px22);
  color: #0f2e45;
  margin: 15px 0;
  line-height: 1.4;
}
.about-page .about-3 .list ul li .box .content .text {
  font-size: var(--px18);
  color: #767676;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}
.about-page .about-3 .list ul li .box .content + span {
  margin-bottom: 0;
  margin-top: var(--px30);
}
.about-page .about-3 .list ul li .box .content + span:after {
  border-bottom: none;
  border-top: var(--px22) solid white;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  top: var(--npx30);
}
.about-page .about-3 .list ul li:nth-child(even) .box {
  flex-direction: column-reverse;
}
.about-page .about-3 .list ul li:nth-child(even) .box span::after {
  bottom: var(--npx30);
  content: '';
  border-top: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid #fff;
  position: absolute;
  left: 5%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .04));
}
.about-page .about-3 .list ul li:nth-child(even) .box span {
  margin-top: auto;
  margin-bottom: var(--px30);
}
.about-page .about-3 .swiperBtn {
  background: none !important;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 !important;
  width: 48px;
  height: 43px;
}
.about-page .about-3 .swiperBtn::after {
  /*font-size: 0;*/
   content: '';
  width: 4.8em;
  height: 4.3em;
  background: url("../images/icon-arrow-bg.png") center center no-repeat;
  display: block;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .swiperBtn img {
    max-width: none;
    position: absolute;
    top: 38%;
    width: var(--px84);
    z-index: 1;
}
.about-page .about-3 .swiperBtn.swiper-button-disabled {
  cursor: no-drop;
}
.about-page .about-3 .swiperBtn.swiper-button-next img {
  right: 15px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-3 .swiperBtn.prev img {
  left: 15px;
}
@media screen and (max-width: 1700px)  {
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 60px;
    line-height: 60px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i img {
    max-height: 100%;
  }
  
}
@media screen and (max-width: 1450px) {
  .about-page .about-3 .list ul li .box .content i {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .box .left .list ul li .box2 {
    padding: 15px;
  }
  .service-page .service-1 .box .left .list ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .about-page .about-3 .list ul li {
    padding: 10px;
  }
  .about-page .about-3 .list ul li .box .content h6 {
    margin: 10px 0;
  }
  .service-page .about-3 .swiper-button-prev,
  .service-page .about-3 .swiper-button-next {
    display: none !important;
  }
  .about-page .about-3 .list {
    margin: var(--px50) 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }
  .service-page .service-1 .box .right a.img-box {
    height: 240px;
  }
  .service-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .box .left .list ul {
    margin: 0;
  }
  .service-page .service-1 .box .left .list ul li {
    padding: 10px;
    width: 100%;
  }
}
.contact-page .ser_form .box {
  padding: var(--px40) var(--px55);
  -o-box-shadow: 1px 2px var(--px20) rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px var(--px20) rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px var(--px20) rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  text-align: center;
}
.contact-page .ser_form .box .form {
  margin-top: var(--px50);
}
.contact-page .ser_form .box .form ul {
  margin: -15px;
}
.contact-page .ser_form .box .form ul li {
  padding: 15px;
}
.contact-page .ser_form .box .form ul li input,
.contact-page .ser_form .box .form ul li textarea {
  width: 100%;
  line-height: 1.3;
  padding: var(--px20);
  border: none;
  background: #f2f2f2;
  font-size: var(--px18);
  color: black;
  display: block;
}
.contact-page .ser_form .box .form ul li input::-webkit-input-placeholder, .contact-page .ser_form .box .form ul li textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.contact-page .ser_form .box .form ul li input:-moz-placeholder, .contact-page .ser_form .box .form ul li textarea:-moz-placeholder {
  color: #a0a0a0;
}
.contact-page .ser_form .box .form ul li input::-moz-placeholder, .contact-page .ser_form .box .form ul li textarea::-moz-placeholder {
  color: #a0a0a0;
}
.contact-page .ser_form .box .form ul li input:-ms-input-placeholder, .contact-page .ser_form .box .form ul li textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.contact-page .ser_form .box .form ul li input::placeholder,
.contact-page .ser_form .box .form ul li textarea::placeholder {
  color: #a0a0a0;
}
.contact-page .ser_form .box .form ul li textarea {
  height: var(--px150);
  min-height: 100px;
}
@media screen and (max-width: 1700px) {
  .contact-page .ser_form .box .form ul li input,
  .contact-page .ser_form .box .form ul li textarea {
    padding: 10px;
  }
  .contact-page .ser_form .box .form ul li {
    padding: 5px;
  }
  .contact-page .ser_form .box .form ul {
    margin: -5px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .ser_form .box .form ul li {
    width: 100%;
  }
}