@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LeigoRegular";
  src: url("../fonts/LeigoRegular.eot");
  src: url("../fonts/LeigoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LeigoRegular.woff2") format("woff2"), url("../fonts/LeigoRegular.woff") format("woff"), url("../fonts/LeigoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #3ca1fd;
    --color2: #f8b62d;
  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: 1600px;
  margin: auto;
  width: 100%;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  background: url(../images/more-icon.png) no-repeat left -6px center var(--color);
  padding: 0 28px 0 70px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
}
.more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url(../images/more-icon.png) no-repeat left -6px center #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.more:hover:after {
  width: 100%;
}
.page-header02{
  background: #ffffff;
}
.page-header02 .menu-btn{
  background: var(--color);
  color: #ffffff;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 14px 0 17px;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  color: #272727;
  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;
  font-size: 20px;
}
#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;
  padding: 6px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: url(../images/nav-icon.png) no-repeat center;
  width: 61px;
  height: 69px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 1px;
  background-color: #195da9;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#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 ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#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:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  margin-left: 20px;
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 16px;
  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 .h-language span img {
  width: 19px;
}
#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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 25px;
  background-color: var(--color);
  color: #fff;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .chat:hover {
  background-color: #222;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.lh-1 {
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-48%);
  -moz-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}
#banner li .text .box {
  width: 45%;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: 0.5s 1s;
  -moz-transition: 0.5s 1s;
  transition: 0.5s 1s;
  color: #ffffff;
}
#banner li .text .cont {
  font-weight: 300;
}
#banner .slick-active .text .box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner .slickBtn div {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}
#banner .slickBtn div:hover {
  background: var(--color);
  color: #ffffff;
}
#banner .slickBtn .prev {
  left: 55px;
}
#banner .slickBtn .next {
  right: 55px;
  margin-left: 0;
}
.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);
  }
}
.smt {
  color: #003c80;
  font-weight: 300;
  font-size: 18px;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100% 100%;
}
#index-body .products .box .img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#index-body .products .box .img .icon {
  position: absolute;
  right: 18px;
  top: 13px;
  -webkit-transform: translate(120%, -120%);
  -moz-transform: translate(120%, -120%);
  -ms-transform: translate(120%, -120%);
  transform: translate(120%, -120%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .box .btns {
  font-size: 18px;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .box:hover .img .icon {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#index-body .products .box:hover .btns {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .products .box:hover .tit {
  color: var(--color);
}
#index-body .about {
  background: url(../images/bg2.jpg) no-repeat center top 30px;
  background-size: 100%;
}
#index-body .about .top {
  position: relative;
}
#index-body .about .top .left {
  width: 43%;
  position: relative;
  z-index: 2;
}
#index-body .about .top .left .img {
  -webkit-transform: translate(18%, 29%);
  -moz-transform: translate(18%, 29%);
  -ms-transform: translate(18%, 29%);
  transform: translate(18%, 29%);
}
#index-body .about .top .left .img img {
  width: 100%;
}
#index-body .about .top .left .bg1 {
  position: absolute;
  right: -48px;
  top: -8px;
}
#index-body .about .top .left .bg2 {
  position: absolute;
  left: 0px;
  bottom: -60px;
}
#index-body .about .top .right {
  width: 57%;
}
#index-body .about .top .right .comy {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#index-body .about .top .right .play {
  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%);
  cursor: pointer;
}
#index-body .about .top .right .play .play_img {
  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%);
}
#index-body .about .top .right .play svg {
  width: 120px;
  font-size: 25px;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index-body .about .top .right .play svg text {
  fill: #ffffff;
}
#index-body .about .top .bg3 {
  position: absolute;
  left: -40px;
  top: 45px;
}
#index-body .about .center .left {
  padding-left: 10%;
}
#index-body .about .center .left .num {
  line-height: 1;
}
#index-body .about .center .left span {
  font-weight: 400;
}
#index-body .about .center .left p {
  margin-top: 0.4em;
}
#index-body .about .center .right .title {
  line-height: 2.1;
}
#index-body .about .center .right .cont {
  font-weight: 300;
  line-height: 1.6;
}
#index-body .about .bottom .swiper {
  overflow: hidden;
}
#index-body .about .bottom .left {
  width: 46%;
  position: relative;
}
#index-body .about .bottom .left .swiper {
  overflow: hidden;
  width: 125%;
  margin-left: -25%;
}
#index-body .about .bottom .left img {
  width: 100%;
  border-radius: 0px 12px 12px 0px;
}
#index-body .about .bottom .left .btns {
  position: absolute;
  right: 25px;
  bottom: 28px;
  z-index: 5;
  color: #ffffff;
  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;
}
#index-body .about .bottom .left .btns .prev,
#index-body .about .bottom .left .btns .next {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  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: #3ca1fd;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .bottom .left .btns .prev:hover,
#index-body .about .bottom .left .btns .next:hover {
  background-color: #3ca1fd;
  color: #ffffff;
}
#index-body .about .bottom .left .btns .pagination {
  width: 60px;
  font-size: 20px;
  line-height: 1;
  margin-left: 25px;
  margin-right: 20px;
}
#index-body .about .bottom .left .btns .pagination .swiper-pagination-current {
  font-size: 50px;
  line-height: 1;
}
#index-body .about .bottom .right {
  width: 54%;
}
#index-body .about .bottom .right .box {
  position: relative;
}
#index-body .about .bottom .right .box .num {
  font-size: 169px;
  color: var(--color);
  opacity: 0.3;
  font-family: "LeigoRegular";
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .about .bottom .right .box .text {
  position: relative;
  z-index: 2;
}
#index-body .about .bottom .right .box .cont {
  font-weight: 300;
  line-height: 2;
}
#index-body .advantage {
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100% 100%;
}
#index-body .advantage .top .cont {
  font-weight: 300;
  font-size: 18px;
}
#index-body .advantage .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
}
#index-body .advantage .list .item .img {
  position: absolute;
  z-index: 2;
}
#index-body .advantage .list .item .box {
  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: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 52px 57px 70px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#index-body .advantage .list .item .box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../images/advantage_bg.jpg) no-repeat center center / cover;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantage .list .item2 .box::after{
  background-image: url(/nbpetsfamily/2026/03/27/breqqjki1774578145.jpg); 
}
#index-body .advantage .list .item3 .box::after{
  background-image: url(/nbpetsfamily/2026/03/27/qzlcdewf1774578145.jpg); 
}
#index-body .advantage .list .item4 .box::after{
  background-image: url(/nbpetsfamily/2026/03/27/kwjfwoug1774578145.jpg); 
}
#index-body .advantage .list .item .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
#index-body .advantage .list .item .box .icon {
  width: 46px;
  height: 46px;
  background-color: var(--color);
  border-radius: 50%;
  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;
  position: relative;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantage .list .item .box .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .advantage .list .item .box .conts {
  color: #272727;
  font-weight: 300;
  line-height: 2;
}
#index-body .advantage .list .item .box:hover {
  color: #ffffff;
}
#index-body .advantage .list .item .box:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .advantage .list .item .box:hover .conts {
  color: #ffffff;
}
#index-body .advantage .list .item .box:hover .icon {
  background: #ffffff;
}
#index-body .advantage .list .item .box:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
#index-body .advantage .list .item .jt {
  margin: 0 15px;
}
#index-body .advantage .list .item1 {
  padding-left: 370px;
}
#index-body .advantage .list .item1 .box {
  width: 608px;
}
#index-body .advantage .list .item1 .img {
  left: 0;
  bottom: -120px;
}
#index-body .advantage .list .item1 .jt {
  padding-bottom: 25px;
}
#index-body .advantage .list .item3 {
  padding-left: 290px;
}
#index-body .advantage .list .item3 .box {
  width: 703px;
}
#index-body .advantage .list .item3 .img {
  left: 0;
  bottom: -140px;
}
#index-body .advantage .list .item3 .jt {
  padding-bottom: 25px;
}
#index-body .advantage .list .item2 {
  padding-right: 190px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 30px;
}
#index-body .advantage .list .item2 .box {
  width: 580px;
}
#index-body .advantage .list .item2 .img {
  right: 0;
  top: -250px;
}
#index-body .advantage .list .item2 .jt {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
#index-body .advantage .list .item4 {
  padding-right: 230px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#index-body .advantage .list .item4 .box {
  width: 617px;
}
#index-body .advantage .list .item4 .img {
  right: 0;
  bottom: 20px;
}
#index-body .news {
  background: url(../images/bg4.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
#index-body .news .left {
  width: 45%;
}
#index-body .news .left .bottom {
  position: relative;
}
#index-body .news .left .bottom li .cont {
  font-weight: 300;
}
#index-body .news .left .bottom .slickBtn .prev,
#index-body .news .left .bottom .slickBtn .next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 28px;
  background: #ffffff;
  color: var(--color);
}
#index-body .news .left .bottom .slickBtn .prev:hover,
#index-body .news .left .bottom .slickBtn .next:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .news .left .bottom .slickBtn .prev {
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-transform: translate(-200%);
  -moz-transform: translate(-200%);
  -ms-transform: translate(-200%);
  transform: translate(-200%);
}
#index-body .news .left .bottom .slickBtn .next {
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transform: translate(200%);
  -moz-transform: translate(200%);
  -ms-transform: translate(200%);
  transform: translate(200%);
}
#index-body .news .right {
  width: 45%;
}
#index-body .news .right .img {
  width: 125%;
}
#index-body .news .right .img img {
  width: 100%;
  border-radius: 12px;
}
#index-body .form {
  background: url(../images/bg5.png) no-repeat center center / 100%;
}
#index-body .form .box .left {
  width: 65%;
  background: url(../images/contact-icon.jpg) no-repeat right bottom;
  padding-bottom: 57px;
}
#index-body .form .box .left .title {
  line-height: 1.4;
}
#index-body .form .box .left .cont {
  max-width: 550px;
  font-weight: 300;
}
#index-body .form .box .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  margin-bottom: 25px;
}
#index-body .form .box .left ul li img {
  margin-right: 18px;
}
#index-body .form .box .right {
  width: 35%;
}
#index-body .form .box .right .form-box {
  background: url(../images/form-bg.jpg) no-repeat center top / 100%;
  padding: 105px 30px 80px;
  background-color: #e2f1ff;
  border-radius: 0 0 56px 56px;
}
#index-body .form .box .right .form-box .form-logo {
  text-align: center;
}
#index-body .form .box .right .form-box form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .form .box .right .form-box form ul .i1 {
  width: 46%;
  margin-bottom: 20px;
}
#index-body .form .box .right .form-box form ul .i2 {
  width: 100%;
  margin-bottom: 25px;
}
#index-body .form .box .right .form-box form ul input {
  width: 100%;
  height: 47px;
  background-color: #ffffff;
  border-radius: 23px;
  border: solid 1px #c2c2c2;
  padding: 0 23px;
}
#index-body .form .box .right .form-box form ul .submit {
  width: 172px;
  height: 54px;
  background-color: #3ca1fd;
  color: #ffffff;
  border-radius: 27px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .form .box .right .form-box form ul .submit:hover {
  opacity: 0.7;
}
strong {
  font-weight: bold;
}
#footer .footer-top {
  background: url(../images/footer-bg.png) no-repeat top 96px center;
  background-size: 100% auto;
  overflow: hidden;
}
#footer.inner .footer-top{
    background:#faf9f9 url(../images/footer-bg.png) no-repeat top 96px center;
}
#footer .footer-top ul {
  margin: 0 -30px;
}
#footer .footer-top ul li {
  padding: 0 30px;
  text-align: center;
  vertical-align: bottom;
}
#footer .footer-top ul li img {
  margin: auto;
}
#footer .footer-top ul .slick-track {
  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 .center {
  background-color: #436c92;
  padding-top: 80px;
  margin-top: -2px;
}
#footer .center .wrap {
  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-bottom: 80px;
}
#footer .center .wrap .one {
  max-width: 304px;
}
#footer .center .wrap .one p {
  font-size: 15px;
  line-height: 23px;
  color: white;
  margin-top: 50px;
}
#footer .center .wrap .h5 {
  font-size: 19px;
  font-weight: 600;
  color: white;
  margin-bottom: 25px;
}
#footer .center .wrap ul li {
  font-size: 16px;
  color: white;
  line-height: 23px;
  margin-bottom: 15px;
}
#footer .center .wrap ul li a {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .center .wrap ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fbbc1d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .center .wrap ul li:hover a {
  color: #fbbc1d;
}
#footer .center .wrap ul li:hover a::after {
  width: 100%;
}
#footer .center .wrap .second {
  max-width: 290px;
}
#footer .center .wrap .second ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 2;
}
#footer .center .wrap .second ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}
#footer .center .wrap #ewm {
  width: 140px;
  height: 140px;
  border: 5px solid white;
}
#footer .center .wrap .share {
  text-align: center;
  margin-top: 20px;
}
#footer .center .wrap .share a {
  color: white;
  margin: 0 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .center .wrap .share a i {
  font-size: 20px;
}
#footer .center .wrap .share a:hover {
  color: #fbbc1d;
}
#footer .f-copy {
  background-color: #044792;
  font-size: 16px;
  color: white;
  padding: 15px 0;
}
#footer .f-copy .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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #index-body .advantage .list .item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #footer .center .wrap #ewm {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  #index-body .about .bottom .right .box .num {
    font-size: 100px;
  }
  #index-body .form .box {
    padding: 0;
  }
  #index-body .about .top .left .bg1 {
    right: -48px;
    top: -50px;
  }
  #index-body .about .top .left .bg2 {
    left: -30px;
    bottom: -60px;
  }
  #index-body .advantage .list .item1 .box {
    width: 400px;
  }
  #index-body .advantage .list .item2 .box {
    width: 450px;
  }
  #index-body .advantage .list .item3 .box {
    width: 500px;
  }
  #index-body .advantage .list .item4 .box {
    width: 410px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
    font-size: 17px;
  }
  #banner .slickBtn .prev {
    left: 20px;
  }
  #banner .slickBtn .next {
    right: 20px;
  }
  #banner ul.slick-dots {
    bottom: 90px;
  }
}
@media screen and (max-width: 1250px) {
  #footer .center .wrap .third {
    display: none;
  }
  #index-body .about .top .left .bg1 {
    right: -48px;
    top: -50px;
    zoom: 0.8;
  }
  #index-body .about .top .left .bg2 {
    left: -30px;
    bottom: -60px;
    zoom: 0.8;
  }
  #index-body .advantage .list .item .img {
    zoom: 0.8;
  }
  #index-body .advantage .list .item1 {
    padding-left: 280px;
  }
  #index-body .form .box .left {
    background: none;
  }
  #index-body .form .box .left {
    width: 45%;
  }
  #index-body .form .box .right {
    width: 50%;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
    .font-30 {
        font-size: 18px;
    }
  .body-overflow-box {
    margin-bottom: 0;
  }
  #footer .center .wrap .fourth,
  #footer .center .wrap .five {
    display: none;
  }
  #footer .center .wrap {
    padding-bottom: 10px;
  }
  #footer .center {
    padding-top: 25px;
  }
  #banner li .big-box {
    padding-top: 160px;
  }
  #banner li .text {
    top: 15%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #banner li .text .box {
    width: 100%;
  }
  #index-body .about .top .bg3,
  #index-body .about .top .left .bg1,
  #index-body .about .top .left .bg2 {
    display: none;
  }
  #index-body .about .top .left .img {
    display: none;
  }
  #index-body .about .top {
    margin-bottom: 30px;
  }
  #index-body .about .center .right .title br {
    display: none;
  }
  #index-body .advantage .list .item .img,
  #index-body .advantage .list .item .jt {
    display: none;
  }
  #index-body .advantage .list {
    max-width: 700px;
    padding: 0 15px;
    margin: 40px auto 0;
  }
  #index-body .advantage .list .item {
    padding: 0;
  }
  #index-body .advantage .list .item .box {
    width: 100%;
  }
  #index-body .about .bottom .left .swiper {
    width: 100%;
    margin: 0;
  }
  #index-body .news .right {
    display: none;
  }
  #index-body .about .bottom .right {
    margin-top: 40px;
  }
  #index-body .about .center .left {
    margin-bottom: 30px;
  }
  .smt {
    font-size: 16px;
  }
  #index-body .about .bottom .right .box .num {
    font-size: 80px;
  }
  #index-body .about .bottom .left .btns {
    zoom: 0.8;
  }
  #index-body .about {
    background-position: center top;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 700px) {
  #footer .center .wrap .one {
    display: none;
  }
  #footer .center .wrap .second {
    max-width: 100%;
  }
  #footer .center .wrap .second ul li {
    margin-bottom: 20px;
  }
  .font-40 {
    font-size: 20px;
  }
  .smt {
    font-size: 14px;
  }
  #index-body .about .center .right .title {
    font-size: 16px;
  }
  .more {
    zoom: 0.8;
  }
  #index-body .products .box .tit {
    font-size: 18px;
  }
  #index-body .products .box .btns {
    font-size: 16px;
  }
  #banner .slickBtn {
    display: none;
  }
  #index-body .advantage .top .cont {
    font-size: 16px;
  }
  #banner li .big-box {
    padding-top: 250px;
  }
  #index-body .form .box .right .form-box {
    padding: 80px 30px 50px;
  }
  #index-body .form .box .right .form-box form ul .i1 {
    width: 100%;
  }
  #index-body .advantage .list .item .box {
    padding: 32px 30px 40px 20px;
  }
  #index-body .about .bottom .left .btns {
    zoom: 0.5;
  }
  #index-body .about .bottom .right .box .num {
    font-size: 60px;
  }
  #index-body .form .box .right .form-box .form-logo {
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {
  #menuFull .menu-item{
    font-size: 16px;
  }
  #footer .footer-top {
    background-size: 100% 100%;
  }
  #banner li .big-box {
    padding-top: 300px;
  }
  .more {
    zoom: 0.7;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
}

