
/*分页 start*/
.page-box {
  padding: 12vh 0;
  text-align: center;
  font-family: 'SourceHanSansSC-Regular';
}

.page-box .t-p {
  font-size: 16px;
  color: #999;
  padding-left: 10px;
}

.page-box .prev, .page-box .next {
  background-color: transparent !important;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  display: inline-flex;
  font-size: 14px;
  color: #000;
  margin: 0 8px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  justify-content: center;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
}

.page-box .page-inner .current {
  color: #fff;
  background-color: #54AF13;
}

/*分页 end*/
/*header start*/
.child-box {
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 1;
  background-color: rgba(0, 3, 24, 0.4);
  width: 100%;
  display: none;
  height: 60px;
}

.nav-box nav#menuPc > ul > li {
  position: relative;
}

.nav-box nav#menuPc > ul > li:hover .erji {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.nav-box nav#menuPc > ul > li .erji {
  position: absolute;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.nav-box nav#menuPc > ul > li .erji dl {
  display: flex;
  flex-direction: column;
}

.nav-box nav#menuPc > ul > li .erji dl dd {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1px;
  text-align: center;
}

.nav-box nav#menuPc > ul > li dl dd a {
  display: block;
  line-height: 1.5;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #15393F;
  transition: all 0.6s;
  white-space: nowrap;
}

.header, .login-header {
  position: fixed;
  z-index: 2023;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 100%);
  padding: 0 3%;
  transition: all 0.3s ease-in-out;
}

.header.fix, .login-header.fix {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.2);
}

.header .header-box, .login-header .header-box {
  position: relative;
  z-index: 2;
}

.header .h-left, .login-header .h-left {
  float: left;
  padding: 52px 0 0;
  max-width: 33%;
}

.header .h-left img, .login-header .h-left img {
  max-width: 100%;
}

.header .h-left .h-img, .login-header .h-left .h-img {
  display: none;
}

.header .h-gp, .login-header .h-gp {
  font-weight: 500;
  color: #FFF;
  border-radius: 17px;
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  background: rgba(50, 51, 51, 0.8);
}

.login-header {
  padding-top: 52px;
}

.login-header .btn-nav {
  display: none;
}

.login-header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-header .h-left {
  max-width: 50%;
}

.login-header .h-tool, .login-header .h-left {
  padding-top: 0;
}

.login-header .logo {
  display: flex;
}

.login-header .logo .d-img {
  margin-right: 80px;
}
#menuPc > ul > li:nth-last-child(1) a {
  padding-right: 0;
}

#menuPc > ul > li:nth-last-child(1) a:after {
  margin-left: 15px;
}

#menuPc > ul > li > a {
  color: #FFF;
  display: block;
  padding: 16px 30px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  transition: all 0.3s;
}

#menuPc > ul > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background-color: #FFF;
  transform: translateX(-50%);
  width: 0%;
  transition: all 0.4s ease-in-out;
}

#menuPc > ul > li > a:hover:after {
  width: 30px;
}

#menuPc ul {
  display: flex;
}

#menuPc .iconfont {
  font-size: 1.8rem;
  padding-left: 3px;
}

.h-right {
  float: right;
  color: #FFF;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.h-right a {
  color: #FFF;
}

.h-right .h-top {
  margin-bottom: 12px;
  text-align: right;
}

.h-tool {
  display: flex;
  align-items: center;
  padding:22px 0 0;
  width: 100%;
  justify-content: flex-end;
}

.h-lang {
  display: flex;
  align-items: center;
}

.h-lang .iconfont {
  font-size: 20px;
  margin-right: 6px;
}

.h-lang dt {
  position: relative;
  padding-right: 18px;
}

.h-lang dt:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  transition: all 0.4s;
}

.h-lang dl {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.h-lang dl:hover dd {
  opacity: 1;
  visibility: visible;
}

.h-lang dl:hover dt:after {
  transform: rotate(-180deg);
}

.h-lang dl dd {
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  right: 0;
  left: 0;
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.h-lang dl dd a {
  display: block;
  padding: 5px;
  text-align: center;
}

.h-search {
  margin-left: 60px;
}

.h-search .iconfont {
  font-size: 20px;
  margin-right: 6px;
}

#menuWap {
  display: none;
}

/*header end*/
/*footer start*/
/*轮播图end*/
.crumbs-box {
  padding: 30px 0;
  color: #999;
  background: url("../image/home.png") 0 50% no-repeat;
  padding-left: 24px;
}

.crumbs-box a {
  color: #999;
}

.crumbs-box a:hover {
  color: #54AF13;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
/*分页 end*/
/*公共样式定义 end*/
/*轮播图start*/
.font2 {
  font-family: Kingsoft_Cloud_Font;
}

.banner-bot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vh;
  text-align: center;
}

.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  color: #F1F3F8;
  position: relative;
}

.banner p {
  font-size: 1.2rem;
  opacity: 0.3;
}

.banner p span {
  display: block;
}

.banner h3 {
  margin-bottom: 20px;
}

.banner h3, .banner h2 {
  font-weight: 500;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  transform: scale(1.1);
  transition: all 4s;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
}

.banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border-radius: inherit;
  border-radius: 50%;
  background-color: #FFF;
  transition: all 0.6s;
  box-sizing: border-box;
  position: relative;
  margin: 0 20px;
}

.banner .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #FFF;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .swiper-pagination-bullet-active:after {
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

.banner .banner-content .text {
  text-align: left;
  padding-left: 12%;
  width: 80%;
  box-sizing: border-box;
}

