@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto";
  max-width: 1920px;
  --color: #254e7a;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1570px;
  margin: auto;
  width: 100%;
}
.img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.more {
  width: 220px;
  height: 50px;
  background-color: #254e7a;
  border-radius: 24px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
}
.more.m1 {
  background: #fff;
  color: #000;
  width: 220px;
}
.more.m1::after {
  -webkit-filter: none;
  filter: none;
}
.more.m2 {
  width: 290px;
}
.more::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/jt.png) no-repeat center center / 100%;
  margin-left: 10px;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#header {
  z-index: 100;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: var(--color);
  color: #fff;
}
#header .h-top .logo {
  position: absolute;
  top: 0;
  left: 0;
}
#header .h-top .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .info {
  padding: 22px 0;
  padding-left: 200px;
  line-height: 1;
}
#header .h-top .ui.menu .info ul li {
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #fff;
}
#header .h-top .ui.menu .info ul li:first-child {
  border: none;
}
#header .h-top .ui.menu .info ul li img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .ui.menu .info ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
#header .nav {
  padding: 17px 0;
  position: absolute;
  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 .menu-box {
  display: inline-block;
  padding-left: 200px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 70px;
  color: #fff;
  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;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  border-bottom: 1px solid #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 240px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li>ul.sub-menu>li>ul.sub-menu{
  left: 100%;
  top: 0
}
#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>ul.sub-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;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 30px;
}
#header .nav .ui.menu .h-language span img {
  width: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 10px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 30px;
  background: #fff;
  color: #000;
  width: 165px;
  font-size: 15px;
  height: 40px;
  border-radius: 20px;
}
#header .nav .ui.menu .chat::after {
  -webkit-filter: none;
  filter: none;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  position: fixed;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu .h-language span img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu .chat {
  background: var(--color);
  color: #fff;
}
#header.active .nav .ui.menu .chat::after {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#header.active .nav::after {
  width: 100%;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .text {
  position: absolute;
  top: 18%;
  width: 100%;
}
#banner .swiper-slide .text .box {
  max-width: 750px;
  color: #fff;
}
#banner .swiper-slide .text .box .t1 {
  line-height: 0.9;
  letter-spacing: 4px;
}
#banner .swiper-slide .text .box .cont {
  line-height: 1.5;
}
#banner .btn {
  position: absolute;
  bottom: 44px;
  width: 100%;
  left: 0;
  z-index: 4;
}
#banner .btn .dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-right: 70px;
  color: #fff;
  font-size: 15px;
}
#banner .btn .dot .pagination {
  margin: 0 20px;
}
#banner .btn .dot .swiper-pagination-bullet {
  margin: 0 12px;
  background: #fff;
  opacity: 1;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .btn .dot .swiper-pagination-bullet-active {
  background: none;
}
#banner .btn .dot .prev,
#banner .btn .dot .next {
  cursor: pointer;
}
.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;
}
@-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);
  }
}
.ind_pd {
  padding: 0 160px;
}
.ind_pd2 {
  padding-left: 160px;
}
.smt {
  font-size: 16px;
}
.smt span {
  position: relative;
  padding-left: 76px;
  color: #333333;
}
.smt span::before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #000;
}
.title {
  line-height: 1.2;
  letter-spacing: 2px;
}
.title span {
  color: var(--color);
}
@-webkit-keyframes boxs {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes boxs {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes boxs {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes an1 {
  0% {
    transform: translateY(-20px)
  }
  100% {
   transform: translateY(0)
  }
}
ul.slick-dots {
  bottom: 0;
}
ul.slick-dots li {
  width: 7px;
  height: 7px;
  background-color: #2a2b35;
  border-radius: 50%;
  padding: 0 !important;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
ul.slick-dots li.slick-active {
  background: none;
  width: 11px;
  height: 11px;
  border: solid 1px #2a2b35;
}
#index-body {
  overflow-x: hidden;
}
#index-body .btn .dot {
  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;
  color: var(--color);
  font-size: 15px;
}
#index-body .btn .dot .pagination {
  margin: 0 30px;
}
#index-body .btn .dot .swiper-pagination-bullet {
  margin: 0 12px;
  background: var(--color);
  opacity: 1;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .btn .dot .swiper-pagination-bullet-active {
  background: none;
}
#index-body .btn .dot .prev,
#index-body .btn .dot .next {
  cursor: pointer;
}
#index-body .about {
  background: #e7e8ea;
}
#index-body .about .left {
  width: 50%;
}
#index-body .about .left .cont {
  color: #666666;
}
#index-body .about .left ul li {
  text-align: center;
}
#index-body .about .left ul li p {
  color: #666666;
}
#index-body .about .left ul li em {
  line-height: 1.2;
}
#index-body .about .right {
  width: 45%;
}
#index-body .about .right .swiper-slide img {
  border-radius: 30px;
}
#index-body .products {
  background: #2f344e;
  color: #fff;
}
#index-body .products .smt span {
  color: #fff;
}
#index-body .products .smt span::before {
  background: #fff;
}
#index-body .products .tip .left {
  width: 60%;
}
#index-body .products .tip .cont {
  color: #dddddd;
  line-height: 1.5;
}
#index-body .products .bottom {
  position: relative;
  background: url(../images/bg1.png) no-repeat center top / cover;
}
#index-body .products .bottom .left {
  width: 55%;
}
#index-body .products .bottom .left li {
  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;
  padding: 24px 0;
  position: relative;
}
#index-body .products .bottom .left li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#dddddd), to(rgba(221, 221, 221, 0)));
  background: -webkit-linear-gradient(left, #dddddd, rgba(221, 221, 221, 0));
  background: -moz-linear-gradient(left, #dddddd, rgba(221, 221, 221, 0));
  background: linear-gradient(to right, #dddddd, rgba(221, 221, 221, 0));
}
#index-body .products .bottom .left li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

}
#index-body .products .bottom .left li .text .top {
  opacity: 0.5;
  padding-left: 17px;
  line-height: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .products .bottom .left li .text .content {
  color: #dddddd;
  line-height: 1.4;
  display: none;
  padding-left: 17px;

}
#index-body .products .bottom .left li .text .content>.info{
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
 margin-bottom: 15px;
}
#index-body .products .bottom .left li .jt {
  width: 30px;
  padding-top: 10px;
}
#index-body .products .bottom .left li .jt img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#index-body .products .bottom .left li.active .text .top {
  background: -webkit-gradient(linear, left top, right top, from(#254e7a), to(rgba(37, 78, 122, 0)));
  background: -webkit-linear-gradient(left, #254e7a, rgba(37, 78, 122, 0));
  background: -moz-linear-gradient(left, #254e7a, rgba(37, 78, 122, 0));
  background: linear-gradient(to right, #254e7a, rgba(37, 78, 122, 0));
  opacity: 1;
}
#index-body .products .bottom .left li.active .jt img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
}
#index-body .products .bottom .right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  animation: an1 1s linear infinite alternate;
}
#index-body .products .bottom .right.active {
  -webkit-animation: boxs 1s 1 ease;
  -moz-animation: boxs 1s 1 ease;
  animation: boxs 1s 1 ease;
}
#index-body .products .bottom .right .img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
}
#index-body .products .bottom .right .r_bg {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}
#index-body .products .bottom .right .r_bg img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  display: block;
  margin: 0 auto;
}
#index-body .application {
  background: #e7e8ea;
}
#index-body .application .bottom {
  position: relative;
}
#index-body .application .bottom li .box {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
#index-body .application .bottom li .box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 22px;
  color: #fff;
}
#index-body .application .bottom li .box .text .cont {
  line-height: 1.4;
}
#index-body .application .bottom li .box .text .more {
  height: 0;
  font-size: 14px;
  overflow: hidden;
}
#index-body .application .bottom li .box:hover .text .more {
  height: 37px;
}
#index-body .application .bottom .slick-list {
  overflow: visible;
}
#index-body .application .bottom .slick-slide {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .application .bottom .slick-active {
  opacity: 1;
}
#index-body .application .bottom .prev,
#index-body .application .bottom .next {
  position: absolute;
  top: 50%;
  background: none;
  z-index: 2;
}
#index-body .application .bottom .prev:hover,
#index-body .application .bottom .next:hover {
  background: var(--color);
}
#index-body .application .bottom .prev:hover .iconfont,
#index-body .application .bottom .next:hover .iconfont {
  color: #fff;
}
#index-body .application .bottom .prev .iconfont,
#index-body .application .bottom .next .iconfont {
  color: #000;
  font-size: 25px;
}
#index-body .application .bottom .prev {
  left: 0;
  -webkit-transform: translate(-300%, -50%);
  -moz-transform: translate(-300%, -50%);
  -ms-transform: translate(-300%, -50%);
  transform: translate(-300%, -50%);
}
#index-body .application .bottom .next {
  right: 0;
  -webkit-transform: translate(300%, -50%);
  -moz-transform: translate(300%, -50%);
  -ms-transform: translate(300%, -50%);
  transform: translate(300%, -50%);
}
#index-body .bottom-box {
  background: url(../images/bg2.jpg) bottom left / 100%;
}
#index-body .choose .choose-box {
  position: relative;
  z-index: 2;
  background-color: #ebecef;
  border-radius: 30px;
  margin-top: -100px;
  padding-bottom: 30px
}
#index-body .choose .choose-box li{
  padding: 0 15px
}
#index-body .choose .choose-box .left img {
  border-radius: 30px;
}
#index-body .choose .choose-box .right .bottom {
  position: relative;
  margin-top: 40px
}
#index-body .choose .choose-box .right .bottom > ul {
  padding-bottom: 56px;
}
#index-body .choose .choose-box .btns .prev,
#index-body .choose .choose-box .btns .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
#index-body .choose .choose-box .btns .prev:hover .iconfont,
#index-body .choose .choose-box .btns .next:hover .iconfont {
  color: var(--color);
}
#index-body .choose .choose-box .btns .prev .iconfont,
#index-body .choose .choose-box .btns .next .iconfont {
  font-size: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .choose-box .btns .prev {
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  transform: translateY( -50%);
}
#index-body .choose .choose-box .btns .next {
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  transform: translateY( -50%);
}
#index-body .choose .choose-box .right  {
  padding: 0 10px;
}
#index-body .choose .choose-box .right  .box {
  background-color: #f4f5f7;
  border-radius: 30px;
  padding: 30px 37px;
}
#index-body .choose .choose-box .right  .box .icon {
  position: relative;
}
#index-body .choose .choose-box .right  .box .icon::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 26px;
  background-color: #254e7a;
  opacity: 0.15;
  border-radius: 50%;
}
#index-body .choose .choose-box .right  .box .icon img {
  position: relative;
  z-index: 2;
}
#index-body .choose .choose-box .right  .box .cont {
  color: #666666;
  line-height: 1.3;
  height: 4em;
  overflow-y: auto;
}
#index-body .choose .choose-box .right  .box .more2 {
  width: 59px;
  height: 25px;
  background-color: #254e7a;
  border-radius: 12px;
  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: #fff;
  margin-top: 30px
}
#index-body .advantage {
  text-align: center;
}
#index-body .advantage .title {
  line-height: 1;
}
#index-body .advantage .cont {
  color: #666666;
}
#index-body .advantage .line {
  background: #333333;
  height: 1px;
}
#index-body .advantage ul li .img {
  background-color: #dadbe2;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage ul li .img:hover {
  background: none;
}
#index-body .news {
  position: relative;
}
#index-body .news .top {
  text-align: center;
}
#index-body .news .top .title {
  line-height: 1;
}
#index-body .news .top .title span {
  color: #868490;
}
#index-body .news .new-box {
  background-color: #ebecef;
  border-radius: 30px;
  position: relative;
  z-index: 6;
}
#index-body .news .new-box li .box {
  padding: 60px 65px 50px 40px;
  background: #f4f5f7;
}
#index-body .news .new-box li .box .left {
  text-align: center;
  color: #333333;
}
#index-body .news .new-box li .box .left .day {
  width: 66px;
  height: 66px;
  background-color: #2f344e;
  line-height: 1;
  color: #fff;
  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;
}
#index-body .news .new-box li .box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e5e5e5;
  padding-left: 37px;
}
#index-body .news .new-box li .box .right .t1 {
  color: #333333;
  line-height: 1.2;
   overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  
}
#index-body .news .new-box li .box .right .cont {
  color: #666666;
  line-height: 1.3;
}
#index-body .news .new-box li .box .right .more {
  height: 36px;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #2f344e;
  color: #fff;
  margin-top: -80px;
}
#footer.inner{
  margin-top: 0
}
#footer .foot-top {
  text-align: center;
  color: #dddddd;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .f-box .f-nav ul li,