/*inner*/
#innerMobileBanner{
   background: #f9f9f9;
   padding-top: 25px;
}
#innerMobileBanner .title{
  font-size: 18px;
}
.col {
  color: var(--color);
}
.col2 {
  color: var(--color2);
}
.swiper {
  overflow: hidden;
}
.inner-banner {
  margin-top: 87px;

  background: #f9f9f9;
}
.inner-banner .box{
  padding-bottom: 40px;
    border-bottom: 1px solid #edeeef;
}
.inner-banner .title p {
  margin-top: 0.4em;
}
.inner-banner .mbx {
  text-align: right;
}
.inner-page {
  background: #f9f9f9;
}
.inner-page .inner-top .box {

  padding-top: 30px;
}
.inner-page .inner-top .box .decline {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  line-height: 48px;
  display: block;
}
.inner-page .inner-top .box .decline:hover {
  background: var(--color);
}
.inner-page .inner-top .box .text {
  width: 35%;
  margin: 0 0 0 auto;
}
.about-page .st {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-page .st .dot {
  width: 9px;
  height: 9px;
  background-color: var(--color);
  border-radius: 4px;
  margin-right: 13px;
}
.about-page .about-1 .top .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.about-page .about-1 .top .text .left {
  width: 20%;
}
.about-page .about-1 .top .text .right {
  width: 74%;
}
.about-page .about-1 .bottom .t1 {
  letter-spacing: 5px;
  color: #f08200;
}
.about-page .about-1 .bottom .title {
  color: #073190;
  line-height: 1;
}
.about-page .about-1 .bottom .history .list {
  height: 420px;
  padding-bottom: 15px;
  background: url(../images/history.png) no-repeat left bottom / 100%;
  padding-left: 30px;
}
.about-page .about-1 .bottom .history .list ul {
  margin: 0 -25px;
}
.about-page .about-1 .bottom .history .list ul li {
  padding: 0 25px;
  padding-top: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-1 .bottom .history .list ul li .box {
  position: relative;
  background: url(../images/line.png) repeat-y left top;
  padding-left: 24px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-1 .bottom .history .list ul li .box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #073190;
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-1 .bottom .history .list ul li .box::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 3px solid #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-1 .bottom .history .list ul li .box .tit {
  color: #073190;
  line-height: 1;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.about-page .about-1 .bottom .history .list ul li .box .cont {
  margin-top: 8px;
  padding-left: 10px;
  position: relative;
}
.about-page .about-1 .bottom .history .list ul li .box .cont p{
  height: 4.5em;
  overflow-y: auto;
}
.about-page .about-1 .bottom .history .list ul li .box .cont::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #073190;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
.about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.about-page .about-1 .bottom .history .list .slick-active li {
  padding-bottom: 49px;
}
.about-page .about-1 .bottom .history .list .slick-active li .box {
  padding-bottom: 30px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
  padding-bottom: 8px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active li .box {
  padding-bottom: 90px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
  padding-bottom: 100px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li .box {
  padding-bottom: 50px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
  padding-bottom: 50px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li .box {
  padding-bottom: 200px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li {
  padding-bottom: 240px;
}
.about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li .box {
  padding-bottom: 60px;
}
.about-page .about-1 .bottom .history .btn {
  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;
}
.about-page .about-1 .bottom .history .btn .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 14px;
}
.about-page .about-1 .bottom .history .btn > div {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  font-size: 25px;
  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;
  background: #000000;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.about-page .about-1 .bottom .history .btn > div:hover {
  background: var(--color);
}
.about-page .about-2 .top .left {
  width: 20%;
}
.about-page .about-2 .top .right {
  width: 40%;
}
.about-page .about-2 .bottom .swiper-slide {
  height: 100%;
}
.about-page .about-2 .bottom .box {
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .bottom .box .cont {
  opacity: 0.5;
  margin-top: 10px;
}
.about-page .about-2 .bottom .box:hover {
  background: #000000;
  color: #ffffff;
}
.about-page .about-2 .bottom .box:hover .cont {
  opacity: 1;
}
.about-page .about-2 .bottom .btns {
  position: relative;
}
.about-page .about-2 .bottom .btns .pagination {
  width: 300px;
  height: 3px;
  top: 40%;
}
.about-page .about-2 .bottom .btns .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000000;
}
.about-page .about-2 .bottom .btns .btn {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .btns .btn .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 14px;
}
.about-page .about-2 .bottom .btns .btn > div {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  font-size: 25px;
  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;
  background: #000000;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.about-page .about-2 .bottom .btns .btn > div:hover {
  background: var(--color);
}
.about-page .about-3 ul {
  border-top: 1px solid #000;
}
.about-page .about-3 ul li {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.about-page .about-3 ul li .box {
  padding: 0 20px;
}
.about-page .about-3 ul li .box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}
.about-page .about-3 ul li .box .right {
  width: 255px;
  background: #000;
  color: #ffffff;
  padding: 20px 20px 120px;
}
.about-page .about-3 ul li .box .right .i-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 ul li .box:hover .i-box {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about-page .about-3 ul li:nth-child(2n) .box {
  border-left: 1px solid #000;
}
.about-page .about-4 .img {
  width: 40%;
}
.about-page .about-4 .text {
  width: 50%;
}
.about-page .sbout-5 .title {
  font-weight: 500;
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .bottom .history .list .slick-active li {
    padding-bottom: 30px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
    padding-bottom: 0px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
    padding-bottom: 80px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 40px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 215px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active + .slick-active li .box {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .bottom .history .list {
    height: 390px;
  }
  .about-page .about-1 .bottom .history .list .slick-active li {
    padding-bottom: 75px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
    padding-bottom: 40px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
    padding-bottom: 120px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 ul li .box .right {
    width: 200px;
  }
  .about-page .about-1 .bottom .history .list ul {
    margin: 0 -15px;
  }
  .about-page .about-1 .bottom .history .list ul li {
    padding: 0 15px;
    padding-top: 6px;
  }
  .about-page .about-1 .bottom .history .list {
    height: 320px;
  }
  .about-page .about-1 .bottom .history .list .slick-active li {
    padding-bottom: 25px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active li {
    padding-bottom: 5px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li {
    padding-bottom: 35px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active li .box {
    padding-bottom: 120px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li {
    padding-bottom: 120px;
  }
  .about-page .about-1 .bottom .history .list .slick-active + .slick-active + .slick-active + .slick-active li .box {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .inner-top .box .decline {
    display: none;
  }
  .about-page .about-1 .top {
    padding-left: 0;
  }
  .about-page .about-1 .bottom {
    padding-left: 0;
  }
  .about-page .about-1 .bottom .history .list {
    height: auto;
    background: none;
    border-bottom: 1px solid #073190;
    padding-bottom: 0;
  }
  .about-page .about-1 .bottom .history .list ul {
    margin-bottom: -3px;
  }
  .about-page .about-1 .bottom .history .list ul .slick-slide {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about-page .about-1 .bottom .history .list ul .slick-slide > div li {
    height: 100%;
  }
  .about-page .about-1 .bottom .history .list ul .slick-slide > div li .box {
    height: 100%;
  }
  .about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
    height: 100%;
  }
  .about-page .about-1 .bottom .history .list li {
    padding-bottom: 0 !important;
  }
  .about-page .about-1 .bottom .history .list li .box {
    padding-bottom: 30px !important;
  }
  .about-page .about-1 .bottom .history .list .slick-slider:not(.slick-vertical) .slick-track {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about-page .about-1 .bottom .history .list ul li .box .tit {
    font-size: 16px;
  }
  .about-page .st {
    margin-bottom: 15px;
    zoom: 0.8;
  }
  .about-page .about-3 ul li .box .right {
    display: none;
  }
  .about-page .about-4 .img {
    margin-bottom: 30px;
  }
  .about-page .about-2 .bottom .box .tit {
    font-size: 18px;
  }
  .about-page .about-3 ul li .box .left .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 ul li:nth-child(2n) .box {
    border-left: none;
  }
  .title.font-35 {
    font-size: 20px;
  }
}

/*about-end*/

/*slideBox*/

.inner-page .slideBox .slideBoxLeft {
  width: 25%;
  padding-right: 4%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBox .slideBoxLeft .nav a {
  padding: .7em 0;
  border-bottom: 1px solid #707070;
}
.inner-page .slideBox .slideBoxLeft .nav a i {
  font-size: 1.3em;
  line-height: 1;
}
.inner-page .slideBox .slideBoxLeft .nav a.active,
.inner-page .slideBox .slideBoxLeft .nav a:hover {
  font-weight: bold;
}
.inner-page .slideBox .slideBoxLeft .nav a i.on {
  transform: rotate(45deg);
}
.inner-page .slideBox .slideBoxLeft .nav ul ul {
  padding-left: 1em;
  margin: 1em 0;
  display: none;
}
.inner-page .slideBox .slideBoxRight {
  width: 75%;
}

.inner-page .slideBox .slideBoxRight .text p{
  margin-bottom: 10px;
}

.inner-page .m-page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBox .slideBoxLeft {
    display: none;
  }
  .inner-page .slideBox .slideBoxRight {
    width: 100%;
  }
}

/*slideBo end*/
.news-page .list li {
  border-bottom: 1px solid #666;
}

/*contact*/

.contact-page .contact-1 .h2 img {
  max-height: 1em;
}
.contact-page .contact-1 .box {
  padding: 5%;
  color: white;
}
.contact-page .contact-1 .box input,
.contact-page .contact-1 .box textarea {
  padding: .8em 1em;
  border: none;
  background-color: white;
  width: 100%;
  display: block;
  color: black;
}
.contact-page .contact-1 .box input::-webkit-input-placeholder, .contact-page .contact-1 .box textarea::-webkit-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input:-moz-placeholder, .contact-page .contact-1 .box textarea:-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input::-moz-placeholder, .contact-page .contact-1 .box textarea::-moz-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input:-ms-input-placeholder, .contact-page .contact-1 .box textarea:-ms-input-placeholder {
  color: #666;
}
.contact-page .contact-1 .box input::placeholder,
.contact-page .contact-1 .box textarea::placeholder {
  color: #666;
}
.contact-page .contact-1 .box button {
  border: none;
  margin-top: 2em;
}
.contact-page .contact-1 .info {
  padding: 5%;
  border: 1px solid #333;
  border-top: none;
}
.contact-page .contact-1 .info .text{
  line-height: 2;
}
.contact-page iframe {
  border: none;
}
.contact-page .contact-2 {
  background-color: var(--color);
  color: white;
}
.contact-page .contact-2 .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--color);
  transition: .5s;
}
.contact-page .contact-2 .share a:hover {
  background-color: black;
  color: white;
}
@media screen and (max-width: 700px) {
  .contact-page iframe {
    height: 240px;
  }
    .contact-page .text {
    width: 100%;
  }
}
/*contact end*/

/*.product-yd*/
.product-yd-page .list {
  color: #195da9;
}
.product-yd-page .list ul {
  position: relative;
}
.product-yd-page .list ul::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #edeeef;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-yd-page .list li {
  padding: 60px 0;
  border-bottom: 1px solid #edeeef;
}
.product-yd-page .list .img-box {
  border-radius: 12px;
  overflow: hidden;
}
.product-yd-page .list .tit:hover {
  color: var(--color2);
}
.product-yd-page .list .btn {
  border-bottom: 1px solid #195da9;
  font-weight: bold;
  line-height: 1;
}
.product-yd-page .list .btn:hover {
  color: var(--color2);
  border-bottom: 1px solid var(--color2);
}
@media screen and (max-width: 1000px) {
  .product-yd-page .list li {
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .list li {
    padding: 25px 0;
  }
}
/*.product-yd end*/

/*product-page*/

.product-page .product-list ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: 0 -1rem;
}

.product-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;
  /*width:32%;*/
}

/*.product-page .product-list ul li .img img {
  height: 400px;
  object-fit: cover;
  width: 100%;

}*/

.product-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}

.product-page .product-list ul li.wid-100 {
  width: 100%;
}

.product-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.product-page .product-list ul li .pro-box .imgbox {
  position: relative;
  width: 50%;

}

.product-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.product-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}

.product-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  padding: 2rem 0rem 0rem;
}

.product-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}

.product-page .product-list ul li .pro-box .text .neirong {
  padding: 10px 0 0;
  max-height: 120px;
  overflow-y: overlay;
}


.product-page .product-list ul li .pro-box:hover {
  background: #f6f6f6;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {

  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.product-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}

.product-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}

.product-page .product-list ul li .pro-box .text {
  padding: 0 20px;
  font-size: 15px;
  color: #757575;
  width: 50%;
}

.product-page .product-list ul li .pro-box .text p {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

.product-page .product-list ul li .pro-box .btm {
  padding: 0px 0px 20px 0px;
}

.product-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.product-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}

.product-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
}

.product-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}

.product-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}

.product-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product-page p {
  color: #7f7f7f;
}

.product-page .product-list ul li .pro-box .btm ul {
  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: 0 -10px;
}

.product-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}

.product-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}

.product-page .product-list .ny-banner {}

.product-page .product-list ul li .pro-box h5 a {
  text-transform: unset;

}

.inner-page .sidebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner-page .sidebar-content .sidebar-nav {
  width: 20%;
}

.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}

.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  color: #000;
  border: none;
}

