.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-30 {
  font-size: 30px;
}
.f-48 {
  font-size: 48px;
}
.f-60 {
  font-size: 60px;
}
.f-95 {
  font-size: 95px;
}
.f-76 {
  font-size: 76px;
}

.text2{
      font-size: 18px;
    line-height: 1.75;
    color: #272727;
}

.more {
  position: relative;
  cursor: pointer;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  font-weight: bold;
  width: 200px;
  height: 50px;
  line-height: 50;
  background-image: -webkit-gradient(linear, left top, right top, from(#28a7e7), to(#006eb9)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #28a7e7 0%, #006eb9 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #28a7e7 0%, #006eb9 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #28a7e7 0%, #006eb9 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 0px 50px 0px 50px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  text-align: center;
}
.more img {
  margin-right: 16px;
}
.more:hover {
  color: #000;
  border: solid 2px #006eb9;
}
.more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.swiper-wrapper,.slick-slide,.swiper-slide{
  height: auto;
}
#header {
  z-index: 100;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .ui.container {
  max-width: 1730px;
}
#header .nav {
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#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;
  margin: 0 0 0 65px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
.home#header .nav .ui.menu .menu-box ul.menu > li{
  color: #ffffff;  
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 70px;
  color: #0d0d0d;
  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;
}
#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:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #209cde;
}
#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;
  font-weight: 400;
  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 #209cde;
  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;
}
#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: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;
  width: 70%;
}
#header .nav .ui.menu .shop {
  margin: 0 7px 0 58px;
  padding: 6px 15px 0 0;
  cursor: pointer;
}
#header .nav .ui.menu .shop em {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  background-color: #209cde;
  color: #fff;
  right: 0;
  top: 0;
}
#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 .nav .h-language {

  padding-left: 25px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  color: #fff;
}
#header .nav .h-language span {
  font-size: 16px;
  line-height: 1.7;
}
#header .nav .h-language span img {
  width: 40px;
  height: 27px;
  margin-right: 20px;
}
#header .nav .h-language span i {
  margin-left: 13px;
}
#header .nav .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 #209cde;
  display: none \9;
}
#header .nav .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .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.active {
  position: fixed;
}
#header.active .nav::after {
  width: 100%;
}
#header.active .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.active .nav .ui.menu .logo {
  position: relative;

}
#header.active .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header.active .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
.home#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #0d0d0d;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #0d0d0d;
}
.home#header .nav .ui.menu .h-search img{
  filter: none;
}
.home#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.home#header .nav .h-language{
  color: #fff
}
#header .nav .h-language{
    color:  #0d0d0d;
}
.home#header.active .nav .h-language {
  color:  #0d0d0d;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .ui.container {
  max-width: 1614px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner .swiper-slide .text .box {
  max-width: 630px;
}
#banner .swiper-slide .text .box .title {
  font-weight: bold;
  line-height: 1.2;
}
#banner .swiper-slide .text .box .cont {
  line-height: 1.6;
  margin: 26px 0 65px;
}
#banner .swiper-slide .bot_text {
  position: absolute;
  bottom: 45px;
  width: 100%;
}
#banner .swiper-slide .bot_text .info {
  width: 100%;
  padding: 0 100px;
  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;
  color: #ffffff;
  opacity: 0.8;
}
#banner .swiper-slide-active .text .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  opacity: 1;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
}
.fw {
  font-weight: bold;
}
@-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);
  }
}
.title {
  font-weight: bold;
}
#index-body .btn {
  cursor: pointer;
}
#index-body .btn p {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .btn:hover {
  color: #000 !important;
}
#index-body .btn:hover p {
  background: #209cde;
}
#index-body .btn:hover p img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#index-body .sorie_box {
  position: relative;
  min-height: 835px;
  background: url(../images/bg2.jpg) no-repeat center center / cover;
}
#index-body .sorie_box .sorie {
  position: absolute;
  top: 100px;
  width: 100%;
}
#index-body .sorie_box .sorie .text {
  text-align: center;
  color: #3b3b3b;
  padding-top: 95px;
}
#index-body .sorie_box .sorie .text .title {
  font-weight: bold;
  color: #3b3b3b;
}
#index-body .sorie_box .sorie .text .t1 {
  color: #209cde;
  letter-spacing: 2px;
  line-height: 1;
}
#index-body .sorie_box .sorie .text .cont {
  color: #ffffff;
  opacity: 0.5;
  max-width: 610px;
  margin: 0 auto;
  line-height: 1.6;
  margin-bottom: 54px;
}
#index-body .sorie_box .sorie .lf_img,
#index-body .sorie_box .sorie .rg_img {
  position: absolute;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .sorie_box .sorie .lf_img a,
#index-body .sorie_box .sorie .rg_img a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .sorie_box .sorie .lf_img a span,
#index-body .sorie_box .sorie .rg_img a span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .sorie_box .sorie .lf_img:hover a span,
#index-body .sorie_box .sorie .rg_img:hover a span {
  visibility: visible;
  opacity: 1;
}
#index-body .sorie_box .sorie .lf_img:hover {
  -webkit-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}
#index-body .sorie_box .sorie .lf_img a {
  position: relative;
  display: block;
}
#index-body .sorie_box .sorie .lf_img span {
  position: absolute;
  left: -200px;
  top: 20%;
}
#index-body .sorie_box .sorie .lf_img span::before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, circle, #209cde 0%, #209cde 30%, rgba(32, 156, 222, 0.5) 30%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 223, 0.22) 50%, rgba(32, 156, 223, 0.22) 100%);
  background: -moz-radial-gradient(center, circle, #209cde 0%, #209cde 30%, rgba(32, 156, 222, 0.5) 30%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 223, 0.22) 50%, rgba(32, 156, 223, 0.22) 100%);
  background: radial-gradient(circle at center, #209cde 0%, #209cde 30%, rgba(32, 156, 222, 0.5) 30%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 223, 0.22) 50%, rgba(32, 156, 223, 0.22) 100%);
  top: -40px;
  left: 0;
}
#index-body .sorie_box .sorie .lf_img span::after {
  position: absolute;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#209cde), color-stop(50%, rgba(32, 156, 222, 0.5)), to(rgba(32, 156, 222, 0)));
  background: -webkit-linear-gradient(left, #209cde 0%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 222, 0) 100%);
  background: -moz-linear-gradient(left, #209cde 0%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 222, 0) 100%);
  background: linear-gradient(to right, #209cde 0%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 222, 0) 100%);
  height: 2px;
  width: 253px;
  top: -29px;
  left: 12px;
}
#index-body .sorie_box .sorie .rg_img:hover {
  -webkit-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}
#index-body .sorie_box .sorie .rg_img a {
  position: relative;
  display: block;
}
#index-body .sorie_box .sorie .rg_img span {
  position: absolute;
  right: -200px;
  top: 20%;
}
#index-body .sorie_box .sorie .rg_img span::before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, circle, #209cde 0%, #209cde 30%, rgba(32, 156, 222, 0.5) 30%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 223, 0.22) 50%, rgba(32, 156, 223, 0.22) 100%);
  background: -moz-radial-gradient(center, circle, #209cde 0%, #209cde 30%, rgba(32, 156, 222, 0.5) 30%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 223, 0.22) 50%, rgba(32, 156, 223, 0.22) 100%);
  background: radial-gradient(circle at center, #209cde 0%, #209cde 30%, rgba(32, 156, 222, 0.5) 30%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 223, 0.22) 50%, rgba(32, 156, 223, 0.22) 100%);
  top: -40px;
  right: 0;
}
#index-body .sorie_box .sorie .rg_img span::after {
  position: absolute;
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#209cde), color-stop(50%, rgba(32, 156, 222, 0.5)), to(rgba(32, 156, 222, 0)));
  background: -webkit-linear-gradient(right, #209cde 0%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 222, 0) 100%);
  background: -moz-linear-gradient(right, #209cde 0%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 222, 0) 100%);
  background: linear-gradient(to left, #209cde 0%, rgba(32, 156, 222, 0.5) 50%, rgba(32, 156, 222, 0) 100%);
  height: 2px;
  width: 253px;
  top: -29px;
  right: 12px;
}
#index-body .sorie_box .sorie .p1 {
  top: 38px;
  left: 158px;
}
#index-body .sorie_box .sorie .p2 {
  top: 0;
  right: 116px;
}
#index-body .sorie_box .sorie .p3 {
  left: 120px;
  top: 240px;
}
#index-body .sorie_box .sorie .p4 {
  top: 275px;
  right: 116px;
}
#index-body .sorie_box .sorie .p5 {
  top: 530px;
  left: 415px;
}
#index-body .sorie_box .sorie .p6 {
  top: 470px;
  right: 340px;
}
#index-body .product1 {
  padding: 62px 0 110px;
}
#index-body .product1 .p_top {
  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;
}
#index-body .product1 .p_top .btn {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #209cde;
  font-weight: bold;
}
#index-body .product1 .p_top .btn p {
  width: 51px;
  height: 33px;
  border-radius: 0px 24px 0px 24px;
  border: solid 2px #209cde;
  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;
  margin-left: 21px;
}
#index-body .product1 .product1_list {
  margin-top: 71px;
}
#index-body .product1 .product1_list.product2_list .item {
  background-color: #f3f3f3;
}
#index-body .product1 .product1_list ul {
  margin-right: -30px;
}
#index-body .product1 .product1_list li {
  padding-right: 30px;
}
#index-body .product1 .product1_list li:hover .text {
  background: #209cde;
  color: #fff;
}
#index-body .product1 .product1_list li:hover .text .tit,
#index-body .product1 .product1_list li:hover .text .btn{
  color: #fff;
}
#index-body .product1 .product1_list li a {
  display: block;
}
#index-body .product1 .product1_list li .item {
  background-color: #242527;
  border-radius: 12px;
  border: solid 1px #c6c6c6;
  overflow: hidden;
}
#index-body .product1 .product1_list li .text {
  padding: 40px 20px 44px 38px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