.banner .banner-content .text-p {
  transform: translateY(20%);
  opacity: 0;
  transition: all 1.5s;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .banner-content .text-p h2:nth-child(1) span {
  display: inline-block;
  transform: translateX(-25%);
}

.banner .banner-content .text-p h2:nth-child(2) span {
  display: inline-block;
  transform: translateX(25%);
}

.banner .banner-content .text-p em {
  padding-left: 20px;
}

.banner .ani-slide .banner-content {
  opacity: 1;
}

.ani-slide .imgshow img {
  transform: scale(1);
}

.banner .ani-slide .banner-content .text-p {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.title {
  text-align: center;
  max-width: 40%;
  margin: 60px auto 42px;
}

.title h2 {
  font-weight: 400;
  margin-bottom: 24px;
  color: #323333;
}

.title.marbot0 {
  margin-bottom: 0;
}

.title.marbot0 h2 {
  margin-bottom: 0;
}

.title .sub-tt {
  line-height: 1.875;
  color: #666;
  font-weight: 500;
}

.title.w6 {
  max-width: 60%;
}

.title.w100 {
  max-width: 100%;
}

.index-about-grid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  position: relative;
}

.index-about-grid .imgshow img {
  width: 100%;
}

.index-about-grid .about-btns {
  text-align: center;
}

.index-about-grid .about-btns a {
  margin: 0 10px;
}

.index-about-grid .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.see-more {
  display: inline-block;
  border-radius: 28px;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 16px 36px;
  text-align: center;
  min-width: 168px;
  box-sizing: border-box;
  transition: all 0.4s;
  color: #323333;
}

.see-more:hover {
  background-color: #54af13;
  border-color: #54AF13;
  color: #FFF;
}

.see-more:hover .iconfont {
  color: #FFF;
  opacity: 1;
}

.see-more .iconfont {
  color: #0080A8;
  opacity: 0.5;
}

.index-dev-grid {
  background: url("../image/index-weilai-bg.jpg") no-repeat;
  background-size: cover;
  padding: 14vh 0 16vh;
}

.index-dev-grid .swiper-slide {
  width: 252px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}

.index-dev-grid .swiper-slide.cur {
  width: 640px;
}

.index-dev-grid .d-item {
  display: flex;
  justify-content: center;
}

.index-dev-grid .imgshow {
  width: 640px;
  height: 548px;
  flex-shrink: 0;
}

.index-dev-grid .img-box {
  padding-bottom: 85.66978%;
}

.index-dev-grid .cur .text {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.index-dev-grid .cur .h-text {
  opacity: 1;
  visibility: visible;
}

.index-dev-grid .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  top: 0;
  color: #FFF;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}

.index-dev-grid .h-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, 60%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.index-dev-grid .h-text .t-tt {
  width: 284px;
  height: 284px;
  border-radius: 50%;
  background-color: rgba(84, 175, 19, 0.9);
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 80px;
  padding-bottom: 50%;
}

.dev-swiper {
  position: relative;
}

.dev-swiper .swiper-button-next {
  right: 0;
  right: -70px;
}

.dev-swiper .swiper-button-prev {
  left: 0;
  left: -70px;
}

.dev-swiper .swiper-button-next, .dev-swiper .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
}

.dev-swiper .swiper-button-next .iconfont, .dev-swiper .swiper-button-prev .iconfont {
  color: #0080A8;
  font-size: 70px;
}

.dev-more {
  text-align: center;
  padding: 50px 0 0;
}

.index-fazhan-grid {
  box-sizing: border-box;
  position: relative;
}

.index-fazhan-grid > .imgshow img {
  width: 100%;
}

.index-fazhan-grid .fazhan-content {
  position: absolute;
  left: 0%;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 14vh;
}

.fazhan-more {
  text-align: center;
}

.fazhan-list {
  background: url("../image/fz-dot.png") no-repeat 50% 0%;
}

.fazhan-list ul {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.fazhan-list ul li:nth-child(1) {
  padding-top: 26px;
}

.fazhan-list ul li:nth-child(3) {
  padding-top: 22px;
}

.fazhan-list ul li:nth-child(4) {
  padding-top: 20px;
}

.fazhan-list .see-more {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.fazhan-list .f-item {
  text-align: center;
  position: relative;
}

.fazhan-list .f-item:hover .imgshow {
  opacity: 1;
  visibility: visible;
}

.fazhan-list .f-item:hover .text {
  transform: translateY(40px);
}

.fazhan-list .f-item:hover .see-more {
  opacity: 1;
  visibility: visible;
}

.fazhan-list .f-item .imgshow {
  width: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFF;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.fazhan-list .f-item .imgshow .ss-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 51px;
  height: 51px;
  background: url("../image/zhuishuo.png") no-repeat;
  transform: translate(-50%, -50%);
}

.fazhan-list .text {
  color: #FFF;
  transition: all 0.4s;
}

.fazhan-list .dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #FFF;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.fazhan-list .dot:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  background-color: #FFF;
}

.news-list .n-item {
  background: rgba(239, 246, 237, 0.5);
  border: 1px solid #E6EDE7;
  border-radius: 10px;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
}

.news-list .n-item:hover {
  background-color: #54AF13;
}

.news-list .n-item:hover h3, .news-list .n-item:hover .date {
  color: #fff;
}

.news-list ul {
  margin: 0 -20px;
}

.news-list li {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.news-list .img-box {
  padding-bottom: 60.21505%;
}

.news-list .text {
  padding: 20px;
}

.news-list h3 {
  margin-bottom: 12px;
  color: #323333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list .date {
  color: #333;
  opacity: 0.3;
}

.news-list ul {
  display: flex;
  flex-wrap: wrap;
}

.news-list ul li {
  margin-bottom: 20px;
}

.news-list ul li:nth-child(2) .n-item, .news-list ul li:nth-child(5) .n-item {
  flex-direction: column-reverse;
}

.news-btn {
  text-align: center;
  padding: 6vh 0 0;
  text-align: center;
}

.main-box {
  position: relative;
  z-index: 2;
}

.footer {
  background: url("../image/footer-bg.jpg") no-repeat 50% 0%;
  background-size: cover;
  min-height: 120vh;
  margin-top: -20vh;
  box-sizing: border-box;
  padding-top: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.footer a {
  color: #FFF;
  transition: all 0.4s;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footer-top {
  display: flex;
}

.footer .footer-top .f-nav {
  width: 60%;
}

.footer .footer-top .f-nav a {
  font-weight: 500;
}

.footer .footer-top .f-nav li {
  float: left;
  margin-right: 55px;
  margin-bottom: 20px;
}

.f-right {
  width: 40%;
  display: flex;
  justify-content: space-between;
}

.f-right .f-lx dd {
  display: flex;
  align-items: center;
  padding-left: 35px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.f-right .f-lx dd:nth-last-child(1) {
  margin-bottom: 0;
}

.f-right .f-lx .mail {
  background-image: url("../image/f-mail.png");
}

.f-right .f-lx .tel {
  background-image: url("../image/f-tel.png");
}

.f-right .f-lx .fax {
  background-image: url("../image/f-fax.png");
}

.f-right .img-code {
  text-align: center;
}

.f-right .img-code .img-pic {
  margin-bottom: 10px;
  width: 136px;
}

.footer-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 0 12vh;
  margin-top: 8vh;
}

.footer-bot .foot-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bot .fc-left p {
  margin-bottom: 8px;
}

.footer-bot .fc-left p:nth-last-child(1) {
  margin-bottom: 0;
}

.footer-bot .f-share a {
  display: inline-block;
  margin-left: 12px;
  position: relative;
}

.footer-bot .f-share a:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.footer-bot .f-share .h-text {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

/*置顶按钮 start*/
#toTop {
  width: 58px;
  height: 58px;
  right: 50px;
  bottom: 10%;
  position: fixed;
  z-index: 999;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-box {
  padding-bottom: 44.01042%;
}

.inner-banner .b-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  line-height: 1;
  color: #FFF;
  flex-direction: row;
  align-items: flex-end;
}

.inner-banner .b-text h5 {
  font-weight: 400;
}

.inner-banner .b-text h6 {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  font-weight: 400;
}

.inner-banner .b-text h6 em {
  padding-top: 12px;
}

.inner-banner .b-text h6 span {
  text-transform: uppercase;
  font-weight: 400;
}

.pro-tabitem {
  text-align: center;
  margin: 50px 0 6vh;
}

.pro-tabitem.gk-tab {
  display: flex;
}

.pro-tabitem.gk-tab a {
  width: 10%;
  min-width: auto;
  margin: 0 0.555%;
  padding-left: 12px;
  padding-right: 12px;
}

.pro-tabitem a {
  display: inline-block;
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 27px;
  box-sizing: border-box;
  min-width: 200px;
  padding: 12px 28px;
  transition: all 0.3s;
  color: #323333;
  margin: 0 20px;
}

.pro-tabitem a:hover, .pro-tabitem a.cur {
  background-color: #54AF13;
  border-color: #54AF13;
  color: #FFF;
}

.product-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 7vh 0;
}

.product-info .imgshow {
  width: 44%;
  border-radius: 10px;
  overflow: hidden;
}

.product-info .imgshow .img-box {
  padding-bottom: 85.66978%;
}

.product-info .text {
  width: 56%;
  box-sizing: border-box;
  padding-left: 8%;
}

.product-info .text .text-p {
  font-weight: 500;
  color: #666;
  line-height: 1.875;
}

.product-info .text h3 {
  margin-bottom: 24px;
  font-weight: 400;
}

.prolist-swiper {
  position: relative;
}

.prolist-swiper .img-box {
  padding-bottom: 79.78261%;
}

.prolist-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 110px;
}

.prolist-swiper .imgshow {
  border-radius: 10px;
  overflow: hidden;
}

.prolist-swiper .p-item {
  position: relative;
  color: #FFF;
  display: block;
}

.prolist-swiper .p-item:hover .text {
  opacity: 0;
  visibility: hidden;
}

.prolist-swiper .p-item:hover .h-text {
  opacity: 1;
  visibility: visible;
  top: 70%;
}

.prolist-swiper .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 40px;
  transition: all 0.4s;
}

.prolist-swiper .h-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #54AF13;
  border-radius: 0 0 10px 10px;
  padding: 32px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.prolist-swiper .h-text p {
  margin: 8px 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prolist-swiper .h-text span small {
  padding-left: 5px;
}

.prolist-swiper h3 {
  font-weight: 500;
}

.prolist-swiper .swiper-button-next {
  right: 0;
  right: -70px;
}

.prolist-swiper .swiper-button-prev {
  left: 0;
  left: -70px;
}

.prolist-swiper .swiper-button-next, .prolist-swiper .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  margin-top: -55px;
}

.prolist-swiper .swiper-button-next .iconfont, .prolist-swiper .swiper-button-prev .iconfont {
  color: #0080A8;
  font-size: 70px;
}

.prodis-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 7vh 0;
}

.prodis-info .imgshow {
  width: 35%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0  0px 46px;
  position: relative;
}

.prodis-info .imgshow .img-box {
  border-radius: 10px;
  overflow: hidden;
}

.prodis-info .imgshow .img-box {
  padding-bottom: 85.66978%;
}

.prodis-info .imgshow:after {
  position: absolute;
  content: '';
  left: 0;
  right: 46px;
  top: 46px;
  bottom: 0;
  height: 100%;
  background-color: rgba(71, 145, 70, 0.1);
  border-radius: 10px;
}

.prodis-info .text {
  width: 65%;
  box-sizing: border-box;
  padding-left: 8%;
}

.prodis-info .text .text-p {
  font-weight: 500;
  color: #666;
  line-height: 1.875;
}

.prodis-info .text h3 {
  margin-bottom: 24px;
  color: #323333;
}

.pro-tdlist .t-item {
  width: 160px;
  text-align: center;
  color: #333;
}

.pro-tdlist ul {
  display: flex;
  justify-content: space-between;
}

.pro-tdlist p {
  margin-top: 12px;
  font-weight: 500;
}

.pway-swiper {
  background-color: #F7FAF6;
  padding: 48px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}

.pway-swiper .img-box {
  padding-bottom: 79.77011%;
}

.pway-swiper .p-item {
  border-radius: 10px;
  overflow: hidden;
}

.pway-swiper .pway-left {
  width: 30%;
}

.pway-swiper .pway-right {
  width: 70%;
  box-sizing: border-box;
  padding-left: 5%;
}

.pway-swiper .p-page {
  position: relative;
  text-align: center;
}

.pway-swiper .p-page .swiper-pagination {
  width: 100%;
}

.pway-swiper .p-page .swiper-pagination-bullet {
  margin: 0 3px;
}

.pway-swiper .p-page .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #397EA3;
}

