@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../SourceHanSansCN/SourceHanSansCN-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("../SourceHanSansCN/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GILROY-BOLD";
  src: url("../SourceHanSansCN/GILROY-BOLD.WOFF.TTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../SourceHanSansCN/SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../SourceHanSansCN/SourceHanSansCN-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1360px;
    padding: 0;
  }
}
.row {
  margin: 0;
}
body {
  padding-top: 90px !important;
}
.header {
  margin: 0 auto;
  height: 95px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box .nav-box .nav {
  justify-content: space-between;
}
.header .header-box .nav-box .nav .li-box {
  position: relative;
  line-height: 98px;
}
.header .header-box .nav-box .nav .li-box:hover > a {
  color: #00b51a;
}
.header .header-box .nav-box .nav .li-box a {
  font-size: 18px;
  padding: 0 20px;
  font-weight: bold;
}
.header .header-box .nav-box .nav .li-box:last-child > a {
  border-right: 3px solid #aaa;
}
.header .header-box .nav-box .nav .nav-child {
  position: absolute;
  display: none;
  width: 185px;
  overflow: hidden;
  transform: translateX(-50%);
  left: 50%;
  top: 85px;
  z-index: 9;
  text-align: center;
  padding-top: 10px !important;
}
.header .header-box .nav-box .nav .nav-child .tab {
  color: #fff;
  margin-bottom: 1.5px;
}
.header .header-box .nav-box .nav .nav-child .tab {
  line-height: 40px;
  height: 40px;
  background-color: rgba(11, 119, 26, 0.47);
}
.header .header-box .nav-box .nav .nav-child .tab a {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  padding: 0;
}
.header .header-box .nav-box .nav .nav-child .tab:hover {
  background-color: #0b771a;
}
.header .header-box .nav-box .nav {
  position: relative;
}
.header .header-box .nav-box .nav .bor {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #00b51a;
}
.header .header-box .input-box {
  margin: 0 20px;
}
.header .header-box .language .img {
  margin-right: 10px;
}
.header .header-box .language a {
  color: #888;
  font-family: "GILROY-BOLD";
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.header .header-box .language a:hover {
  color: #00b51a !important;
  font-weight: bold;
  opacity: 1;
}
.header .header-box .language span {
  font-size: 16px;
  padding: 0 3px;
  font-weight: bold;
  color: #888;
}
.header .header-input-box {
  position: relative;
  padding: 0 20px;
  margin: 0 !important;
  border-left: 2px solid #ddd;
}
.header .header-input {
  position: absolute;
  top: 150%;
  right: 0;
}
.header .header-input input {
  width: 0;
  outline: none;
  border: 0px solid transparent;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  transition: all 0.5s;
}
.header .input-btn {
  cursor: pointer;
}
.header .header-input.active input {
  border: 1px solid #ddd;
  padding: 0 10px;
  width: 250px;
}
.footer .footer-top {
  background-color: #363636;
  padding: 45px 0 80px;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 1em;
}
.footer .footer-top .top-con {
  padding: 10px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 15px;
}
.footer .footer-top .top-con .top {
  width: 100%;
}
.footer .footer-top .top-con li {
  width: 15%;
}
.footer .footer-top .top-con li a {
  color: #fff;
  font-size: 16px;
}
.footer .footer-top .top-con li a:hover {
  color: #00b019;
  font-weight: bold;
}
.footer .footer-top .top-con .phone {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #06cb67;
}
.footer .footer-top .top-con .phone img {
  margin-right: 5px;
}
.footer .footer-top .top-bot .top-bot-row {
  width: 100%;
}
.footer .footer-top .top-bot ul {
  width: 15%;
}
.footer .footer-top .top-bot li {
  margin-bottom: 3px;
}
.footer .footer-top .top-bot li a {
  white-space: nowrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-top .top-bot li a:hover {
  color: #00b019;
  font-weight: bold;
}
.footer .footer-top .top-bot .right p {
  text-align: end;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.footer .footer-top .top-bot .right .ewm {
  margin-left: 10px;
}
.footer .footer-top .top-bot .right .ewm p {
  padding: 5px 0;
  text-align: center;
}
.footer .footer-top .top-bot .right .ewm-box {
  margin-top: 35px;
  justify-content: flex-end;
}
.footer .footer-bot {
  padding: 24px 0;
  justify-content: space-between;
  border-top: 1px solid #555;
  background: #326b4a;
}
.footer .footer-bot p {
  display: inline-block;
  font-size: 14px;
  color: #a6c0b1;
}
.footer .footer-bot p:hover {
  color: #fff;
}
.footer .footer-bot a {
  padding: 0 5px;
  display: inline-block;
  font-size: 14px;
  color: #a6c0b1;
}
.footer .footer-bot a:hover {
  color: #fff;
}
.footer .footer-bot .right p {
  cursor: pointer;
  margin-left: 10px;
}
.padd-80 {
  padding: 80px 0 120px;
}
.padd-100 {
  padding: 100px 0 105px;
}
.padd-120 {
  padding: 120px 0 110px;
}
.index-swiper .s-img {
  display: none !important;
}
.index-swiper .swiper-slide-active .s-inner .swiper-text {
  padding-left: 0%;
}
.index-swiper .s-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.index-swiper .s-inner .swiper-text {
  padding-left: 10%;
  transition: all 1s;
}
.index-swiper .s-inner p {
  margin: 15px 0;
  font-size: 24px;
  color: white;
}
.index-swiper .s-inner h2 {
  margin-bottom: 5px;
  font-size: 70px;
  color: #fff;
  font-weight: bolder;
  font-family: "GILROY-BOLD";

}
.index-swiper .s-inner h4 {
  margin: 0;
  font-size: 38px;
  color: #05c821;

  font-family: "GILROY-BOLD";
}
.index-swiper .s-inner .img {
  margin: 10px 30px 0 -20px;
}
.index-swiper .swiper-img img,
.index-swiper .swiper-img video {
  width: 100%;
aspect-ratio: 1874 / 704;
}
.index-swiper .swiper-slide {
  position: relative;
}
.index-swiper .swiper-pagination {
  position: absolute;
  bottom: 10%;
  left: 12%;
  width: auto;
}
.index-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 3px solid #fff;
}
@media screen and (max-width: 1480px) {
	.header .header-box .nav-box .nav .li-box a {
    		font-size: 18px;
    		padding: 0 15px;
   		font-weight: bold;
	}
}

.hzp3 .des-con .des-text {
    width: calc(100% - 125px);
}

.hzp5 .text p {
    font-size: 16px;
    color: #535353;
    font-weight: bold;
    line-height: 1.5em;
    height: 3em;
}

.honor3 .text p {
    height: 3em;
    line-height: 1.5em;
}


html .kefu-img {
    position: absolute;
    width: 300px;
    bottom: 0;
    right: 100%;
    display: none;
    height: 100%;
}
html .kefu-img img{
height: 100%;
}
html  .fzx {
    position: initial;
}
html  .fly .fly-form {
     padding: 15px;
    position: absolute;
    right: 10%;
    top: 0;
    transform: none;
    width: 360px;
height: 100%;
}
html  .fly {
    position: initial;
}
html  .fly .form textarea {
    margin-bottom: 0px;
    width: 100%;
    border: none;
    line-height: 1.5em;
    padding: 10px;
    background-color: #f0f5f1;
    outline: none;
    font-size: 12px;
}
html  .fly .form input {
    margin-bottom: 5px;
    width: 100%;
    border: none;
    line-height: 50px;
    padding: 0 10px;
    background-color: #f0f5f1;
    outline: none;
    font-size: 12px;
}

html .sq-mask{
display: none !important;
}

@media screen and (max-width: 1280px) {
  html {
    width: 1280px;
    max-width: 1280px;
  }
}
.title-box {
  margin-bottom: 20px;
  position: relative;
}
.title-box .title {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.title-box .title h2 {
  z-index: -1;
  text-transform: uppercase;
  position: relative;
  font-size: 170px;
  font-weight: 100 !important;
  color: #333333;
  line-height: 1em;
  background-image: -webkit-linear-gradient(top, #9eedc7, #e3ece8, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  font-family: "GILROY-BOLD";
}
.title-box .title h3 {
  margin-top: -90px;
  font-size: 30px;
  color: #008240;
  font-weight: bold;
}

.title-box .title-des p {
  line-height: 1.65;
  text-align: center;
  font-size: 14px;
  color: #6b7b7e;
}

.index-product .tab-btn {
  margin: 0 7px;
  width: 100px;
  line-height: 48px;
  border: 0.5px #ccc solid;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.index-product .swiper-box-tab {
  overflow: hidden;
}
.index-product .tab-btn:hover {
  background-color: #68caa7;
  color: #fff;
}
.index-product .tab-btn.active {
  background-color: #68caa7;
  color: #fff;
}
.index-product .txt-img {
  opacity: 0;
  transition: all 0.35s;
  margin-left: 5%;
}
.index-product .swiper-box {
  padding: 0px;
  position: relative;
}
.index-product .swiper-box .row {
  flex-wrap: nowrap;
}
.index-product .swiper-con {
  position: absolute;
  top: 100px;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}
.index-product .swiper-con.active {
  position: relative;
  top: 0px;
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
}
.index-product .swiper-slide {
  padding: 30px 15px;
  perspective: 800px;
  perspective-origin: center;
}
.index-product .pro-link {
  display: block;
  background-color: #efefef;
  transform-style: preserve-3d;
  transition-duration: 0.5s;
}
.index-product .swiper-text {
  background-color: #b4d3c8;
  border-radius: 5px;
  padding: 22px;
}
.index-product .swiper-text p {
  font-size: 18px;
}
.index-product .swiper-img {
  text-align: center;
  padding: 20px;
}
.index-product .swiper-slide-prev .pro-link {
  transform-style: preserve-3d;
  transform: rotateY(22deg);
}
.index-product .swiper-slide-next .pro-link {
  transform: rotateY(-22deg);
}
.index-product .swiper-slide.swiper-slide-active .swiper-text {
  background-color: #0028b6;
}
.index-product .swiper-slide.swiper-slide-active .txt-img {
  opacity: 1;
}
.index-product .swiper-slide.swiper-slide-active p {
  color: #fff;
  transition: all 0.25s;
}
.index-product .swiper-slide.swiper-slide-active .pro-link {
  transition-duration: 0s;
}
.index-product .swiper-slide.stop .swiper-text {
  background-color: #b4d3c8;
  border-radius: 5px;
  padding: 22px;
}
.index-product .swiper-slide.stop .swiper-text p {
  font-size: 18px;
  color: #000;
}
.index-product .swiper-slide.stop .txt-img {
  opacity: 1;
}
.index-product .swiper-slide.stop p {
  color: #fff;
  transition: all 0.25s;
}
.index-product .swiper-slide.stop .pro-link {
  transition-duration: 0s;
}
.index-product .swiper-slide.active .pro-link {
  transition-duration: 0s;
}
.index-product .swiper-slide.active .swiper-text {
  background-color: #0028b6;
}
.index-product .swiper-slide.active .txt-img {
  opacity: 1;
}
.index-product .swiper-slide.active p {
  transition: all 1;
  color: #fff !important;
}
.index-product .swiper-button-next {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/s_jt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -70px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.index-product .swiper-button-next:hover {
  opacity: 1;
}
.index-product .swiper-button-next::after {
  display: none;
}
.index-product .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/s_jt.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -70px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.index-product .swiper-button-prev:hover {
  opacity: 1;
}
.index-product .swiper-button-prev::after {
  display: none;
}
.index-about {
  position: relative;
}
.index-about .video-play {
  position: relative;
}
.index-about .video-play video,
.index-about .video-play img {
  width: 100%;
}
.index-about .play-btn {
  position: absolute;
}
.index-about .about-des {
  padding: 50px 48px;
  background-color: #0028b6;
  position: relative;
}
.index-about .about-des .left-t {
  position: absolute;
  display: inline-block;
  right: -45px;
  top: -30px;
  font-size: 36px;
  font-weight: bold;
  font-family: "GILROY-BOLD";
  color: #fff;
}
.index-about .about-des p {
  font-size: 16px;
  color: #b5bdd8;
  margin-bottom: 15px;
  line-height: 1.65em;
}
.index-about .about-des h2 {
  font-size: 47px;
  margin-bottom: 0;
  color: #fff;
}
.index-about .about-des h3 {
  font-weight: bold;
  margin: 5px 0 15px;

  font-size: 25px;
  color: #00b51a;
}
.index-about .more-b a {
  display: inline-block;
  border: 1px solid #00b51a;
  color: #00b51a;
  line-height: 30px;
  font-size: 14px;
  padding: 0 25px;
  font-weight: bold;
  border-radius: 5px;
}
.index-about .more-b a:hover {
  color: #fff;
  background-color: #00b51a;
  font-weight: bold;
}
.v-mask.active {
  display: block;
}
.v-mask {
  z-index: 4;
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-close {
  cursor: pointer;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -40px;
    right: -44px;
    transition: all 0.5s;
    color: #00b51a;
}
.video-close:hover {
  color: #00b51a;
  transform: rotate(360deg);
}
.video video {
    width: 100%;
}
.index-about.active {
  position: relative;
  z-index: 4;
}
.index-about.active .video {
  position: relative;
}
.index-about.active .video-mask {
  display: flex;
}
.video-mask {
  display: none;
  z-index: 5;
  transition: all 0.6s;
  position: fixed;
  width: 100%;
  transform: translateY(-50%);
    top: 58%;
  justify-content: center;
}
.video-mask .video {
  position: relative;
  width: 60%;
}
.video-mask video {
  width: 100%;
}
.num-box {
  padding: 45px 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.num-box .num-top .img {
  width: 65px;
  text-align: center;
}
.num-box .num-top .num {
  padding: 0 3px;
  font-size: 48px;
  color: #fff;
  line-height: 1em;
  position: relative;
}

.num-box .num-top .numCon {
    position: relative;
}

.num-box .num-top .numCon span {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    color: #fff;
    right: -10px;
    top: 9px;
    font-size: 30px;
    line-height: 0;
}
.num-box .num-top .num::after {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  content: '+';
  color: #fff;
  right: -10px;
  top: 9px;
  font-size: 30px;
  line-height: 0;
}
.num-box .num-top p {
  margin: auto 0 5px 0;
  margin-top: auto;
  font-size: 18px;
  color: #fff;
  opacity: 1;
}
.num-box .num-con:nth-child(3) .num::after {
  display: none;
}
.num-box .num-con:nth-child(4) .num::after {
  display: none;
}
.num-box p {
  margin-top: 5px;
  margin-left: 65px;
  opacity: 0.6;
  font-size: 18px;
  margin-top: auto;
  color: #fff;
}
.fwn {
  flex-wrap: nowrap;
}
.index-yf .wid3 {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-yf .wid-con {
  position: relative;
  overflow: hidden;
}
.index-yf .img-des {
  width: 100%;
  padding: 30px 35px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.index-yf p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}
.index-yf .num {
  display: inline-block;
  position: relative;
  line-height: 1.1em;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 40px blue;
}

.index-yf .num-con {
    position: relative;
display: inline-block;
}

.index-yf .num-con span {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    color: #fff;
    right: -10px;
    top: 9px;
    font-size: 46px;
    line-height: 0;
}
.index-yf .wid3:not(:first-child) .wid-con {
  height: 48%;
}
.index-yf .wid3:not(:first-child) .img-box {
  overflow: hidden;
}
.index-yf .wid3:not(:first-child) .img-box img {
  height: 100%;
}
.index-yf .wid3:nth-child(2) .num:first-child:after {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  content: '+';
  color: #fff;
  right: -10px;
  top: 25px;
  font-size: 50px;
  line-height: 0;
  font-weight: 100;
}
.index-yf .wid3:nth-child(1) .num::after {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  content: '+';
  color: #fff;
  right: -10px;
  top: 25px;
  font-size: 50px;
  line-height: 0;
  font-weight: 100;
}
.index-yf .img-des {
  background-image: url(../images/t_bg_03.png);
}
.index-yf .yf-box {
  margin-top: 50px;
}
.index-news .text {
  padding: 25px;
  background-color: #eee;
}
.index-news .text p {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.65em;
  height: 3.3em;
}
.index-news .text h3 {
  margin: 8px 0 10px;
  font-size: 20px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.65em;
   height: 3.3em;
}
.index-news .text .time {
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.index-news .wid3 {
  width: 32%;
  margin: 40px 2% 0 0;
}
.index-news .wid3:last-child{
margin: 40px 0;
}
.index-news .wid3:not(:last-child):hover h3 {
  font-weight: bolder;
}
.index-news .wid3:not(:last-child):hover .time {
  color: #00b019;
}
.index-news .wid3:not(:last-child):hover:hover .text {
  background-image: url(../images/news_bg.png);
}
.index-news .wid3:not(:last-child):hover:hover .text h3 {
  color: #fff;
  font-weight: bolder;
}
.index-news .wid3:not(:last-child):hover:hover .text .time,
.index-news .wid3:not(:last-child):hover:hover .text p {
  color: #fff;
}
.index-news .text-box {
  flex-direction: column;
  height: 100%;
}
.index-news .text-box .text {
  max-height: 31%;
  margin-bottom: 2.35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-news .text-box .text:hover {
  background-image: url(../images/news_bg.png);
}
.index-news .text-box .text:hover h3 {
  color: #fff;
  font-weight: bolder;
}
.index-news .text-box .text:hover .time {
  color: #fff;
}
.index-news .text-box .text:last-child {
  margin-bottom: 0;
}
.index-honor .swiper-slide {
  transform: skew(-15deg, 0deg);
}
.index-honor .swiper-slide-con {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.index-honor .swiper-slide-con .swiper-img {
  width: 100%;
  height: 100%;
  background: #0028b6;
  opacity: 0.45;
  transition: all 0.65s;
}
.index-honor .swiper-slide-con .s-inner {
  position: absolute;
  transform: translate(-50%, -50%) skew(15deg, 0deg);
  top: 50%;
  left: 50%;
  text-align: center;
}
.index-honor .swiper-slide-con .s-inner p {
  font-size: 20px;
  color: #fff;
}
.index-honor .swiper-slide-con .s-inner h3 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
}
.index-honor .swiper-slide-active .swiper-img {
  opacity: 0;
}
.banner .banner-img {
  position: relative;
}
.banner .banner-img > img {
  width: 100%;
}
.banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.banner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;

  font-family: "GILROY-BOLD";
}
.banner h4 {

  font-size: 26px;
  font-weight: bold;
  color: #08cb24;
}
.zs-box .zs-con {
  position: absolute;
}
.zs-box .zs-con .zs-img {
  height: 100%;
}
.zs-box .zs-con img {
  height: 100%;
  width: auto;
}
.zs-box .zs1 {
  left: 21%;
  bottom: 47%;
}
.zs-box .zs2 {
  left: 37%;
  bottom: 29%;
}
.zs-box .zs3 {
  left: 30%;
  bottom: 17%;
  z-index: 3;
}
.zs-box .zs4 {
  left: 47%;
  bottom: 14%;
  z-index: 4;
}
.ry .banner-text .text {
  margin-top: -7%;
}
.ry .banner-text .text h4,
.ry .banner-text .text h3 {
  min-width: 610px;
}
.ry .ry-box .zs2 {
  transform: scale(0.95);
}
.ry .ry-box .zs3 {
  transform: scale(0.95);
}
.ry .ry-box .zs4 {
  transform: scale(0.85);
}
.zs-box.ry-box .zs-con {
  margin-left: -1%;
}
.banner.banner-left .banner-text {
  text-align: end;
}
.about h2 {
  text-align: end;
}
.about1 .video {
  margin-top: 40px;
}
.about-com h5 {

  font-size: 16px;
  color: #00b51a;
  font-weight: bold;
}
.about-com h2 {
  margin: 10px 0 30px;
  font-size: 45px;
}
.about-com h3 {
  font-weight: bold;
  margin: 5px 0;
  font-size: 30px;
}
.about-com p {
  color: #868686;
}
.about-com h4 {
  font-size: 30px;
  margin: 5px 0;
  color: #000;
}
.row .wid2 {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.row .wid2:nth-child(2n) {
  margin-right: 0%;
}
.about2 {
  background-color: #f0f2f2;
}
.about2 .about2-row {
  margin-top: 65px;
}
.about2 .wid2 {
  padding: 30px 50px;
  background-color: #fff;
}
.about2 .wid2 .img {
  width: 110px;
}
.about2 .wid2 .text {
  padding-left: 45px;
  border-left: 2px solid #eee;
}
.about2 .wid2 .text p {
  width: 100%;
  font-size: 16px;
  color: #868686;
  line-height: 1.35em;
  font-weight: bold;
}
.about3 {
  background-color: #fff;
}
.about3 .about-swiper {
  margin-top: 80px;
  height: 1000px;
  overflow: hidden;
}
.about3 .swiper-slide {
  display: flex;
}
.about3 .swiper-slide:last-child {
  position: relative;
}
.about3 .swiper-slide:last-child .last-slide {
  position: absolute;
  right: -16.5%;
  bottom: 0;
}
.about3 .swiper-slide:last-child .last-text {
  color: #00b51a;
  font-size: 40px;
}
.about3 .swiper-slide:last-child h3 {
  opacity: 1;
}
.about3 .swiper-slide:last-child .ab-inner {
  opacity: 1 !important;
}
.about3 .swiper-left {
  width: 600px;
  position: relative;
}
.about3 .swiper-left h3 {
  color: #00b51a;
  font-size: 111px;
  font-family: "GILROY-BOLD";
}
.about3 .swiper-left .swiper-left-t {
  height: 100%;
}
.about3 .swiper-left .swiper-left-t::after {
  content: url(../images/sjx_03.png);
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.about3 .swiper-left .swiper-left-t::before {
  content: url(../images/sj_03.png);
  display: block;
  width: 49px;
  height: 48px;
  position: absolute;
  right: -13px;
  top: 0;
  background: #fff;
  z-index: 2;
}
.about3 .swiper-slide .swiper-left-t::before {
  content: url(../images/jsj_03.png);
  text-align: center;
}
.about3 .swiper-slide h3 {
  opacity: 0.2;
}
.about3 .swiper-slide .ab-inner:first-child {
  opacity: 1;
}
.about3 .swiper-slide .ab-inner:nth-last-child(2) {
  opacity: 0.5;
}
.about3 .swiper-slide .ab-inner:last-child {
  opacity: 0.3;
}
.about3 .swiper-slide.swiper-slide-active .swiper-left-t::before {
  content: url(../images/sj_03.png);
}
.about3 .swiper-slide.swiper-slide-active .ab-inner:last-child {
  opacity: 1;
}
.about3 .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
}
.about3 .swiper-right {
  width: 760px;
}
.about3 .swiper-right-t {
  border-radius: 5px;
  padding: 60px;
  margin-left: 60px;
  background-color: #eef9f6;
}
.about3 .swiper-right-t .ab-inner {
  margin-bottom: 20px;
}
.about3 .swiper-right-t h4 {
  font-size: 26px;
  color: #00b51a;
  font-weight: bold;
}
.about3 .swiper-right-t p {
  padding-left: 20px;
  position: relative;
}
.about3 .swiper-right-t p::before {
  content: '';
  position: absolute;
  background-color: #000;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 40%;
  left: 10px;
}
.honor1 .honor1-com h4 {
  margin: 30px 0;
  font-size: 30px;
  font-weight: bold;
}
.honor1 .swiper .swiper-img {
  display: inline-block;
  padding: 12px 8px;
  border: 4px solid #ddd;
}
.honor1 .swiper .swiper-text p {
  padding: 10px 0;
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.float-right {
  position: fixed;
  top: 30%;
  right: 5px;
  z-index: 999;
}
.float-right .float-con {
  position: relative;
}
.float-right .float-con .close-float {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 28px;
  color: #333;
  transition: all 0.3s;
}
.float-right .float-con .close-float:hover {
  transform: scale(1.25);
  color: #0028b6;
  font-weight: bold;
}
.float-right li {
  text-align: center;
  padding: 2px;
  margin-bottom: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.float-right p {
  font-size: 14px;
  padding: 0px 0 5px;
}
.float-right a {
  border-radius: 3px;
  padding: 3px;
  display: block;
  background-color: #eee;
  width: 110px;
}
.float-right li:hover a {
  background-color: #00b51a;
}
.float-right li:hover p {
  color: #fff;
}
.float-right .f-img {
  line-height: 65px;
}
.float-right .f-back .f-img {
  line-height: 40px;
}
.banner.honor2 h4 {
  font-size: 36px;
  display: inline-block;
  min-width: 550px !important;
  font-weight: bold;
  color: #0028b6;
width: 550px ;

}
.banner.honor2 .text {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: start;
}
.banner.honor2 h3 {
min-width: 550px !important;
  font-weight: bold;
  display: inline-block;

  font-size: 28px;
  line-height: 1.15em;
  color: #08cb24;
  font-family: "GILROY-BOLD";
}
.banner.honor2.st .text h3 {
  margin-right: -1%;
  line-height: 1.05em;
  font-size: 32px;
  min-width: 600px;
}
.banner.honor2.st .text h4 {
  margin-right: -1%;
  min-width: 600px;
}
.honor3 .text {
  background-color: #d6d6d6;
  margin-top: 5px;
  padding: 30px 24px;
}
.honor3 .text p {
  font-size: 16px;
  color: #535353;
  font-weight: bold;
}
.honor3 .wid3:hover .text {
  background-image: url(../images/h2_bg_07.png);
}
.honor3 .img {
  padding: 65px;
  background-color: #e7eaeb;
}
.honor3 .wid3 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.honor3 .wid3:nth-child(3n) {
  margin-right: 0%;
}
.honor3 .honor3 .img-con {
  padding: 10px;
  background: #fff;
}
.honor3 .about-com {
  margin-bottom: 30px;
}
.honor3 .about-com h4 {
  font-weight: bold;
  color: #000;
}
.demo .layui-laypage-prev {
  border: 1px solid #fff !important;
  transform: rotate(180deg);
}
.demo .layui-laypage-prev:hover {
  font-weight: bolder;
  border: 1px solid #00b51a !important;
  color: #00b51a;
}
.demo .layui-laypage-next {
  border: 1px solid #fff !important;
}
.demo .layui-laypage-next:hover {
  color: #00b51a;
  border: 1px solid #00b51a !important;
  font-weight: bolder;
}
.demo .layui-laypage a,
.demo .layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin: 0 3px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 50% !important;
  overflow: hidden;
  text-align: center;
}
.demo .layui-laypage a:hover,
.demo .layui-laypage span:hover {
  color: #000;
  background-color: #00b51a;
  border: 1px solid #00b51a !important;
  font-weight: bolder;
}
.demo #productDemo {
  text-align: end;
}
.patent1 {
  padding: 80px 0 30px;
}
.patent1 .left {
  width: 340px;
}
.patent1 .right {
  width: calc(100% - 380px);
  position: relative;
}
.patent1 .right::after {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  font-weight: bold;
  content: '170+';
  color: #000;
  right: -10px;
  top: 0%;
  font-size: 130px;
  opacity: 0.05;
  transform: translateY(-50%);
}
.patent1 .num-con {
  text-align: center;
}
.patent1 .num-con .num-top {
  flex-wrap: nowrap;
  align-items: center;
  height: 130px;
  width: 180px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/h_bg03.png);
  justify-content: center;
}
.patent1 .num-con .num-top .num {
  font-size: 60px;
  color: #00b51a;
  text-align: center;
  font-weight: bold;
}
.patent1 .num-con .num-top .num::after {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  content: '+';
  color: #00b51a;
  right: -10px;
  top: 10px;
  font-size: 30px;
  line-height: 0;
}
.patent1 .num-con .num-top p {
  margin: auto 0 40px 0;
}
.patent1 .num-con p {
  font-size: 16px;
  color: #868686;
  margin: 0;
}
.patent3.honor3 .wid4 {
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 2%;
}
.patent3.honor3 .wid4:hover .text {
  background-image: url(../images/h2_bg_07.png);
}
.patent3.honor3 .wid4:nth-child(4n) {
  margin-right: 0%;
}
.patent3.honor3 .img {
  padding: 16px;
  background-color: #e7eaeb;
}
.patent3.honor3 .patent3-change a {
  margin: 0 8px 40px;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #e7eaeb;
  line-height: 45px;
  padding: 0 20px;
  color: #868686;
  border-radius: 8px;
}
.patent3.honor3 .patent3-change a.active {
  background-color: #0055a6;
  color: #fff;
}
.patent3.honor3 .patent3-change a:hover {
  background-color: #0055a6;
  color: #fff;
}
.strength.patent1 .left {
  width: 400px;
}
.strength.patent1 .right {
  width: calc(100% - 460px);
  position: relative;
}
.strength.patent1 .st-con {
  margin-top: 20px;
  width: 100%;
  padding: 50px 40px;
  background-image: url(../images/oooo.png);
  position: relative;
}
.strength.patent1 .st-con::after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 107px;
  left: 0;
  content: '';
  background-color: #dedede;
}
.strength.patent1 .st-con .st-des {
  position: relative;
  z-index: 2;
}
.strength.patent1 .st-con .des-con:last-child::after {
  display: none;
}
.strength.patent1 .st-con .des-con {
  width: 20%;
  position: relative;
}
.strength.patent1 .st-con .des-con::after {
  position: absolute;
  width: auto;
  height: auto;
  top: 46.5px;
  right: -10px;
  content: url(../images/lsjt.png);
}
.strength.patent1 .st-con .des-con .des-text {
  max-width: 170px;
  margin: 0 auto;
}
.strength.patent1 .st-con .des-con .img {
  text-align: center;
  line-height: 120px;
}
.strength.patent1 .st-con .des-con h4 {
  margin: 18px 0 10px;
  color: #003a9a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.strength.patent1 .st-con .des-con p {
  color: #003a9a;
  font-size: 14px;
  font-weight: bold;
}
.strength.patent1 .st-ul {
  margin-top: 40px;
}
.strength.patent1 .st-ul .xuhao {
  font-size: 60px;
  font-weight: bold;
  color: #00b019;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "GILROY-BOLD";
}
.strength.patent1 .st-ul .text {
  max-width: 300px;
}
.strength.patent1 .st-ul .text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0055a6;
}
.strength.patent1 .st-ul .text p {
  font-size: 14px;
  color: #0055a6;
  font-weight: bold;
}
.strength.patent1 .st-ul .wid3 {
  position: relative;
  background-color: #def2f2;
  min-height: 325px;
  padding: 30px;
  width: 32%;
  margin-right: 2%;
}
.strength.patent1 .st-ul .wid3:nth-child(3n) {
  margin-right: 0%;
}
.st2 .num-con {
  border-bottom: 1px solid #eee;
  padding: 25px 0 25px;
}
.st2 .num-con:nth-child(-n+4) {
  border-top: 1px solid #eee;
}
.st2 .num-box .num-top .num {
  font-family: "GILROY-BOLD";
}
.st2 .num-box .num-top .numCon span{
color: #00b51a;
    right: -9px;
    top: 3px;
    font-size: 30px;
}
.st2 .num-box .num-top .num,
.st2 .num-box .num-top p {
  color: #00b51a;
  font-weight: bold;
}
.st2 .num-box .num-top .num::after {
  color: #00b51a;
  right: -10px;
  top: 5px;
}
.st2 .num-box .num-con:nth-child(n+3) .num-top .num::after {
  display: none;
}
.st2 .num-box p {
  color: #333;
  opacity: 0.6;
}
.st2 .st-com .left {
  width: 32%;
  background-color: #ececec;
  align-items: flex-end;
}
.st2 .st-com .right {
  background-color: #ececec;
  width: 66%;
  padding: 60px;
}
.st2 .st-com .right h2 {
  font-size: 36px;
}
.st2 .st-com .right p {
  font-size: 16px;
  color: #868686;
}
.st2 .st-com .right .r-text::before {
  content: '';
  margin: 15px 0;
  display: inline-block;
  width: 45px;
  height: 4px;
  background-color: #00b51a;
}
.st-team {
  padding: 40px 0 100px;
}
.st-team .row {
  background-color: #f4f6f9;
}
.st-team .left {
    padding: 60px 0 60px 60px;
    width: 45%;
    flex: none;
    max-width: max-content;
}
.st-team .left .text::before {
  content: '';
  margin: 15px 0;
  display: inline-block;
  width: 45px;
  height: 4px;
  background-color: #00b51a;
}
.st-team .right {
    text-align: end;
    width: 55%;
    flex: none;
margin-left: auto;
}
.st-row-com.st-row-com1 {
  background-color: #f0f2f2;
}
.st-row-com.st-row-com1 h2 {
  margin-bottom: 15px;
}
.st-row-com .img {
  width: 60%;
}
.st-row-com .text {
  width: 35%;
}
.st-row-com .about-com h3 {
  font-weight: bold;
  font-size: 26px;
}
.st-row-com .about-com p {
  margin-top: 15px;
}
.st-row-com.st-row-com2 .re1 {
  margin-top: 20px;
  text-align: center;
}
.st-sc .img {
  height: 100px;
}
.st-sc .text {
  padding-top: 6px;
}
.st-sc li {
  width: 13%;
  margin-bottom: 35px;
  text-align: center;
}
.st-sc li p {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 1.5em;
}
.st-sc li:nth-child(n+15) {
  display: none;
}
#sc.active li:nth-child(n+15) {
  display: block;
}
#sc.active .more-box {
  display: none;
}
.more-box {
  text-align: center;
}
.more-box .moreA {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: inline-block;
  padding: 0 23px;
  line-height: 50px;
  font-size: 16px;
}
.more-box .moreA:hover {
  background-color: #0055a6;
  color: #fff;
}
.product {
  background-color: #f0f2f2;
}
.product .pro-slect {
  width: 215px;
}
.product .ul-s li {
  margin-bottom: 6px;
}
.product .ul-s a {
  border-radius: 8px;
  border: 1px solid #ccc;
  display: block;
  padding: 0 10px;
  line-height: 45px;
}
.product .ul-s a:hover {
  background-color: #00b019;
  color: #fff;
}
.product .sq-a {
  margin-bottom: 6px;
}
.product .sq-a a {
  border: 1px solid #00b51a;
  display: block;
  padding: 0 10px;
  line-height: 45px;
  color: #00b51a;
  border-radius: 8px;
  text-align: center;
}
.product .sq-a a {
  color: #fff;
  background-color: #00b51a;
}
.product .dz-a {
  margin-bottom: 6px;
}
.product .dz-a a {
  border: 1px solid #ccc;
  display: block;
  padding: 0 10px;
  border: 1px solid #0055a6;
  color: #0055a6;
  border-radius: 6px;
  line-height: 45px;
  text-align: center;
}
.product .dz-a a {
  color: #fff;
  background-color: #0055a6;
}
.product .pro-show {
  width: calc(100% - 290px);
}
.product .wid3 {
  background-color: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.product .wid3:nth-child(3n) {
  margin-right: 0%;
}
.product .img-con {
  line-height: 300px;
}
.product .text {
  padding: 30px 20px;
}
.product .text h4 {
  font-weight: bold;
  font-size: 20px;
}
.product .text p {
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.product .text .jt {
  transition: all 0.6s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  opacity: 0.4;
}
.product .wid3:hover h4 {
  color: #0055a6 !important;
}
.product .wid3:hover .jt {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  opacity: 1;
}
.pdt-l-t {
  top: 100px;
  right: 20px;
  position: absolute;
  padding: 25px;
  background-color: #f5f5f5;
  border-radius: 8px;
  align-self: start;
}
.pdt-l-t dt h3 {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 4px solid #00b51a;
  font-size: 24px;
  font-weight: bold;
}
.pdt1 {
  position: relative;
}
.pdt1 .swiper-button-next {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/s_jt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 40px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.pdt1 .swiper-button-next:hover {
  opacity: 1;
}
.pdt1 .swiper-button-next::after {
  display: none;
}
.pdt1 .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/s_jt.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 40px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.pdt1 .swiper-button-prev:hover {
  opacity: 1;
}
.pdt1 .swiper-button-prev::after {
  display: none;
}
.pdt1 .swiper-img {
  padding: 40px;
  text-align: center;
}
.pdt1 .swiper-img img {
  width: auto;
}
.pdt1 .pdt1-swiper {
  width: 60%;
  background-color: #efefef;
}
.pdt1 .pdt1-des {
  width: 36%;
  background-color: #efefef;
  padding: 30px 35px;
  margin-right: 2%;
}
.pdt1 .pdt1-des h3 {
  font-size: 36px;
}
.pdt1 .pdt1-des p {
  line-height: 1.5em;
  font-size: 18px;
  color: #717171;
}
.pdt1 .pdt1-des p span {
  display: block;
  color: #00b51a;
  text-transform: none;
  margin-bottom: 5px;
}
.pdt1 .pdt1-des ul {
  display: flex;
  flex-wrap: wrap;
}
.pdt1 .pdt1-des ul li {
  padding: 5px 0;
  min-width: 50%;
  border-top: 1px solid #ddd;
}
.pdt1 .pdt1-box {
  padding: 100px 0 0;
}
.pdt1 .pdt1-box .more-box {
  text-align: start;
}
@media (max-width: 1800px) {
  .pdt1 .pdt1-swiper {
    width: 62%;
    background-color: #efefef;
  }
  .pdt1 .pdt1-des {
    width: 25%;
    background-color: #efefef;
    padding: 20px 30px;
    margin-right: 10%;
  }
  .pdt1 .pdt-l-t {
    right: 40px;
    position: absolute;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
}
@media (max-width: 1600px) {
  .pdt1 .pdt1-swiper {
    width: 55%;
    background-color: #efefef;
  }
  .pdt1 .pdt1-des {
    width: 27%;
    background-color: #efefef;
    padding: 20px 30px;
    margin-right: 15%;
  }
  .pdt1 .pdt-l-t {
    right: 30px;
    position: absolute;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
}
.pdt1 .more-box #xunjia {
  border-color: #00b019;
  color: #00b019;
  cursor: pointer;
}
.pdt1 .more-box #xunjia {
  background-color: #00b019;
  color: #fff;
}
.pdt1 .more-box #shenqing {
  border-color: #0028b6;
  color: #0028b6;
  cursor: pointer;
}
.pdt1 .more-box #shenqing{
  background-color: #0028b6;
  color: #fff;
}
.pdt2 {
  padding: 110px 0 30px;
}
.pdt2 .more-box {
  text-align: start;
}
.pdt2 .more-box .moreA:hover {
  background-color: #00b019;
  color: #fff;
}
.title-con h2 {
  max-width: 235px;
  line-height: 1em;
  padding: 16px 0;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.title-con h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 4px;
  background-color: #00b019;
  display: inline-block;
}
.padd-60 {
  padding: 60px 0 90px;
}
.tc {
  text-align: center;
}
.pdwz {
  position: absolute;
  top: -60px;
  left: 0;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .pdwz {
    top: -100px;
  }
}
@media (max-width: 1400px) {
  .pdwz {
    top: -120px;
  }
}
.pdt3 {
  background-color: #efefef;
}
.pdt3 .pdt3-box {
  justify-content: space-between;
  position: relative;
}
.pdt3 .left {
  width: 34%;
}
.pdt3 .left p {
  color: #717171;
  font-size: 16px;
}
.pdt3 .left p:nth-last-child(1) {
    white-space: nowrap;
}

.pdt3 .left p:nth-last-child(2) {
    white-space: nowrap;
}

.pdt3 .left p:nth-last-child(3) {
    white-space: nowrap;
}

.pdt3 .right {
  width: 64%;
}
.pdt3 .pdt3-box {
  min-height: 270px;
  padding: 40px 30px 80px;
  margin-bottom: 20px;
  background-color: #fff;
}
.pdt3 .right-table li {
  margin-bottom: 5px;
  padding: 0 15px;
  background-color: #efefef;
}
.pdt3 .right-table li p {
  line-height: 45px;
  color: #717171;
}
.pdt3 .pdt33 .pdt33-con {
  width: 100%;
}
.pdt3 .pdt33 .pdt33-row {
  width: 100%;
  margin-top: 45px;
}
.pdt3 .pdt33 .pdt33-row li {
  width: 20%;
    align-items: flex-start;
margin-bottom: 10px;
}
.pdt3 .pdt33 .pdt33-row li p{
	    width: calc(100% - 55px);
}
.pdt3 .pdt33 .pdt33-img {
  margin-right: 14px;    
width: 40px;
}

.pdt3 .pdt34 .right {
  padding-right: 5%;
  margin-top: 20px;
}
.pdt3 .pdt34 .right h5 {
  font-size: 18px;
  font-weight: bold;
}
.pdt3 .pdt34 .right p span {
  display: inline-block;
  padding-right: 20px;
  color: #bbb;
}
.pdt3 .pdt35 .right p {
  margin-bottom: 20px;
}
.pdt3 .pdt36 {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #bbb;
}
.pdt3 .pdt36 .img-box {
  min-height: 120px;
  align-items: flex-end;
  justify-content: center;
}
.pdt3 .pdt36 .l-p {
  padding: 12px;    text-align: center;
}
.pdt3 .pdt36 .l-p p {
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.pdt3 .pdt36 li {
  width: 12.5%;
  margin-right: 1%;
}
.pdt1-mask.active {
  display: block;
}
.pdt1-mask {
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.pdt1-close {
  cursor: pointer;
  font-size: 70px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: -80px;
  right: 0;
  color: #fff;
  transition: all 0.5s;
  color: #00b51a;
  z-index: 999;
}
.pdt1-close:hover {
  color: #00b51a;
  transform: rotate(360deg);
}
.pdt1 {
  position: relative;
}
.pdt1 .pdt1-mask-box .pdt1-1 {
  display: none;
  position: fixed;
    width: 60vw;
    max-width: 800px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 30px 20px;
    background-color: #fff;
    z-index: 9;
}
.pdt1 .pdt1-mask-box .pdt1-1.active {
  display: block;
}
.pdt1 .pdt1-mask-box .pdt1-2.active {
  display: block;
}
.pdt1 .pdt1-mask-box .form-title {
  font-size: 24px;
  padding-bottom: 10px;
  color: #00b51a;
  font-weight: bold;
}
.pdt1 .pdt1-mask-box .pdt1-2 {
  z-index: 9;
  display: none;
  position: fixed;
    width: 60vw;
    max-width: 800px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 30px 20px;
    background-color: #fff;
    z-index: 9;
}
.pdt1 .pdt1-mask-box .pdt1-2 .form-title {
  color: #0028b6;
}
.pdt1 .pdt1-mask-box .pdt1-2 .moreA {
  color: #0028b6;
  border-color: #0028b6 !important;
}
.pdt1 .pdt1-mask-box .pdt1-2 .moreA:hover {
  color: #fff;
  background-color: #0028b6 !important;
}
.pdt1 .pdt1-mask-box .form input {
  margin-bottom: 8px;
  width: 100%;
  border: none;
  line-height: 65px;
  padding: 0 20px;
  background-color: #f0f5f1;
  outline: none;
  font-size: 14px;
}
.pdt1 .pdt1-mask-box .form textarea {
  margin-bottom: 8px;
  width: 100%;
  border: none;
  line-height: 1.65em;
  padding: 20px;
  background-color: #f0f5f1;
  outline: none;
  font-size: 14px;
}
.pdt1 .pdt1-mask-box .more-box {
  text-align: start;
}
.pdt1 .pdt1-mask-box .more-box .moreA {
  margin-top: 5px;
  line-height: 60px;
  min-width: 190px;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #00b019;
}
.pdt1 .pdt1-mask-box .more-box .moreA:hover {
  background-color: #00b019;
  color: #fff;
}
.pdt4 .about-com h4 {
  font-weight: bold;
  font-size: 24px;
}
.pdt4 .form {
  margin-top: 30px;
}
.pdt4 .form input {
  margin-bottom: 8px;
  width: 100%;
  border: none;
  line-height: 65px;
  padding: 0 20px;
  background-color: #f0f5f1;
  outline: none;
  font-size: 14px;
}
.pdt4 .form textarea {
  margin-bottom: 8px;
  width: 100%;
  border: none;
  line-height: 1.65em;
  padding: 20px;
  background-color: #f0f5f1;
  outline: none;
  font-size: 14px;
}
.pdt4 .more-box {
  text-align: start;
}
.pdt4 .more-box .moreA {
  line-height: 60px;
  min-width: 190px;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #00b019;
}
.pdt4 .more-box .moreA {
  background-color: #00b019;
  color: #fff;
}
.banner.banner2.banner3 .text h3 {
  font-size: 48px;
  color: #0055a6;
  font-weight: bold;
}
.banner.banner2.banner3 .text h2 {
  font-size: 63px;
  color: #fff;
  font-weight: bold;
}
.banner.banner2.banner3 .text h4 {
  margin: 10px 0;
}
.mbx {
  border-bottom: 1px solid #ccc;
}
.mbx a {
  display: inline-block;
  margin-right: 40px;
  line-height: 70px;
  font-size: 20px;
}
.mbx a:hover {
  color: #00b51a;
  border-bottom: 3px solid #00b51a;
}
.mbx a.active {
  font-weight: bold;
  color: #00b51a;
  border-bottom: 3px solid #00b51a;
}
.hzp1 .hzp1-des {
  justify-content: space-around;
  padding: 55px 0 80px;
  background-color: #f0f9fb;
  position: relative;
  text-align: center;
flex-wrap: nowrap;
}
.hzp1 .hzp1-des::after {
  position: absolute;
  top: 113px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.hzp1 .hzp1-des .img {
  margin: 0 auto;
  width: 116px;
  line-height: 115px;
  background-color: #195dcd;
  border-radius: 50%;
}
.hzp1 .hzp1-des .des-con {
  position: relative;
  z-index: 2;
}
.hzp1 .hzp1-des .des-text {
  padding: 15px 0;
}
.hzp1 .hzp1-des .des-text p {
  font-size: 18px;
  font-weight: bold;
  color: #195dcd;
  line-height: 1.5em;
}
.hzp2 {
  background-color: #f0f2f2;
}
.hzp2 .text {
  background-color: #fff;
  margin-top: 10px;
  padding: 30px 24px;
}
.hzp2 .text p {
  font-size: 16px;
  color: #535353;
  font-weight: bold;
  text-align: center;
}
.hzp2 .hzp2-swiper {
  position: relative;
}
.hzp2 .swiper-slide:hover .text {
  background-image: url(../images/h2_bg_07.png);
}
.hzp2 .img {
  background-color: #8db4d3;
}
.hzp2 .img img {
  width: 100%;
}
.hzp2 .swiper-button-next {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/ljt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -80px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
  transform: rotate(180deg);
}
.hzp2 .swiper-button-next:hover {
  opacity: 1;
}
.hzp2 .swiper-button-next::after {
  display: none;
}
.hzp2 .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/ljt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -80px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.hzp2 .swiper-button-prev:hover {
  opacity: 1;
}
.hzp2 .swiper-button-prev::after {
  display: none;
}
.hzp3 .des-con {
  display: flex;
  align-items: center;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 5%;
}
.hzp3 .des-con .img {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 115px;
  line-height: 115px;
  margin-right: 30px;
  text-align: center;
}
.hzp3 .des-con p {
  font-size: 18px;

  color: #0028b6;
}
.hzp3 .des-con p:first-child {
    font-weight: bold;
    font-size: 20px;
}
.hzp3 .des-con:nth-child(2n) {
  margin-right: 0;
}
.hzp1.hzp4 {
  padding-bottom: 35px;
  background-color: #f5f8f8;
}
.hzp1.hzp4 .hzp1-des {
  background-image: url(../images/bg021_03.jpg);
}
.hzp1.hzp4 .hzp1-des .img h3 {
  text-align: center;
  line-height: 115px;
  font-size: 48px;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hzp5 {
  background-color: #f0f2f2;
}
.hzp5 .text {
  background-color: #fff;
  margin-top: 10px;
  padding: 30px 24px;
}
.hzp5 .text p {
  font-size: 16px;
  color: #535353;
  font-weight: bold;
}
.hzp5 .hzp5-swiper {
  position: relative;
}
.hzp5 .swiper-slide:hover .text {
  background-image: url(../images/h2_bg_07.png);
}
.hzp5 .img {
  padding: 15px;
  background-color: #d3ded4;
}
.hzp5 .img .img-con {
  padding: 5px;
  background-color: #fff;
}
.hzp5 .img img {
  width: 100%;
}
.hzp5 .swiper-button-next {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/ljt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -80px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
  transform: rotate(180deg);
}
.hzp5 .swiper-button-next:hover {
  opacity: 1;
}
.hzp5 .swiper-button-next::after {
  display: none;
}
.hzp5 .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/ljt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -80px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.hzp5 .swiper-button-prev:hover {
  opacity: 1;
}
.hzp5 .swiper-button-prev::after {
  display: none;
}
.hzp5 .more-box {
  margin-top: 90px;
}
.hzp5 .more-box a {
  line-height: 80px;
  border-radius: 20px;
  min-width: 365px;
  border: 1px solid #00b51a;
  font-size: 18px;
  font-weight: bold;
  color: #00b51a;
}
.hzp5 .more-box a img {
  margin: 0 -5px 2px 5px;
}
.hzp5 .more-box a:hover {
  background-color: #00b019;
  color: #fff;
}
.hzp5 .form {
  margin-top: 30px;
  padding: 50px 30px;
  background-color: #d9eaea;
  border-radius: 25px;
}
.hzp5 .form .form-des {
  font-size: 18px;
  color: #53749b;
  font-weight: bold;
  margin-bottom: 30px;
}
.hzp5 .form input {
  margin-bottom: 8px;
  width: 100%;
  border: none;
  line-height: 65px;
  padding: 0 20px;
  background-color: #f0f5f1;
  outline: none;
  font-size: 14px;
}
.hzp5 .form textarea {
  margin-bottom: 8px;
  width: 100%;
  border: none;
  line-height: 1.65em;
  padding: 20px;
  background-color: #f0f5f1;
  outline: none;
  font-size: 14px;
}
.hzp5 .submit {
  margin-top: 20px;
}
.hzp5 .submit a {
  display: inline-block;
  line-height: 60px;
  border-radius: 0;
  min-width: 190px;
  border: 1px solid #00b51a;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #00b51a;
}
.hzp5 .submit a img {
  margin: 0 -5px 2px 5px;
}
.hzp5 .submit a:hover {
  color: #fff;
  background-color: #00b019;
}
.kh-case {
  padding: 60px 2px 70px;
}
.kh-case .swiper-slide {
  border: 1px solid #ccc;
}
.kh-case .swiper-slide .img {
  line-height: 100px;
  text-align: center;
}
.contact.pdt4 {
  background-color: #fafafa;
}
.contact.pdt4 h3 {
  font-size: 30px;
}
.contact.pdt4 .input input,
.contact.pdt4 .input textarea {
  background-color: #e3efea;
}
.contact2 .contact2-swiper {
  position: relative;
  margin-top: 50px;
}
.contact2 .swiper-slide .text {
  min-height: 280px;
  padding: 55px 40px;
  background-image: url(../images/bg000000_03.jpg);
}
.contact2 .swiper-slide h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact2 .swiper-slide p {
  font-size: 14px;
  color: #535353;
  font-weight: bold;
  text-align: start;
}
.contact2 .img {
  position: relative;
  background-color: #8db4d3;
}
.contact2 .img img {
  width: 100%;
}
.contact2 .img .dot {
  font-size: 50px;
  color: #fff;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  position: absolute;
}
.contact2 .swiper-button-next {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/ljt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -80px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
  transform: rotate(180deg);
}
.contact2 .swiper-button-next:hover {
  opacity: 1;
}
.contact2 .swiper-button-next::after {
  display: none;
}
.contact2 .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/ljt.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -80px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
  transition-duration: 0.3s;
}
.contact2 .swiper-button-prev:hover {
  opacity: 1;
}
.contact2 .swiper-button-prev::after {
  display: none;
}
.news.index-news {
  background-color: #fff;
}
.news.index-news .input-b input {
  background-image: url(../images/ss.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 90% center;
  width: 100%;
  font-size: 16px;
  color: #868686;
  border: none;
  outline: none;
  min-width: 330px;
  line-height: 65px;
  padding: 0 20px;
  border-radius: 15px;
  background-color: #f3f3f3;
}
.news.index-news .wid3 {
  margin: 40px 0 0;
}
.news.index-news .demo {
  margin-top: 40px;
}
.ndt {
  background-color: #fbfbfb;
}
.ndt .left {
  width: 68%;
}
.ndt .yt {
  font-size: 14px;
  color: #9d9d9d;
}
.ndt .share-box {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #eee;
}
.ndt .share-box .yt {
  font-size: 14px;
  color: #9d9d9d;
}
.ndt .ndt-com img {
  width: 100%;
}
.ndt .ndt-com p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #868686;
}
.ndt .index-news-box {
  align-items: flex-start;
}
.ndt .right {
  height: auto;
  width: 27%;
}
.ndt .right .right-box {
  padding: 40px 40px 60px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.ndt .right .right-box h4 {
  border-bottom: 3px solid #00b51a;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
}
.ndt .right .more-box {
  text-align: start;
}
.ndt .right .more-box .moreA {
  color: #00b51a;
}
.ndt .right .more-box .moreA:hover {
  color: #fff;
  background-color: #00b51a;
}
.ndt .right ul li {
  border-bottom: 2px solid #ddd;
}
.ndt .right ul li a {
  font-size: 14px;
  color: #797979;
  display: block;
  padding: 14px 0;
}
.ndt .right ul li a:hover {
  font-weight: bold;
  color: #0055a6;
}
.ndt .right ul li:last-child {
  border: none;
}
.news-list .n-title h4 {
  margin-bottom: 5px;
  font-size: 24px;
  color: #00b51a;
  font-weight: bold;

}
.news-list .n-title h5 {
  font-size: 20px;
  font-weight: bold;
  color: #444444;
}
.news-list .list-ul a {
  margin-top: 20px;
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #ddd;
}
.news-list .list-ul a:hover {
  background-color: #00b51a;
}
.news-list .list-ul a:hover > div {
  color: #fff;
}
.news-list .list-ul .date {
  min-width: 110px;
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
}
.news-list .list-ul .title-h {
  margin-right: auto;
  font-weight: bold;
  font-size: 20px;
}
.news-list .list-ul .jty {
  font-size: 20px;
  margin-right: 20px;
}
.banner.fangwei h2 {
  font-size: 70px;
}
.banner.fangwei h4 {
  font-size: 42px;

}
.banner.fangwei p {
  font-size: 14px;
  line-height: 1.5em;
  color: #ccc;
  opacity: 0.6;
  font-weight: bold;
}
.banner.fangwei .ewm-com {
  margin: 20px 0 15px;
}
.banner.fangwei .ewm-com .img {
  margin-right: 15px;
}
.banner.fangwei .ewm-com p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  opacity: 1;
}
.mask-btn {
  cursor: pointer;
}
.body {
  position: relative;
}
.mask.active {
  display: block;
}
.mask {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.mask .mask-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mask #maskBot {
  padding-bottom: 10vw;
}
.mask .mask-con {
  position: absolute;
  transform: scale(0);
  transition: all 0.5s;
  min-width: 70%;
  padding: 40px 45px;
  background-color: #fff;
}
.mask .mask-con p {
  font-size: 16px;
  color: #868686;
}
.mask .mask-con.active {
  transform: scale(1);
  position: relative;
}
.mask .mask-close {
  cursor: pointer;
  font-size: 70px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: -80px;
  right: 0;
  color: #fff;
  transition: all 0.5s;
}
.mask .mask-close:hover {
  color: #00b51a;
  transform: rotate(360deg);
}
.skew-box .scene {
  width: 100%;
  overflow: hidden;
  background: #f2f3f5;
  position: relative;
}
.skew-box .scene .scene-header {
  padding: 94px 0 56px;
}
.skew-box .scene .scene-header .scene-header-desc,
.skew-box .scene .scene-header .scene-header-title {
  margin: 0 auto;
  width: 707px;
  text-align: center;
  font-weight: 300;
}
.skew-box .scene .scene-header .scene-header-title {
  margin-bottom: 22px;
  line-height: 58px;
  color: #000;
  font-size: 41px;
}
.skew-box .scene .scene-header .scene-header-desc {
  line-height: 28px;
  color: #777;
  font-size: 15px;
}
.skew-box .scene .scene-hot {
  position: absolute;
  top: 282px;
  left: 0;
  width: 100%;
  height: 226px;
}
.skew-box .scene .scene-content {
  display: flex;
  width: 110%;
  height: 832px;
  overflow: hidden;
}
.skew-box .scene .scene-content:hover + .scene-hot,
.skew-box .scene-mobile {
  display: none;
}
.skew-box .scene .scene-content:hover .scene-content-item .scene-wrapper .scene-modal {
  opacity: 0.8;
}
.skew-box .scene .scene-content:hover .scene-content-item .scene-wrapper .scene-wrapper-bg > img {
  transform: translate(0, 0);
}
.skew-box .scene .scene-content .scene-content-item {
  position: relative;
  flex: 1 1 500px;
  transition: all 1s;
  will-change: auto;
}
.skew-box .scene .scene-content .scene-content-item:hover {
  flex: 1 0 50vw;
}
.skew-box .scene .scene-content .scene-content-item:hover .scene-wrapper .scene-modal {
  opacity: 0;
  visibility: hidden;
}
.skew-box .scene .scene-content .scene-content-item:hover .item-detail {
  opacity: 1;
  z-index: 2;
}
.skew-box .scene .scene-content .scene-content-item .scene-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transform: skew(-10.15deg);
  transform-origin: left top;
  overflow: hidden;
}
.skew-box .scene .scene-content .scene-content-item .scene-wrapper .scene-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 85, 166, 0.3);
  opacity: 0;
  z-index: 100;
  transition: all 0.6s;
}
.skew-box .scene .scene-content .scene-content-item .scene-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(107deg, #0a2349 20%, rgba(10, 35, 73, 0) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.skew-box .scene .scene-content .scene-content-item .scene-wrapper-bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -108px;
  width: 1850px;
  height: 100%;
  transform: translate(-50%, 0) skew(10.15deg);
  transform-origin: left top;
}
.skew-box .scene .scene-content .scene-content-item .scene-wrapper-bg > img {
  width: 100%;

  transition: transform 0.5s;
  display: block;
    aspect-ratio: 2 / 1;
}
.skew-box .scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper {
  position: relative;
}
.skew-box .scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.skew-box .scene .scene-content .scene-content-item:nth-child(1) .scene-wrapper-bg > img {
  transform: translate(-94px, 0);
}
.skew-box .scene .scene-content .scene-content-item:nth-child(2) .scene-wrapper {
  overflow: initial;
  z-index: 0;
}
.skew-box .scene .scene-content .scene-content-item:nth-child(2) .scene-wrapper-bg > img {
  transform: translate(94px, 0);
}
.skew-box .scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper {
  position: relative;
}
.skew-box .scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
.skew-box .scene .scene-content .scene-content-item:nth-child(3) .scene-wrapper-bg > img {
  transform: translate(-66px, 0);
}
.skew-box .scene .scene-content .scene-content-item .item-thumb {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0a2349 0, rgba(10, 35, 73, 0) 100%);
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.2);
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-title {
  margin-top: 579px;
  margin-bottom: 11px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-desc {
  margin-bottom: 36px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-action {
  display: flex;
  justify-content: center;
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-action .item-thumb-action-left,
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-action .item-thumb-action-right {
  position: relative;
  width: 17px;
  height: 49px;
  background-image: url(../images/rect-small.dc028340.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-action .item-thumb-action-left {
  left: 3px;
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-action .item-thumb-action-right {
  left: -3px;
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-action .item-thumb-action-center {
  width: 67px;
  height: 49px;
  background-image: url(../images/rect.ff8cbac0.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skew-box .scene .scene-content .scene-content-item .item-thumb .item-thumb-action .item-thumb-action-center img {
  width: 22px;
  height: 22px;
}
.skew-box .scene .scene-content .scene-content-item .item-detail {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(107deg, #000000 10%, rgba(10, 35, 73, 0) 100%); */
  transition: opacity 0.6s;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header {
  margin-bottom: 260px;
  padding: 120px 0 0 320px;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header:hover .item-detail-arrow div {
  -webkit-animation: heroArrow2 1s ease infinite;
  animation: heroArrow2 1s ease infinite;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-title {
  margin-bottom: 15px;
  line-height: 49px;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-desc {
  margin-bottom: 15px;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-arrow {
  width: 28px;
  height: 18px;
  overflow: hidden;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-arrow div {
  display: flex;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-arrow img {
  margin-right: 10px;
  width: 28px;
  height: 18px;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .item-detail-info-imgs > a:last-child,
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-arrow img:last-child {
  margin-right: 0;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content {
  position: relative;
  margin-left: 320px;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item {
  margin-bottom: 30px;
  line-height: 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item.active .item-detail-name,
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item:hover .item-detail-name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item.active .item-detail-info {
  display: block;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-name {
  width: 113px;
  line-height: 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.4s;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info {
  display: none;
  position: absolute;
  left: 143px;
  top: 0;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .item-detail-info-imgs {
  display: flex;
  margin-bottom: 30px;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .item-detail-info-imgs > a {
  margin-right: 30px;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .item-detail-info-imgs .item-detail-info-img {
  position: relative;
  width: 245px;
  height: 245px;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  will-change: background-size;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: background-size 0.6s;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .item-detail-info-imgs .item-detail-info-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-header .item-detail-arrow {
  display: none;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .item-detail-info-imgs .item-detail-info-img:hover {
  background-size: 106% 106%;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .item-detail-info-imgs .item-detail-info-img span {
  padding-bottom: 15px;
  line-height: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.skew-box .scene .scene-content .item-detail a {
  display: block;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .scene-more {
  text-align: center;
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .scene-more .button {
  cursor: pointer;
  width: 128px;
  height: 41px;
  line-height: 39px;
  color: rgba(255, 255, 255, 0.5);
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.skew-box .scene .scene-content .scene-content-item .item-detail .item-detail-content .item-detail-item .item-detail-info .scene-more .button:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.skew-box .item-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}
.skew-box .item-text p {
  font-size: 20px;
  color: #fff;
}
.skew-box .item-text h3 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #fff;
}

.news-row .row {
    justify-content: normal;
}

.news.index-news .row .wid3 {
    margin: 40px 2% 0 0;
}
.news.index-news .row .wid3:nth-child(3n) {
    margin-right: 0 !important;
}



.fly {
    position: relative;
}

.fly .fly-form {
    visibility: hidden;
    z-index: -1;
    background-color: #ffff;
    box-shadow: -1px 1px 15px -5px #000;
    padding: 15px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 360px;
}

.fly:hover .fly-form {
    visibility: visible;
    z-index: 2;
    right: 100%;
}

.fly .pdt1-1 {
    display: none;
    position: fixed;
    width: 60vw;
    max-width: 800px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 30px 20px;
    background-color: #fff;
    z-index: 9;
}

.fly .pdt1-1.active {
    display: block;
}

.fly .pdt1-2.active {
    display: block;
}

.fly .form-title {
    font-size: 24px;
    padding-bottom: 10px;
    color: #00b51a;
    font-weight: bold;
}

.fly .pdt1-2 {
    z-index: 9;
    display: none;
    position: absolute;
    width: 60vw;
    max-width: 800px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    padding: 30px 20px;
    background-color: #fff;
}

.fly .pdt1-2 .form-title {
    color: #0028b6;
}

.fly .pdt1-2 .moreA {
    color: #0028b6;
    border-color: #0028b6 !important;
}

.fly .pdt1-2 .moreA:hover {
    color: #fff;
    background-color: #0028b6 !important;
}

.fly .form input {
    margin-bottom: 8px;
    width: 100%;
    border: none;
    line-height: 55px;
    padding: 0 20px;
    background-color: #f0f5f1;
    outline: none;
    font-size: 14px;
}

.fly .form textarea {
    margin-bottom: 8px;
    width: 100%;
    border: none;
    line-height: 1.5em;
    padding: 15px;
    background-color: #f0f5f1;
    outline: none;
    font-size: 14px;
}

.fly .more-box {
    text-align: start;
}

.fly .more-box .moreA {
    display: block;
    width: 100%;
    margin-top: 5px;
    line-height: 60px;
    min-width: 190px;
    text-align: center;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid #00b019;
 background-color: #00b019;
    color: #fff;
}

.fly .more-box .moreA:hover {
    background-color: #00b019;
    color: #fff;
}



@media (max-width: 1280px) {
    .header .header-box {
        max-width: 94%;
    }

    .header .header-box .logo {
        width: 120px;
    }

    .header .header-box .nav-box .nav .li-box {
        position: relative;
        line-height: 60px;
    }

    .header {
        height: 60px;
    }

    .header .header-box .nav-box .nav .li-box a {
        font-size: 16px;
        padding: 0 15px;
        font-weight: bold;
    }

    html {
        width: auto;
        max-width: 100%;
    }

    .container {
        overflow: hidden;
    }
}
.pc {
    display: block;
}

.wap {
    display: none;
}
@media (max-width: 775px) {

.index-swiper .swiper-img img, .index-swiper .swiper-img video {
    width: 100%;
    aspect-ratio: auto;
}
.wap {
    display: block;
}

.pc {
    display: none;
}
.index-swiper .s-inner p{
    display: none;
}

    .header {
        box-shadow: 0px -5px 23px #000;
    }

    .header .header-box {
        display: flex;
        justify-content: initial;
        align-items: center;
        height: 60px;
        max-width: 96%;
        padding: 0 5px;
    }

    .header .nav-box {
        margin-left: auto;
    }

    .header .header-box .nav-box .nav {
        position: absolute;
        top: 65px;
        width: 160px;
        right: 0;
        background-color: #fff;
        box-shadow: -5px 5px 20px -5px #000;
        right: -100px;
        visibility: hidden;
        transition: all .6s;
    }

    .header .header-box .nav-box .nav.on {
        right: 0px;
        visibility: visible;
    }

    .header .header-box .nav-box .nav .li-box {
        position: relative;
        line-height: 40px;
        width: 100%;
    }

    .header .header-box .nav-box .nav .nav-child {
        position: initial;
        width: 100%;
        transform: none;
        padding: 0 0 5px !important;
    }

    .nav dt {
        border-bottom: 1px solid #ddd;

    }

    .header .header-box .nav-box .nav .li-box a {
        font-size: 16px;
        padding: 0 15px;
        display: block;
    }

    .header .header-box .nav-box .nav .nav-child .tab {
        line-height: 35px;
        height: 35px;
        background: none;
    }

    .header .header-box .nav-box .nav .nav-child .tab a {
        color: #000;
        font-size: 14px;
        white-space: nowrap;
        padding: 0 15px;
        text-align: start;
    }

    .header .header-box .nav-box .nav .bor {
        display: none !important;
    }

    .header .header-box .nav-box .nav .li-box a:hover {
        background-color: rgba(5, 200, 33, 0.3) !important;

    }

    .header .header-box .nav-box .nav .nav-child .tab {
        line-height: 40px;
        height: 40px;
        background: none !important;
    }


    .container,
    .container-sm {
        max-width: 94% !important;
    }

    .float-right {
        display: none;
    }

    .index-swiper .s-inner h2 {
        font-size: 22px;
    }

    .index-swiper .s-inner h4 {
        font-size: 22px;
display: none;
    }

    .padd-80 {
        padding: 40px 0;
    }

    .title-box .title h2 {
        z-index: -1;

        position: relative;
        font-size: 48px;
        font-weight: 100 !important;
        color: #333333;
        line-height: 1em;
        background-image: -webkit-linear-gradient(top, #9eedc7, #e3ece8);

    }

    .title-box .title h3 {
        margin-top: -25px;
        font-size: 22px;
        color: #008240;
        font-weight: bold;
    }

    .index-product .swiper-box {
        padding: 0 50px;
        position: relative;
    }

    .index-product .swiper-button-next {
        right: 0;
        width: 40px;
        height: 40px;
    }

    .index-product .swiper-button-prev {
        left: 0;
        width: 40px;
        height: 40px;
    }

    .index-about .about-des .left-t {
        position: absolute;
        display: inline-block;
        right: 0;
        top: 0;
        font-size: 24px;
        font-weight: bold;
        font-family: "GILROY-BOLD";
        color: #fff;
    }

    .index-about .about-des h2 {
        font-size: 22px;
        margin-bottom: 0;
        color: #fff;
    }

    .index-about .about-des h3 {
        font-weight: bold;
        margin: 5px 0 10px;

        font-size: 18px;
        color: #00b51a;
    }

    .num-box .num-con {
        width: 50%;
    }

    .num-box .num-top .num {
        padding: 0 3px;
        font-size: 30px;
        color: #fff;
        line-height: 1em;
        position: relative;
    }

    .num-box .num-top .num::after {
        right: -10px;
        top: 4px;
        font-size: 16px;
    }

    .num-box .num-top p {
        margin: auto 0 0px 0;
        margin-top: auto;
        font-size: 10px;
        color: #fff;
        opacity: 1;
    }

    .index-about .about-des {
        padding: 30px 15px;
        background-color: #0028b6;
        position: relative;
    }

    .num-box .num-top .img {
        width: 30px;
        text-align: center;
    }

    .num-box .num-top .num {
        padding: 0 2px;
        font-size: 22px;
        color: #fff;
        line-height: 1em;
        position: relative;
    }

    .num-box p {
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 15px;
        opacity: 0.6;
        font-size: 16px;
        margin-top: auto;
        color: #fff;
    }

    .index-yf .yf-box {
        margin-top: 20px;
        display: block;
    }

    .index-yf .wid3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .index-yf .num {
        display: inline-block;
        position: relative;
        line-height: 1.1em;
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 40px blue;
    }

    .index-yf .wid3:nth-child(1) .num::after {
        display: none;
        position: absolute;
        width: 10px;
        height: 10px;
        content: '+';
        color: #fff;
        right: -10px;
        top: 8px;
        font-size: 22px;
        line-height: 0;
        font-weight: 100;
    }

    .index-yf .img-des {
        width: 100%;
        padding: 15px;
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .skew-box .scene .scene-content {
        display: flex;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .index-news .wid3 {
        width: 100%;
        margin: 10px 0;
    }

    .index-news .text {
        padding: 15px;
        background-color: #eee;
    }

    .index-news .text h3 {
        margin: 5px 0 5px;
        font-size: 18px;
    }

    .footer .footer-top .top-con li {
        width: auto;
        margin-right: 8px;
    }

    .footer .footer-top .top-con li a {
        color: #fff;
        font-size: 14px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer .footer-top .top-con .phone {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #06cb67;
        margin: 15px 0 0;
    }

    .footer .footer-top .top-con {
        padding: 10px 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        margin-bottom: 15px;
    }

    .footer .footer-top .top-bot .top-bot-row .left {
        display: none;
    }

    .footer .footer-top .top-bot .right p {
        text-align: start;
        color: rgba(255, 255, 255, 0.4);
        font-size: 14px;
    }

    .footer .footer-top .top-bot .right .ewm-box {
        margin-top: 15px;
        justify-content: start;
    }

    .footer .footer-top .top-bot .right .ewm {
        margin-right: 10px;
        margin-left: 0px;
        max-width: 100px;
    }

    .footer .footer-top {
        background-color: #363636;
        padding: 20px 0 15px;
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 1em;
    }

    .footer .footer-bot {
        padding: 15px 0;
        justify-content: space-between;
        border-top: 1px solid #555;
        background: #326b4a;
    }

    .skew-box .item-text p {
        font-size: 20px;
        color: #fff;
        display: none;
    }

    .skew-box .scene .scene-content .scene-content-item .scene-wrapper {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        transform: none;
        transform-origin: left top;
        overflow: hidden;
    }

    .skew-box .scene .scene-content .scene-content-item .scene-wrapper-bg {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -108px;
        width: 1850px;
        height: 100%;
        transform: translate(-50%, 0);
        transform-origin: left top;
    }

    .skew-box .item-text {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 55.8%;
        text-align: center;
    }

    .skew-box .item-text h3 {
        margin-bottom: 10px;
        font-size: 20px;
        color: #fff;
    }

    .banner h2 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;

        font-family: "GILROY-BOLD";
    }

    .banner h4 {

        font-size: 16px;
        font-weight: bold;
        color: #08cb24;
        display: none;
    }

    body {
        padding-top: 65px !important;
    }

    .product .pro-slect {
        width: 100%;
    }

    .padd-100 {
        padding: 30px 0;
    }

    .about-com h2 {
        margin: 10px 0 20px;
        font-size: 20px;
    }

    .product .ul-s li {
        margin-bottom: 6px;
        width: 48%;
        margin-right: 2%;
    }

    .product .ul-s li a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 40px;
        max-height: 40px;
    }

    .product .ul-s {
        display: flex;
        flex-wrap: wrap;
    }

    .product .wid3 {
        background-color: #fff;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
        margin-top: 10px;
    }

    .product .pro-show {
        width: 100%;
    }

    .pdt1 .pdt1-swiper {
        width: 100%;
        background-color: #efefef;
    }

    .pdt1 .pdt-l-t {
        display: none;
    }

    .pdt1 .swiper-img {
        padding: 30px;
        text-align: center;
    }

    .pdt1 .swiper-button-next {
        right: 10px;
        width: 40px;
        height: 40px;
        opacity: 0.3;
        transition-duration: 0.3s;
    }

    .pdt1 .swiper-button-prev {
        left: 10px;
        width: 40px;
        height: 40px;
        opacity: 0.3;
        transition-duration: 0.3s;
    }

    .pdt1 .pdt1-des {
        width: 100%;
        background-color: #efefef;
        padding: 15px;
        margin-right: 0;
    }

    .pdt1 .pdt1-des h3 {
        font-size: 22px;
    }

    .pdt1 .pdt1-des p {
        line-height: 1.5em;
        font-size: 16px;
        color: #717171;
    }

    .more-box .moreA {
        margin-top: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        display: inline-block;
        padding: 0 23px;
        line-height: 40px;
        font-size: 14px;
    }

    .pdt2 {
        padding: 30px 0 15px;
        display: none;
    }

    .padd-60 {
        padding: 30px 0;
    }

    .pdt3 .left {
        width: 100%;
    }

    .pdt3 .right {
        width: 100%;
    }

    .pdt3 .pdt3-box {
        min-height: 270px;
        padding: 15px;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .title-con h2 {
        max-width: 235px;
        line-height: 1em;
        padding: 10px 0;
        font-size: 22px;
    }

    .pdt3 .pdt33 .pdt33-row li {
        width: 50%;
    }

    .pdt3 .pdt33 .pdt33-img {
        margin-right: 5px;
        width: 30px;
        margin-bottom: 10px;
    }

    .pdt3 .pdt33 p {
        font-size: 14px;
    }

    .pdt3 .pdt33 .pdt33-row {
        width: 100%;
        margin-top: 25px;
    }

    .pdt3 .pdt36 li {
        width: 49%;
        margin-right: 1%;
    }

    .pdt3 .pdt36 .img-box {
        min-height: 70px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pdt3 .pdt36 .l-p p {
        font-size: 14px;
        color: #999;
        font-weight: bold;
        text-align: center;
    }

    .pdt3 .pdt36 .img-box img {
        max-width: 80%;
    }

    .padd-80 {
        padding: 30px 0;
    }

    .pdt4 .form {
        margin-top: 10px;
    }

    .pdt4 .more-box .moreA {
        line-height: 40px;
        min-width: 100px;
        text-align: center;
        font-weight: bold;
        border-radius: 0;
        border: 1px solid #00b019;
    }

    .pdt4 .form input {
        line-height: 50px;
        padding: 0 15px;
    }

    .pdt1 .pdt1-box {
        padding: 30px 0 0;
    }

    .video video {
        max-width: 100%;
    }

    .about-com p {
        color: #868686;
        font-size: 16px;
    }

    .about1 .video {
        margin-top: 20px;
    }

    .about2 .wid2 {
        padding: 20px;
        background-color: #fff;
        width: 100%;
        margin-right: 0;
    }

    .about2 .wid2 .img {
        width: 60px;
    }

    .about2 .wid2 .text {
        padding-left: 15px;
        border-left: 2px solid #eee;
        width: calc(100% - 80px);
        margin-left: 10px;
    }

    .about-com h4 {
        font-size: 18px;
        margin: 5px 0;
        color: #000;
    }

    .about3 .swiper-left {
        width: 100%;
        position: relative;
    }

    .about3 .swiper-right {
        width: 100%;
    }

    .about3 .swiper-slide {
        display: block;
    }

    .about3 .swiper-right-t {
        border-radius: 5px;
        padding: 15px;
        margin-left: 0;
        background-color: #eef9f6;
    }

    .about3 .swiper-left h3 {
        color: #00b51a;
        font-size: 24px;
        font-family: "GILROY-BOLD";
display: none;
    }
.about3 .swiper-right-t p {
    padding-left: 9px;
    position: relative;
    font-size: 13px;
}

.about3 .swiper-right-t p::before {

    top: 8px;
    left: 2px;
}

    .about3 .swiper-slide.swiper-slide-active .swiper-left-t::before {
        display: none;
    }

    .about3 .swiper-left .swiper-left-t::after {
        display: none;
    }

    .about3 .swiper-right-t h4 {
        font-size: 20px;
        color: #00b51a;
        font-weight: bold;
    }

    .about3 .swiper-slide .swiper-left-t::before {
        display: none;
    }

    .about3 .about-swiper {
        margin-top: 80px;
        height: 800px;
        overflow: hidden;
    }

    .about3 .swiper-slide:last-child .last-slide {
        position: absolute;
        right: -16.5%;
        bottom: 0;
        display: none;
    }

    .about3 .swiper-right-t .ab-inner {
        margin-bottom: 10px;
    }

    .honor1 .honor1-com h4 {
        margin: 15px 0;
        font-size: 22px;
        font-weight: bold;
    }

    .ry .banner-text .text h3 {
        display: none;
    }

    .ry .banner-text .text h4 {
        max-width: 100%;
        text-align: end;
        font-size: 20px;
    }

    .honor3 .wid3 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .honor1 .swiper .swiper-text p {
        padding: 10px 0;
        font-size: 16px;
        color: #999;
        font-weight: bold;
        text-align: center;
    }

    .patent1 .left {
        width: 100%;
    }

    .patent1 .right {
        width: 100%;
        position: relative;
    }

    .patent1 .right::after {
        display: block;
        position: absolute;
        width: auto;
        height: auto;
        font-weight: bold;
        content: '170+';
        color: #000;
        right: -10px;
        top: -10%;
        font-size: 40px;
        opacity: 0.05;
        transform: translateY(-50%);
    }

    .banner.honor2 h3 {
        min-width: 450px;
        font-weight: bold;
        display: inline-block;

        font-size: 47px;
        line-height: 1.15em;
        color: #08cb24;
        font-family: "GILROY-BOLD";
        display: none;
    }

    .banner.honor2 h4 {
        font-size: 22px;
        display: inline-block;
        min-width: 100%;
        font-weight: bold;
        color: #0028b6;
        text-align: end;
    }

    .patent3.honor3 .patent3-change a {
        margin: 0 8px 10px;
        display: inline-block;
        font-size: 16px;
        border: 1px solid #e7eaeb;
        line-height: 45px;
        padding: 0 16px;
        color: #868686;
        border-radius: 8px;
    }

    .patent3.honor3 .wid4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .honor3 .text {
        background-color: #d6d6d6;
        margin-top: 0;
        padding: 15px;
    }

    .strength.patent1 .right {
        width: 100%;
        position: relative;
    }

    .strength.patent1 .st-con .des-con {
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }

    .strength.patent1 .st-con {
        margin-top: 20px;
        width: 100%;
        padding: 20px;
        background-image: url(../images/oooo.png);
        position: relative;
    }

    .strength.patent1 .st-con .des-con h4 {
        margin: 10px 0 10px;
        color: #003a9a;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

    .strength.patent1 .st-ul .wid3 {
        position: relative;
        background-color: #def2f2;
        min-height: 180px;
        padding: 25px;
        width: 100%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .strength.patent1 .st-ul .xuhao {
        font-size: 36px;
        font-weight: bold;
        color: #00b019;
        width: auto;
        height: auto;
        position: absolute;
        top: 5px;
        right: 10px;
        font-family: "GILROY-BOLD";
    }

    .st2 .st-com .left {
        width: 100%;
        background-color: #ececec;
        align-items: flex-end;
    }

    .st2 .st-com .right {
        background-color: #ececec;
        width: 100%;
        padding: 20px;
    }

    .st2 .st-com .right h2 {
        font-size: 22px;
    }

    .st2 .st-com .right .r-text::before {
        content: '';
        margin: 5px 0 10px;
        display: inline-block;
        width: 45px;
        height: 3px;
        background-color: #00b51a;
    }

    .st-team .left {
        padding: 20px;
    }

    .st-team .left h2 {
        font-size: 24px;
    }

    .st-row-com .img {
        width: 100%;
    }

    .st-row-com .text {
        width: 100%;
        padding: 20px 0;
    }

    .st-row-com .about-com h3 {
        font-weight: bold;
        font-size: 18px;
    }

    .st-sc li {
        width: 50%;
        margin-bottom: 35px;
        text-align: center;
    }

    .banner.fangwei h2 {
        font-size: 20px;
    }
  .num-box .num-top .numCon span {
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        color: #fff;
        right: -10px;
        top: 5px;
        font-size: 14px;
        line-height: 0;
    }

    .index-yf .wid3 .wid-con:nth-child(2) {
        margin-top: 10px;
    }

    .pdt3 .left p {
        white-space: normal !important;
    }

    .pdt4 .about-com h4 {
        font-weight: bold;
        font-size: 18px;
    }

    .banner.banner2.banner3 .text h3 {
        font-size: 24px;
        color: #0055a6;
        font-weight: bold;
    }

    .banner.banner2.banner3 .text h4 {
        margin: 10px 0;
        display: none;
    }

    .banner.banner2.banner3 .text h2 {
        font-size: 63px;
        color: #fff;
        font-weight: bold;
        display: none;
    }

    .mbx a {
        display: inline-block;
        margin-right: 25px;
        line-height: 50px;
        font-size: 18px;
    }

    .hzp1 .hzp1-des .des-con {
        width: 100%;
    }

    .hzp3 .des-con {
        display: flex;
        align-items: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .hzp3 .des-con .img {
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 70px;
        line-height: 70px;
        margin-right: 20px;
        text-align: center;
    }
 .hzp3 .des-con .img img{
	max-width:60%;
}
.hzp3 .des-con .des-text{
	width: calc(100% - 110px);
}


    .hzp5 .more-box {
        margin-top: 30px;
    }

    .hzp5 .more-box a {
        line-height: 60px;
        border-radius: 15px;
        min-width: auto;
        border: 1px solid #00b51a;
        font-size: 16px;
        font-weight: bold;
        color: #00b51a;
    }

    .hzp5 .submit a {
        display: inline-block;
        line-height: 45px;
        border-radius: 0;
        min-width: 100px;
        border: 1px solid #00b51a;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #00b51a;
    }


    .ndt .right {
        height: auto;
        width: 100%;
    }

    .ndt .left {
        width: 100%;
    }

    .about-com h3 {
        font-weight: bold;
        margin: 5px 0;
        font-size: 18px;
    }

    .about-com h5 {

        font-size: 14px;
        color: #00b51a;
        font-weight: bold;
    }

    .ndt .ndt-com p {
        margin-bottom: 10px;
        font-size: 14px;
        color: #868686;
    }

    .news-list .n-title h4 {
        margin-bottom: 5px;
        font-size: 18px;
        color: #00b51a;
        font-weight: bold;

    }

    .news-list .list-ul .title-h {
        margin-right: auto;
        font-weight: bold;
        font-size: 18px;
    }

    .contact.pdt4 h3 {
        font-size: 20px;
    }

    .about-com h3 {
        font-weight: bold;
        margin: 5px 0;
        font-size: 20px;
    }

    .contact2 .contact2-swiper {
        position: relative;
        margin-top: 20px;
    }

    .contact2 .img .dot {
        font-size: 20px;
        color: #fff;
        right: 0;
        bottom: 0;
        padding: 5px 10px;
        position: absolute;
    }

    .contact2 .swiper-slide .text {
        min-height: 180px;
        padding: 15px;
        background-image: url(../images/bg000000_03.jpg);
    }

    .contact2 .swiper-slide h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.skew-box .scene .scene-content .scene-content-item:hover {
  flex: 1 0 80vw;
}
.skew-box .scene .scene-content .scene-content-item:hover .item-text p{
display: block;
font-size: 12px;
}


  body {
        padding-top: 55px !important;
    }

    .footer .footer-bot a {
        padding: 0 10px 0 0;
        color: #a6c0b1;
    }

    p {
        text-align: justify;
    }

    .ry .banner-text .text h4 {
        max-width: 100%;
        text-align: center;
        font-size: 20px;
        width: 100% !important;
        min-width: auto !important;
    }

    .banner.honor2 .text {
        display: block;
        align-items: flex-end;
        flex-direction: column;
        text-align: start;
        transform: none;
    }

    .banner.banner-left .banner-text {
        text-align: end;
        position: initial;
        display: block;
    }


.ry .banner-text .text {
    margin-top: 20px;
}


.banner.honor2 h4 {
        font-size: 20px;
        display: inline-block;
        max-width: 100% !important;
        font-weight: bold;
        color: #0028b6;
        text-align: center;
        min-width: auto !important;
        margin: 20px 0 0 !important;
        width: 100% !important;
    }


  .about3 .swiper-slide .ab-inner:last-child {
        opacity: 1;
    }

    .about3 .swiper-slide h3 {
        opacity: 1;
    }

    html .honor-swiper .swiper-button-next,
    html .honor-swiper .swiper-button-prev {
        top: 40%;
        transform: scale(0.65);
        opacity: 1;
        z-index: 10;
    }

    .honor1 .swiper .swiper-text p {
        font-size: 15px;
    }

    .strength.patent1 .st-con::after {
        display: none;
    }

    .strength.patent1 .st-con .des-con::after {
        display: none;
    }

    .strength.patent1 .st-con .des-con {
        width: 50%;
        position: relative;
        margin-bottom: 10px;
        padding: 10px;
    }

    .strength.patent1 .st-con {
        padding: 10px;
    }

    .strength.patent1 .st-con .des-con h4 {
        margin: 10px 0 5px;
        color: #003a9a;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .strength.patent1 .st-con .des-con p {
        color: #003a9a;
        font-size: 12px;
        font-weight: bold;
    }

    .st-sc li p {
        font-size: 14px;
        font-weight: bold;
        color: #666;
        line-height: 1.5em;
        text-align: center;
    }

    .banner.patent2 .banner-text {
        position: inherit;
    }

    .st-team .left {
        padding: 20px;
        width: 100%;
    }

    .st-team .right {
        text-align: end;
        width: 100%;
        flex: none;
        margin-left: auto;
    }

    .st-team .left .text::before {
        content: '';
        margin: 5px 0;
        display: inline-block;
        width: 45px;
        height: 3px;
        background-color: #00b51a;
    }

    .st-team .left h2 {
        font-size: 20px;
        margin: 0;
    }


  .hzp1 .hzp1-des::after {
        display: none;
    }

    .hzp1 .hzp1-des .des-con {
        width: 50%;
        padding: 10px;
    }

    .hzp1 .hzp1-des .des-text p {
        font-size: 14px;
        font-weight: bold;
        color: #195dcd;
        line-height: 1.5em;
    }

    .hzp1 .hzp1-des .img {
        margin: 0 auto;
        width: 90px;
        line-height: 90px;
        background-color: #195dcd;
        border-radius: 50%;
    }

    .hzp1 .hzp1-des {
        justify-content: start;
        padding: 55px 0 80px;
        background-color: #f0f9fb;
        position: relative;
        text-align: center;
	flex-wrap: wrap;
    }

    .hzp1.hzp4 .hzp1-des .img h3 {
        line-height: 90px;
        font-size: 36px;
    }

    .hzp1 .hzp1-des .des-text p {
        text-align: center;
    }

    .hzp1 .hzp1-des .des-text {
        padding: 5px 0 10px;
    }

    .banner.fangwei h2 {
        font-size: 20px;
        text-align: center;
    }

    .banner.fangwei .ewm-com .img {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .banner.fangwei .ewm-com .des-p {
        margin-right: 15px;
        width: 100%;
        text-align: center;
    }

    .banner.fangwei .ewm-com p {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        line-height: 1.5em;
        opacity: 1;
        margin-top: 0;
        text-align: center;
    }

    .banner.fangwei p {
        font-size: 14px;
        line-height: 1.5em;
        color: #ccc;
        opacity: 1;
        font-weight: bold;
        text-align: center;
    }












    .contact2 .swiper-button-next {
        color: rgba(255, 255, 255, 0.5);
        background-image: url(../images/ljt.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        right: 0;
        width: 40px;
        height: 60px;
        opacity: 1;
        transition-duration: 0.3s;
        transform: rotate(180deg);
        top: auto;
        bottom: 0;
    }


    .contact2 .swiper-button-prev {
        color: rgba(255, 255, 255, 0.5);
        background-image: url(../images/ljt.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 0;
        width: 40px;
        height: 60px;
        opacity: 1;
        transition-duration: 0.3s;
        top: auto;
        bottom: 0;
    }

    .hzp2 .swiper-button-next {
        color: rgba(255, 255, 255, 0.5);
        background-image: url(../images/ljt.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        right: 5px;
        width: 40px;
        height: 40px;
        opacity: 1;
        transition-duration: 0.3s;
        transform: rotate(180deg);
    }

    .hzp2 .swiper-button-prev {
        color: rgba(255, 255, 255, 0.5);
        background-image: url(../images/ljt.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 5px;
        width: 40px;
        height: 40px;
        opacity: 1;
        transition-duration: 0.3s;
    }

    .hzp5 .swiper-button-next {
        color: rgba(255, 255, 255, 1);
        background-image: url(../images/ljt.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        right: 5px;
        width: 40px;
        height: 40px;
        opacity: 1;
        transition-duration: 0.3s;
        transform: rotate(180deg);
    }

    .hzp5 .swiper-button-prev {
        color: rgba(255, 255, 255, 1);
        background-image: url(../images/ljt.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 5px;
        width: 40px;
        height: 40px;
        opacity: 1;
        transition-duration: 0.3s;
    }

html .index-news .input-b button {
        position: absolute;
        top: 0;
        width: 80px;
        background-image: url(../images/ss.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center;
        right: 0;
        height: 100%;
        border: none;
    }

    html .social-share .icon-wechat .wechat-qrcode:after {
        display: none;
    }

    html .social-share .icon-wechat .wechat-qrcode .help p {
        font-weight: normal;
        line-height: 15px;
        padding: 0 8px;
        margin: 0;
        font-size: 10px;
        text-align: center;
    }

    .social-share .icon-wechat .wechat-qrcode {

        z-index: 11;
        top: 40px;
        left: -84px;
        color: #666;
        font-size: 12px;
    }

    .about3 .about-swiper {
        margin-top: 80px;
        height: auto;
        overflow: hidden;
    }

    .about3 .about-swiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }

    .about3 .swiper-right-t {
        border-radius: 0;
    }



.kh-case .swiper-slide .img {
    line-height: 75px;
    text-align: center;
}


html .case-swiper .swiper-button-next {
    display: block;
    color: rgba(255, 255, 255, 1);
    background-image: url(../images/ljt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 5px;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition-duration: 0.3s;
    transform: rotate(180deg);
}

html .case-swiper .swiper-button-prev {
    display: block;
    color: rgba(255, 255, 255, 1);
    background-image: url(../images/ljt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 5px;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition-duration: 0.3s;
}


}




.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
    display: none;
}

.case-swiper .swiper-button-next:after,
.case-swiper .swiper-button-prev:after {
    display: none;
}



.index-news .input-b {
    position: relative;
}

.index-news .input-b button {
    position: absolute;
    top: 0;
    width: 100px;
    background-image: url(../images/ss.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    right: 0;
    height: 100%;
    border: none;
}

.index-yf .wid-con {
    height: 100%;
}

.v-mask {
    z-index: 3;
}

.patent1 .right::after {
    display: none !important;
}








.honor-swiper .swiper-button-next,
.honor-swiper .swiper-button-prev {
    top: 40%;
    transform: scale(0.65);
    opacity: 0;
    z-index: -1;
}