#index-body .product1 .product1_list li .text .cont {
  line-height: 1.5;
  margin: 18px 0 43px;
}
#index-body .product1 .product1_list li img {
  width: 100%;
}
#index-body .about {
  text-align: center;
  background: #f9f9f9;
  padding-top: 93px;
  padding-bottom: 83px;
}
#index-body .about .cont {
  margin: 25px 0 65px;
  padding-left: 50px;
  color: #202020;
}
#index-body .about .about_img {
  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;
}
#index-body .about .about_img .img-box {
  border-radius: 12px;
}
#index-body .about .about_img .c2 {
  margin-left: 40px;
}
#index-body .advantage {
  background: #f4f4f4;
  padding-top: 83px;
  padding-bottom: 97px;
}
#index-body .advantage .title {
  text-align: center;
}
#index-body .advantage .btn {
  width: 185px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #209cde;
  font-weight: bold;
  margin: 46px auto 102px;
}
#index-body .advantage .btn p {
  width: 51px;
  height: 33px;
  border: solid 2px #209cde;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 21px;
}
#index-body .advantage .advlist li {
  text-align: center;
}
#index-body .advantage .advlist li img {
  display: inline-block;
}
#index-body .advantage .advlist li .tit {
  margin: 31px 0 18px;
}
#index-body .advantage .advlist li .cont {
  padding: 0 50px;
  color: #5e5e5e;
}
#index-body .form-box {
  padding: 71px 0 78px;
  background: url(../images/bg3.jpg) no-repeat center center / cover;
}
#index-body .form-box .form_title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 60px;
}
#index-body .form-box .form_title .smt {
  position: relative;
  padding-left: 50px;
}
#index-body .form-box .form_title .smt::before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 2px;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#index-body .form-box .from {
  padding-right: 180px;
}
#index-body .form-box .from form {
  margin: 65px 0 0 auto;
  max-width: 810px;
  height: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 37px 67px 0 37px;
  overflow: hidden;
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between
}
#index-body .form-box .from form input {
  width: 40%;
  font-size: 18px;
  border: none;
  padding: 0 36px;
  margin:15px 0;
}
#index-body .form-box .from form .content{
border-left: 1px solid #8d8d8d;
}
#index-body .form-box .from form .submit {
  width: 162px;
  height: 73px;
  background-color: #42b100;
  border-radius: 0px 65px 0px 65px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .form-box .from form .submit img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .form-box .from form .submit:hover {
  background: #209cde;
}
#index-body .form-box .from form .submit:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1a1a1a;
  color: #fff;
}
#footer .ui.container {
  max-width: 1750px;
}
#footer .contact {
  padding: 40px 0;
  border-bottom: 1px solid #3b3b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .contact .address {
  width: 40%;
  border-right: none;
}
#footer .contact > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  width: 30%;
  border-right: 1px solid #3b3b3b;
}
#footer .contact > div .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .contact > div .icon {
  margin-right: 28px;
  width: 44px;
}
#footer .contact > div .icon img {
  width: 100%;
}
#footer .contact > div .text .tit {
  font-size: 14px;
  color: #8d8d8d;
}
#footer .contact > div .text .con {
  font-size: 28px;
  font-weight: bold;
}
#footer .f-box {
  padding: 76px 15px 51px 0;
}
#footer .f-box .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin: 20px 0 28px;
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 1.75;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  color: #d4d4d4;
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li:hover {
  color: #fff;
}
#footer .f-box .f-ab {
  text-align: center;
}
#footer .f-box .f-ab .share {
  margin-top: 24px;
}
#footer .f-box .f-ab .share a {
  display: inline-block;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px solid #000;
}
#footer .f-box .f-ab .share a:first-child {
  border: none;
}
#footer .f-box .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-ab .share a:hover {
  color: #209cde;
}
#footer .f-box .f-ab .share a:hover .iconfont {
  color: #fff;
}
#footer .f-box .f-ab .share .iconfont {
  font-size: 18px;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-nav .sub-menu{
  display: none;
}
#footer .f-box .f-contact {
  max-width: 320px;
}