.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #000000;

  text-align: left;
  margin: 3rem 0 2.5rem;
  font-weight: bold;
}

.inner-page .sidebar-content .sidebar-nav p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  border-bottom: 0px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #46696b;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: none;
  font-size: 2rem;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 1.2rem;
  border-radius: 5px;
  background: #eeede7;
  font-size: 2rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #46696b;
  border-bottom: 1px solid #000;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #46696b;
  color: #fff;
}




.inner-page .sidebar-content .sidebar-nav .related {
  margin: 4rem 0;
}

.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 6rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;


}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 1.5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #46696b;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: .5rem;
}

.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 5px;
  background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  text-transform: unset;
  margin-bottom: 3rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 2rem;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.inner-page .sidebar-content .sidebar-box {
  width: 70%;
}

.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 20px;
  text-transform: capitalize;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: none;
}

.inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time {
  margin-bottom: 20px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  font-size: 15px;
}

.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 12px;
}





.product-page .product-list ul li .pro-box .btm ul.tupianji li {
  width: 25% !important;
}

.product-page .product-list ul li .pro-box .btm ul.tupianji {
  display: flex;
}


.inner-page .sidebar-box .sidebar-left {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    width: 360px;
    top: 110px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
  font-size: 18px;
  /**/
  line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi.active>a,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>ol.second li.active ,.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi > .second > li > .thrid > li.active {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
  padding: 3px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol {
  padding-bottom: 5px !important;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li {
  margin-left: 15px;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
  font-size: 15px;
  color: #555;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third {
  display: none;
}

.product-page .product-list ul li .img img {
  transition: all 1.2s ease;
}

.product-page .product-list ul li .img {
  overflow: hidden;
  transition: all 1.2s ease;
  padding: 10px;
  background: #f7f7f7;
  position: relative;
}

.product-page .product-list ul li .img:hover img {

  transition: all 1.2s ease;
}

.product-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.product-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}

.product-page .product-list ul li .text {
  background: #f7f7f7;
  margin-top: 0;
  padding: 10px;

}

.product-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}

.product-page .product-list ul li .text h2 {
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  min-height: 100px;
}

.product-page .product-list ul li:hover .text h2 {
  color: var(--color);
}

.product-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
.product-page .product-list ul li .pro-box .imgbox img {
  object-fit: cover;
  height: 100%;
}


.product-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}