#footer .f-box .f-product ul li {
  margin-bottom: 0.7em;
}
#footer .f-box .f-nav ul li .sub-menu{
  display: none
}
#footer .f-box .f-nav ul li a,
#footer .f-box .f-product ul li a {
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-nav ul li a:hover,
#footer .f-box .f-product ul li a:hover {
  border-bottom: 2px solid #fff;
}
#footer .f-box .f-contact {
  max-width: 250px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
#footer .f-box .f-contact li .icon {
  padding-top: 0.3em;
  margin-right: 20px;
}
#footer .f-box .f-contact li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-form {
  max-width: 340px;
}
#footer .f-box .f-form input {
  width: 100%;
  height: 42px;
  background: none;
  border: none;
}
#footer .f-box .f-form input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
#footer .f-box .f-form input:-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
#footer .f-box .f-form input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
#footer .f-box .f-form input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
#footer .f-box .f-form input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
#footer .f-box .f-form li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
#footer .f-box .f-form li {
  padding: 5px 0;
  margin-bottom: 5px;
}
#footer .f-box .f-form .i2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-box .f-form .i2 input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-form .i2 button {
  width: 35px;
  height: 35px;
  background-color: var(--color);
  border-radius: 50%;
  border: none;
  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;
  font-size: 15px;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #eeeeee;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
  line-height: 1.2;
}
#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: #eeeeee;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #eeeeee;
}
#footer .f-copy .left {
  text-align: right;
}
#footer .f-copy .left .share a {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: solid 1px #ffffff;
  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: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .left .share a:hover {
  color: var(--color);
  background: #fff;
}
#footer .f-copy .left .share a .iconfont {
  font-size: 12px;
}
#footer .f-copy #ewm {
  width: 72px;
  height: 72px;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1680px) {
  .container {
    max-width: 1380px;
  }
}
@media screen and (max-width: 1450px) {
  .container {
    max-width: 1220px;
  }
  #header .h-top .ui.menu .info ul li {
    margin-left: 10px;
    padding-left: 10px;
  }
  #header .h-top .logo {
    zoom: 0.85;
  }
  #header .h-top .ui.menu .info,
  #header .nav .ui.menu .menu-box {
    padding-left: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  .ind_pd2 {
    padding-left: 50px;
  }
  .ind_pd {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1280px) {
  .font-55{
    font-size: 32px
  }
  .container {
    max-width: 1080px;
  }
  #header .h-top .ui.menu .info ul li:nth-child(2) {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  .ind_pd2 {
    padding-left: 30px;
  }
  .ind_pd {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  .ind_pd2 {
    padding-left: 0;
  }
  .ind_pd {
    padding: 0 0px;
  }
  #index-body .choose .choose-box {
    padding: 0 20px;
  }
  #index-body .news .new-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
   .font-55{
    font-size: 25px
  }
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .about .left {
    margin-bottom: 40px;
  }
  .more {
    width: 220px !important;
  }
  .more.m2 {
    width: 290px !important;
  }
  .more.m1 {
    width: 236px !important;
  }
  #index-body .products .bottom .right {
    display: none;
  }
  #index-body .products .bottom .left {
    width: 100%;
  }
  #index-body .products .tip .left {
    margin-bottom: 30px;
  }
  #index-body .choose .choose-box .left {
    display: none;
  }
  br {
    display: none;
  }
  #index-body .choose .choose-box .btns {
    display: none;
  }
  #index-body .advantage .slickDots {
    display: none;
  }
  #footer {
    margin-top: 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product {
    display: none;
  }
  #ewm {
    display: none;
  }
  #footer .f-box .f-contact,
  #footer .f-box .f-form {
    max-width: 100%;
  }
  #footer .f-box .f-form {
    margin-top: 50px;
  }
  #banner .btn {
    display: none;
  }
}
@media screen and (max-width: 700px) {
   .font-55{
    font-size: 22px;
    line-height: 1.2
  }

  #index-body .advantage {
    display: none;
  }
  #index-body .news {
    margin-top: 60px;
  }
  #index-body .application .bottom li .box img {
    width: 100%;
  }
  #footer .foot-top .f-logo {
    zoom: 0.6;
  }
  .more {
    zoom: 0.6;
  }
  #index-body .application .bottom li .box {
    border-radius: 55px;
  }
  #index-body .btn {
    display: none;
  }
  #index-body .choose .choose-box {
    margin-top: 0;
  }
  #index-body .news .new-box li .box {
    padding: 20px;
  }
  #index-body .products .bottom .left li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .font-80{
    font-size: 19px
  }
  #index-body .about .left ul li {
    width: 50%;
  }
  #banner .swiper-slide .text .box .cont {
    display: none;
  }
  #index-body .news .new-box li .box {
    padding: 10px;
  }
  .smt span {
    padding-left: 50px;
  }
  .smt span::before {
    width: 40px;
  }
  #index-body .choose .choose-box {
    padding: 0 10px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}