#footer .f-box .f-code .tit {
  margin-bottom: 36px;
}
#footer .f-box .f-code #ewm {
  width: 230px;
  border: solid 8px #ffffff;
  margin: 0 0 0 auto;
}
#footer .f-copy {
  font-size: 16px;
  background-color: #000000;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy .ui p {
  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;
      color: #fff;
}
#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: rgba(255, 255, 255, 1);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 1680px) {
  #header .ui.container,
  #banner .ui.container {
    max-width: 1400px;
  }
  .ui.container {
    max-width: 1380px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1420px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  #index-body .sorie_box .sorie .text .cont {
    max-width: 540px;
  }
  #index-body .sorie_box .sorie .rg_img span {
    right: -150px;
  }
  #index-body .sorie_box .sorie .p2 {
    right: 190px;
  }
  #index-body .sorie_box .sorie .lf_img span {
    left: -120px;
  }
  #index-body .sorie_box .sorie .p3 {
    left: 153px;
    top: 293px;
  }
  #index-body .sorie_box .sorie .rg_img span::after,
  #index-body .sorie_box .sorie .lf_img span::after {
    width: 220px;
  }
  #index-body .sorie_box .sorie .p4 {
    right: 190px;
  }
  #index-body .sorie_box .sorie .lf_img img,
  #index-body .sorie_box .sorie .rg_img img {
    width: 90%;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  #header .ui.container,
  #banner .ui.container {
    max-width: 1240px;
  }
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1270px;
  }
  #header .nav .ui.menu .logo {
    margin: 0 0 0 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #index-body .sorie_box .sorie .text .cont {
    max-width: 420px;
  }
  #index-body .sorie_box .sorie .text .title {
    margin-bottom: 50px;
  }
  #index-body .sorie_box .sorie .text .t1 {
    margin-bottom: 10px;
  }
  .f-95 {
    font-size: 65px;
  }
  .f-76 {
    font-size: 45px;
  }
  .f-60 {
    font-size: 35px;
  }
  .f-48 {
    font-size: 36px;
  }
  #index-body .sorie_box .sorie .lf_img img,
  #index-body .sorie_box .sorie .rg_img img {
    width: 80%;
  }
  #index-body .sorie_box .sorie .p2 {
    top: -30px;
  }
  #index-body .sorie_box .sorie .p6 {
    right: 240px;
  }
  #index-body .sorie_box .sorie .p5 {
    top: 570px;
    left: 315px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #index-body .about .box .left {
    max-width: 620px;
  }
  #index-body .about .box .right .imgs {
    margin-right: -30px;
  }
  #index-body .about .box .right .imgs i {
    padding-right: 30px;
  }
  #index-body .sorie_box .sorie .lf_img img,
  #index-body .sorie_box .sorie .rg_img img {
    width: 60%;
  }
  #index-body .sorie_box .sorie .lf_img {
    left: 150px;
  }
  #index-body .sorie_box .sorie .p3 {
    left: 120px;
  }
  #index-body .sorie_box .sorie .rg_img {
    right: 100px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-48 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 22px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  #banner .swiper-slide .text .box .cont {
    margin: 15px 0 45px;
  }
  #index-body .product1 .product1_list li .text {
    padding: 30px 20px 18px 20px;
  }
  #footer .f-nav {
    display: none;
  }
  #footer .contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .contact .address {
    width: 100%;
  }
  #footer .contact .mail {
    border: none;
  }
  #footer .contact > div {
    width: 45%;
  }
  #footer .f-box .f-code #ewm {
    width: 180px;
  }
  #index-body .sorie_box .sorie .rg_img span::after,
  #index-body .sorie_box .sorie .lf_img span::after {
    width: 180px;
  }
  #index-body .sorie_box .sorie .rg_img span {
    right: -70px;
  }
  #index-body .sorie_box .sorie .p2 {
    right: 120px;
  }
  #index-body .sorie_box .sorie .p6 {
    right: 160px;
    top: 500px;
  }
  #index-body .sorie_box .sorie .p3 {
    left: 190px;
    top: 350px;
  }
}
 @media screen and (max-width: 1100px){
  .ui.container {
    max-width: 970px;
  }
  #header .ui.container,
  #banner .ui.container,
  #index-body .about .ui.container,
  #footer .ui.container {
    max-width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 25px;
  }
  #header .nav .ui.menu .shop {
    margin: 0 7px 0 30px;
  }
  #index-body .video span {
    font-size: 100px;
  }
  #index-body .sorie_box .sorie .p4 {
    right: 90px;
    top: 220px;
  }
  #index-body .sorie_box .sorie .p3 {
    left: 150px;
  }
  #index-body .form-box .from form input{
    width: 38%
  }
}
@media screen and (max-width: 1000px) {
  #header {
    position: fixed;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    padding-top: 60px;
  }
  #banner .swiper-slide .bot_text {
    display: none;
  }
  #banner .swiper-slide .text .box {
    margin: 0 auto;
    text-align: center;
  }
  #banner .swiper-slide .text {
    bottom: 10%;
  }
  #index-body .about .about_img .c2 {
    display: none;
  }
  #index-body .sorie_box .sorie .lf_img {
    display: none;
  }
  #index-body .sorie_box .sorie .rg_img {
    display: none;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product,
  #footer .f-box .f-ab {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #index-body .sorie_box {
    min-height: 600px;
  }
  #index-body .sorie_box .sorie .text {
    padding-top: 0;
  }
  #header .nav .h-language {
    margin: 0 9px 0 12px;
    padding-left: 14px;
  }
  .f-48 {
    font-size: 30px;
  }
  #index-body .form-box .from form .content{
    border: none;
   
  }
  #index-body .form-box .from form{
    margin: 30px auto 0;
  }
  
  #index-body .form-box .from form .submit{
    margin: 0 auto;
     border-radius: 0
  }
  #banner .swiper-slide .text .box .cont {
    margin: 10px 0 20px;
  }
  #banner .swiper-slide .text {
    bottom: 8%;
  }
  #index-body .form-box .from {
    padding: 0;
  }
  #index-body .form-box .form_title {
    padding: 0;
  }
  #footer .contact > div {
    margin-bottom: 20px;
  }
  #footer .contact .mail {
    width: 100%;
  }
  #footer .contact .phone {
    width: 100%;
    border: none;
  }
  #index-body .sorie_box {
    padding-top: 50px;
    min-height: 550px;
  }
  #index-body .sorie_box .sorie {
    position: static;
  }
  .f-48 {
    font-size: 25px;
  }
  .f-95 {
    font-size: 40px;
  }
  .f-76 {
    font-size: 30px;
  }
  .f-60 {
    font-size: 25px;
  }
  #index-body .about .cont {
    padding-left: 0;

    
  }
  #index-body .sorie_box .sorie .text .cont {
    max-width: 540px;
  }
  #index-body .form-box .from form{
    height: auto;
    border-radius: 0
  }
   #index-body .form-box .from form input{
   width: 100%
   }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .link {
    zoom: 0.5;
    bottom: -130px;
  }
  #footer .f-box .f-contact {
    min-width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-copy .ui p {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }
  #footer .f-box {
    padding: 20px 0;
  }
  #footer .f-box .f-ab .search {
    width: 180px;
  }
  #footer .f-box .f-contact {
    padding-left: 10px;
  }
  #footer .f-box .f-contact .tit {
    margin-bottom: 30px;
  }
  #footer .f-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .tit {
    font-size: 20px;
  }
  #footer .f-box .f-code {
    text-align: left;
  }
  #footer .f-box .f-code #ewm {
    width: 160px;
  }
  .f-20 {
    font-size: 18px;
  }
  #index-body .form-box {
    padding: 40px 0;
  }
  #index-body .form-box .from form {
    margin-top: 30px;
  }
  #index-body .product1 .product1_list {
    margin-top: 40px;
  }
  #index-body .advantage {
    padding: 42px 0;
  }
  #index-body .form-box .from form input{
    padding: 0 20px;
    font-size: 16px
  }
}
@media screen and (max-width: 500px) {
  .f-48 {
    font-size: 22px;
  }
  #banner .swiper-slide .text .box .cont {
    display: none;
  }
  #banner .swiper-slide .text {
    bottom: 25%;
  }
  .f-95 {
    font-size: 25px;
  }
  .f-76 {
    font-size: 18px;
  }
  .f-60 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-48 {
    font-size: 20px;
  }
  /*#index-body .form-box .from form {
    height: 50px;
    border-radius: 37px 75px 0 37px;
  }*/
  #index-body .form-box .from form input {
    font-size: 14px;
    padding: 0 20px;
  }
  #index-body .form-box .from form .submit {
    height: 50px;
    width: 100px;
  }
  #index-body .form-box .from form .submit img {
    width: 15px;
  }
  #index-body .product1 .p_top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product1 .p_top .btn {
    margin: 0 0 0 auto;
  }
  #index-body .advantage .btn {
    margin: 20px auto 40px;
  }
  #index-body .sorie_box {
    min-height: 450px;
  }
  #footer .contact > div .text .con {
    font-size: 16px;
  }
  #footer .f-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .f-ab {
    width: 100%;
  }
  #footer .f-box .f-ab .search {
    width: 200px;
    margin: 20px auto 0;
  }
  #footer .f-box .f-contact ul li {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #footer .f-box .tit {
    font-size: 18px;
  }
  #footer .f-box .f-code #ewm {
    width: 130px;
  }
  #index-body .advantage .btn p {
    width: 44px;
    height: 26px;
  }
  #index-body .product1 .p_top .btn p {
    width: 44px;
    height: 26px;
    border-radius: 0px 20px 0px 20px;
  }
  #footer .f-copy .ui p {
    font-size: 14px;
  }
  .f-20 {
    font-size: 16px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #209cde;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #209cde;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #209cde;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
/*内页*/
#index-body .about.inner-about{
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
#index-body .about.inner-about .top {
    background: url(../images/a1.png) no-repeat 100px center;
    padding: 68px 0 117px;
  }
  #index-body .about.inner-about .top .text {
    max-width: 603px;
    margin: 0 0 0 auto;
  }
  #index-body .about.inner-about .top .text .con {
    line-height: 1.8;
    color: #1d1d1d;
    margin-top: 26px;
  }
  #index-body .about.inner-about .top .text .con h1 {
    display: inline;
  }
  #index-body .about.inner-about .bottom {
    text-align: center;
    padding: 16.448% 0;
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #index-body .about.inner-about .bottom .play {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #index-body .about.inner-about .bottom .play::before,
  #index-body .about.inner-about .bottom .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.44);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
  }
  #index-body .about.inner-about .bottom .play::before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
  }
  #index-body .about.inner-about .data {
    padding: 65px 6.579% 0 10%;
  }
  #index-body .about.inner-about .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;
  }
  #index-body .about.inner-about .data ul li {
    display: inline-block;
  }
  #index-body .about.inner-about .data ul li .num em {
    display: inline-block;
    vertical-align: bottom;
    font-size: 100px;
    line-height: 1;
    
    font-weight: 700;
    color: #209cde;
  }
  #index-body .about.inner-about .data ul li .num span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #080808;
    line-height: 30px;
    width: 50%;
    padding-left: 9px;
    margin-bottom: -5px;
  }
  #index-body .about.inner-about .data ul li:nth-child(2) .num span {
    width: 37%;
  }
  @media screen and (max-width: 1680px) {
    #index-body .about.inner-about .top {
      background-position: -160px center;
    }
  }
  @media screen and (max-width: 1440px) {
    #index-body .about.inner-about .top {
      background-position: -340px center;
    }
    #index-body .about.inner-about .data {
      padding: 65px 3% 0 6%;
    }
  }
  @media screen and (max-width: 1280px) {
    #index-body .about.inner-about .top {
      background-position: -260px center;
      background-size: 70% 70%;
    }
    #index-body .about.inner-about .data ul li .num em {
      font-size: 80px;
    }
}
@media screen and (max-width: 1000px) {
    #index-body .about.inner-about .top {
        background: transparent;
        padding: 60px 0;
      }
      #index-body .about.inner-about .top .text {
        max-width: 100%;
      }
      #index-body .about.inner-about .data {
        padding: 65px 0% 0 0%;
      }
      #index-body .about.inner-about .data ul li .num em {
        font-size: 60px;
      }
      #index-body .about.inner-about .data ul li:nth-child(2) .num span {
        width: 45%;
      }
      #footer .f-content .f-about.inner-about{
        display: none;
      }
}
@media screen and (max-width: 700px) {
    #index-body .about.inner-about .top {
        padding: 30px 0;
      }
      #index-body .about.inner-about .top .text .con {
        margin-top: 10px;
      }
      #index-body .about.inner-about .data {
        display: none;
      }
}
:root {
    --white: #fff;
    --black: #000;
    --primary: #209cde;
}
.inner-page .more {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 20px;
     width: 250px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
    background-color: #209cde;
    color: #f6f6f6;
    border-radius: 0;
  }
  .inner-page .more em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
  }
  .inner-page .more img {
    display: inline-block;
    vertical-align: middle;
  }
  .inner-page .more::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #ffffff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .more:hover {
    color: #040404;
  }
  .inner-page .more:hover::after {
    left: 0;
    width: 100%;
  }