.prodispz-swiper {
  position: relative;
}

.prodispz-swiper .img-box {
  padding-bottom: 79.78261%;
}

.prodispz-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.prodispz-swiper .imgshow {
  border-radius: 10px;
  overflow: hidden;
}

.prodispz-swiper .imgshow img {
  transition: all 0.3s;
}

.prodispz-swiper .p-item {
  position: relative;
  color: #FFF;
  display: block;
}

.prodispz-swiper .p-item:hover .imgshow img {
  transform: scale(1.05);
}

.prodispz-swiper .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 40px;
  transition: all 0.4s;
}

.prodispz-swiper h3 {
  font-weight: 500;
}

.prodispz-swiper .swiper-button-next {
  right: 0;
  right: -70px;
}

.prodispz-swiper .swiper-button-prev {
  left: 0;
  left: -70px;
}

.prodispz-swiper .swiper-button-next, .prodispz-swiper .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
}

.prodispz-swiper .swiper-button-next .iconfont, .prodispz-swiper .swiper-button-prev .iconfont {
  color: #0080A8;
  font-size: 70px;
}

.newstop-swiper {
  margin-bottom: 9vh;
  padding: 0 0 1px;
  position: relative;
}

.newstop-swiper:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5vh;
  right: 0;
  bottom: 0;
  background-color: #F7FAF6;
  z-index: 1;
}

.newstop-swiper .swiper-container {
  z-index: 2;
}

.newstop-swiper .n-item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 0 48px 48px;
}

.newstop-swiper .text {
  width: 55%;
  padding-left: 5%;
  padding-top: 10vh;
  box-sizing: border-box;
}

.newstop-swiper .imgshow {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}

.newstop-swiper .imgshow .img-box {
  padding-bottom: 60.11994%;
}

.newstop-swiper p {
  line-height: 1.875;
}

.newstop-swiper .date {
  color: #323333;
  opacity: 0.6;
}

.newstop-swiper h3 {
  margin: 24px 0;
  color: #323333;
  line-height: 1.33;
  font-weight: 500;
}

.newstop-swiper .n-page {
  position: relative;
  text-align: right;
  margin-right: 40px;
  margin-bottom: 46px;
}

.newstop-swiper .n-page .swiper-pagination {
  width: 100%;
  text-align: right;
  bottom: 0;
}

.newstop-swiper .n-page .swiper-pagination-bullet {
  width: 86px;
  height: 2px;
  border-radius: 0;
  background-color: #000;
  opacity: 0.1;
  margin: 0 8px;
}

.newstop-swiper .n-page .swiper-pagination-bullet-active {
  background-color: #54AF13;
  opacity: 1;
}

.f400 {
  font-family: 'SourceHanSansSC-Regular';
  font-weight: 400;
}

.newsd-text .n-tt {
  text-align: center;
  color: #222;
  font-weight: 500;
}