.inner-banner {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 280px;
  left: 0;
}
.inner-banner .content .ui.container {
  color: #fff;
}
.inner-banner .content .ui.container h2 {
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;  

}
.inner-banner .content .ui.container .cont{
  font-size: 16px
}
.mbx {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.mbx.about {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 15%;
}
.mbx a,
.mbx span {
  margin: 0 10px;
}
.mbx a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mbx a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #ffc702;
}
.gallery-page{
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.m-page{
  margin-top: 75px;
  
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;

}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  background: #fff;
  font-size: 16px;
}
.m-page .wp-pagenavi span{
  background: #142c52;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner .content {
    top: 140px;
  }
}

.news-page {
  padding: 0px 0;
}
.news-page .list{
  min-height: 400px;
}
.news-page .list ul {
  margin: 0 0 100px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 30px;
  border: 1px solid #eee;
}

.news-page .list ul li .content h4 {
  font-size: 24px;
  font-weight: bold;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
      margin-top: 21px;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 80px;*/
  color: #767676;
}

.newdet-page {
  padding: 0px 0;
  padding-bottom: 80px;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; 
}
@media screen and (max-width: 1000px){
  .news-page .list ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .list ul li{
    width: 100% !important;
  }
    .mbx{
    line-height: 1.3
  }
  .inner-banner .content{
    top: 70px
  }
}