.inner-banner {
  padding-top: 0;
  margin-top: 77px;
}
.inner-banner .mbx {
  border-top: 1px solid #e2e2e2;
  padding: 20px 0;
  font-size: 18px;
  color: #151515;
  line-height: 32px;
   
  font-weight: 500;
}
.inner-banner .mbx i {
  display: inline-block;
  height: 26px;
  padding-right: 24px;
  border-right: 1px solid rgba(119, 119, 119, 0.4);
  line-height: 26px;
  margin-right: 24px;
}
.inner-banner .mbx i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .mbx span {
  color: #209cde;
}
.inner-banner .img {
  position: relative;
}
.inner-banner.product-page-banner .img{
  height: 600px
}
.inner-banner .img .lazy{
  width: 100%;
  /*height: 400px;*/
}
.inner-banner .img .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      text-transform: uppercase;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #209cde;
  text-align: center;
  font-size: 48px;
  line-height: 1.7;
   
  font-weight: bold;
}
.inner-page .title {
  font-size: 48px;
  color: #282727;
  line-height: 1.2;
  
  font-weight: bold;
  position: relative;
  word-break: break-word;
}
.inner-page .title em {
  color: var(--index-main-color);
}
.inner-page .title::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 38px;
  width: 140px;
  height: 2px;
  background-color: #c2c0c3;
}
.about-page .about-1 {
  padding-top: 4.688%;
}
.about-page .about-1 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.about-page .about-1 .content .con {
  width: 62%;
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
  }