.product-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  object-fit: cover;
}
.inner-page .sidebar-content .sidebar-left {
  width: 28%;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}

.inner-page .sidebar-box .sidebar-right h1 {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  color: #7f7f7f;
  font-weight: normal;
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
  margin-bottom: 20px;
}

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

  /*.product-page .product-list ul li .img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }*/

}

@media screen and (max-width:1100px) {
   .inner-page .sidebar-content .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width:1000px){
  /*.product-page .product-list ul li {
    width: 50% !important;
  }*/
  .product-page .product-list ul li .img {
    text-align: center;
  }
  .product-page .product-list ul li .img img {
    /*width: 90%;*/
    display: block;
    margin: auto;
    height: auto;
  }
}
@media screen and (max-width:500px) {
  /*.product-page .product-list ul li {
    width: 100% !important;
  }*/
} 

/*news详情*/
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-page.product-page .sidebar-left {
  padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #062b00;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 55px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;

}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--color);
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  FONT-WEIGHT: 300;
  font-size: 16px;
  line-height: 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li {
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li 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;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  display: -webkit-box;
  margin-bottom: 0.8rem;
  display: -webkit-box;         /* 使用旧版弹性盒子模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 2;        /* 限制显示为5行 */
  overflow: hidden;             /* 隐藏溢出的内容 */
  text-overflow: ellipsis;      /* 添加省略号 */

}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;

  line-height: 1;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/nbpetsfamily/2026/02/28/c11.jpg) no-repeat center center;
  padding: 210px 40px 55px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {

  font-size: 20px;
  color: #fff;
  text-transform: unset;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;

}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
}