.contact-page .mbx {
  padding-top: 155px;
}
.contact-page .contact-1 {
  padding: 70px 0;
}
.contact-page .contact-1 .ui.container {
  text-align: center;
}
.contact-page .contact-1 .ui.container h3 {
  text-align: center;
  color: #142c52;
  line-height: 1;
  margin-bottom: 35px;
}
.contact-page .contact-1 .ui.container form {
  width: 100%;
}
.contact-page .contact-1 .ui.container form ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .ui.container form ul li {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.contact-page .contact-1 .ui.container form ul li.btnbox {
  text-align: right;
}
.contact-page .contact-1 .ui.container form ul li.btnbox input[type="submit"] {
  margin-left: auto;
  margin-right: 0;
}
.contact-page .contact-1 .ui.container form ul li.wid50 {
  width: 48%;
}
.contact-page .contact-1 .ui.container form ul li .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;
}
.contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div {
  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;
  padding: 0 13px;
  cursor: pointer;
}
.contact-page .contact-1 .ui.container form ul li .bottom .sexbox > div span {
  font-size: 16px;
  margin-left: 10px;
}
.contact-page .contact-1 .ui.container form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.contact-page .contact-1 .ui.container form ul li select {
  background: #eee;
  color: #7d7d7d;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.contact-page .contact-1 .ui.container form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.contact-page .contact-1 .ui.container form ul li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.contact-page .contact-1 .ui.container form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.contact-page .contact-1 .ui.container form ul li p {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.contact-page .contact-1 .ui.container form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: #ffc702;
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.contact-page .contact-1 .ui.container form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-2 {
  padding-top: 70px;
  padding-bottom: 150px;
}
.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .ui.container .left {
  width: 55%;
}
.contact-page .contact-2 .ui.container .right {
  width: 40%;
}
.contact-page .contact-2 .ui.container .right h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-page .contact-2 .ui.container .right .mailbox {
  margin: 55px 0;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
}
.contact-page .contact-2 .ui.container .right .btmbox {
  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;
}
.contact-page .contact-2 .ui.container .right .btmbox .left {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.contact-page .contact-2 .ui.container .right .btmbox .ewm {
  width: 125px;
  height: 125px;
  padding: 5px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 1400px){
    .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 18px;
  }

  .contact-page .contact-2 .ui.container .right .mailbox {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1000px){
    .contact-page .contact-2 .ui.container .left {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px){
  .contact-page .contact-1 .ui.container form ul li.wid50 {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom input[type="text"] {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form ul li .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-1 {
    padding: 20px 0;
  }
  .contact-page .contact-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-2 .ui.container .right .btmbox .ewm {
    display: none;
  }
}

.faq-page .faq-1 {
  margin-top: 100px;
  text-align: center;
}
.faq-page .faq-1 .tit3 { 
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  text-transform: capitalize
}
.faq-page .faq-2 {
  padding: 65px 0 130px;
}
.faq-page .faq-2 .top ul li {
  margin-bottom: 25px;
}
.faq-page .faq-2 .top ul li .con {
  position: relative;
  padding-left: 77px;
}
.faq-page .faq-2 .top ul li .con .tit4 {
   
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 1;
}
.faq-page .faq-2 .top ul li .con .cona {
   
  font-weight: 400;
  font-size: 18px;
  color: #181818;
  line-height: 24px;
  margin-top: 10px;
}
.faq-page .faq-2 .top ul li .cona::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 47px;
  background: url(../images/faq12.png) no-repeat center;
}
.faq-page .faq-2 .top ul li:last-child {
  margin-bottom: 0;
}

.inner-page .productList ul {
  margin: -25px;
}
.inner-page .productList ul li {
  padding: 25px;
}
.inner-page .productList ul .slick-slide li {
  width: 100% !important;
}
.inner-page .productList ul li .box {
  border-radius: 25px;
}
.inner-page .productList ul li .box a.img {
  border-radius: inherit;
  display: block;
  background-color: #f2f2f2;
  border-bottom-left-radius: 0;
  padding: 10%;
  text-align: center;
}
.inner-page .productList ul li .box a.img img {
  display: block;
  margin: 0 auto;
}
.inner-page .productList ul li .box .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  position: relative;
}
.inner-page .productList ul li .box .flex:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #f2f2f2;
}
.inner-page .productList ul li .box .flex .content {
  width: 100%;
  /*text-align: center;*/
  background-color: #f2f2f2;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 5%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.inner-page .productList ul li .box .flex .content span.small {
  font-size: 18px;
  display: block;
  line-height: 1.8;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.inner-page .productList ul li .box .flex .content span.h6 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  line-height: 2;
  width: 100%;
  margin-top: .5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.8em;
}
.inner-page .productList ul li .box .flex .btn {
  padding: 20px;
  padding-bottom: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-left-radius: inherit;
  background-color: white;
}

.public .app {
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: url("../images/app-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.public .app .flex {
  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;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(109, 109, 109, 0.34);
}
.public .app .flex span.h2 {
  font-weight: 800;
}
span.h2 {
    
    line-height: 1.5;

}
.public .app .flex .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
}
.public .app .flex .nav a {
  position: relative;
  max-width: 10em;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a:before {
  content: '';
  width: 3em;
  height: 3em;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1155a6), to(transparent));
  background-image: -webkit-linear-gradient(top, #1155a6, transparent);
  background-image: -moz-linear-gradient(top, #1155a6, transparent);
  background-image: linear-gradient(to bottom, #1155a6, transparent);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a:after {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  border-radius: 100%;
  left: 10%;
  bottom: 25%;
  background-color: #1155a6;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a span {
  display: block;
  line-height: 2;
  margin-top: .5em;
}
.public .app .flex .nav a:hover:after,
.public .app .flex .nav a:hover:before {
  opacity: 1;
}
.public .app .flex .nav > i {
  width: 1px;
  height: 2.5em;
  background-color: #bfbfbf;
  margin: 0 1.3em;
}
.public .app .flex .nav > i:last-child {
  display: none;
}
.public .app .list {
  margin-top: 90px;
  margin-left: 0;
  width: 100%;
  position: relative;
}
.public .app .list li {
  padding: 0 15px;
  transition: .5s;
}
.public .app .list li {
  width: 27% !important;
}
.public .app .list li.active {
  width: 46% !important;
}
.public .app .list li .box {
  height: 620px;
  display: flex;
  align-items: center;
  padding: 5%;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
}
.public .app .list li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1155a6;
  opacity: 0;
  transition: .5s;
}
.public .app .list li .box .content {
  opacity: 0;
  transition: .5s;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block
}
.public .app .list li.active .box:before {
  opacity: .73;
}
.public .app .list li.active .box .content {
  opacity: 1;
}
.public .app .list li .box span.h6 {
  font-size: 30px;
  display: block;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.public .app .list li .box .text {
  margin: 2em auto;
  color: inherit;
}
/*.public .app .list li .box a.more {
  border-color: white;
  background-color: transparent;
  color: white;
  padding: 1em;
  width: 12em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.public .app .list li .box a.more:after {
  background-color: white;
}
.public .app .list li .box a.more:hover {
  background-color: white;
  color: #1155a6;
}
.public .app .list li .box a.more:hover:after {
  background-color: #1155a6;
}*/
.arrows.three {
  font-size: 16px;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: white;
  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;
  -o-box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  -webkit-box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  color: #1155a6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.arrows.three i {
  -webkit-animation: light 2s linear infinite alternate;
  -moz-animation: light 2s linear infinite alternate;
  animation: light 2s linear infinite alternate;
  opacity: .3;
}
.arrows.three i:nth-child(2) {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}
.arrows.three i:nth-child(3) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.arrows.three:hover {
  background-color: #1155a6;
  color: white;
}
.public .app .list .btn .prev,
.public .app .list .btn .next {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.public .app .list .btn .prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.public .app .list .btn .next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.public .faq {
  padding: 170px 0 100px;
}
.public .faq .list ul {
  margin: -25px;
}
.public .faq .list ul li {
  padding: 25px;
}
.public .faq .list ul li .box {
  border-radius: 4em;
  border: 1px solid #bfbfbf;
  font-size: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3d3d3d;
  padding: 0 5%;
  text-align: center;
  margin-top: 8em;
  position: relative;
  z-index: 1;
}
.public .faq .list ul li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .faq .list ul li .box i {
  width: 16em;
  height: 16em;
  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;
  background-color: #1155a6;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8em;
}
.public .faq .list ul li .box i img {
  max-width: 40%;
}
.public .faq .list ul li .box span.h2 {
  font-weight: 800;
  color: inherit;
  margin-top: 1em;
}
.public .faq .list ul li .box .text {
  color: inherit;
  margin-top: 1em;
  max-width: 19.44444444em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.public .faq .list ul li .box a.more {
  font-size: 16px;
  padding: 1.2em 3em;
  border-radius: 3em;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: 1em;
}
.public .faq .list ul li .box:hover {
  color: white;
}
.public .faq .list ul li .box:hover:before {
  opacity: 0;
}
.public .case {
  padding-top: 160px;
  overflow: hidden;
}
.public .case .flex {
  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;
}
.public .case .flex span.h2 {
  font-weight: 800;
}
.public .case .list {
  margin-top: 70px;
  padding: 0 25%;
}
.public .case .list ul {
  margin: -25px;
}
.public .case .list ul .slick-list {
  overflow: unset;
}
.public .case .list ul li {
  padding: 25px;
}
.public .case .list ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.public .case .list ul li a span {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 20%;
  font-weight: 500;
  font-size: 24px;
  padding: 1em;
  border-top-right-radius: .7em;
  border-top-left-radius: .7em;
  background-color: white;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .case .list ul .slick-current li a span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.public .case .list .line {
  margin-top: 80px;
  height: 1px;
  position: relative;
  background-color: #6f6f6f;
  margin-bottom: 1px;
}
.public .case .list .line i {
  height: 3px;
  top: -1px;
  background-color: #1155a6;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  left: 0;
  position: absolute;
}
.public .product {
  padding: 180px 0 60px;
  text-align: center;
}
.public .product .productList {
  padding: 60px 0;
}
.public .contact {
  padding: 140px 0;
  background-image: url("../images/contact-p-bg.jpg");
  background-size: cover;
  background-position: center bottom;
}
.public .contact .left {
  width: 45%;
  padding-right: 3%;
}
.public .contact .left span.h2 {
  margin-top: .3em;
}
.public .contact .left span.h2:after {
  content: '';
  width: 1.3em;
  height: 2px;
  background-color: #1155a6;
  margin: .4em 0;
  display: block;
}
.public .contact .left .text {
  font-size: 24px;
}
.public .contact .right {
  width: 55%;
}
.public .contact .right .form ul {
  margin: -18px -9px;
}
.public .contact .right .form ul li {
  padding: 18px 9px;
  font-size: 18px;
}
.public .contact .right .form ul li .pre {
  position: relative;
}
.public .contact .right .form ul li .pre input,
.public .contact .right .form ul li .pre textarea {
  width: 100%;
  padding: 1em;
  padding-left: 5.55555556em;
  border-radius: 1.94444444em;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.public .contact .right .form ul li .pre input:focus,
.public .contact .right .form ul li .pre textarea:focus {
  border-color: #1155a6;
}
.public .contact .right .form ul li .pre textarea {
  height: 230px;
}
.public .contact .right .form ul li .pre i.fa {
  width: 3.88888889em;
  height: 3.88888889em;
  border-radius: 100%;
  background-color: #1155a6;
  color: white;
  position: absolute;
  left: 0;
  top: -0.15em;
  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;
}
.public .contact .right .form ul li .pre i.fa.singe {
  border-bottom-left-radius: 0;
}
.public .contact .right .form ul li .pre input[type="submit"] {
  padding: 1em 6.11111111em;
  background-color: #1155a6;
  width: auto;
  color: white;
  border-color: transparent;
  margin: 0 auto;
}
.public .contact .right .form ul li .pre input[type="submit"]:hover {
  background-color: black;
}
.public .contact .right .form ul li.wid-100 {
  width: 100%;
}

.public-1.pdct a.tag {
  font-weight: 600;
  color: #1155a6;
  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;
  margin-bottom: 1em;
}


.public-1 {
  padding-top: 120px;
}
.public-1 .right .text {
    line-height: 2;
    padding-top: 40px;
    color: #545454
}
.public-1.pdct>img {
    margin-top: -19%;
}
/*.public-1.pdct .more {
    margin-top: 18px;
    height: 34px;
    font-size: 13px;
}*/
.public-1 > img {
  margin-top: -9%;
  width: 100%;
  position: relative;
  z-index: -1;
}
.public-1 .left {
  width: 35%;
}

.public-1 .right {
  width: 65%;
  text-align: justify;
}
.public-1 .right .text {
    line-height: 2;
}
@media screen and (max-width: 1800px){
   .public .faq {
    padding: 120px 0 80px;
  }
  .public .faq .list ul li .box {
    font-size: 7px;
  }
    .public .case {
    padding-top: 120px;
  }
  .public .product {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 1450px){
    .inner-page .productList ul li {
    width: 33.333% !important;
  }
   
   .public .case .list ul li a span {
    padding: .5em;
  }
  .public .app {
    padding-top: 160px;
  }
  .public .faq .list ul li .box {
    font-size: 5px;
  }
  .public .faq .list ul li .box a.more {
    padding: .9em 2.5em;
  }
}
@media screen and (max-width: 1250px) {
  
  .inner-page .productList ul li {
    padding: 10px;
  }
  .inner-page .productList ul {
    margin: -10px;
  }
  .inner-page .productList ul li .box .flex .btn {
    padding: 10px;
  }

 
   .public .app {
    padding-top: 90px;
  }
  .public .app .flex .nav {
    font-size: 14px;
    line-height: 2;
  }
  .public .app .flex .nav img {
    max-height: 50px;
  }
  .public .app .list {
    margin-top: 60px;
  }
  .public .faq .list ul li .box {
    font-size: 4px;
  }
  .public .faq .list ul li .box a.more {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .productList ul li {
    width: 50% !important;
  }
  .product-yd-page {
    padding: 70px 0;
  }
  .product-yd-page .slide i.mask {
    display: none;
  }
  .product-yd-page .slide .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .product-yd-page .slide .box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0 !important;
  }
    .public .product {
    padding: 50px 0;
  }
  .public .product .productList {
    padding: 40px 0;
  }
   
  .public .case .list {
    margin-top: 50px;
    padding: 0 15%;
  }
  .public .app .list {
    width: 100%;
    margin-left: 0;
  }
  .public .case {
    padding-top: 80px;
  }
  .public .app {
    padding-top: 60px;
  }
  
  .public .app .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public .app .flex .nav {
    width: 100%;
    margin-top: 20px;
  }
  .public .case .list .line {
    margin-top: 40px;
  }
  .inner-page .productList ul li.column {
    width: 50%;
  }
  .public .faq .list ul li {
    padding: 10px;
  }
  .public .faq .list ul {
    margin: -10px;
  }
  .public .faq {
    padding: 80px 0 50px;
  }
 
}
@media screen and (max-width: 700px){
  
  .inner-page .productList ul li .box .flex .content span.small {
    font-size: 14px;
  }
  .inner-page .productList ul li .box .flex .content span.h6 {
    font-size: 18px;
  }
  .public .app .list {
    margin-top: 30px;
  }
  .public .faq {
    padding: 50px 0;
  }
  
}
@media screen and (max-width: 500px){
  .inner-page .productList ul li {
    width: 100% !important;
  }
   .public .case .flex {
    display: block;
  }
  .public .case .flex a.more {
    margin-top: 1em;
  }
  
  .public .case .list {
    padding: 0;
    margin-top: 30px;
  }
  .public .case .list ul li a span {
    font-size: 14px;
  }
  .public .app .list {
    width: 90%;
    margin: 0 5%;
  }
  .public .app .flex .nav {
    display: none;
  }
}

.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  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;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: #1155a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: #1155a6;
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 2.5em;
  height: 2.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: #1155a6;
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  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;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
      line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: #1155a6;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  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;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  border: 1px solid #1155a6;
  width: 100%;
  margin: 3px 0;
  color: #1155a6;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: #1155a6;
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: #1155a6;
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: #1155a6;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media screen and (max-width: 1450px){
  .downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1000px){
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
  .public .app .flex {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {

  
  
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
  
 
}
.pdf-page {
  padding: 100px 0
}
.pdf-page .pdf-1 {
  padding: 110px 0;
}
.pdf-page .pdf-1 .flexTitle {
  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;
  margin-bottom: 40px;
}
.pdf-page .pdf-1 .flexTitle form {
  width: 430px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 18px;
}
.pdf-page .pdf-1 .flexTitle form input {
  background-color: transparent;
  width: 100%;
  border: none;
  padding: 0 1.5em;
}
.pdf-page .pdf-1 .flexTitle form input[type="submit"] {
  width: 60px;
  background-image: url("../images/icon-search2.png");
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  overflow-x: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.pdf-page .pdf-2 .slide {
  padding-bottom: 80px;
}
.pdf-page .pdf-2 .slide span.h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.pdf-page .pdf-2 .slide .list ul {
  margin: -13px -27px;
}
.pdf-page .pdf-2 .slide .list ul li {
  padding: 13px 27px;
}
.pdf-page .pdf-2 .slide .list ul li .box {
  padding: 40px;
  border-radius: 18px;
  border: 1px solid #c1c1c1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pdf-page .pdf-2 .slide .list ul li .box i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pdf-page .pdf-2 .slide .list ul li .box .content {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 80%;
}
.pdf-page .pdf-2 .slide .list ul li .box .content span.h6 {
  font-size: 24px;
  font-weight: bold;
  color: #0b0b0b;
  line-height: 1.2;
  margin-bottom: .4em;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #323232;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a i.fa {
  margin-right: .5em;
  color: #1155a6;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a i.fa:before {
  font-size: 1.5em;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a:after {
  content: '';
  margin: 0 1em;
  width: 1px;
  height: 1em;
  background-color: #c3c3c3;
}
.pdf-page .pdf-2 .slide .list ul li .box .content .link a:last-child:after {
  display: none;
}
.pdf-page .pdf-2 .slide .list ul li .box:hover {
  background-color: #1155a6;
  color: white;
}
.pdf-page .pdf-2 .slide .list ul li .box:hover > * {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1250px) {
   .pdf-page .pdf-2 .slide .list ul li {
    padding: 10px;
  }
  .pdf-page .pdf-2 .slide .list ul {
    margin: -10px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box {
    padding: 15px;
  }
  .pdf-page .pdf-2 .slide .list ul li .box i {
    max-width: 40px;
  }
  .pdf-page .pdf-2 .slide span.h3 {
    margin-bottom: .6em;
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
    .pdf-page .pdf-1 .flexTitle form {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
  .pdf-page .pdf-2 .slide .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
    .pdf-page .pdf-1 .flexTitle {
    display: block;
  }
  .pdf-page .pdf-1 .flexTitle form {
    width: 100%;
    margin-top: 20px;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes round {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page {
  overflow: hidden;
}
.about-page .more {
  height: 36px;
  line-height: 36px;
}
.about-page .smt span {
  color: var(--color);
}
.about-page .smt span::before {
  background: var(--color);
}
.about-page .about-1 .cont {
  color: #666666;
  line-height: 1.5;
}
.about-page .about-1 .comy img {
  width: 100%;
}
.about-page .about-1 .bottom {
  text-align: center;
}
.about-page .about-1 .bottom .num {
  color: var(--color);
}
.about-page .about-1 .bottom span {
  margin-left: 10px;
}
.about-page .about-1 .bottom p {
  color: #666666;
}
.about-page .about-1 .bottom .line div {
  width: 1px;
  height: 46px;
  background: #666666;
  opacity: 0.5;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2 .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.about-page .about-2 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 30px 0px 0px;
}
.about-page .about-2 .right {
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, #fafafa), color-stop(70%, #fff));
  background: -webkit-linear-gradient(right, #fafafa 70%, #fff 70%);
  background: -moz-linear-gradient(right, #fafafa 70%, #fff 70%);
  background: linear-gradient(to left, #fafafa 70%, #fff 70%);
}
.about-page .about-2 .right .box {
  width: 50%;
  margin: 0 0 0 auto;
}
.about-page .about-2 .right .box .cont {
  color: #666666;
  line-height: 1.5;
}
.about-page .about-2 .right .play {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.about-page .about-2 .right .play .jt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .right .play .play_img {
  -webkit-animation: round 5s linear infinite;
  -moz-animation: round 5s linear infinite;
  animation: round 5s linear infinite;
}
.about-page .about-3 .t1 {
  color: #333333;
}
.about-page .about-3 .cont {
  color: #666666;
}
.about-page .about-3 li {
  width: 28%;
  background-color: #fafafa;
  border-radius: 30px;
  padding: 45px 45px 45px 30px;
  margin-top: 50px;
  position: relative;
}
.about-page .about-3 li:hover .icon::after {
  opacity: 1;
}
.about-page .about-3 li .icon {
  display: inline-block;
  position: relative;
}
.about-page .about-3 li .icon img {
  position: relative;
  z-index: 3;
}
/*.about-page .about-3 li .icon::after {
  content: '';
  display: block;
  width: 39px;
  height: 38px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.about-page .about-3 li .num {
  position: absolute;
  width: 37px;
  height: 36px;
  background-color: var(--color);
  border-radius: 17px;
  text-align: center;
  line-height: 36px;
  right: 0;
  bottom: 0;
  color: #fff;
}
.about-page .about-3 .img {
  padding: 0;
  overflow: hidden;
}
.about-page .about-3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-4 .cont {
  color: #333333;
}
.about-page .about-4 .left {
  width: 40%;
}
.about-page .about-4 .right {
  width: 60%;
  background: url(../images/about_bg.png) no-repeat center bottom / 100%;
  padding: 0 115px 80px;
}
.about-page .about-4 .right img {
  width: 100%;
}
.about-page .about-4 .right .swiper {
  overflow: hidden;
  padding: 0 205px;
}
.about-page .about-5 {
  background: #fafafa;
}
.about-page .about-5 .tit {
  line-height: 1.2;
}
.about-page .about-5 form input {
  height: 68px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  width: 100%;
  padding-left: 27px;
  margin-bottom: 30px;
}
.about-page .about-5 form textarea {
  height: 226px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  margin-bottom: 30px;
  padding-left: 27px;
  padding-top: 27px;
}
.about-page .about-5 form .submit {
  width: 141px;
  height: 45px;
  background-color: var(--color);
  border-radius: 22px;
  border: 1px solid var(--color);
  padding: 0;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 form .submit:hover {
  color: var(--color);
  background: none;
}
@media screen and (max-width: 1700px) {
  .about-page .about-4 .right .swiper {
    padding: 0 170px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-4 .right .swiper {
    padding: 0 132px;
  }
  .about-page .about-4 .right {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .about-page .about-4 .right .swiper {
    padding: 0 110px;
  }
  .about-page .about-4 .right {
    padding: 0 80px  50px;
  }
  .about-page .about-3 li {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 {
    display: none;
  }
  .about-page .about-3 li {
    width: 48%;
  }
  .about-page .about-2 .right .play {
    zoom: 0.6;
  }
  .about-page .about-2 .left {
    display: none;
  }
  .about-page .about-2 .right {
    background: #fafafa;
  }
  .about-page .about-2 .right .box {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 li {
    width: 100%;
  }
  .about-page .about-1 .bottom .line {
    display: none;
  }
  .about-page .about-1 .bottom li {
    width: 50%;
  }
}

.solutions-page .smt span {
  color: var(--color);
}
.solutions-page .smt span::before {
  background: var(--color);
}
.solutions-page .more {
  height: 37px;
}
.solutions-page .solutions-1 .item .left {
  padding-right: 100px;
}
.solutions-page .solutions-1 .item .right {
  padding-left: 40px;
}
.solutions-page .solutions-1 .item:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.solutions-page .solutions-1 .item:nth-child(even) .right {
  padding-left: 0;
  padding-right: 40px;
}
.solutions-page .solutions-2 .list .item {
  width: 48%;
  position: relative;
}
.solutions-page .solutions-2 .list .item img {
  width: 100%;
}
.solutions-page .solutions-2 .list .item .t1 {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions-2 .list .item .text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions-2 .list .item:hover .text {
  opacity: 1;
}
.solutions-page .solutions-2 .list .item:hover .t1 {
  opacity: 0;
}
.solutions-page .solutions-2 .list2 {
  color: #fff;
  position: relative;
}
.solutions-page .solutions-2 .list2 .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
}
.solutions-page .solutions-2 .list2 .text .cont {
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .solutions-page .solutions-2 .list2 .text {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .solutions-page .solutions-1 .item:nth-child(even) .left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .solutions-page .solutions-1 .item .left {
    margin-bottom: 30px;
  }
  .solutions-page .solutions-2 .list .item {
    width: 100%;
  }
  .solutions-page .solutions-2 .list2 img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
  }
  .solutions-page .solutions-2 .list .item .text {
    padding: 0 20px;
  }
  .solutions-page .solutions-2 .list .item .t1 {
    padding: 0 20px;
  }
}

.quality .more {
  height: 36px;
}
.quality .smt span {
  color: var(--color);
}
.quality .smt span::before {
  background: var(--color);
}
.quality .quality-1 .top {
  text-align: center;
}
.quality .quality-1 .top .cont {
  color: #666666;
  max-width: 1150px;
  margin: 0 auto;
}
.quality .quality-1 .center li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.quality .quality-1 .center .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 29px 54px 24px;
}
.quality .quality-1 .center .box .img {
  height: 57px;
}
.quality .quality-1 .bottom .left {
  width: 40%;
}
.quality .quality-1 .bottom .right {
  width: 55%;
}
.quality .quality-1 .bottom .right .t1 {
  color: #333333;
}
.quality .quality-1 .bottom .right .cont {
  color: #666666;
}
.quality .quality-1 .bottom .right .item {
  width: 45%;
  margin-bottom: 40px;
}
.quality .quality-1 .bottom .right .item2 .cont {
  width: 45%;
}
.quality .quality-2 {
  position: relative;
}
.quality .quality-2 .text {
  position: absolute;
  width: 1220px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  color: #fff;
}
.quality .quality-2 .text .more {
  margin: 32px auto;
}
.quality .quality-3 .tit {
  line-height: 1.1;
}
.quality .quality-3 .right .t1 {
  font-weight: bold;
  color: #333333;
}
.quality .quality-3 .right .cont {
  color: #666666;
}
.quality .quality-4 .item {
  position: relative;
}
.quality .quality-4 .left {
  width: 55%;
  position: relative;
  z-index: 5;
}
.quality .quality-4 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.quality .quality-4 .right {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  height: 100%;
}
.quality .quality-4 .right .smt span {
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right .smt span::before {
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right .box {
  background-color: #fafafa;
  border-radius: 30px;
  width: 80%;
  margin: 0 0 0 auto;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right .box .info {
  width: 57%;
  margin: 0 0 0 auto;
}
.quality .quality-4 .right .box .info .t1 {
  max-width: 340px;
  line-height: 1.2;
}
.quality .quality-4 .right .box .info .cont {
  color: #666666;
}
.quality .quality-4 .right .box .info .icon {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality .quality-4 .right:hover .box {
  background-color: var(--color);
  color: #fff;
}
.quality .quality-4 .right:hover .box .info .cont {
  color: #fff;
}
.quality .quality-4 .right:hover .box .info .icon {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.quality .quality-4 .right:hover .smt span {
  color: #fff;
}
.quality .quality-4 .right:hover .smt span::before {
  background: #fff;
}
.quality .quality-4 .item:nth-child(even) .left {
  margin: 0 0 0 auto;
}
.quality .quality-4 .item:nth-child(even) .right .box {
  margin: 0;
}
.quality .quality-4 .item:nth-child(even) .right .box .info {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .quality .quality-2 .text {
    width: 100%;
    padding: 0 30px;
  }
  .quality .quality-4 .right .box .info {
    padding-right: 50px;
  }
  .quality .quality-4 .right {
    height: auto;
  }
  .quality .quality-4 .right .box {
    padding-bottom: 50px;
  }
  .quality .quality-4 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .quality .quality-4 .right {
    position: static;
  }
  .quality .quality-4 .left {
    width: 100%;
  }
  .quality .quality-4 .right .box {
    width: 100%;
  }
  .quality .quality-4 .right .box .info {
    width: 100%;
    padding: 0 40px;
  }
  .quality .quality-1 .bottom .right .item {
    width: 100%;
  }
  .quality .quality-1 .bottom .right {
    margin-top: 30px;
  }
  .quality .quality-3 .right {
    margin-top: 30px;
  }
  .quality .quality-1 .center .box {
    padding: 20px;
  }
  .quality .quality-3 .bottom img {
    width: 100%;
  }
  .quality .quality-2 {
    display: none;
  }
  .quality .quality-1 .bottom .right .item2 .cont {
    width: 100%;
  }
  .quality .quality-4 .right .box .info .icon {
    zoom: 0.6;
  }
}



.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  border-radius: 5px;
  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: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.m-page a:hover,
.m-page span.current {
  color: #fff;
  background-color: #217cc2;
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-link a:hover {
  color: #217cc2;
}
.product-page .container .product_left {
  width: 30%;
}
.product-page .container .product_left .search_cont {
  position: relative;
}
.product-page .container .product_left .search_cont .text {
  width: 100%;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 20px 30px;
  padding-right: 80px;
  color: #000;
  line-height: 1;
}
.product-page .container .product_left .search_cont .btn {
  width: 62px;
  height: 62px;
  right: 4px;
  position: absolute;
  top: 4px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.product-page .container .product_left .item {
  margin-top: 30px;
  border: 1px solid #eee;
  padding: 40px;
}
.product-page .container .product_left .item .tips {
  font-weight: bold;
}
.product-page .container .product_left .item .nav_cont {
  margin-top: 26px;
}
.product-page .container .product_left .item .nav_cont li {
  margin-top: 10px;
}
.product-page .container .product_left .item .nav_cont li:first-child {
  margin-top: 0;
}
.product-page .container .product_left .item .nav_cont li a {
  display: block;
  padding: 18px 45px 18px 20px;
  background: #f1f1f1;
  font-size: 18px;
  color: #7a7777;
  line-height: 32px;
  /*text-transform: uppercase;*/
  position: relative;
}
.product-page .container .product_left .item .nav_cont li a i {
  position: absolute;
  right: 20px;
  top: 24px;
  display: inline-block;
}
.product-page .container .product_left .item .nav_cont li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .container .product_left .item .nav_cont li a:hover,
.product-page .container .product_left .item .nav_cont li a.active {
  color: #fff;
  background-color: #217cc2;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item {
  display: none;
  padding-left: 20px;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item.active{
  display: block;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item li {
  margin-top: 10px;
}
.product-page .container .product_left .item .nav_cont li .nav_cont_item li a {
  padding: 6px 20px;
}
.product-page .container .product_left .item .contact_cont {
  margin-top: 30px;
}
.product-page .container .product_left .item .contact_cont li {
  margin-top: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.product-page .container .product_left .item .contact_cont li .img {
  width: 34px;
  height: 34px;
}
.product-page .container .product_left .item .contact_cont li .text {
  width: -webkit-calc(66%);
  width: -moz-calc(66%);
  width: calc(100% - 34px);
  padding-left: 15px;
  margin-top: 4px;
}
.product-page .container .product_left .item .contact_cont li:first-child {
  margin-top: 0;
}
.product-page .container .product_right {
  width: 70%;
  padding-left: 60px;
}
.product-page .container .product_right .cat_name {
  font-weight: bold;
}
.product-page .container .product_right .cat_des {
  margin: 20px 0 20px 0;
  color: rgba(0, 0, 0, 0.7);
}
.product-page .container .product_right .content ul {
  margin: 0 -10px;
}
.product-page .container .product_right .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .container .product_right .content ul li {
  padding: 0 10px;
  margin-top: 40px;
}
.product-page .container .product_right .content ul li .box{
  border: 1px solid #eee;
}
.product-page .container .product_right .content ul li .box a {
  display: block;
}
.product-page .container .product_right .content ul li .box a img {
  width: 100%;
}
.product-page .container .product_right .content ul li .box .img img {
  width: 100%;
}
.product-page .container .product_right .content ul li .box .cont {
  position: relative;
  border-top: 1px solid #eee;
  background: #fff;
  padding: 15px 15px 20px;
}
.product-page .container .product_right .content ul li .box .cont .title {
  font-weight: 600;
  text-transform: capitalize;
  /*text-transform: uppercase;*/
}
.product-page .container .product_right .content ul li .box .cont .des {
  margin-top: 10px;
}
.product-page .container .product_right .content ul li .box .cont .line {
  width: 20px;
  height: 1px;
  background: #000;
  margin-top: 4px;
}
.product-page .container .product_right .content ul li .box:hover .cont {
  background-color: #217cc2;
  color: #fff;
}
.product-page .container .product_right .content ul li .box:hover .cont .line {
  background-color: #fff;
}
.prodet-page{
  background: #f5f5f5;
}
.prodet-page .init-1 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.prodet-page .init-1 .container .left {
  width: 42%;
  vertical-align: middle;
}
.prodet-page .init-1 .container .left .small_img {
  vertical-align: middle;
  margin-top: 20px;
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img ul {
  margin: -12px;
}
.prodet-page .init-1 .container .left .small_img ul li {
  padding: 12px;
}
.prodet-page .init-1 .container .left .small_img ul li .box {
  border: 1px solid #bfbfbf;
}
.prodet-page .init-1 .container .left .small_img ul li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .big_img {
  vertical-align: middle;
  width: 100%;
}
.prodet-page .init-1 .container .left .big_img ul li .img {
  position: relative;
  border: 1px solid #bfbfbf;
  width: 100%;
}
.prodet-page .init-1 .container .left .big_img ul li .img img {
  width: 100%;
}
.prodet-page .init-1 .container .left .big_img ul li .img span {
  width: 40px;
  height: 40px;
  background-color: #217cc2;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.prodet-page .init-1 .container .left .big_img ul li .img span img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}
.prodet-page .init-1 .container .right {
  width: 50%;
  padding-left: 50px;
  vertical-align: middle;
}
.prodet-page .init-1 .container .right .title {
  font-weight: 600;
  text-transform: capitalize;
}
.prodet-page .init-1 .container .right .des {
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  padding-right: 10px;
  overflow: auto;
  max-height: 250px;
}
.prodet-page .init-1 .container .right .more:focus {
    background-color: #217cc2;
    outline: 0;
} 
/*.prodet-page .init-1 .container .right .more {
  padding: 12px 40px;
  border-radius: 50px;
  background: #217cc2;
  color: #fff;
  font-size: 18px;
  display: inline-block;
}
.prodet-page .init-1 .container .right .more:hover {
  background-color: #000;
}*/
.prodet-page .init-2 .container .options {
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .init-2 .container .options span {
  font-size: 18px;
  width: 280px;
  margin-right: 20px;
  padding: 9px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid #c3c3c3;
  border-bottom: none;
}
.prodet-page .init-2 .container .options span i {
  color: #bfbfbf;
}
.prodet-page .init-2 .container .options span.active {
  background-color: #217cc2;
  border-bottom-color: transparent;
  color: #fff;
}
.prodet-page .init-2 .container .options span.active i {
  color: #fff;
}
.prodet-page .init-2 .container .ret .list {
  display: none;
}
.prodet-page .init-2 .container .ret .list .content .slick li{
  padding: 0 10px;
  text-align: center;
}
.prodet-page .init-2 .container .ret .list .content .slick li .box a{
  display: block;
}
.prodet-page .init-2 .container .ret .list .content .slick li .box a img{
  width: 100%;
}
.prodet-page .init-2 .container .ret .list .content .slick li .box p{
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}


.prodet-page .init-2 .container .ret .list .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-2 .container .ret .list #forms {
  margin-top: 20px;
}
.prodet-page .init-2 .container .ret .list #forms ul li {
  padding: 15px 7px;
  font-size: 16px;
}
.prodet-page .init-2 .container .ret .list #forms ul li input,
.prodet-page .init-2 .container .ret .list #forms ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #bfbfbf;
  margin-top: 4px;
}
.prodet-page .init-2 .container .ret .list #forms ul li textarea {
  height: 150px;
}
.prodet-page .init-2 .container .ret .list #forms ul li .submit_btn {
  background-color: #217cc2;
  color: #fff;
}
.prodet-page .init-2 .container .ret .list #forms ul li .submit_btn:hover {
  background-color: #000;
}

.prodet-page .init-3{
  margin-top: 60px;
  text-align: center;
}
.prodet-page .init-3 .container .tips{
  font-weight: bold;
}
.prodet-page .init-3 .container .content{
  margin-top: 40px;
}
.prodet-page .init-3 .container .content ul li{
  padding: 0 10px;
}
.prodet-page .init-3 .container .content ul li .box{
  border: 1px solid #bfbfbf;
}
.prodet-page .init-3 .container .content ul li a{
  display: block;
}
.prodet-page .init-3 .container .content ul li .img img{
  width: 100%;
}
.prodet-page .init-3 .container .content ul li .btn{
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -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;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.prodet-page .init-3 .container .content ul li .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin: 0 5px;
    border: 1px solid #bfbfbf;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .init-3 .container .content ul li .btn a img{
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .init-3 .container .content ul li .btn a:hover{
  background: #217cc2;
}
.prodet-page .init-3 .container .content ul li .btn a:hover img{
  filter: brightness(5);
}
.prodet-page .init-3 .container .content ul li .h6{
  font-weight: 400;
    font-size: 20px;
    color: #242424;
    line-height: 1.8;
    margin: 30px 0 20px;
    display: block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    height: 72px;
    overflow-y: auto;
}
.prodet-page .init-3 .container .content ul li .link{
      font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    background-color: #000;
    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;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 100%;
    z-index: 2;
}
.prodet-page .init-3 .container .content ul li .link:hover{
  background: #217cc2;
}
.prodet-page .init-3 .container .content ul li:hover .link{
      -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 1250px) {
 
  .product-page .container .product_left {
    display: none;
  }
  .product-page .container .product_right {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  
  .prodet-page .init-1 .container .left {
    width: 100%;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .options span{
    width: 30%;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-2 .container .options span {
    width: 100%;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .prodet-page .init-2 .container .options span i {
    margin-right: 16px;
  }
  .prodet-page .init-1 .container .left .small_img ul{
    margin: -6px;
  }
  .prodet-page .init-1 .container .left .small_img ul li {
    padding: 6px;
  }

  .prodet-page .init-3 .container .content ul li .link{
      -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.seoPublic .list ul li .content{
  display: block
}