.about-page .about-1 .content .con p {
  padding-bottom: 20px;
}
.about-page .about-1 .content .right {
  width: 34%;
}
.about-page .about-1 .content .right .ig {
  max-width: 408px;
  margin: 0 0 0 auto;
  text-align: center;
   
  font-weight: bold;
}
.about-page .about-1 .content .right span {
  font-size: 200px;
  line-height: 1;
  color: #209cde;
}
.about-page .about-1 .content .right p {
  font-size: 30px;
  color: #0d0d0d;
  line-height: 1.3;
  margin-top: 24px;
 
}
.about-page .about-1 #index-body {
  margin-top: 67px;
  background: transparent;
}
.about-page .about-2 {
  padding-top: 5.99%;
}
.about-page .about-2 .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 65px;
}
.about-page .about-2 .text {
  width: 48.552%;
  padding: 65px 0 0 66px;
}
.about-page .about-2 .text .title::before {
  display: none;
}
.about-page .about-2 .text .title::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  display: block;
  margin-top: 17px;
}
.about-page .about-2 .text .con {
  font-size: 18px;
  color: #282727;
  line-height: 1.8;
  margin-top: 22px;
}
.about-page .about-3 {
  padding-top: 5.782%;
}
.about-page .about-3 .header {
  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;
}
.about-page .about-3 .content {
  margin-top: 50px;
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: 1130px;
}
.about-page .about-3 .content ul li {
  width: 33.333%;
  height: 380px;
}
.about-page .about-3 .content ul li img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .content ul li .box {
  background: #ffffff;
  padding: 74px 75px 92px 59px;
  min-height: 380px;
  position: relative;
  z-index: 9
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 36px;
  line-height: 1.3;
   
  font-weight: bold;
  color: #209cde;
}
.about-page .about-3 .content ul li .box .con {
  font-size: 18px;
  line-height: 30px;
  color: #282727;
  margin-top: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.about-page .about-3 .content ul li:nth-child(3) {
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 750px;
}
.about-page .about-3 .content ul li:nth-child(5) {
  position: absolute;
  bottom: 380px;
  left: 33.334%;
}
.about-page .about-3 .content ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 33.334%;
}
.about-page .about-3 .content ul li:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-4 {
  padding: 6.25% 0;
}
.about-page .about-4 .box {
  background: #209cde;
  /*padding: 20px 0;*/
}
.about-page .about-4 .box .left {
  vertical-align: middle;
  color: #ffffff;
  padding-left: 80px;
  width: 40%
}
.about-page .about-4 .box .left .tit {
  font-size: 36px;
  line-height: 1.4;
   
  font-weight: bold;
}
.about-page .about-4 .box .left .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 26px;
  width: 90%;
}
.about-page .about-4 .box .left .more {
  background: #ffffff;
  color: #209cde;
  margin-top: 32px;
}
.about-page .about-4 .box .left .more::after {
  background: var(--black);
}
.about-page .about-4 .box .left .more:hover {
  color: #ffffff;
}
.about-page .about-4 .box .right {
  vertical-align: middle;
  width: 60%;
}
.about-page .about-4 .box .right ul {
  margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
  line-height: 274px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.about-page .about-4 .box .right ul li img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child,
.about-page .about-4 .box .right ul li:nth-child(3),
.about-page .about-4 .box .right ul li:nth-child(6) {
  background-color: #006260;
}
.about-page .about-4 .box .right ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-3 .content ul {
    height: 1000px;
  }
  .about-page .about-3 .content ul li {
    height: 350px;
  }
  .about-page .about-3 .content ul li .box {
    /*height: 350px;*/
    padding: 60px 50px 30px 40px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 34px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 700px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 350px;
  }
  .about-page .about-4 .box .left {
    padding-left: 50px;
  }
  .about-page .about-4 .box .left .con {
    width: 92%;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .text {
    padding: 65px 0 0 40px;
  }
  .about-page .about-3 .content ul {
    height: 900px;
  }
  .about-page .about-3 .content ul li {
    height: 300px;
  }
  .about-page .about-3 .content ul li .box {
    /*height: 300px;*/
    padding: 10px 30px 30px 20px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 600px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .img {
    display: none;
  }
  .inner-banner .img .tit {
    font-size: 30px;
    line-height: 1.3;
  }
  .about-page .about-1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-page .about-1 .content .con {
    width: 100%;
  }
  .about-page .about-1 .content .right {
    display: none;
  }
  .about-page .about-2 .img {
    width: 100%;
  }
  .about-page .about-2 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-3 .content {
    margin-top: 30px;
  }
  .about-page .about-3 .content ul {
    height: 800px;
  }
  .about-page .about-3 .content ul li {
    height: 260px;
  }
  .about-page .about-3 .content ul li .box {
    /*height: 260px;*/
    padding: 20px 15px 0 15px;
  }
  .about-page .about-3 .content ul li .box .tit {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: 540px;
  }
  .about-page .about-3 .content ul li:nth-child(5) {
    bottom: 260px;
  }
  .about-page .about-4 .box .left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .img .tit {
    font-size: 26px;
  }
  .inner-page .title {
    font-size: 40px;
    
  }
  .about-page .about-3 .content ul {
    height: auto;
  }
  .about-page .about-3 .content ul li {
    height: auto;
    width: 50%;
  }
  .about-page .about-3 .content ul li .box {
    height: auto;
    padding: 20px 15px;
  }
  .about-page .about-3 .content ul li:nth-child(3),
  .about-page .about-3 .content ul li:nth-child(4) {
    height: auto;
  }
  .about-page .about-3 .content ul li:nth-child(4),
  .about-page .about-3 .content ul li:nth-child(5),
  .about-page .about-3 .content ul li:nth-child(6),
  .about-page .about-3 .content ul li:last-child {
    position: initial;
  }
  .about-page .about-4 .box .left {
    width: 100%;
    padding: 20px 15px;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 #index-body {
    margin-top: 20px;
  }
  .inner-page .title {
    font-size: 32px;
   
  }
  .about-page .about-2 .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .more {
    margin-top: 15px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
  }
  .about-page .about-4 .box .left .tit {
    font-size: 32px;
  }
  .about-page .about-4 .box .left .con {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-page .about-4 .box .left .more {
    margin-top: 20px;
  }
  .about-page .about-4 .box .right ul li {
    line-height: 150px;
  }
}
.product-yd-page .top {
  padding: 4.4792% 0 1%;
  text-align: center;
}
.product-yd-page .top .ui.container {
  max-width: 1002px;
}
.product-yd-page .top .title::before {
  display: none;
}
.product-yd-page .top .con {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  margin-top: 18px;
}
.product-yd-page .palallax_wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 70px 0;
  background: url("../images/ipbg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.product-yd-page .palallax_conts {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
}
.product-yd-page .palallax_conts dl {
  position: relative;
  top: 0;
  min-height: 280px;
  margin-bottom: 120px;
  text-align: left;
  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;
}
.product-yd-page .palallax_conts dl dt {
  position: absolute;
  top: 200px;
  left: 40%;
  opacity: 0;
}
.product-yd-page .palallax_conts dl dt span {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 0;
  height: 2px;
  background: #209cde;
  z-index: 10;
}
.product-yd-page .palallax_conts dl:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .palallax_conts .description {
  position: relative;
  width: 53%;
  top: 10px;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  padding-left: 34px;
  /*opacity: 0;*/
}
.product-yd-page .palallax_conts .description .tit {
  font-size: 48px;
  line-height: 1.2;
   
  font-weight: bold;
  margin-bottom: 22px;
}
.product-yd-page .palallax_conts .img {
  width: 47%;
  /*opacity: 0;*/
}
.product-yd-page .palallax_conts .more {
  margin-top: 54px;
}
.product-yd-page .palallax_conts .right {
  text-align: right;
}
.product-yd-page .palallax_conts .right dt {
  right: 28%;
}
.product-yd-page .palallax_conts .right .description {
  padding-right: 34px;
}
.product-yd-page .bottom {
  background: url(../images/ipbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 6.407% 0 7.292%;
  color: #ffffff;
}
.product-yd-page .bottom .ui.container {
  max-width: 1170px;
}
.product-yd-page .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.product-yd-page .bottom ul li .img {
  width: 47%;
  padding-left: 60px;
}
.product-yd-page .bottom ul li .img .img-box {
  overflow: unset;
}
.product-yd-page .bottom ul li .text {
  width: 53%;
  padding-left: 34px;
}
@-webkit-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@-moz-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
.product-yd-page .bottom ul li .text .title {
  color: #ffffff;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-yd-page .bottom ul li .text .title::before {
  left: -236px;
  background: #209cde;
  animation: wid 6s linear;
}
.product-yd-page .bottom ul li .text .title:hover {
  color: #209cde;
}
.product-yd-page .bottom ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-yd-page .bottom ul li .text .more {
  margin-top: 54px;
}
.product-yd-page .bottom ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .bottom ul li:nth-child(even) .text {
  text-align: right;
  padding: 0 34px 0 0;
}
.product-yd-page .bottom ul li:nth-child(even) .text .title::before {
  right: -236px;
  left: initial;
}
.product-yd-page .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .product-yd-page .title {
    font-size: 40px;
   
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .bottom ul li {
    margin-bottom: 30px;
  }
  .product-yd-page .bottom ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .bottom ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .title {
    font-size: 36px;
   
  }
}
.customize-page .customize-1 {
  padding-top: 4.219%;
  text-align: center;
}
.customize-page .customize-1 .ui.container {
  max-width: 1410px;
}
.customize-page .customize-1 .title::before {
  display: none;
}
.customize-page .customize-1 .content {
  margin-top: 59px;
}
.customize-page .customize-1 .content ul {
  margin-right: -81px;
}
.customize-page .customize-1 .content ul li {
  padding-right: 81px;
}
.customize-page .customize-1 .content ul li .img-box {
  border-radius: 50%;
  display: inline-block;
  width: auto;
}
.customize-page .customize-1 .content ul li .text {
  padding-top: 29px;
}
.customize-page .customize-1 .content ul li .text span {
  font-size: 30px;
  line-height: 1.4;
   
  font-weight: bold;
  color: #209cde;
}
.customize-page .customize-1 .content ul li .text p {
  font-size: 16px;
  line-height: 30px;
  color: #1c1c1c;
  margin-top: 13px;
}
.customize-page .customize-2 {
  padding-top: 5.365%;
}
.customize-page .customize-2 .box {
  text-align: right;
  background: url(../images/customize2.jpg) no-repeat left top;
  padding: 73px 0 15px;
}
.customize-page .customize-3 {
  padding-top: 7.7%;
}
.customize-page .customize-3 .ui.container {
  max-width: 1570px;
}
.customize-page .customize-3 .left {
  vertical-align: middle;
  padding-left: 7vw;
}
.customize-page .customize-3 .right {
  padding-left: 115px;
  vertical-align: middle;
}
.customize-page .customize-3 .right .title::before {
  display: none;
}
.customize-page .customize-3 .right .con {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 30px;
  margin-top: 13px;
}
.customize-page .customize-3 .right .color {
  width: 80%;
  margin-top: 26px;
}
.customize-page .customize-3 .right .color span {
  display: inline-block;
  margin: 0 37px 9px 0;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.customize-page .customize-3 .right .color span::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 21px;
  height: 20px;
  background: url(../images/check.png) no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.customize-page .customize-3 .right .color span.active::after {
  opacity: 1;
}
.customize-page .customize-3 .right .more {
  margin-top: 43px;
}
.customize-page .customize-3 .right .more::after {
  background: #f6f5f1;
}
.customize-page .customize-4 {
  padding-top: 7%;
}
.customize-page .customize-5 {
  padding: 5.782% 0 5.261%;
}
.customize-page .customize-5 .content {
  margin-top: 52px;
}
.customize-page .customize-5 .content ul {
  margin: 0 -64px -50px 0;
}
.customize-page .customize-5 .content ul li {
  padding: 0 64px 50px 0;
  text-align: center;
}
.customize-page .customize-5 .content ul li .img-box {
  border-radius: 30px;
}
.customize-page .customize-5 .content ul li .img-box img {
  width: 100%;
  display: inline-block;
}
.customize-page .customize-5 .content ul li p {
  font-size: 24px;
  line-height: 44px;
   
  font-weight: bold;
  color: #232323;
  margin-top: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .customize-page .customize-1 .content ul {
    margin-right: -40px;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 40px;
  }
  .customize-page .customize-3 .right {
    padding-left: 80px;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -30px -20px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 30px 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  .customize-page .customize-1 .content {
    margin-top: 30px;
  }
  .customize-page .customize-1 .content ul {
    margin-right: -20px;
  }
  .yejiao {
  display: none;
  }
  .customize-page .customize-1 .content ul li {
    padding-right: 20px;
  }
  .customize-page .customize-2 .box {
    background-size: 70%;
    padding: 15px 0;
  }
  .customize-page .customize-2 .box img {
    width: 50%;
  }
  .customize-page .customize-3 .right {
    padding-left: 30px;
  }
  .customize-page .customize-3 .right .title {
    font-size: 36px;
   
  }
  .customize-page .customize-3 .right .color {
    width: 100%;
  }
  .customize-page .customize-3 .right .color span {
    margin: 0 33px 9px 0;
  }
  .customize-page .customize-5 .content ul {
    margin: 0 -15px -10px 0;
  }
  .customize-page .customize-5 .content ul li {
    padding: 0 15px 10px 0;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .customize-page .customize-3 .left {
    width: 100%;
  }
  .customize-page .customize-3 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .customize-page .customize-3 .right .more {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content {
    margin-top: 20px;
  }
  .customize-page .customize-5 .content ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .customize-page .customize-3 .right .title {
    font-size: 32px;
   
  }
  .customize-page .customize-3 {
    display: none;
  }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  color: #282727;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}

.mana-page .mana-2 .top .left {
  width: 50%;
  /*padding-right: 7%;*/
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  font-size: 16px;
  line-height: 30px;
  margin-top: 12px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #ffffff;
  margin-top: 89px;
  padding: 4% 0 4% 0;
}
.mana-page .mana-2 .bottom .title {
  color: #ffffff;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);


  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;

  width: 560px;
  height: 220px;
  border-radius: 50%;
  text-align: center;
  line-height: 220px;
  background: #209cde;
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 50%;
 height: 220px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.2;
   
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 18px;
  line-height: 2;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #209cde;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top:28px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 28px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
   
  font-weight: 500;
  line-height: 44px;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: #209cde;
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: #ffffff;
}
.mana-page .mana-4 .header .title::before {
  background: #ffffff;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
   
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
   
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
   
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
   
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
   
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
   
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: #209cde;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
.productList ul li .img:hover img.on {
  opacity: 1;
}
.productList ul li .img:hover img.def {
  opacity: 0;
}
.productList ul li .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  line-height: 46px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: #209cde;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 15;
  padding: 0;
}
.productList ul li .img .more::after{
  background: #fff;
}
.productList ul li .img .more:hover {
  color: #000;
}
.productList ul li .img:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
}
.prodet-page {
  padding: 100px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: #209cde;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: #209cde;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: #ffffff;
  background-color: #209cde;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: #209cde;
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 24px;
    font-weight: 700;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: #209cde;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #00aba7;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #209cde;
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
   .faq-page .container .content ul li .title{
    font-size: 18px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #209cde none repeat scroll 0 0;
  color: #fff;
}
.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #209cde;
  border: 2px solid #209cde;
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid #209cde;
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li .img {
  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;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  line-height: 44px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
   
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 2;
 word-break: break-word;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: #209cde;
  color: #fff;
  padding: 60px 0;
  font-size: 48px;
 
  text-align: center;
  line-height: 2;
   
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: #209cde;
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: #209cde;
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: #209cde;
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 48px;
  margin: 0 0 30px;
  color: #051524;

  line-height: 1.2;
   
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: #209cde;
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: #209cde;
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .product-page .category-desc{
    display: none;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.m-link {
  margin-top: 16px;
}
.m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: #209cde;
}
.honor-page .container .tips_title {
  font-weight: bold;
  text-align: center;
       
    margin-bottom: -30px;
  text-transform: uppercase;
}
.honor-page .container .content {
  margin-top: 50px;
}
.honor-page .container .content ul {
  margin: 0 -50px;
}
.honor-page .container .content ul li {
  margin-top: 40px;
  padding: 0 50px;
  text-align: center;
}
.honor-page .container .content ul li .box a {
  display: block;
}
.honor-page .container .content ul li .box .text {
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .honor-page .container .content ul {
    margin: 0 -10px;
  }
  .honor-page .container .content ul li {
    padding: 0 10px;
  }
  .honor-page .container .content ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .honor-page .container .content {
    margin-top: 0;
  }
}
.faq-page {
  padding-bottom: 110px;
}
.faq-page .container .tips_title {
  font-weight: bold;
  padding-left: 60px;
       
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #209cde;
  z-index: -1;
}
.faq-page .container .content {
  margin-top: 60px;
}
.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #a50f0f;
}
.faq-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  font-size: 26px;
 
}
.faq-page .container .content ul li .title::before{
  display: none;
}
.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
}
.faq-page .container .content ul li.active .title {
  background-color: var(--index-main-color);
  color: #fff;
}
.faq-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }
  .faq-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page .container .content ul {
    text-align: left;
  }
  .faq-page .container .content {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .faq-page .container .content {
    margin-top: 30px;
  }
  .faq-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }
  .faq-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }
  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}
.news-page {
  padding-bottom: 110px;
}
.font-48 {
  font-size: 48px;
}
.pt-80 {
    padding-top: 80px;
}
.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
   
  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: #209cde;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.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;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
 
  min-height: 3.8em;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: #209cde;
}
.news-page .content ul li .box .des {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: #209cde;
}
.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;
  line-height: 30px;
  background-color: #209cde;
  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;
  line-height: 30px;
  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 .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.newdet-page .init-1 .container .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet-page .init-1 .container .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.newdet-page .init-1 .container .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color:#209cde;
}
.newdet-page .init-1 .container .content ol li,.newdet-page .init-1 .container .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.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: #209cde;
  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;
}
.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 .text {
  display: block;
  margin-top: 20px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: #209cde;
}
.pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1500px) {
  .font-48 {
    font-size: 38px;
  }
}
@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;
    font-size: 24px;
    line-height: 44px;
  }
  .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;
  }
}
@media screen and (max-width: 500px) {
  .pt-80 {
    padding-top: 40px;
  }
  .news-page .content ul li .box {
    padding: 20px 16px;
    height: unset;
  }
  .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;
    line-height: 1.8;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 44px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
}