.product-page .product-list ul li .text h2 {
    line-height: 1.8;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    line-height: 30px;
}

.prodet-page .prodet-1 .left .content h1 {
    line-height: 1.6;
}
.prodet-page .prodet-1 .left .content h1 {
    line-height: 2;
}
.prodet-page .prodet-1 .left .content .des {
    line-height: 2;
}
.prodet-page .prodet-1 .left .content .m-link {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 2;
}
.inner-page.product-page p {
    line-height: 2;
}
.product-page .product-list ul li .text h2 {
    line-height: 1.8;
    font-size: 18px;
}
.inner-page .sidebar-box .sidebar-right h1 {
    /*font-size: 35px;*/
    line-height: 2;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
    line-height: 1.8;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
    line-height: 45px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    line-height: 35px;
}
@media screen and (max-width:1450px) {
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact{
    padding: 160px 15px 15px;
  }
}
@media screen and (max-width:1250px) {
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact .more{
    zoom: 0.7
  }
}
@media screen and (max-width:1100px) {
  .inner-page .sidebar-box {
    display: block;
  }
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
 
}
@media screen and (max-width:1000px) {
.inner-page .sidebar-box .sidebar-right h1 {
    font-size: 22px;
}
}
@media (max-width: 500px) {
  .inner-page .sidebar-box .sidebar-right h1 {
    line-height: 1.6;
    text-align: center;
}

.inner-page .sidebar-box .sidebar-right .Auxil-catdes {
    display: none;
}
.inner-page .sidebar-box .sidebar-right h1 {
    margin-bottom: 30px;
}
.product-page .product-list ul li .text h2 {
    font-size: 17px;
    line-height: 2;
}
.product-page .product-list ul li .text h2 {
    font-size: 16px;
    line-height: 2;
}
}
/*product-page end*/