.newsd-text .n-subtt {
  color: #777;
  text-align: center;
  padding: 10px 0 24px;
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 24px;
  font-family: 'SourceHanSansSC-Regular';
}

.newsd-text .n-subtt p {
  display: inline-block;
  margin: 0 18px;
}

.newsd-text .text {
  color: #777;
  text-indent: 2em;
  line-height: 2;
}

.related-swiper {
  margin: 9vh 0 5vh;
  position: relative;
}

.related-swiper .img-box {
  padding-bottom: 70.86957%;
}

.related-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

.related-swiper .imgshow {
  border-radius: 10px;
  overflow: hidden;
}

.related-swiper .imgshow img {
  transition: all 0.3s;
}

.related-swiper .p-item {
  position: relative;
  color: #FFF;
  display: block;
}

.related-swiper .p-item:hover .imgshow img {
  transform: scale(1.05);
}

.related-swiper .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 40px;
  transition: all 0.4s;
}

.related-swiper h3 {
  font-weight: 500;
}

.related-swiper .swiper-button-next {
  right: 0;
  right: -70px;
}

.related-swiper .swiper-button-prev {
  left: 0;
  left: -70px;
}

.related-swiper .swiper-button-next, .related-swiper .swiper-button-prev {
  background-image: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.related-swiper .swiper-button-next .iconfont, .related-swiper .swiper-button-prev .iconfont {
  color: #0080A8;
  font-size: 70px;
}

.news-page {
  border-top: 1px solid #EEEEEE;
  padding: 42px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.news-page a {
  width: 40%;
  flex-shrink: 0;
}

.news-page a:hover {
  color: #54AF13;
}

.news-page .goback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  background-color: #54AF13;
  color: #FFF;
  border-radius: 25px;
  padding: 12px 46px;
  box-sizing: border-box;
}

.news-page .goback:hover {
  color: #FFF;
}

.news-page .next {
  text-align: right;
}

.media-imgshow .vi-item {
  background: #F7FAF6 url("../image/meida-img-bg.png") no-repeat 95% 20px;
  border-radius: 20px;
  background-size: auto 91%;
  display: flex;
  flex-direction: row-reverse;
  padding: 46px;
}

.media-imgshow .vi-item .imgshow {
  width: 60%;
}

.media-imgshow .vi-item .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-imgshow .vi-item .text .t-top {
  color: #333;
}

.media-imgshow .vi-item .text .t-top p {
  font-family: 'SourceHanSansSC-Regular';
}

.media-imgshow .vi-item .text .t-bot {
  margin-top: 4.5vh;
}

.media-imgshow .downbtn {
  margin: 20px 0 0;
  width: 46px;
  height: 46px;
  background: #54AF13;
  border: 6px solid rgba(172, 172, 172, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  flex-shrink: 0;
  display: block;
  border: 6px solid rgba(172, 172, 172, 0.1);
}

.media-imgshow .layui-form-checkbox span {
  font-size: 16px;
}

.mediaimg-swiper {
  position: relative;
}

.mediaimg-swiper .swiper-button-next {
  right: 0;
  right: -70px;
}

.mediaimg-swiper .swiper-button-prev {
  left: 0;
  left: -70px;
}

.mediaimg-swiper .swiper-button-next, .mediaimg-swiper .swiper-button-prev {
  background-image: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.mediaimg-swiper .swiper-button-next .iconfont, .mediaimg-swiper .swiper-button-prev .iconfont {
  color: #0080A8;
  font-size: 70px;
}

.mediavideo-swiper {
  position: relative;
}

.mediavideo-swiper .img-box {
  padding-bottom: 56.31929%;
}

.mediavideo-swiper .swiper-button-next {
  right: 0;
  right: -70px;
}

.mediavideo-swiper .swiper-button-prev {
  left: 0;
  left: -70px;
}

.mediavideo-swiper .swiper-button-next, .mediavideo-swiper .swiper-button-prev {
  background-image: none;
  margin-top: 0;
  top: 36%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.mediavideo-swiper .swiper-button-next .iconfont, .mediavideo-swiper .swiper-button-prev .iconfont {
  color: #0080A8;
  font-size: 70px;
}

.mediavideo-swiper .text {
  padding: 20px 0;
}

.mediavideo-swiper h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323333;
}

.mediavideo-swiper .v-bot {
  margin-top: 10px;
  font-family: 'SourceHanSansSC-Regular';
  color: rgba(51, 51, 51, 0.3);
}

.mediavideo-swiper .v-bot span {
  margin-right: 40px;
}

.mediavideo-swiper .imgshow {
  position: relative;
}

.mediavideo-swiper .imgshow .icon {
  position: absolute;
  width: 75px;
  height: 75px;
  background: url("../image/play.png") no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.layer-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fazhan-topinfo {
  color: #323333;
  position: relative;
}

.fazhan-topinfo .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
}

.fazhan-topinfo h4 {
  text-align: center;
  font-family: 'SourceHanSansSC-Regular';
  margin-bottom: 11vh;
}

.fazhan-topinfo .imgshow {
  text-align: center;
}

.fazhan-topinfo .imgshow img {
  max-width: 100%;
}

.fazhan-topinfo ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.fazhan-topinfo ul p {
  margin: 14px 0 0;
}

.fazhan-topinfo ul li:nth-child(2n) {
  margin-top: 10vh;
}

.fazhan-topinfo ul .icon {
  width: 193px;
}

.fazhan-text {
  max-width: 100%;
  margin: 0 auto;
}

.fazhan-text .text {
  text-align: center;
  line-height: 1.875;
}

.fazhan-text .text-downlist {
  margin: 10vh 0 0;
}

.fazhan-text .text-downlist ul {
  display: flex;
  flex-wrap: wrap;
}

.fazhan-text .text-downlist ul {
  margin: 0 -15px;
}

.fazhan-text .text-downlist li {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  box-sizing: border-box;
}

.fazhan-text .text-downlist .img-box {
  padding-bottom: 143.04348%;
}

.fazhan-text .text-downlist .d-item {
  box-shadow: 5px 5px 38px 0px rgba(19, 19, 19, 0.1);
  border-radius: 10px;
  position: relative;
}
.fazhan-text .text-downlist .d-item:hover .d-text{
    opacity: 1;
    visibility: visible;
}
.fazhan-text .text-downlist .d-item .d-text {
  padding: 0px 60px 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
transition: all 0.4s;
}

.fazhan-text .text-downlist .d-item .d-text a {
  color: #FFF;
}

.fazhan-text .text-downlist .d-item .d-y {
  line-height: 1.1;
}

.fazhan-text .text-downlist .d-item .d-dd dd {
  margin-top: 6px;
}

.fazhan-text .text-downlist .d-item .d-dd a {
  display: block;
  background: url("../image/fz-down.png") no-repeat 100% 50%;
  padding-right: 50px;
  transition: all 0.4s;
}

.fazhan-text .text-downlist .d-item .d-dd a:hover {
  text-decoration: underline;
}

.content-fazhan-caigou .title {
  max-width: 55%;
}

.caigou-list {
  padding-top: 40px;
}

.caigou-list ul {
  margin: 0 -15px;
}

.caigou-list li {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.caigou-list li {
  margin-bottom: 68px;
}

.caigou-list ul {
  display: flex;
  flex-wrap: wrap;
}

.caigou-list .c-item {
  border-radius: 30px;
  padding: 86px 36px 56px;
  position: relative;
  border: 1px solid #DCDCDC;
  transition: all 0.4s;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
}

.caigou-list .c-item:hover {
  background-color: #F7FAF6;
  background-color: #F7FAF6;
}

.caigou-list .c-item h3 {
  margin-bottom: 24px;
  color: #323333;
  font-family: 'SourceHanSansSC-Bold';
  font-weight: bold;
}

.caigou-list .icon {
  position: absolute;
  left: 36px;
  top: -40px;
}

.caigou-list .text-p {
  line-height: 1.875;
}

.shenhe-list .title {
  margin: 10vh auto 4.5vh;
}

.shenhe-list .swiper-slide {
  height: auto;
}

.shenhe-list .shenhe-swiper {
  position: relative;
}

.shenhe-list .shenhe-swiper .swiper-button-next {
  right: 0;
  right: -70px;
}

.shenhe-list .shenhe-swiper .swiper-button-prev {
  left: 0;
  left: -70px;
}

.shenhe-list .shenhe-swiper .swiper-button-next, .shenhe-list .shenhe-swiper .swiper-button-prev {
  background-image: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.shenhe-list .shenhe-swiper .swiper-button-next .iconfont, .shenhe-list .shenhe-swiper .swiper-button-prev .iconfont {
  color: #0080A8;
  font-size: 70px;
}

.shenhe-list .s-item {
  display: flex;
  align-items: center;
  background-color: #F7FAF6;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
}

.shenhe-list .s-item:hover:after {
  width: 100%;
}

.shenhe-list .s-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background-color: #54AF13;
  transition: all 0.4s;
}

.shenhe-list .s-item .icon {
  flex-shrink: 0;
  width: 128px;
  margin-right: 26px;
}

.shenhe-list .s-item p {
  line-height: 1.875;
}

.shenhe-list .s-item .down-btn {
  color: #54AF13;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 24px;
}

.gongkai-info {
  display: flex;
  flex-wrap: wrap;
  background: #F7FAF6;
  border-radius: 10px;
  padding: 48px;
}

.gongkai-info .imgshow {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}

.gongkai-info .imgshow .img-box {
  padding-bottom: 81.26464%;
}

.gongkai-info .text {
  width: 70%;
  box-sizing: border-box;
  padding-left: 8%;
}

.gongkai-info .text label {
  color: #333;
  font-family: 'SourceHanSansSC-Medium';
  flex-shrink: 0;
  font-weight: 500;
}

.gongkai-info .text span {
  font-family: 'SourceHanSansSC-Regular';
  font-weight: 400;
}

.gongkai-info .text dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  display: flex;
  line-height: 2;
}

.gongkai-info .text dd:nth-last-child(1) {
  border-bottom: none;
}

.gk-guanlilist .g-item {
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
  border-radius: 6px;
  transition: all 0.3s;
}

.gk-guanlilist .g-item h3 {
  max-width: 80%;
  font-family: 'SourceHanSansSC-Regular';
  font-weight: 400;
}

.gk-guanlilist .g-item .iconfont {
  margin-right: 8px;
}

.gk-guanlilist .g-item:hover {
  background-color: rgba(84, 175, 19, 0.1);
}

.gk-guanlilist li:nth-child(odd) {
  background-color: #F8F8F8;
}

.zuzhi-imgshow {
  text-align: center;
}

.zuzhi-imgshow img {
  max-width: 100%;
}

.zz-btn {
  text-align: center;
  margin: 12vh 0 0;
}

.zz-btn a {
  background-color:rgba(84,175,19,0.66);
  color: #FFF;
  border-radius: 50px;
  display: inline-block;
  padding: 11px 50px;
  transition: all 0.3s;
}
.zz-btn a:hover{
    background-color:rgba(84,175,19,1);
}

.zz-btn a .iconfont {
  font-size: 20px;
}

.d-table {
  max-width: 1200px;
  margin: 0 auto;
}

.d-table thead th {
  background-color: #54AF13;
  color: #Fff;
  font-family: 'SourceHanSansSC-Bold';
  font-weight: bold;
}

.d-table thead th:nth-child(1) {
  border-radius: 30px 0 0 30px;
}

.d-table thead th:nth-last-child(1) {
  border-radius: 0 30px 30px 0;
}

.d-table .d-t {
  padding: 18px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.d-table table {
  width: 100%;
}

.d-table tbody {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.d-table tbody td {
  background-color: rgba(84, 175, 19, 0.03);
  padding: 18px;
  text-align: center;
  box-sizing: border-box;
  font-family: 'SourceHanSansSC-Regular';
}

.d-table tbody tr:nth-child(2n) td {
  background-color: rgba(84, 175, 19, 0.1);
}

.d-table tbody td {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.d-table tbody td:nth-child(1) {
  border-radius: 30px 0 0 30px;
}

.d-table tbody td:nth-last-child(1) {
  border-right: none;
  border-radius: 0 30px 30px 0;
}

.d-table tbody .b0 {
  border-radius: 0 !important;
}

.d-table tbody .b1 {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.d-table tbody .btl {
  border-top-left-radius: 30px !important;
}

.d-table tbody .bbl {
  border-bottom-left-radius: 30px !important;
}

.con-map {
  text-align: center;
}

.con-map img {
  max-width: 100%;
}

.content-contact .title {
  margin-bottom: 0;
}

.con-list {
  margin: 70px 0 0;
}

.con-list ul {
  margin: 0 -15px;
}

.con-list li {
  float: left;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.con-list .img-box {
  padding-bottom: 48.59813%;
}

.con-list ul {
  display: flex;
  flex-wrap: wrap;
}

.con-list .imgshow {
  margin-top: -70px;
  position: relative;
}

.con-list label {
  white-space: nowrap;
}

.con-list .c-item {
  box-sizing: border-box;
  height: 100%;
  background-color: #F7FAF6;
  border-radius: 10px;
  padding: 1px 32px 42px;
  position: relative;
}

.con-list .c-item:hover:after {
  width: 100%;
}

.con-list .c-item:after {
  content: '';
  position: absolute;
  left: 0;
  height: 4px;
  width: 0;
  bottom: 0;
  transition: all 0.4s;
  background-color: #54AF13;
  border-radius: 10px;
}

.con-list .c-item h3 {
  color: #323333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
  font-weight: 500;
  margin-bottom: 18px;
}

.con-list .text {
  margin: 0 26px;
}

.con-list .text dd {
  margin-bottom: 10px;
}

.con-list .text dd:nth-last-child(1) {
  margin-bottom: 0;
}

.con-list .text a {
  display: flex;
  background-position: 0 6px;
  padding-left: 36px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.con-list .text a:hover {
  color: #54AF13;
}

.con-list .text .tel {
  background-image: url("../image/con-tel.png");
}

.con-list .text .fax {
  background-image: url("../image/con-fax.png");
}

.con-list .text .mail {
  background-image: url("../image/con-mail.png");
}

.about-info {
  display: flex;
}

.about-info .info-left {
  width: 280px;
  flex-shrink: 0;
  margin-right: 100px;
}

.about-info .info-left dd {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../image/about-info.png");
  background-color: #54AF13;
  border-radius: 10px;
  color: #FFF;
  padding: 55px 45px;
  margin-bottom: 16px;
}

.about-info .info-left dd:nth-child(2) {
  background-color: #408210;
}

.about-info .info-left dd h3 {
  font-family: 'SourceHanSansSC-Bold';
  font-weight: bold;
}

.about-info .info-right {
  flex: 1;
  width: 100%;
  line-height: 1.875;
}

.about-lingyu {
  margin: 12vh 0 0;
  background: url("../image/about-ly-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 1px 0 15vh;
}

.about-lingyu .imgshow {
  text-align: center;
}

.about-lingyu .imgshow img {
  max-width: 100%;
}

.about-event {
  position: relative;
}

.about-event .swiper-button-next {
  right: calc((100% - 1440px)/2);
  margin-right: -50px;
}

.about-event .swiper-container:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #FFF);
  top: 0;
  z-index: 2;
}

.about-event .swiper-container:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #54AF13;
  z-index: 3;
  opacity: 0.5;
}

.about-event .swiper-button-next {
  background-image: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #54AF13;
  text-align: center;
  line-height: 36px;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 0;
}

.about-event .swiper-button-next .iconfont {
  color: #fff;
  font-size: 20px;
}

.about-event:after {
  content: '';
  position: absolute;
  left: calc((100% - 1440px)/2);
  top: 50%;
  background-color: #54AF13;
  opacity: 0.6;
  height: 1px;
  right: 0;
}

.about-event:before {
  content: '';
  position: absolute;
  left: calc((100% - 1440px)/2);
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #54AF13;
}

.about-event .d-dot {
  width: 19px;
  height: 19px;
  background: url("../image/event-icon1.png") no-repeat;
}

.about-event .line {
  height: 45px;
  width: 1px;
  background-color: #54AF13;
  opacity: 0.1;
  margin-left: 9px;
  transition: all 0.3s;
}

.about-event .d-y {
  line-height: 1;
  transition: all 0.3s;
}

.about-event .text {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-event .text p {
  height: 64px;
  line-height: 32px;
  white-space: nowrap;
}

.about-event .e-item {
  color: #999;
  font-family: 'SourceHanSansSC-Regular';
}

.about-event dd {
  padding-top: 193px;
  display: flex;
  flex-direction: column;
  height: 212px;
  position: relative;
  margin: 0 16%;
  cursor: pointer;
}

.about-event dd:hover .line {
  opacity: 1;
}

.about-event dd:hover .d-y {
  color: #54AF13;
}

.about-event dd:nth-child(2) {
  padding-top: 0;
  padding-bottom: 196px;
  flex-direction: column-reverse;
}

.about-event dd:nth-child(2) .d-dotline {
  display: flex;
  flex-direction: column-reverse;
}

.about-event dd:nth-child(2) .text {
  bottom: auto;
  top: 0;
}

.about-event dl {
  display: flex;
  justify-content: center;
}

.about-event-grid .swiper-slide {
  width: 340px;
}

.about-chuangxin {
  background: url("../image/chuangxin-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 1px 0 15vh;
  margin-top: 14vh;
}

.chuangxin-list li {
  padding-left: 30%;
  margin-bottom: 32px;
}

.chuangxin-list li:nth-child(2) {
  padding-left: 0;
  padding-right: 30%;
}

.chuangxin-list li:nth-child(2) .c-item {
  background: url("../image/cx-bg2.png") no-repeat 100% 50%;
  background-size: auto 100%;
  padding: 0 0 0 400px;
}

.chuangxin-list li:nth-child(2) .c-item .img-icon {
  right: auto;
  left: 0;
}

.chuangxin-list li:nth-child(2) .c-item .text {
  margin-left: 20%;
}

.chuangxin-list .c-item {
  background: url("../image/cx-bg1.png") no-repeat 0 50%;
  position: relative;
  background-size: auto 100%;
  height: 195px;
  padding: 0 400px 0 15%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chuangxin-list .c-item .img-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.chuangxin-list .c-item .img-icon img {
  max-width: 100%;
}

.chuangxin-list .text h3 {
  position: relative;
  margin-bottom: 8px;
}

.chuangxin-list .text h3 small {
  position: absolute;
  text-transform: uppercase;
  left: 0;
  bottom: 5px;
  font-family: 'SourceHanSansSC-Regular';
  opacity: 0.1;
}

.chuangxin-list dl {
  display: flex;
}

.chuangxin-list dl a {
  display: block;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  padding: 6px 16px;
}

.chuangxin-list dl dd {
  margin-right: 10px;
}

.about-honor {
  display: flex;
}

.about-honor .honor-left {
  width: 33%;
  color: #333;
  font-family: 'SourceHanSansSC-Regular';
  margin-top: 4%;
  margin-right: 2%;
}

.about-honor .honor-left dd {
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
}
.about-honor .honor-left dl{
    max-height: 280px;
    overflow-y: auto;
}
  /* 自定义滚动条样式 */
.about-honor .honor-left dl::-webkit-scrollbar {
      width: 4px; /* 滚动条宽度 */
    }
.about-honor .honor-left dl::-webkit-scrollbar-track {
      background-color: #f1f1f1; /* 滚动条背景颜色 */
    }

.about-honor .honor-left dl::-webkit-scrollbar-thumb {
      background-color: #888; /* 滚动条滑块颜色 */
    }

.about-honor .honor-left dl::-webkit-scrollbar-thumb:hover {
      background-color: #555; /* 鼠标悬停时滚动条滑块颜色 */
    }
.about-honor .honor-left dd:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 18px;
  background-color: #54AF13;
  opacity: 0.5;
  width: 3px;
  margin-top: -9px;
}

.about-honor .honor-left dd.cur {
  color: #54AF13;
  font-size: 2.4rem;
}

.about-honor .honor-left dd.cur:after {
  opacity: 1;
}

.about-honor .honor-right {
  width: 65%;
}

.about-honor .honor-right .swiper-slide {
  width: 554px;
  height: 380px;
}
.about-honor .honor-right .swiper-slide .imgshow{
     width: 100%;
  height: 100%;
  background: #FFF;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid  #ccc;
}
.about-honor .honor-right .swiper-slide img {
  /*width: 100%;*/
  height: 100%;
  object-fit: cover;
}

.honor-swiper {
  position: relative;
}

.honor-swiper .h-page {
  position: relative;
  width: 90px;
  height: 36px;
  margin: 32px 0 0;
}

.honor-swiper .swiper-button-next {
  right: 0;
}

.honor-swiper .swiper-button-prev {
  left: 0;
}

.honor-swiper .swiper-button-next, .honor-swiper .swiper-button-prev {
  background-image: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #54AF13;
  text-align: center;
  line-height: 36px;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 0;
}

.honor-swiper .swiper-button-next .iconfont, .honor-swiper .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 1600px) {
  .dev-swiper .swiper-button-next, .prolist-swiper .swiper-button-next, .prodispz-swiper .swiper-button-next, .shenhe-list .shenhe-swiper .swiper-button-next, .mediaimg-swiper .swiper-button-next, .mediavideo-swiper .swiper-button-next, .related-swiper .swiper-button-next {
    right: 0;
  }
  .dev-swiper .swiper-button-next .iconfont, .prolist-swiper .swiper-button-next .iconfont, .prodispz-swiper .swiper-button-next .iconfont, .shenhe-list .shenhe-swiper .swiper-button-next .iconfont, .mediaimg-swiper .swiper-button-next .iconfont, .mediavideo-swiper .swiper-button-next .iconfont, .related-swiper .swiper-button-next .iconfont {
    font-size: 35px;
  }
  .dev-swiper .swiper-button-prev, .prolist-swiper .swiper-button-prev, .prodispz-swiper .swiper-button-prev, .shenhe-list .shenhe-swiper .swiper-button-prev, .mediaimg-swiper .swiper-button-prev, .mediavideo-swiper .swiper-button-prev, .related-swiper .swiper-button-prev {
    left: 0;
  }
  .dev-swiper .swiper-button-prev .iconfont, .prolist-swiper .swiper-button-prev .iconfont, .prodispz-swiper .swiper-button-prev .iconfont, .shenhe-list .shenhe-swiper .swiper-button-prev .iconfont, .mediaimg-swiper .swiper-button-prev .iconfont, .mediavideo-swiper .swiper-button-prev .iconfont, .related-swiper .swiper-button-prev .iconfont {
    font-size: 35px;
  }
  .f-100 {
    font-size: 8.4rem;
  }
  .f-58 {
    font-size: 4.8rem;
  }
  .f-48, .f-40 {
    font-size: 3.2rem;
  }
  .f-32, .f-30, .f-36 {
    font-size: 2.4rem;
  }
  .f-24 {
    font-size: 1.8rem;
  }
  .f-20 {
    font-size: 1.6rem;
  }
  .about-event .swiper-button-next {
    right: 0;
    margin-right: 0;
  }
  #menuPc > ul > li > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1466px) {
  .nav-box nav#menuPc > ul > li dl dd a {
    font-size: 1.4rem;
  }
  #menuPc > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4rem;
  }
  .f-18 {
    font-size: 1.4rem;
  }
  .footer .footer-top .f-nav a, .f-right .f-lx .tel p {
    font-size: 1.8rem;
  }
  .footer-bot .foot-copy {
    font-size: 1.4rem;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .m-width-content {
    max-width: 1200px;
  }
  .fazhan-list ul li:nth-child(2) {
    margin-top: -4px;
  }
  .fazhan-list ul li:nth-child(3) {
    padding-top: 10px;
  }
  .fazhan-list ul li:nth-child(4) {
    padding-top: 38px;
  }
  .chuangxin-list dl a {
    font-size: 12px;
  }
  .pro-tabitem.gk-tab a {
    font-size: 1.4rem;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0 0.2%;
    width: 11.11%;
  }
}

@media screen and (max-width: 1366px) {
  .nav-box nav#menuPc > ul > li dl dd a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #menuPc > ul > li > a {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .f-46 {
    font-size: 2.4rem;
  }
  .m-width-content {
    max-width: 1000px;
  }
  #menuPc a {
    padding: 20px;
    font-size: 14px;
  }
  .f-36 {
    font-size: 2.4rem;
  }
  .f-40 {
    font-size: 2.8rem;
  }
  body,
  input,
  select,
  button,
  textarea {
    font-size: 1.4rem;
  }
  .title {
    max-width: 90%;
  }
  .fazhan-list ul li:nth-child(3) {
    padding-top: 0;
  }
  .fazhan-list ul li:nth-child(4) {
    padding-top: 41px;
  }
  .news-list h3 {
    font-size: 1.6rem;
  }
  .chuangxin-list .c-item {
    height: 150px;
    padding-right: 300px;
    padding-left: 10%;
  }
  .chuangxin-list .c-item .img-icon {
    width: 300px;
  }
  .chuangxin-list li:nth-child(2) .c-item .text {
    margin-left: 0;
  }
  .chuangxin-list li:nth-child(2) .c-item {
    padding-left: 300px;
  }
  .pro-tabitem a {
    margin: 0 10px;
    min-width: 150px;
  }
  .prolist-swiper .h-text {
    padding: 24px;
  }
  .f-48, .f-40 {
    font-size: 2.4rem;
  }
  .pro-tdlist .t-item {
    width: 120px;
  }
  .fazhan-topinfo ul .icon {
    width: 120px;
  }
  .caigou-list .c-item {
    padding: 80px 20px 32px;
  }
  .shenhe-list .s-item .icon {
    width: 80px;
  }
  .shenhe-list .s-item {
    padding: 16px 24px;
  }
  .mediavideo-swiper h3 {
    font-size: 1.8rem;
  }
  .media-imgshow .vi-item .text .t-top p {
    font-size: 1.2rem;
  }
  .media-imgshow .vi-item .text .t-top h3 {
    font-size: 1.8rem;
  }
  .con-list .c-item h3 {
    font-size: 1.8rem;
  }
  .con-list .c-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .see-more {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 1000px) {
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    background: #54AF13;
    z-index: 999;
    padding: 0;
  }
  .header .header-box {
    padding: 22px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner-content .text.text1 {
    width: 100%;
  }
  .header .h-left .h-img {
    display: block;
  }
  .header .h-left .d-img {
    display: none;
  }
  .h-search {
    margin-left: 12px;
    margin-right: 50px;
  }
  .banner .banner-content {
    display: none;
  }
  .h-tool {
    padding-top: 0;
  }
  .header .h-left {
    padding-top: 0;
  }
  .index-about-grid .text {
    position: relative;
  }
  .see-more {
    min-width: 120px;
  }
  .index-about-grid .about-btns {
    display: flex;
    justify-content: space-between;
  }
  .index-about-grid .about-btns .see-more {
    width: 48%;
    margin: 0;
  }
  .index-dev-grid .swiper-slide.cur {
    width: initial;
  }
  .index-fazhan-grid .fazhan-content {
    position: relative;
    padding-bottom: 32px;
  }
  .fazhan-list .f-item .imgshow {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: 120px;
    transform: translateY(0);
  }
  .fazhan-list .see-more {
    opacity: 1;
    visibility: visible;
    color: #54AF13;
    border-color: #54AF13;
    padding: 6px 12px;
  }
  .fazhan-list .dot {
    display: none;
  }
  .fazhan-list ul li {
    padding-top: 0 !important;
    width: 50%;
    margin-bottom: 12px;
  }
  .fazhan-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .fazhan-list .text {
    color: #323333;
  }
  .fazhan-list .f-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .news-list {
    overflow: hidden;
  }
  .news-list ul {
    margin: 0 -10px;
  }
  .news-list li {
    width: 50%;
    padding: 0 10px;
  }
  .news-list .text {
    padding: 12px;
  }
  .footer .footer-top {
    flex-direction: column;
  }
  .footer .footer-top .f-nav {
    width: 100%;
  }
  .footer .footer-top .f-nav li {
    margin-right: 12px;
  }
  .f-right {
    width: 100%;
    flex-direction: column;
  }
  .f-right .img-code {
    margin-top: 12px;
  }
  .f-right .img-code .img-pic {
    margin: 0 auto 12px;
    width: 100px;
  }
  .footer-bot {
    padding: 20px 0;
    margin-top: 20px;
  }
  .banner-bot {
    bottom: 42px;
  }
  .inner-banner .b-text h5, .inner-banner .b-text h6 em {
    font-size: 18px;
    white-space: nowrap;
  }
  .inner-banner .b-text h6 {
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 0;
    white-space: nowrap;
  }
  .inner-banner .b-text h6 em {
    padding-top: 0;
    padding-right: 12px;
  }
  .about-info {
    flex-direction: column;
  }
  .about-info .info-left {
    width: 100%;
    margin: 0 0 12px;
  }
  .about-lingyu {
    margin: 32px 0;
    padding: 1px 0 24px;
  }
  .about-event .d-y {
    font-size: 24px;
  }
  .about-event dd {
    height: 156px;
    padding-top: 140px;
  }
  .about-event dd:nth-child(2) {
    padding-bottom: 140px;
  }
  .chuangxin-list li {
    padding-left: 0;
  }
  .chuangxin-list .c-item .img-icon {
    display: none;
  }
  .chuangxin-list .c-item, .chuangxin-list li:nth-child(2) .c-item {
    height: auto;
    background: none;
    padding: 0;
  }
  .chuangxin-list li:nth-child(2) {
    padding: 0;
  }
  .about-chuangxin {
    padding: 1px 0 32px;
    margin-top: 32px;
  }
  .about-honor {
    flex-direction: column;
  }
  .about-honor .honor-left {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .about-honor .honor-right {
    width: 100%;
  }
  .about-honor .honor-right .swiper-slide {
    height: auto;
  }
  .pro-tabitem {
    display: flex;
    overflow-x: auto;
  }
  .pro-tabitem a {
    white-space: nowrap;
  }
  .product-info .imgshow, .product-info .text {
    width: 100%;
  }
  .product-info .text {
    padding: 0;
    margin-top: 24px;
  }
  .product-info {
    padding: 1px 0;
  }
  .prodis-info .imgshow, .prodis-info .text {
    width: 100%;
  }
  .prodis-info .imgshow {
    margin-bottom: 32px;
    padding-left: 12px;
  }
  .prodis-info .imgshow:after {
    right: 12px;
    top: 12px;
  }
  .prodis-info .text {
    padding: 0;
  }
  .pro-tdlist ul {
    flex-wrap: wrap;
  }
  .pro-tdlist ul li {
    width: 30%;
    margin-bottom: 12px;
  }
  .pro-tdlist ul .pro-tdlist .t-item {
    width: 100%;
  }
  .pway-swiper .pway-left, .pway-swiper .pway-right {
    width: 100%;
    padding: 0;
  }
  .pway-swiper {
    padding: 12px;
  }
  .pway-swiper .pway-left {
    margin-bottom: 32px;
  }
  .prolist-swiper .h-text {
    visibility: visible;
    opacity: 1;
    top: 90%;
  }
  .prolist-swiper .text {
    opacity: 0;
    visibility: hidden;
  }
  .fazhan-topinfo ul {
    flex-wrap: wrap;
  }
  .fazhan-topinfo ul li {
    width: 50%;
    margin-top: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .fazhan-topinfo ul .t-item {
    display: inline-block;
  }
  .fazhan-topinfo .text {
    position: initial;
  }
  .fazhan-topinfo h4 {
    margin-bottom: 32px;
  }
  .fazhan-topinfo .imgshow {
    display: none;
  }
  .fazhan-text .text-downlist .d-item .d-text {
    position: initial;
    padding: 12px;
  }
  .fazhan-text .text-downlist .d-item .d-y {
    font-size: 16px;
  }
  .fazhan-text .text-downlist .d-item .d-dd a {
    font-size: 12px;
  }
  .fazhan-text .text-downlist .d-item {
    background-color: #54AF13;
  }
  .fazhan-text .text-downlist .d-item .d-dd a {
    background-size: 10px;
    background-position: 100% 5px;
  }
  .content-fazhan-caigou .title {
    max-width: 90%;
  }
  .caigou-list li {
    width: 100%;
  }
  .shenhe-list .s-item {
    flex-direction: column;
  }
  .shenhe-list .s-item .icon {
    margin: 0 0 12px;
  }
  .newstop-swiper .imgshow, .newstop-swiper .text {
    width: 100%;
  }
  .newstop-swiper .text {
    padding: 0;
    margin: 12px 0 0;
  }
  .newstop-swiper .n-item {
    padding: 12px;
  }
  .newstop-swiper h3 {
    font-size: 18px;
  }
  .newstop-swiper .n-page {
    margin: 24px 0;
    text-align: center;
  }
  .newstop-swiper .n-page .swiper-pagination {
    text-align: center;
  }
  .newstop-swiper {
    margin-bottom: 32px;
  }
  .page-list {
    display: none;
  }
  .page-box {
    padding: 36px 0;
  }
  .media-imgshow .vi-item {
    padding: 12px 32px;
    flex-direction: column;
    background: none;
    border: 1px solid rgba(84, 175, 19, 0.1);
  }
  .media-imgshow .vi-item .imgshow, .media-imgshow .vi-item .text {
    width: 100%;
  }
  .media-imgshow .vi-item .imgshow {
    margin-bottom: 12px;
  }
  .media-imgshow .vi-item .text .t-bot {
    margin-top: 20px;
  }
  .news-page a {
    width: 100%;
    display: block;
    text-align: left !important;
    margin-bottom: 12px;
  }
  .news-page {
    flex-direction: column;
  }
  .news-page .goback {
    position: initial;
    transform: translate(0, 0);
    text-align: center !important;
    justify-content: center;
  }
  .pro-tabitem.gk-tab a {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gongkai-info {
    padding: 12px;
    flex-direction: column;
  }
  .gongkai-info .imgshow, .gongkai-info .text {
    width: 100%;
  }
  .gongkai-info .text {
    padding-left: 0;
  }
  .zz-btn {
    margin: 32px 0 0;
  }
  .zz-btn a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .zz-btn a .iconfont {
    font-size: 14px;
  }
  .gk-guanlilist .g-item {
    padding: 12px;
  }
  .gk-guanlilist .g-item h3 {
    max-width: 60%;
  }
  .title.w6 {
    max-width: 90%;
  }
  .con-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .con-list .imgshow {
    margin-top: 12px;
  }
  .con-list .text {
    margin-left: 0;
    margin-right: 0;
  }
}