.product-page .slideBar {
    padding-top: 50px;
}

.product-page .slideBar .top {
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    padding-bottom: 120px;
}
.product-page .slideBar .top li{
  margin-right: 10px;
}
.product-page .slideBar .top li:last-child{
  margin-right: 0;
}
.product-page .slideBar .top li a.add {
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    height: 56px;
    transition: .5s;
    background: #f3f3f3;
    padding: 3px 25px;
    position: relative;
}

.product-page .slideBar .top li a.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid #209cde;
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}

.product-page .slideBar .top li.active a.add,
.product-page .slideBar .top li:hover a.add {
    background: #209cde;
    color: #fff;
}

.product-page .slideBar .top li.active a.add:after,
.product-page .slideBar .top li:hover a.add:after {
    opacity: 1;
}

.product-page .slideBar .top li a.active.add {
    background: #209cde;
    color: #ffffff;
}

.product-page .slideBar .top li a.active.add:after {
    opacity: 1;
}

.product-page .slideBar .top li ul.children {
    display: none;
}

.product-page .slideBar .top li.active ul.children {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.product-page .slideBar .top li ul.children li {
    display: inline-block;
}

.product-page .slideBar .top li ul.children li a {
    font-size: 20px;
    transition: .5s;
    position: relative;
    margin-right: 60px;
    color: #767676;
}

.product-page .slideBar .top li ul.children li a.active,
.product-page .slideBar .top li ul.children li a:hover {
    color: #209cde;
}
.product-page .slideBar .top {
    flex-wrap: wrap;
}
.product-page .slideBar .top li {
    margin-bottom: 35px;
}
.tit1 {
  font-size: 48px;
   
  font-weight: bold;
}
.tit1.line::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: currentcolor;
}
.tit1.txt-center.line::after {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .product-page .slideBar{
    display: none;
  }
  .tit1{
    font-size: 22px;
    line-height: 40px;
  }
}
.seo_title {
    font-size: 48px;
     
    font-weight: bold;
  
}