/*prodet-page*/


.prodet-page .prodet-1 {
  padding: 0;
}

.prodet-page .prodet-1 .left .big_img ul .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .left .big_img ul li {
  padding: 3px;
}

.prodet-page .prodet-1 .left .big_img ul li img {
  margin: auto;
  width: 100%;
  /*border-radius: 30px;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.prodet-page .prodet-1 .left .content {
  padding-left: 30px;
  color: #F6FFF8;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  color: var(--color);
  font-weight: 600;
}

.prodet-page .prodet-1 .left .content h1 {
  font-weight: bold;
  line-height: 1.2;
  color: black;
}

.prodet-page .prodet-1 .left .content .des {
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: #F6FFF8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
  color: #000000;
}

.prodet-page .prodet-2 ul.tab li a {
  display: block;
  color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
  background: #3a974a;
}

.prodet-page .prodet-2 ul.tab li.active a {
  color: #ffffff;
}

.prodet-page .left .prodet-2  .content {
  background: #F6FFF8;
  color: #000000;
  padding: 50px;
  font-size: 16px;
}

.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  font-size: 36px;
  font-weight: bold;
}

.prodet-page .prodet-3 form {
  margin-top: 30px;
}

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type="submit"] {
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

@media screen and (max-width:1000px) {
  .prodet-page .prodet-1 .left .big_img {
    width: 100%;
  }

  .prodet-page .prodet-1 .left .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width:700px) {
  .prodet-page .prodet-1 .left .content h1 {
    font-size: 25px;
  }
  .font-46{
    font-size: 20px;
  }
}
/*prodet-page end*/

/*history*/

.path-page .path-1 .left {
  width: 39%;
  padding: 0 8%;
}
.path-page .path-1 .right {
  width: 61%;
}
path-page {
  margin-top: -5.2%;
}
.path-page .path-2 .left {
  width: 61%;
}
.path-page .path-2 .left .list {
  padding: 0 0 0;
  background-color: #f8f8f8;
}
.path-page .path-2 .left .list li {
  position: relative;
  padding: 4% 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .left .list li span.h2 {
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 8%;
  left: 3%;
  line-height: 1;
  display: block;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .left .list li span.h6 {
  line-height: 1.2;
}
.path-page .path-2 .left .list .slick-current li {
  color: white;
  background-color: var(--color);
}
.path-page .path-2 .left .list .slick-current li span.h2 {
  color: rgba(110, 120, 245, 0.12);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.path-page .path-2 .left .list .slick-current li .text {
  color: inherit;
}
.path-page .path-2 .right {
  width: 39%;
  padding: 0 8% 0 4%;
}
.path-page .path-2 .right .year {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.2em;
  margin-top: 20%;
}
.path-page .path-2 .right .year span.txt {
  color: transparent;
  -webkit-text-stroke: 1px #cdd7df;
  line-height: 1;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-63%);
  -moz-transform: translateY(-63%);
  -ms-transform: translateY(-63%);
  transform: translateY(-63%);
}
.path-page .path-2 .right .year ul .slick-list {
  margin: 0 -2em;
  padding: 0 2em;
}
.path-page .path-2 .right .year li {
  width: auto !important;
  padding: 1em 0;
  position: relative;
  line-height: 1;
}
.path-page .path-2 .right .year li span {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  cursor: pointer;
  cursor: hand;
}
.path-page .path-2 .right .year li:before,
.path-page .path-2 .right .year li:after {
  content: '';
  width: 1px;
  height: 0;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.path-page .path-2 .right .year li:before {
  top: -0.9em;
}
.path-page .path-2 .right .year li:after {
  bottom: -0.9em;
}
.path-page .path-2 .right .year .slick-current li:before,
.path-page .path-2 .right .year .slick-current li:after {
  height: 1.2em;
}
.path-page .path-2 .right .year .slick-current span {
  -webkit-transform: scale(2.4);
  -moz-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  color: var(--color);
}
@media screen and (max-width: 1000px){
  .path-page .path-1 .left{
    margin-bottom: 30px;
  }
  .path-page .path-1{
    margin-bottom: 40px;
  }
  .path-page .path-2 .left .list li span.h6{
    font-size: 17px;
  }
}
@media screen and (max-width: 700px){
    .path-page .path-2 .right {
    display: none;
  }
  .path-page .path-2 .left {
    width: 100%;
  }

  .path-page .path-2 {
    margin-top: 0;
  }
}
/*history end*/
/*oem */

.oem-page .oem-1 {
  position: relative;
}
.oem-page .oem-1 img {
  width: 100%;
}
.oem-page .oem-1 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
  padding: 0 52px 17px;
}
.oem-page .oem-2 .title {
  text-align: right;
}
.oem-page .oem-2 .box .left {
  padding: 0 51px;
}
.oem-page .oem-3 {
  background: url(../images/oem_bg.jpg) no-repeat center top / cover;
}
.oem-page .oem-3 .title {
  text-align: center;
}
.oem-page .oem-3 li {
  height: 100%;
}
.oem-page .oem-3 .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
.oem-page .oem-3 .box .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.oem-page .oem-3 .box .text {
  padding: 20px;
  position: relative;
}
.oem-page .oem-3 .box .t1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.oem-page .oem-3 .box .t2 {
  position: absolute;
  bottom: 0;
  left: 40px;
  max-width: 70%;
  padding: 0 18px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/oem_tit_bg1.png) no-repeat left bottom / 20px, url(../images/oem_tit_bg2.png) no-repeat right bottom / 19px;
}
.oem-page .oem-3 .box .t2 p {
  border-radius: 20px 20px 0 0;
  padding: 20px 15px;
  background: #ffffff;
}
.oem-page .oem-3 .box:hover {
  background: #ffffff;
  border-radius: 20px;
}
.oem-page .oem-3 .box:hover .t1 {
  display: none;
}
.oem-page .oem-3 .box:hover .t2 {
  opacity: 1;
}
.oem-page .oem-4 .top {
  border-top: 1px solid #edeeef;
}
.oem-page .oem-4 .top .left .cont {
  line-height: 2;
  max-width: 500px;
}
.oem-page .oem-4 .top .decline {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  line-height: 48px;
  display: block;
}
.oem-page .oem-4 .top .decline:hover {
  background: var(--color);
}
.oem-page .oem-4 .bottom {
  border-bottom: 1px solid #edeeef;
}
.oem-page .oem-4 .bottom .left {
  width: 45%;
}
.oem-page .oem-4 .bottom .left .item,.oem-page .oem-4 .bottom .left .tit {
  padding: 25px 0;
  border-bottom: 1px solid #b6aeae;
  cursor: pointer;
}
.oem-page .oem-4 .bottom .left .item:last-child,.oem-page .oem-4 .bottom .left .tit:last-child {
  border: none;
}
.oem-page .oem-4 .bottom .left .item.active,
.oem-page .oem-4 .bottom .left .item:hover,.oem-page .oem-4 .bottom .left .tit:hover {
  color: var(--color);
}
.oem-page .oem-4 .bottom .right {
  width: 50%;
  position: relative;
}
.oem-page .oem-4 .bottom .right img {
  width: 100%;
}
.oem-page .oem-4 .bottom .right > img {
  opacity: 0;
}
.oem-page .oem-4 .bottom .right .item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
}
.oem-page .oem-4 .bottom .right .item.active {
  opacity: 1;
}
.oem-page .oem-5 {
  background: url(../images/oem_bg2.png) no-repeat center center / 100% 100%;
  margin-top: -20px;
}
.oem-page .oem-5 .title {
  text-align: right;
}
.oem-page .oem-5 .box .left {
  width: 57%;
}
.oem-page .oem-5 .box .right {
  width: 43%;
  padding-left: 75px;
}
.oem-page .oem-5 .box .right .item {
  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;
  margin-bottom: 30px;
}
.oem-page .oem-5 .box .right .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
}
.oem-page .oem-5 .box .right .item .text .t1 {
  margin-bottom: 8px;
}
.oem-page .oem-5 .box .right .item .img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.14);
  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;
}
.oem-page .oem-6 .left {
  background: var(--color);
  color: #ffffff;
  border-radius: 30px;
  width: 40%;
  padding: 85px 50px;
}
.oem-page .oem-6 .left .cont {
  line-height: 2;
}
.oem-page .oem-6 .right {
  width: 60%;
  padding-left: 12px;
  border-radius: 30px;
  overflow: hidden;
}
.oem-page .oem-6 .right img {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .oem-page .oem-6 .left {
    padding: 55px 30px;
  }
  .oem-page .oem-3 .box .font-20 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .oem-page .oem-1 .text {
    padding: 0 25px 17px;
  }
  .oem-page .oem-2 .box .left {
    padding: 0 30px;
  }
  .oem-page .oem-6 .left {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1250px) {
  .title.font-38 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .oem-page .oem-1 .text {
    padding: 0 0px 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .oem-page .oem-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .oem-page .oem-4 .top .left {
    width: 100%;
  }
  .oem-page .oem-4 .top .right {
    display: none;
  }
  .oem-page .oem-2 .title,
  .oem-page .oem-5 .title {
    text-align: center;
  }
  .oem-page .oem-5 .title {
    margin-bottom: 30px;
  }
  .oem-page .oem-2 .box .left {
    margin-bottom: 30px;
  }
  .oem-page .oem-5 .box .left {
    display: none;
  }
  .oem-page .oem-6 .left {
    padding: 30px 20px !important;
    margin-bottom: 30px;
  }
  .title.font-38 {
    font-size: 22px;
  }
  .oem-page .oem-4 .bottom .right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .oem-page .oem-1 .text {
    width: 53%;
    background: #f9f9f9;
    border-radius: 0 20px 20px 0;
  }
  .oem-page .oem-1 .text {
    padding: 20px 0px 10px 20px;
    left: 5px;
  }
  .title.font-38 {
    font-size: 20px;
  }
  .oem-page .oem-1 img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
  }
  .oem-page .oem-4 .bottom .left .item,.oem-page .oem-4 .bottom .left .tit {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  .oem-page .oem-1 .text {
    width: 100%;
  }
  .oem-page .oem-1 img {
    height: 300px;
  }
  .oem-page .oem-5 .box .right .item .text {
    padding-left: 20px;
  }
  .oem-page .oem-5 .box .right .item .img {
    zoom: 0.8;
  }
}

/*oem end*/

/*quality*/

.quality-page .quality-1 .img {
  position: relative;
}
.quality-page .quality-1 .img .lg {
  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%);
}
.quality-page .quality-2 .box .left {
  width: 55%;
}
.quality-page .quality-2 .box .left .cont {
  max-width: 760px;
}
.quality-page .quality-2 .box .right {
  width: 32%;
}
.quality-page .quality-2 .box .right img {
  width: 100%;
  border-radius: 10px;
}
.quality-page .quality-3 .item {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  background: #c4e3fe;
  border-radius: 30px;
  padding: 25px 50px 55px;
}
.quality-page .quality-3 .item:nth-child(2) {
  background: #72bbfd;
  top: 180px;
}
.quality-page .quality-3 .item:nth-child(3) {
  background: #3ca1fd;
  top: 270px;
}
.quality-page .quality-3 .item .box .left {
  width: 42%;
  line-height: 2;
}
.quality-page .quality-3 .item .box .right {
  width: 40%;
}
.quality-page .quality-3 .item .box .right img {
  width: 100%;
  border-radius: 10px;
}
.quality-page .quality-4 .top {
  border-top: 1px solid #edeeef;
}
.quality-page .quality-4 .bottom .left {
  width: 47%;
}
.quality-page .quality-4 .bottom .left img {
  width: 100%;
}
.quality-page .quality-4 .bottom .right {
  width: 48%;
}
.quality-page .quality-4 .bottom .right .cont {
  line-height: 2;
}
.quality-page .quality-4 .bottom .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.quality-page .quality-4 .bottom .right ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 24px;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 .img .lg {
    width: 80%;
  }
  .quality-page .quality-2 .box .left {
    margin-bottom: 30px;
  }
  .quality-page .quality-3 .item .box .right {
    margin-top: 30px;
  }
  .quality-page .quality-3 .item {
    padding: 25px 35px 40px;
  }
  .quality-page .quality-4 .bottom .left {
    display: none;
  }
  .quality-page .quality-4 .top br {
    display: none;
  }
  .faq-page .font-24{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .img .lg {
    width: 85%;
  }
  .quality-page .quality-3 .item .tit {
    font-size: 16px;
  }
  .quality-page .quality-3 .item:nth-child(2) {
    top: 140px;
  }
  .quality-page .quality-3 .item {
    padding: 20px 20px 30px;
  }

}

/*quality end*/