#seo_about ._box {
    margin: -15px;
}

#seo_about ._left,
#seo_about ._right {
    padding: 15px;
    vertical-align: middle;
}
#seo_about ._right ._text {
  line-height: 2;
}

#honor_list ul {
    margin: -15px;
}

#honor_list ul li {
    padding: 15px;
}

#news_list ul {
    margin: -15px;
}

#news_list ul li {
    padding: 15px;
}

#news_list ._time span {
    display: inline-block;
    padding: 5px;
}

#news_list ._time span._cate {
    color: #FFFFFF;
    background-color: var(--index-main-color);
}

#news_list ._time span._date {
    background-color: #e3e3e3;
}

#news_list ._table {
    padding: 30px 30px;
    border: 2px solid #CCCCCC;
    line-height: 2;
}
#news_list ._table ._name{
   font-size: 20px;
   line-height: 36px;
   min-height:5.3em;
}
#seo_public_from {
    padding: 80px 0;
    background: #f9f9f9;
}

#seo_public_from h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#seo_public_from .seo_public_from {
    margin-top: 30px;
}

#seo_public_from .seo_public_from ul {
    margin: -10px;
}

#seo_public_from .seo_public_from ul li {
    padding: 10px;
}

#seo_public_from .seo_public_from ul li.wid-100 {
    width: 100%;
}

#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: black;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
    border-color: black;
}

#seo_public_from .seo_public_from ul li textarea {
    height: 120px;
}

#seo_public_from .seo_public_from ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #222;
    color: white;
}

#seo_public_from .seo_public_from ul li input[type="submit"]:hover {
    opacity: .7;
}
@media screen and (max-width: 1000px) {
    #seo_about ._left,
    #seo_about ._right {
        width: 100% !important;
    }
}
#seo_other ._text, .seoIndustry ._text {
  line-height: 2;
}
.service2-page .service-1 {
    padding: 50px 0;
}
.service2-page .service-1 ul {
    margin: -20px;
}
.service2-page .service-1 ul li {
    padding: 20px;
}
.service2-page .service-1 ul li .box {
    background: white;
    -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 50px;
}
.service2-page .service-1 ul li .box .icon {
    height: 60px;
}
.service2-page .service-1 ul li .box .icon img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.service2-page .service-1 ul li .box h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 26px;
}
.service2-page .service-1 ul li .box .text {
    font-size: 18px;
    line-height: 30px;
    min-height: 180px;
    color: #272727;
}
.service2-page .service-1 ul li .box:hover .icon img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.service2-page .service-2 {
    background-color: #fafafa;
    padding: 100px 0 100px;
}
.service2-page .service-2 .top {
    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;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service2-page .service-2 .top .text {
    width: 60%;
    padding-right: 60px;
}
.service2-page .service-2 .top .text h3 {
    font-size: 43px;
    font-weight: 700;

    margin-bottom: 25px;
}
.service2-page .service-2 .top .text h5{
    font-size: 25px;
    line-height: 40px;
}
.service2-page .service-2 .top .text .content {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
}
.service2-page .service-2 .top .text .content p:not(:last-child) {
    margin-bottom: 50px;
}
.service2-page .service-2 .top .img{
    width: 40%;
}
.service2-page .service-2 .product {
    margin: 50px 0;
}
.service2-page .service-2 .product ul{
    margin: -15px;
}
.service2-page .service-2 .product ul li{
    padding: 15px;
}
.service2-page .service-2 .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service2-page .service-2 .bottom .text {
    width: 60%;
    padding-left: 80px;
}
.service2-page .service-2 .bottom .text .content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}
.service2-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 60px;
}
.service2-page .service-2 .bottom .text .content ul li{
    margin-bottom: 20px;
    display: flex;
}
.service2-page .service-2 .bottom .text .content ul li h5{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.service2-page .service-2 .bottom .text .content ul li p{
    font-size: 18px;
    margin-top: 6px;
    display: inline-block;
    padding-left: 10px;
}
.service2-page .honor ul{
    margin: -15px;
}
.service2-page .honor ul li{
    padding: 15px;
}
.service2-page .service-3 {
    padding: 140px 0;
    overflow: hidden;
}
.service2-page .service-3 h2 {
    font-size: 43px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 45px;
}
.service2-page .service-3 .text {
    margin: -50px;
}
.service2-page .service-3 .text h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
.service2-page .service-3 .text .num .item{
    margin-bottom: 15px;
}
.service2-page .service-3 .text .num .item h5{
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.service2-page .service-3 .text .num .item p{
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}
.service2-page .service-3 .text .column {
    padding: 50px;
}
.service2-page .service-3 .text .content {
    /*font-weight: 300;*/
}
.service2-page .service-3 .imgbox {
    margin-top: 50px;
}
.service2-page .service-3 ul {
    margin: -15px;
}
.service2-page .service-3 ul li {
    padding: 15px;
}
.service2-page .service-4 {
    background-color: #fafafa;
    padding-bottom: 100px;
    padding-top: 100px;
}
.service2-page .service-4 h2 {
    font-size: 43px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}
.service2-page .service-4 p.text {
    margin: 30px auto 50px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    max-width: 1050px;
}
/*.service2-page .service-4 ul.grid-box {
  margin: -35px;
}
.service2-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service2-page .service-4 ul li .box {
    position: relative;
}
.service2-page .service-4 ul li .box .column{
    vertical-align: middle;
}
.service2-page .service-4 ul li .box .content {
    /*position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: white;
    max-width: 365px;*/
    padding: 9px;
    vertical-align: middle;
}
.service2-page .service-4 ul li .box .content h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.service2-page .service-4 ul li .box .content .text {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    margin: 45px 0 45px;
}
.service2-page .service-4 ul li .box .content .text p{
    margin-bottom: 20px;
    font-weight: 500;
}
.service2-page .service-4 ul.grid-box .slick-dots {
    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;
    margin-top: 90px;
}
.service2-page .service-4 ul.grid-box .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #878787;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin: 0 6px;
}
.service2-page .service-4 ul.grid-box .slick-dots li button {
    display: none;
}
.service2-page .service-4 ul.grid-box .slick-dots li.slick-active {
    background-color: var(--color);
}
.service2-page .about{
    padding: 60px 0;
}
.service2-page .about .right{
    padding-left: 50px;
}
.service2-page .about .right .content{
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 1000px){
  .service2-page .service-1,.service2-page .service-2,.service2-page .service-3 {
    padding: 60px 0;
  }
  .service2-page .service-1 h2,.service2-page .service-2 .top .text h3,.service2-page .service-2 .bottom .text h3,
  .service2-page .service-3 h2,.service2-page .service-4 h2,.service2-page .service-4 ul li .box .content h4 {
    font-size: 32px !important;
  }
  .service2-page .service-1 ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .service2-page .service-1 ul li {
    width: 50% !important;
    padding: 10px;
  }
  .service2-page .service-1 ul li .box {
    padding: 15px;
    height: 100%;
  }
  .service2-page .service-1 ul li .box h4,.service2-page .service-2 .top .text h5,
  .service2-page .service-3 .text h4 {
    font-size: 20px;
  }
  .service2-page .service-1 ul li .box .text,.service2-page .service-2 .top .text .content,
  .service2-page .service-2 .bottom .text .content,.font-18 {
    font-size: 16px;
  }
  .service2-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .service-2 .top .img {
    width: 100%;
    margin-top: 20px;
  }
  .service2-page .service-2 .top {
    display: block;
    margin-bottom: 40px;
  }
  .service2-page .service-2 .product {
    margin: 20px 0;
  }
  .service2-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service2-page .service-2 .bottom .img {
    width: 100%;
  }
  .service2-page .service-2 .bottom {
    display: block;
  }
  .service2-page .service-2 .bottom .text .content ul li {
    display: block;
  }
  .service2-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 0;
  }
  .service2-page .service-2 .bottom .text .content p {
    width: 100%;
    padding-left: 0 !important;
  }
  .service2-page .service-3 .text .column,
  .service2-page .service-3 .text .column {
    padding: 0;
    width: 100%;
  }
  .service2-page .service-3 .text {
    margin: 0;
    display: block;
  }
  .service2-page .service-3 .text .column.right {
    margin-top: 20px;
  }
  .service2-page .service-4 ul li .box .content {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .service2-page .service-4 ul li .box .column {
    width: 100%;
  }
}

@media screen and (max-width: 700px){
  .service2-page .service-1,.service2-page .service-2,.service2-page .service-3 {
    padding: 40px 0;
  }
  .service2-page .service-1 h2,.service2-page .service-2 .top .text h3,.service2-page .service-2 .bottom .text h3,
  .service2-page .service-3 h2,.service2-page .service-4 h2,.service2-page .service-4 ul li .box .content h4 {
    font-size: 24px !important;
  }
  #index-body .init-3 .list ul li .flex .text {
    max-width: none;
  }
  #index-body .init-3 .list ul li .flex span.h6 {
    width: 2em;
    text-align: right;
    justify-content: right;
  }
  .service2-page .service-1 ul li {
    width: 100% !important;
  }
  .service2-page .service-1 ul li .box .text {
    min-height: unset;
  }
  .service2-page .service-1 ul li .box h4 {
    margin: 10px 0;
  }
  table {
    white-space: nowrap;
  }
}
#index-body .init-3 .list ul,#index-body .init-3 .list ul li .flex {
  align-items: center;
}

/**/
.i-advantage ul{
  margin-left: -10px;
    margin-right: -10px;
}

.i-advantage ul li.column{
        width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;

}


.i-advantage .content{
    min-height: 375px;
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #d2d2d2;
}

.i-advantage .icon-lg {
    position: relative;
    font-size: 0;
    display: block;
    height: 60px;
    max-height: 55px;
    text-align: left;
}

.i-advantage .icon-lg .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.i-advantage .mml-text {
    font-size: 18px;
    line-height: 28px;
    min-height: 110px;
    color: #636363;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}


.bold{
  font-weight: bold;
}

.i-advantage{
    background: #f7f7f7;
    padding:  5.782% 0 6.782% 0;

}



/**/


.about-page .about-5 .line {
    width: 100%;
   
    background-color: var(--color);
}


.about-page .about-5 .content {
    background-color: #003856;
    padding-bottom: 100px;
    padding-top: 90px;
    position: relative;
}
.about-page .about-5 .bg {
    position: absolute;
    right:11%;
    top: -90px;

}
.about-page .about-5 .content .title {
    color: white;
    text-align: left;
}

.about-page .about-5 .content .title p {
    max-width: 650px;
}

/*.inner.container {
    width: 1475px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}*/
.about-page .about-5 .content ul {
    margin: 90px -28px 0;
}

.about-page .about-5 .content ul li {
    width: 25%;
    padding: 0 28px;
    color: white;
}
@media screen and (max-width: 1000px){
.i-advantage ul li.column {
    width: 50%;
  }
  .about-page .about-5 .content .title p{
    max-width: 100%;
  }
  .i-advantage{
    padding-bottom: 100px
  }
}
@media screen and (max-width: 700px){
.i-advantage ul li.column {
    width: 100%;
  }
}

.about-page .about-5 .content ul li .icon {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about-page .about-5 .content ul li .icon h4 {
    margin-bottom: -10px;
}

.about-page .about-5 .content ul li p {
    font-size: 18px;
    line-height: 24px;
    color: #c5c5c5;
}



/**********************************************SEO START**********************************************/
#index-body .about .cont h1 {
    display: inline;
}
#index-body .sorie_box .sorie .text .cont {
    line-height: 2;
}
#index-body .product1 .product1_list li .text .cont {
    line-height: 2;
}
#index-body .about .cont {
    line-height: 2;
}
#index-body .advantage .advlist li .cont {
    line-height: 2;
}
#footer .f-box ul li {
    line-height: 2;
}
.tit1 {
    margin-bottom: 100px;
}
.tit1.txt-center.line:after {
    margin: 50px auto !important;
}
.font-20 {
    line-height: 1.8;
}
#news_list ._time span._cate {
    color: #fff;
    background-color: #e3e3e3;
}
#news_list ._table ._name {
    font-size: 20px;
    line-height: 36px;
    min-height: auto;
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 400px;
}
.font-18 {
    line-height: 1.8;
}
@media screen and (max-width: 500px){
  .newdet-page .init-1 .container .title {
      font-size: 23px;
      line-height: 1.6;
  }
  a.foota {
      display: none;
  }
  #mobile .menu-content .menu-list ul li li a {
      line-height: 2;
  }
  #news_list ._table ._name {
      font-size: 18px;
  }
  .prodet-page .prodet-1 .box .right .content .text {
      max-height: fit-content;
  }
  #banner .swiper-slide .text .box .title {
      line-height: 2;
  }
  .f-48 {
      font-size: 22px;
  }
  #index-body .about .cont {
      padding-left: 0;
      line-height: 2;
  }

}


/**********************************************SEO END**********************************************/

