.maodian {
  position: relative;
  top: -1.07rem;
  display: block;
}
.maodian1 {
  top: -2rem;
}
html,
body {
  scroll-behavior: smooth;
  /*user-select: none;*/
}
body {
  --f14: 14px;
  --f16: 16px;
  --f18: 0.18rem;
  --padding: 10.4vw;
}
.w1520 {
  padding-left: var(--padding);
  padding-right: var(--padding);
  box-sizing: border-box;
  width: 100%;
}
.p60 {
  padding-top: 0.6rem;
}
.p60_ {
  padding-bottom: 0.6rem;
}
.m54 {
  margin-top: 0.54rem;
}
.p54 {
  padding-top: 0.54rem;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.p150_ {
  padding-bottom: 1.5rem;
}
.p140 {
  padding-top: 1.4rem;
}
.bg_list {
  background: url(../image/bg1.png) no-repeat 50% 50% / cover;
}
.bg_list1 {
  background: url(../image/bg2.png) no-repeat 50% 50%/100% 100%;
}
.bg_list2 {
  background: url(../image/bg3.png) no-repeat 50% 50%/100% 100%;
}
.Header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  border-bottom: 1px solid #edf3f3;
  transition: 0.4s;
  background: #fff;
}
.Header .box .left {
  display: flex;
  align-items: center;
}
.Header .box .left a {
  display: block;
}
.Header .box .left a img {
  height: 0.52rem;
}
.Header .box .right nav .item {
  padding: 0 0.23rem;
}
.Header .box .right nav .item > p a {
  display: block;
  font-size: var(--f18);
  color: #333;
  line-height: 1.06rem;
  transition: 0.4s;
  position: relative;
}
.Header .box .right nav .item > p a i {
  font-size: var(--f16);
}
.Header .box .right nav .item > p a::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 3px;
  background: #1f9244;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.25rem;
  transition: all 0.4s;
}
.Header .box .right nav .item:hover > p a {
  color: #1f9244;
}
.Header .box .right nav .item:hover > p a::after {
  width: 18px;
}
.Header .box .right nav .item:hover .TwoSelect {
  display: block;
}
.Header .box .right nav .item.active > p a {
  color: #1f9244;
}
.Header .box .right nav .item.active > p a::after {
  width: 18px;
}
.Header .box .right nav .item1 {
  position: relative;
}
.Header .box .right nav .item1 ul {
  position: absolute;
  width: 1.66rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: grid;
  gap: 0.24rem;
  border-radius: 0.2rem;
  padding: 0.38rem 0;
  display: none;
}
.Header .box .right nav .item1 ul li a {
  font-size: var(--f18);
  color: #333;
  display: block;
  text-align: center;
  transition: 0.4s;
}
.Header .box .right nav .item1 ul li a:hover {
  color: #1f9244;
}
.Header .box .right nav .item1:hover ul {
  display: grid;
}
.Header .box .right .button {
  margin-left: 0.4rem;
}
.Header .box .right .button .language {
  display: flex;
  align-items: center;
}
.Header .box .right .button .language a {
  font-size: var(--f18);
  font-family: 'gilroy_regular';
  transition: 0.4s;
}
.Header .box .right .button .language a svg {
  vertical-align: middle;
  margin-right: 0.1rem;
  margin-top: -2px;
}
.Header .box .right .button .language a i {
  font-size: var(--f14);
}
.Header .box .right .button .language a:hover {
  color: #1f9244;
}
.Header .box .right .button .Search {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}
.Header .box .right .button .Search div {
  width: 24px;
  cursor: pointer;
}
.Header .box .right .button .Search div i {
  display: none;
  font-size: 0.26rem;
  color: #333;
}
.Header .box .right .button .Search div.active svg {
  display: none;
}
.Header .box .right .button .Search div.active i {
  display: block;
}
.Header.on {
  background: transparent;
  position: fixed;
}
.Header.active {
  background: #fff;
}
.TwoSelect {
  position: absolute;
  min-height: 1rem;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(237, 109, 0, 0.07);
  --w: 2.56rem;
  min-height: 4.4rem;
  display: none;
}
.TwoSelect .box_ {
  padding: 0.48rem 0;
  --ww: calc(100vw - var(--padding) * 2);
}
.TwoSelect .box_ .list_ {
  width: var(--w);
  display: grid;
  gap: 0.3rem;
  position: relative;
}
.TwoSelect .box_ .list_ svg {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  display: none;
}
.TwoSelect .box_ .list_ .one_box .one_item {
  font-size: 0.24rem;
  color: #666;
  position: relative;
  display: block;
  transition: 0.4s;
}
.TwoSelect .box_ .list_ .one_box .one_item img {
  height: 0.4rem;
  margin-right: 0.14rem;
  transform: translateY(-2px);
}
.TwoSelect .box_ .list_ .one_box .one_item svg {
  opacity: 0;
}
.TwoSelect .box_ .list_ .one_box .two_box {
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  width: 100%;
  border-left: 1px solid #eee;
  display: none;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit {
  padding-left: 0.4rem;
  margin-bottom: 0.26rem;
  display: none;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit:last-child {
  margin-bottom: 0;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .two_item a {
  font-size: var(--f18);
  color: #49584f;
  display: block;
  position: relative;
  line-height: 0.4rem;
  transition: 0.4s;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .two_item a svg {
  opacity: 0;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box {
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  --itemW: calc(var(--ww) - (var(--w) * 2));
  width: calc(var(--ww) - (var(--w) * 2));
  border-left: 1px solid #eee;
  padding-left: 0.4rem;
  display: none;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .three_scroll .three_item {
  display: flex;
  width: fit-content;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .three_scroll .three_item .ite {
  width: calc((var(--itemW) - 0.4rem) / 4);
  padding-right: 20px;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .three_scroll .three_item .ite a {
  border-radius: 0.15rem;
  overflow: hidden;
  border: 1px solid #eee;
  display: block;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .three_scroll .three_item .ite a figure img {
  width: 100%;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .three_scroll .three_item .ite a figcaption {
  font-size: var(--f18);
  color: #49584f;
  text-align: center;
  padding: 6px 0.1rem;
  line-height: 22px;
  height: 44px;
  box-sizing: initial;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .banner .ite a {
  border-radius: 0.15rem;
  overflow: hidden;
  border: 1px solid #eee;
  display: block;
  padding-bottom: 0.08rem;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .banner .ite a figure img {
  width: 100%;
  height: 1.6rem;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .banner .ite a figcaption {
  font-size: var(--f18);
  color: #49584f;
  text-align: center;
  padding: 0px 0.1rem;
  line-height: 22px;
  min-height: 44px;
  box-sizing: initial;
  transition: 0.4s;
  margin-top: 0.08rem;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .banner .ite a:hover figcaption {
  color: #1f9244;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .banner .swiper-scrollbar {
  margin-top: 0.4rem;
  width: 100%;
  height: 5px;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit .three_box .three_list .banner .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1f9244;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit.active .two_item a {
  color: #1f9244;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit.active .two_item a svg {
  opacity: 1;
}
.TwoSelect .box_ .list_ .one_box .two_box .two_lsit.active .three_box {
  display: block;
}
.TwoSelect .box_ .list_ .one_box.active .two_box {
  display: block;
}
.TwoSelect .box_ .list_ .one_box.active .two_box .two_lsit {
  display: block;
}
.TwoSelect .box_ .list_ .one_box.active .one_item {
  color: #1f9244;
}
.TwoSelect .box_ .list_ .one_box.active .one_item svg {
  opacity: 1;
}
.InnerBanner {
  position: relative;
  overflow: hidden;
}
.InnerBanner picture img {
  width: 100%;
}
.InnerBanner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.InnerBanner .bg img {
  width: 100%;
  height: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  top: 2.3rem;
  left: 0;
  width: 100%;
}
.InnerBanner .orientation .box {
  color: #fff;
}
.InnerBanner .orientation .box .content1{
    margin-top: 0.35rem;
      margin-bottom: 0.35rem;
}
.InnerBanner .orientation .box .content1 p {
  width: 0.6rem;
  height: 4px;
  background: #fff;
}
.InnerBanner .orientation .box .content2 {
  font-size: 0.72rem;
  line-height: 1;
  
}
.InnerBanner .orientation .box .content3 {
  font-size: 0.48rem;
}
.SecondaryNavigation {
  height: 0;
}
.SecondaryNavigation .box {
  transform: translateY(-100%);
}
.SecondaryNavigation .box ul li {
  padding-bottom: 0.3rem;
  margin-right: 0.4rem;
}
.SecondaryNavigation .box ul li:last-child {
  margin-right: 0;
}
.SecondaryNavigation .box ul li a {
  color: #fff;
}
.SecondaryNavigation .box ul li a div {
  font-size: var(--f18);
}
.SecondaryNavigation .box ul li a p {
  margin-top: 0.14rem;
  transition: 0.4s;
}
.SecondaryNavigation .box ul li a p span {
  display: block;
  width: 0px;
  height: 3px;
  background: #fff;
  margin: auto;
  border-radius: 3px;
  transition: 0.4s;
}
.SecondaryNavigation .box ul li a:hover p span {
  width: 18px;
}
.SecondaryNavigation .box ul .active a p span {
  width: 18px;
}
.ColumnNavigation .box ul li {
  margin-right: 0.35rem;
}
.ColumnNavigation .box ul li:last-child {
  margin-right: 0;
}
.ColumnNavigation .box ul li a div {
  font-size: var(--f18);
  color: #333;
}
.ColumnNavigation .box ul li p {
  margin-top: 0.14rem;
  transition: 0.4s;
}
.ColumnNavigation .box ul li p span {
  display: block;
  width: 0px;
  height: 3px;
  background: #1f9244;
  margin: auto;
  border-radius: 3px;
  transition: 0.4s;
}
.ColumnNavigation .box ul li:hover p span {
  width: 18px;
}
.ColumnNavigation .box ul .active a div {
  color: #1f9244;
}
.ColumnNavigation .box ul .active a p span {
  width: 18px;
}
.bjq .box {
  font-size: var(--f18);
  line-height: 0.32rem;
}
.SolutionList {
  min-height: 4rem;
}
.SolutionList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem 0.2rem;
}
.SolutionList .box .item a {
  display: block;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.SolutionList .box .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.SolutionList .box .item a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.SolutionList .box .item a figcaption img {
  width: 100%;
}
.SolutionList .box .item a .text {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.2rem;
}
.SolutionList .box .item a:hover figure img {
  transform: scale(1.1);
}
.SolutionList .box .item a:hover figcaption {
  opacity: 1;
}
.pageBox {
  margin-top: 0.74rem;
}
.pageBox .box_ .prev a i {
  font-size: 0.22rem;
  color: #666;
  transition: 0.4s;
}
.pageBox .box_ .prev a i:hover {
  color: #1f9244;
}
.pageBox .box_ .next a i {
  font-size: 0.22rem;
  color: #666;
  transition: 0.4s;
}
.pageBox .box_ .next a i:hover {
  color: #1f9244;
}


.pageBox .box_ .number {
  margin: 0 0.3rem;
}
.pageBox .box_ .number a {
  margin: 0 0.2rem;
  font-size: 0.2rem;
  color: #666;
  font-family: 'gilroy_regular';
  transition: 0.4s;
}
.pageBox .box_ .number a:hover {
  color: #1f9244;
}
.pageBox .box_ .number .active {
  color: #1f9244;
}
.footer {
  padding: 1rem 0 1.26rem;
  background: url(../image/footBg.png) no-repeat 50% 50% / cover;
  position: relative;
}
.footer .gotop {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-95%);
  cursor: pointer;
}
.footer .gotop svg {
  position: absolute;
  left: 50%;
  top: 0.18rem;
  transform: translateX(-50%);
}
.footer .box .boxTop .left img {
  height: 0.57rem;
}
.footer .box .boxCenter {
  margin-top: 0.4rem;
  padding-top: 0.68rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .box .boxCenter .left .item {
  margin-right: 0.4rem;
}
.footer .box .boxCenter .left .item:last-child {
  margin-right: 0;
}
.footer .box .boxCenter .left .item h5 {
  font-size: 0.24rem;
  color: #fff;
}
.footer .box .boxCenter .left .item ul {
  margin-top: 0.3rem;
}
.footer .box .boxCenter .left .item ul li {
  line-height: 0.36rem;
}
.footer .box .boxCenter .left .item ul li a {
  font-size: var(--f18);
  color: #fff;
  transition: 0.4s;
}
.footer .box .boxCenter .left .item ul li a:hover {
  text-decoration: underline;
}
.footer .box .boxCenter .left .item ul li div p a{
    font-size: 0.16rem;
    opacity: 0.7;
}

.footer .box .boxCenter .right .le {
  max-width: 3.2rem;
}
.footer .box .boxCenter .right .le h5 {
  font-size: 0.24rem;
  color: #fff;
}
.footer .box .boxCenter .right .le .content {
  margin-top: 0.3rem;
  display: grid;
  gap: 0.12rem;
}
.footer .box .boxCenter .right .le .content .ite {
  color: #fff;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.36rem;
}
.footer .box .boxCenter .right .le .content .ite p {
  font-size: 0.24rem;
  font-family: 'gilroy_regular';
}
.footer .box .boxCenter .right .le .content .ite p a {
  color: #fff;
  font-size: 0.2rem;
}
.footer .box .boxCenter .right .le .content .ite p span {
  font-size: var(--f18);
}
.footer .box .boxCenter .right .le .content .ite svg {
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.footer .box .boxCenter .right .ri {
  margin-left: 0.4rem;
}
.footer .box .boxCenter .right .ri ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.footer .box .boxCenter .right .ri ul li {
  text-align: center;
}
.footer .box .boxCenter .right .ri ul li figure img {
  width: 1.35rem;
}
.footer .box .boxCenter .right .ri ul li figcaption {
  font-size: var(--f18);
  color: #fff;
  margin-top: 6px;
}
.footer .box .boxBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.32rem;
  color: #fff;
  padding-top: 0.4rem;
}
.footer .box .boxBottom a {
  color: #fff;
  display: inline-block;
  margin-left: 0.1rem;
  transition: 0.4s;
}
.footer .box .boxBottom a:hover {
  text-decoration: underline;
}
.foot_link .a {
  width: 2rem;
  --w: 0.58rem;
  line-height: var(--w);
  height: var(--w);
  position: relative;
  border-radius: calc(var(--w) / 2);
  cursor: pointer;
}
.foot_link .a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: calc(var(--w) / 2);
  transition: 0.4s;
  box-sizing: border-box;
}
.foot_link .a .l {
  flex: 1;
  font-size: var(--f18);
  color: #fff;
  padding-left: 0.36rem;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.foot_link .a .r {
  width: var(--w);
  height: var(--w);
  border-radius: calc(var(--w) / 2);
  text-align: center;
  position: relative;
  z-index: 1;
}
.foot_link .a .r svg {
  margin: auto;
}
.foot_link .a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: var(--w);
  height: var(--w);
  border-radius: calc(var(--w) / 2);
  background: #fff;
  transition: 0.4s;
  box-sizing: border-box;
}
.foot_link .a:hover::after {
  width: 100%;
}
.foot_link .a:hover .l {
  color: #1f9244;
}
.foot_link.bgc .a {
  box-shadow: 0px 0px 24px 0px rgba(26, 139, 73, 0.42);
  background: linear-gradient(135deg, #1a8b48, #1d91a2);
}
.foot_link.bgc .a::before {
  border: 0;
}
.mbx .box {
  font-size: var(--f18);
  color: #333;
}
.mbx .box a {
  color: #333;
  transition: 0.4s;
}
.mbx .box a svg {
  vertical-align: middle;
  transform: translateY(-2px);
}
.mbx .box a:hover {
  color: #1f9244;
}
.mbx .box span {
  color: #000;
}
.Solution1 {
  margin-top: 0.86rem;
}
.Solution1 .box .boxLeft {
  display: flex;
  align-items: center;
  max-width: 6.5rem;
}
.Solution1 .box .boxLeft .content1 {
  font-size: 0.18rem;
  color: #333;
}
.Solution1 .box .boxLeft .content2 {
  margin: 0.2rem 0 0;
  font-size: 0.48rem;
}
.Solution1 .box .boxLeft .content3 {
  margin-top: 0.72rem;
}
.Solution1 .box .boxLeft .content4 {
  font-size: 0.48rem;
  color: #1f9244;
  margin-top: 0.1rem;
}
.Solution1 .box .boxLeft .content5 {
  font-size: 0.48rem;
}
.Solution1 .box .boxLeft .content6 {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #49584f;
  margin-top: 0.45rem;
}
.Solution1 .box .boxLeft .content7 {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 0.45rem 0;
}
.Solution1 .box .boxLeft .content8 {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #49584f;
}
.Solution1 .box .boxLeft .content8 span {
  color: #1f9244;
}
.Solution1 .box .boxRight {
  width: 50%;
  position: relative;
}
.Solution1 .box .boxRight .swiper {
  border-radius: 0.25rem;
  overflow: hidden;
}
.Solution1 .box .boxRight p img {
  width: 100%;
  transition: 0.4s;
  border-radius: 0.25rem;
}
.Solution1 .box .boxRight p img:hover {
  transform: scale(1.1);
}
.Solution1 .box .boxRight .page {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.48rem;
}
.banner_page {
  text-align: center;
}
.banner_page div span {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: url(../image/img5.png) no-repeat 50% 50%/100% 100%;
  opacity: 0.5;
}
.banner_page div .swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../image/img4.png) no-repeat 50% 50%/100% 100%;
}
.banner_page.on {
  margin-top: 0.4rem;
}
.banner_page.on div span {
  opacity: 0.25;
  background: url(../image/img7.png) no-repeat 50% 50%/100% 100%;
}
.banner_page.on div .swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../image/img4.png) no-repeat 50% 50%/100% 100%;
}
.Solution2 {
  margin-top: 0.9rem;
}
.Solution2 .box ul li {
  margin-right: 0.68rem;
}
.Solution2 .box ul li:last-child {
  margin-right: 0;
}
.Solution2 .box ul li a div {
  font-size: var(--f18);
  color: #333;
}
.Solution2 .box ul li p {
  margin-top: 0.14rem;
  transition: 0.4s;
}
.Solution2 .box ul li p span {
  display: block;
  width: 0px;
  height: 3px;
  background: #1f9244;
  margin: auto;
  border-radius: 3px;
  transition: 0.4s;
}
.Solution2 .box ul li:hover p span {
  width: 18px;
}
.Solution2 .box ul .active a div {
  color: #1f9244;
}
.Solution2 .box ul .active a p span {
  width: 18px;
}
.Solution3 {
  margin-top: 0.4rem;
}
.Solution3 .box {
  display: grid;
  gap: 0.3rem;
}
.Solution3 .box .item {
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(217, 222, 199, 0.26);
  padding: 0.75rem 1.05rem;
  border-radius: 0.2rem;
}
.Solution3 .box .item h5 {
  font-size: 0.36rem;
  color: #1f9244;
  position: relative;
  line-height: 1;
}
.Solution3 .box .item h5 span {
  position: relative;
  z-index: 1;
}
.Solution3 .box .item h5 img {
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  opacity: 0.33;
  width: 0.25rem;
  height: 0.25rem;
}
.Solution3 .box .item ul {
  margin-top: 0.34rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.Solution3 .box .item ul li {
  font-size: var(--f18);
  color: #49584f;
  position: relative;
  padding-left: 0.2rem;
  line-height: 1.6;
}
.Solution3 .box .item ul li img {
  width: 10px;
  position: absolute;
  left: 0;
  top: 0.08rem;
}
.Solution3 .box .item .images {
  margin-top: 0.45rem;
  /*text-align: center;*/
}
.Solution3 .box .item .main {
  margin-top: 0.28rem;
}
.Solution3 .box .item .main .content1 {
  font-size: var(--f18);
  color: #49584f;
  line-height: 0.36rem;
}
.Solution3 .box .item .main .content1 h5 {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 12px;
}
.Solution3 .box .item .main .content1 h6 {
  font-size: 0.28rem;
}
.Solution3 .box .item .main .content1 img {
  margin-top: 0.45rem;
}
.Solution3 .box .item .video {
  margin-top: 0.5rem;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.Solution3 .box .item .video video {
  width: 100%;
  min-height: 5.5rem;
  height: 7rem;
}
.Solution3 .box .item .video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Solution3 .box .item .video p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.58rem;
  height: 1.58rem;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 2;
  display: flex;
  cursor: pointer;
}
.Solution3 .box .item .video p svg {
  margin: auto;
}
.Solution3_ {
  margin-top: 0;
}
.Solution4 .box .banner .swiper .item a {
  display: block;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.Solution4 .box .banner .swiper .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.Solution4 .box .banner .swiper .item a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.Solution4 .box .banner .swiper .item a figcaption img {
  width: 100%;
}
.Solution4 .box .banner .swiper .item a .text {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.2rem;
}
.Solution4 .box .banner .swiper .item a:hover figure img {
  transform: scale(1.1);
}
.Solution4 .box .banner .swiper .item a:hover figcaption {
  opacity: 1;
}
.mj_title .cont1 {
  font-size: 0.48rem;
  position: relative;
  line-height: 1;
}
.mj_title .cont1 img {
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  opacity: 0.33;
  width: 0.25rem;
  height: 0.25rem;
}
.mj_title .cont1 span {
  position: relative;
  z-index: 1;
}
.mj_title .cont2 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  font-size: var(--f18);
  margin-left: 0.2rem;
}
.mj_title .cont2 span {
  color: #1f9244;
}
.mj_title.white .cont1 span {
  color: #fff;
}
.ProductList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.ProductList .box .item {
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
}
.ProductList .box .item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0%;
  transition: 0.4s;
  height: 5px;
  background: #1f9244;
}
.ProductList .box .item a {
  display: block;
}
.ProductList .box .item a figure {
  overflow: hidden;
}
.ProductList .box .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.ProductList .box .item a figcaption {
  padding: 0.5rem 0.55rem 0.65rem;
  border-top: 1px solid #eee;
}
.ProductList .box .item a figcaption .content1 {
  font-size: var(--f18);
  color: #1f9244;
}
.ProductList .box .item a figcaption .content2 {
  font-size: 0.24rem;
  color: #333;
  margin-top: 0.1rem;
  transition: 0.4s;
}
.ProductList .box .item a figcaption .content3 {
  margin-top: 0.45rem;
}
.ProductList .box .item a figcaption .content3 .left {
  font-size: var(--f18);
  color: #1f9244;
}
.ProductList .box .item a figcaption .content3 .right {
  display: flex;
  align-items: center;
}
.ProductList .box .item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.ProductList .box .item:hover a figure img {
  transform: scale(1.1);
}
.ProductList .box .item:hover a figcaption .content2 {
  color: #1f9244;
}
.TechnicalProcess .box {
  display: grid;
  gap: 0.35rem;
}
.TechnicalProcess .box .item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.2rem;
  overflow: hidden;
}
.TechnicalProcess .box .item a .left {
  width: 6rem;
  overflow: hidden;
}
.TechnicalProcess .box .item a .left img {
  width: 100%;
  transition: 0.6s;
}
.TechnicalProcess .box .item a .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  --p: 0.96rem;
}
.TechnicalProcess .box .item a .right .top {
  flex: 1;
  padding: 1.1rem var(--p) 0;
}
.TechnicalProcess .box .item a .right .top .title {
  font-size: 0.3rem;
  color: #000;
  transition: 0.4s;
}
.TechnicalProcess .box .item a .right .top .desc {
  font-size: var(--f18);
  line-height: 0.28rem;
  color: #49584f;
  margin-top: 0.35rem;
}
.TechnicalProcess .box .item a .right .bot {
  line-height: 0.94rem;
  border-top: 1px solid #eee;
  font-size: var(--f18);
  color: #1f9244;
  padding: 0 var(--p);
}
.TechnicalProcess .box .item a .right .bot svg {
  vertical-align: middle;
  margin-left: 0.15rem;
  transition: 0.4s;
}
.TechnicalProcess .box .item a:hover .left img {
  transform: scale(1.1);
}
.TechnicalProcess .box .item a:hover .right .title {
  color: #1f9244;
}
.TechnicalProcess .box .item a:hover .right .bot svg {
  transform: translateX(10px);
}
.innerTitle {
  padding-bottom: 0.45rem;
}
.innerTitle div {
  font-size: 0.48rem;
  line-height: 1;
}
.ButlerService .box .left {
  width: 48%;
}
.ButlerService .box .left ul {
  display: grid;
  gap: 0.15rem;
}
.ButlerService .box .left ul li {
  font-size: var(--f18);
  color: #49584f;
  position: relative;
  padding-left: 0.2rem;
  line-height: 1.7;
}
.ButlerService .box .left ul li img {
  width: 10px;
  position: absolute;
  left: 0;
  top: 0.08rem;
}
.ButlerService .box .right {
  width: 48%;
}
.ButlerService .box .right img {
  width: 100%;
  border-radius: 0.15rem;
}
.OperationService .box {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(4, 1fr);
}
.OperationService .box .item {
  background: #fff;
  overflow: hidden;
  border-radius: 0.2rem;
  padding: 0.5rem 0.45rem 0.45rem;
  position: relative;
}
.OperationService .box .item .content1 img {
  height: 0.92rem;
}
.OperationService .box .item .content2 {
  margin-top: 1.35rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.64rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.OperationService .box .item .content3 {
  font-size: 0.3rem;
  font-family: 'gilroy_regular';
  color: #1f9244;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.RelevantCase .box {
  padding-left: var(--padding);
}
.RelevantCase .box .banner .item {
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
}
.RelevantCase .box .banner .item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0%;
  transition: 0.4s;
  height: 5px;
  background: #1f9244;
}
.RelevantCase .box .banner .item a {
  display: block;
}
.RelevantCase .box .banner .item a figure {
  overflow: hidden;
}
.RelevantCase .box .banner .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.RelevantCase .box .banner .item a figcaption {
  padding: 0.5rem 0.55rem 0.65rem;
  border-top: 1px solid #eee;
}
.RelevantCase .box .banner .item a figcaption .content2 {
  font-size: 0.24rem;
  color: #333;
  transition: 0.4s;
  line-height: 0.34rem;
  height: 0.68rem;
}
.RelevantCase .box .banner .item a figcaption .content3 {
  margin-top: 0.45rem;
}
.RelevantCase .box .banner .item a figcaption .content3 .left {
  font-size: var(--f18);
  color: #1f9244;
}
.RelevantCase .box .banner .item a figcaption .content3 .right {
  display: flex;
  align-items: center;
}
.RelevantCase .box .banner .item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.RelevantCase .box .banner .item:hover a figure img {
  transform: scale(1.1);
}
.RelevantCase .box .banner .item:hover a figcaption .content2 {
  color: #1f9244;
}
.TechnicalScienceColumn {
  padding-top: 0.78rem;
}
.TechnicalScienceColumn .box .list {
  padding: 0.5rem 0;
  transition: 0.4s;
}
.TechnicalScienceColumn .box .list .item .img {
  border-radius: 15px;
  overflow: hidden;
  width: 4.1rem;
}
.TechnicalScienceColumn .box .list .item .img img {
  width: 100%;
  transition: 0.4s;
}
.TechnicalScienceColumn .box .list .item .main {
  flex: 1;
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
}
.TechnicalScienceColumn .box .list .item .main .title {
  font-size: 0.3rem;
  color: #333;
}
.TechnicalScienceColumn .box .list .item .main .desc {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
  margin-top: 0.36rem;
}
.TechnicalScienceColumn .box .list .item .link {
  display: flex;
  align-items: center;
}
.TechnicalScienceColumn .box .list .item .link p {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  transition: 0.4s;
}
.TechnicalScienceColumn .box .list .item .link p svg {
  margin: auto;
}
.TechnicalScienceColumn .box .list .item .link p svg path {
  transition: 0.4s;
}
.TechnicalScienceColumn .box .list:hover {
  background: rgba(255, 255, 255, 0.55);
}
.TechnicalScienceColumn .box .list:hover .item .img img {
  transform: scale(1.1);
}
.TechnicalScienceColumn .box .list:hover .item .main .title {
  color: #1f9244;
}
.TechnicalScienceColumn .box .list:hover .item .main .desc {
  color: #49584f;
}
.TechnicalScienceColumn .box .list:hover .item .link p {
  background: #1f9244;
  border-color: #1f9244;
}
.TechnicalScienceColumn .box .list:hover .item .link p svg path {
  fill: #fff;
}
.TechnicalScienceColumn1 .box .list {
  background: rgba(255, 255, 255, 0.55);
}
.TechnicalScienceColumn1 .box .list .item .main .title {
  color: #1f9244;
}
.TechnicalScienceColumn1 .box .list .item .main .desc {
  color: #49584f;
}
.TechnicalScienceColumn1 .box .list .item .link p {
  background: #1f9244;
  border-color: #1f9244;
}
.TechnicalScienceColumn1 .box .list .item .link p svg path {
  fill: #fff;
}
.technologyInfo .box .content1 {
  font-size: 0.48rem;
  text-align: center;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #eee;
}
.technologyInfo .box .content1 .time {
  font-size: var(--f18);
  font-family: 'gilroy_light';
  color: #666;
  margin-top: 0.26rem;
}
.technologyInfo .box .content2 {
  padding: 0 2rem;
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #49584f;
  margin-top: 0.5rem;
}
.technologyInfo .box .content2 h5 {
  font-size: 0.24rem;
}
.technologyInfo .box .content3 {
  margin-top: 1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0.36rem 0;
}
.technologyInfo .box .content3 .link {
  width: 40%;
}
.technologyInfo .box .content3 .link a {
  font-size: var(--f18);
  color: #333;
  transition: 0.4s;
}
.technologyInfo .box .content3 .link a span {
  color: #999;
  margin-right: 0.12rem;
  display: inline-block;
}
.technologyInfo .box .content3 .link a:hover {
  color: #1f9244;
}
.technologyInfo .box .content3 .next {
  text-align: right;
}
.technologyInfo .box .content3 .go a {
  font-size: var(--f18);
  color: #333;
  transition: 0.4s;
}
.technologyInfo .box .content3 .go a svg {
  vertical-align: middle;
  margin-right: 0.05rem;
}
.technologyInfo .box .content3 .go a:hover {
  color: #1f9244;
}
.PopularizationCcience .box .list {
  padding: 0.5rem 0;
  transition: 0.4s;
}
.PopularizationCcience .box .list .item .img {
  border-radius: 15px;
  overflow: hidden;
  width: 4.1rem;
}
.PopularizationCcience .box .list .item .img img {
  width: 100%;
  transition: 0.4s;
}
.PopularizationCcience .box .list .item .main {
  flex: 1;
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
}
.PopularizationCcience .box .list .item .main .title {
  font-size: 0.3rem;
  color: #333;
}
.PopularizationCcience .box .list .item .main .desc {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #666;
  margin-top: 0.36rem;
}
.PopularizationCcience .box .list .item .link {
  display: flex;
  align-items: center;
}
.PopularizationCcience .box .list .item .link p {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  transition: 0.4s;
}
.PopularizationCcience .box .list .item .link p svg {
  margin: auto;
}
.PopularizationCcience .box .list .item .link p svg path {
  transition: 0.4s;
}
.PopularizationCcience .box .list:hover {
  background: #fff;
}
.PopularizationCcience .box .list:hover .item .img img {
  transform: scale(1.1);
}
.PopularizationCcience .box .list:hover .item .main .title {
  color: #1f9244;
}
.PopularizationCcience .box .list:hover .item .main .desc {
  color: #49584f;
}
.PopularizationCcience .box .list:hover .item .link p {
  background: #1f9244;
  border-color: #1f9244;
}
.PopularizationCcience .box .list:hover .item .link p svg path {
  fill: #fff;
}
.NewsRecommendation .box .item {
  border-radius: 0.2rem;
  overflow: hidden;
}
.NewsRecommendation .box .item a {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.2rem;
}
.NewsRecommendation .box .item a figure {
  overflow: hidden;
}
.NewsRecommendation .box .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.NewsRecommendation .box .item a figcaption {
  position: relative;
}
.NewsRecommendation .box .item a figcaption::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  width: 0%;
  transition: 0.4s;
  height: 5px;
  background: #1f9244;
}
.NewsRecommendation .box .item a figcaption .content1 {
  padding: 0.55rem 0.65rem 0.55rem 0.4rem;
}
.NewsRecommendation .box .item a figcaption .content1 p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.34rem;
  height: 0.68rem;
}
.NewsRecommendation .box .item a figcaption .content2 {
  line-height: 0.76rem;
  border-top: 1px solid #eee;
  padding: 0 0.4rem;
}
.NewsRecommendation .box .item a figcaption .content2 .left {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #999;
}
.NewsRecommendation .box .item:hover a figure img {
  transform: scale(1.1);
}
.NewsRecommendation .box .item:hover a figcaption::after {
  width: 100%;
  right: auto;
  left: 0;
}
.CompanyIntroduction {
  position: relative;
}
.CompanyIntroduction picture img {
  width: 100%;
}
.CompanyIntroduction .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CompanyIntroduction .orientation .box .boxLeft {
  width: 7.5rem;
  padding-right: 0.72rem;
  font-size: var(--f16);
  line-height: 0.32rem;
  height: 3.52rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #1f9244 #fff;
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.CompanyIntroduction .orientation .box .boxLeft::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.CompanyIntroduction .orientation .box .boxLeft::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1f9244;
}
.CompanyIntroduction .orientation .box .boxLeft::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}
.CompanyIntroduction .orientation .box .boxRight {
  margin-top: 0.84rem;
}
.CompanyIntroduction .orientation .box .boxRight ul li {
  min-width: 2.12rem;
}
.CompanyIntroduction .orientation .box .boxRight ul li .top {
  font-size: 0.58rem;
  color: #1f9244;
  font-family: 'gilroy_regular';
  line-height: 1;
}
.CompanyIntroduction .orientation .box .boxRight ul li .top span {
  font-size: 0.6rem;
  font-family: 'gilroy_Medium';
}
.CompanyIntroduction .orientation .box .boxRight ul li .top em {
  font-size: 0.26rem;
  vertical-align: middle;
  transform: translateY(-5px);
  display: inline-block;
}
.CompanyIntroduction .orientation .box .boxRight ul li .bot {
  font-size: var(--f18);
  color: #49584f;
  margin-top: 8px;
}
.AboutVideo .box .video {
  position: relative;
}
.AboutVideo .box .video video {
  height: 6.8rem;
  width: 100%;
}
.AboutVideo .box .video picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.AboutVideo .box .video picture img{
     width: 100%;
  height: 100%;
}
.AboutVideo .box .video p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.AboutVideo .box .video p img {
  width: 1.26rem;
}
.banner_btn .btn {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid #1f9244;
  display: flex;
  transition: 0.4s;
  cursor: pointer;
}
.banner_btn .btn svg {
  margin: auto;
}
.banner_btn .btn svg path {
  fill: #1f9244;
  transition: 0.4s;
}
.banner_btn .btn:hover {
  background: #1f9244;
  border-color: #1f9244;
}
.banner_btn .btn:hover svg path {
  fill: #fff;
}
.banner_btn .next {
  margin-left: 0.2rem;
}
.banner_btn1 .btn {
  border-color: #fff;
}
.banner_btn1 .btn svg path {
  fill: #fff;
}
.banner_btn1 .btn:hover {
  background: #fff;
  border-color: #fff;
}
.banner_btn1 .btn:hover svg path {
  fill: #1f9244;
}
.AboutHonor {
  background: url(../image/bg4.png) no-repeat 50% 50%/100% 100%;
}
.AboutHonor .box .banner .item {
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.AboutHonor .box .banner .item a {
  display: block;
  padding: 0.7rem 0.3rem 0.35rem;
}
.AboutHonor .box .banner .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.AboutHonor .box .banner .item a figcaption {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.75rem;
  transition: 0.4s;
  text-align: center;
}
.AboutHonor .box .banner .item a:hover figure img {
  transform: scale(1.05);
}
.AboutHonor .box .banner .item a:hover figcaption {
  color: #1f9244;
}
.CorporateCulture {
  background: url(../image/img32.jpg) no-repeat 50% 50% / cover;
}
.CorporateCulture .box {
  display: flex;
}
.CorporateCulture .box .list .item {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.CorporateCulture .box .list .item img {
  width: 100%;
  transition: 0.4s;
}
.CorporateCulture .box .list .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.CorporateCulture .box .list .item .orientation > div {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 0.5rem;
}
.CorporateCulture .box .list .item .orientation .title {
  font-size: 0.36rem;
}
.CorporateCulture .box .list .item .orientation .desc {
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin-top: 0.2rem;
}
.CorporateCulture .box .list .item:hover img {
  transform: scale(1.1);
}
.CorporateCulture .box .list1 {
  width: 7.8rem;
  padding-left: 0.75rem;
}
.CorporateCulture .box .list1 .item {
  width: 4.88rem;
  height: 4.88rem;
  margin-top: 1.36rem;
}
.CorporateCulture .box .list2 {
  width: 3.8rem;
}
.CorporateCulture .box .list2 .item {
  width: 3.34rem;
  height: 3.34rem;
  margin-top: 3.16rem;
}
.CorporateCulture .box .list3 {
  width: 3.56rem;
  transform: translateX(0.4rem);
}
.CorporateCulture .box .list3 .item {
  width: 3.56rem;
  height: 3.56rem;
}
.ProductionBase {
  background: url(../image/img36.png) no-repeat 50% 50% / cover;
}
.ProductionBase .box {
  --w: 10.6rem;
}
.ProductionBase .box .banner {
  position: relative;
}
.ProductionBase .box .banner .swiper .swiper-slide {
  width: var(--w);
  transform: scale(0.82);
  transition: 0.4s;
}
.ProductionBase .box .banner .swiper .swiper-slide .item a {
  position: relative;
  display: block;
}
.ProductionBase .box .banner .swiper .swiper-slide .item a img {
  width: 100%;
}
.ProductionBase .box .banner .swiper .swiper-slide .item a .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  bottom: 0.38rem;
  opacity: 0;
  transition: 0.4s;
}
.ProductionBase .box .banner .swiper .swiper-slide-active {
  transform: scale(1);
}
.ProductionBase .box .banner .swiper .swiper-slide-active .item a .orientation {
  opacity: 1;
}
.ProductionBase .box .banner_btn {
  --ww: calc((100% - var(--w)) / 2 - 0.75rem);
}
.ProductionBase .box .banner_btn .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ProductionBase .box .banner_btn .prev {
  left: var(--ww);
}
.ProductionBase .box .banner_btn .next {
  right: var(--ww);
}
.StorageCenter {
  background: url(../image/img39.png) no-repeat 50% 50% / cover;
  padding: 1.1rem 0;
}
.StorageCenter .box {
  text-align: center;
}
.StorageCenter .box img {
  margin-top: -0.8rem;
}
.CooperativeCustomer {
  background: url(../image/img40.png) no-repeat 50% 50% / cover;
  padding-bottom: 0.9rem;
  overflow: hidden;
  position: relative;
}
.CooperativeCustomer .box .swiper-slide .item {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  transition: 0.4s;
}
.CooperativeCustomer .box .swiper-slide .item p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
}
.CooperativeCustomer .box .swiper-slide .item p img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.CooperativeCustomer .box .slide0 .item {
  margin-top: 2.2rem;
}
.CooperativeCustomer .box .slide1 .item {
  margin-top: 1.8rem;
}
.CooperativeCustomer .box .slide2 .item {
  margin-top: 0.84rem;
}
.CooperativeCustomer .box .slide3 .item {
  margin-top: 0.2rem;
}
.CooperativeCustomer .box .banner {
  position: relative;
}
.CooperativeCustomer .box .banner .img {
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.CooperativeCustomer .banner_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  z-index: 3;
}
.search_input .box .main {
  width: 5.9rem;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 122px 0px rgba(52, 161, 101, 0.23);
}
.search_input .box .main input {
  display: block;
  width: 100%;
  height: 0.8rem;
  border: 0;
  padding: 0 0.3rem;
  font-size: var(--f18);
}
.search_input .box .main p {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search_input .box .main p input {
  display: none;
}
.search_input .box .main p svg {
  cursor: pointer;
}
.NewsList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.NewsList .box .item {
  border-radius: 0.2rem;
  overflow: hidden;
}
.NewsList .box .item a {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.2rem;
}
.NewsList .box .item a figure {
  overflow: hidden;
}
.NewsList .box .item a figure img {
  width: 100%;
  transition: 0.4s;
}
.NewsList .box .item a figcaption {
  position: relative;
}
.NewsList .box .item a figcaption::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  width: 0%;
  transition: 0.4s;
  height: 5px;
  background: #1f9244;
}
.NewsList .box .item a figcaption .content1 {
  padding: 0.55rem 0.65rem 0.55rem 0.4rem;
}
.NewsList .box .item a figcaption .content1 p {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.34rem;
  height: 0.68rem;
}
.NewsList .box .item a figcaption .content2 {
  line-height: 0.76rem;
  border-top: 1px solid #eee;
  padding: 0 0.4rem;
}
.NewsList .box .item a figcaption .content2 .left {
  font-size: var(--f16);
  font-family: 'gilroy_regular';
  color: #999;
}
.NewsList .box .item:hover a figure img {
  transform: scale(1.1);
}
.NewsList .box .item:hover a figcaption::after {
  width: 100%;
  right: auto;
  left: 0;
}
.Home_Banner {
  --h: 0.43rem;
  position: relative;
}
.Home_Banner .banner .swiper-slide picture img {
  height: calc(var(--h) + var(--vh));
  width: 100%;
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.Home_Banner .banner .swiper-slide .orientation .box .content1 {
  font-size: 0.5rem;
  font-family: 'gilroy_bold';
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .box .content2 {
  width: 0.6rem;
  height: 4px;
  background: #fff;
  margin: 0.45rem 0;
}
.Home_Banner .banner .swiper-slide .orientation .box .content3 {
  font-size: 0.56rem;
  color: #fff;
}
.Home_Banner .bgimg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.Home_Banner .bgimg img {
  width: 100%;
}
.Home_Banner .page {
  position: absolute;
  bottom: 1.12rem;
  left: var(--padding);
  z-index: 2;
}
.Home_Banner .page div span {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: url(../image/img5.png) no-repeat 50% 50%/100% 100%;
  opacity: 0.5;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.Home_Banner .number {
  position: absolute;
  bottom: 1.12rem;
  right: var(--padding);
  z-index: 2;
  font-size: 0.2rem;
  font-family: 'gilroy_regular';
  color: #fff;
}
.Home_Banner .scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.36rem;
  z-index: 3;
}
.Home_Banner .scroll img {
  animation: scroll_ 2s linear infinite;
}
@keyframes scroll_ {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.home_title {
  position: relative;
}
.home_title h5 {
  position: relative;
  z-index: 1;
  font-size: 0.48rem;
}
.home_title h5 .icon {
  max-height: 0.44rem;
  transform: translateY(-3px);
}
.home_title h5 p {
  position: relative;
  z-index: 1;
}
.home_title h5 > img {
  position: absolute;
  left: -0.1rem;
  top: 0rem;
  opacity: 0.33;
  width: 0.25rem;
  height: 0.25rem;
}
.home_title h6 {
  font-family: 'gilroy_bold';
  font-size: 1rem;
  line-height: 1;
  color: #000;
  opacity: 0.1;
  position: absolute;
  top: -0.5rem;
  left: 0;
}
.home_title.white h5 p {
  color: #fff;
}
.home_title.white h6 {
  color: #fff;
}
.Home_About {
  position: relative ;
  min-height: 5rem;
  padding-top: 0.9rem;
  background: url(../image/img47.png) no-repeat 0% 27%/100% auto;
}
.Home_About .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Home_About .box {
  position: relative;
  z-index: 1;
}
.Home_About .box .boxLeft {
  width: 6.9rem;
}
.Home_About .box .boxLeft .content1 {
  font-size: 0.36rem;
  color: #333;
  margin-top: 0.9rem;
}
.Home_About .box .boxLeft .content1 span {
  color: #1f9244;
}
.Home_About .box .boxLeft .content2 {
  margin-top: 0.32rem;
}
.Home_About .box .boxLeft .content2 p {
  font-size: var(--f18);
  line-height: 0.36rem;
  color: #49584f;
}
.Home_About .box .boxLeft .content3 {
  margin-top: 0.9rem;
}
.Home_About .box .boxRight {
  width: 7.05rem;
  transform: translateY(0.64rem);
}
.Home_About .box .boxRight ul li .main {
  position: relative;
}
.Home_About .box .boxRight ul li .main .orientation {
  position: absolute;
  top: 0.86rem;
  left: 0;
  color: #fff;
}
.Home_About .box .boxRight ul li .main .orientation .top {
  font-family: 'gilroy_regular';
  font-size: 0.58rem;
}
.Home_About .box .boxRight ul li .main .orientation .top span {
  font-family: 'gilroy_Medium';
  font-size: 0.8rem;
  line-height: 1;
  vertical-align: middle;
}
.Home_About .box .boxRight ul li .main .orientation .top em {
  font-size: 0.26rem;
  display: inline-block;
  transform: translateY(-5px);
}
.Home_About .box .boxRight ul li .main .orientation .top font {
  font-size: 0.58rem;
  display: inline-block;
  transform: translateY(5px);
}
.Home_About .box .boxRight ul li .main .orientation .bot {
  font-size: var(--f18);
}
.Home_About .box .boxRight ul li:nth-child(1) img {
  width: 5.8rem;
}
.Home_About .box .boxRight ul li:nth-child(1) .orientation {
  left: 1.74rem;
}
.Home_About .box .boxRight ul li:nth-child(2) {
  margin-top: -1.45rem;
}
.Home_About .box .boxRight ul li:nth-child(2) img {
  width: 6.27rem;
}
.Home_About .box .boxRight ul li:nth-child(2) .orientation {
  left: 2.45rem;
}
.Home_About .box .boxRight ul li:nth-child(3) {
  margin-top: -1.9rem;
}
.Home_About .box .boxRight ul li:nth-child(3) img {
  width: 6.98rem;
}
.Home_About .box .boxRight ul li:nth-child(3) .orientation {
  left: 2.87rem;
  top: 1.5rem;
}
.Home_Solution {
  position: relative;
}
.Home_Solution .posi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.Home_Solution .imgList .item {
  position: relative;
  display: none;
}
.Home_Solution .imgList .item > img {
  min-height: var(--vh);
  width: 100%;
}
.Home_Solution .imgList .item .orientation {
  position: absolute;
  left: 0;
  top: 3.58rem;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.Home_Solution .imgList .item .orientation .content1 {
  font-size: 0.36rem;
}
.Home_Solution .imgList .item .orientation .content2 {
  font-size: var(--f16);
  line-height: 0.3rem;
  margin-top: 0.32rem;
}
.Home_Solution .imgList .item .orientation .content3 {
  margin-top: 0.45rem;
}
.Home_Solution .imgList .active {
  display: block;
}
.Home_Solution .toggle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}
.Home_Solution .toggle ul li {
  margin: 0 0.3rem;
  text-align: center;
  cursor: pointer;
}
.Home_Solution .toggle ul li .top {
  position: relative;
}
.Home_Solution .toggle ul li .top img {
  width: 0.84rem;
  transition: 0.4s;
}
.Home_Solution .toggle ul li .top .img1 {
  opacity: 0;
}
.Home_Solution .toggle ul li .top .img2 {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  z-index: 1;
}
.Home_Solution .toggle ul li .bot {
  font-size: var(--f16);
  color: #fff;
  margin-top: 0.16rem;
}
.Home_Solution .toggle ul .active .top .img1 {
  opacity: 1;
}
.Home_Solution .toggle ul .active .top .img2 {
  opacity: 0;
}
.Home_Product .box {
  --wid: 4.8rem;
}
.Home_Product .box .boxLeft {
  height: var(--vh);
  width: calc(100% - var(--wid));
  background: url(../image/img53.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  padding-left: var(--padding);
  padding-right: 1.08rem;
  position: relative;
}
.Home_Product .box .boxLeft .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 2;
}
.Home_Product .box .boxLeft .jt svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation:left_right 1.2s linear infinite ;
}
@keyframes left_right {
	0%{
		margin-left: -0.3rem;
		opacity: 0;
	}
	100%{
		margin-left: 0.05rem;
		opacity: 1;
	}
	
}

.Home_Product .box .boxLeft .content .r p {
  font-size: 0.2rem;
  line-height: 0.42rem;
  border-radius: 0.3rem;
  background: #fff;
  padding: 0.08rem 0.28rem 0.08rem 0.08rem;
}
.Home_Product .box .boxLeft .content .r p img {
  width: 0.42rem;
}
.Home_Product .box .boxLeft .main {
  margin-top: 1.1rem;
}
.Home_Product .box .boxLeft .main .nav {
  width: 2.6rem;
  margin-top: 0.35rem;
  display: grid;
  gap: 0.45rem;
  padding: 0.64rem 0;
  border-left: 1px solid #1f9244;
}
.Home_Product .box .boxLeft .main .nav .item {
  padding-left: 0.45rem;
}
.Home_Product .box .boxLeft .main .nav .item .t {
  position: relative;
  cursor: pointer;
}
.Home_Product .box .boxLeft .main .nav .item .t > img {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.Home_Product .box .boxLeft .main .nav .item .t a {
  font-size: 0.24rem;
  color: #666;
  position: relative;
  display: block;
  transition: 0.4s;
}
.Home_Product .box .boxLeft .main .nav .item .t a img {
  height: 0.4rem;
  margin-right: 0.14rem;
  transform: translateY(-2px);
}
.Home_Product .box .boxLeft .main .nav .item .t a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  font-weight: bold;
  font-size: var(--f16);
  color: #999;
}
.Home_Product .box .boxLeft .main .nav .item .t a:hover {
  color: #1f9244;
}
.Home_Product .box .boxLeft .main .nav .item .b {
  display: none;
}
.Home_Product .box .boxLeft .main .nav .item .b ul li {
  padding-left: 0.3rem;
  position: relative;
  margin-top: 0.12rem;
}
.Home_Product .box .boxLeft .main .nav .item .b ul li a {
  font-size: var(--f18);
  color: #49584f;
  transition: 0.4s;
}
.Home_Product .box .boxLeft .main .nav .item .b ul li a img {
  left: 0.1rem;
  top: 0.08rem;
  position: absolute;
}
.Home_Product .box .boxLeft .main .nav .item .b ul li a:hover {
  color: #1f9244;
}
.Home_Product .box .boxLeft .main .nav .item.active .t a {
  color: #1f9244;
}
.Home_Product .box .boxLeft .main .nav .item.active .t a i {
  color: #1f9244;
  transform: translateY(-50%) rotate(90deg);
}
.Home_Product .box .boxLeft .main .nav .item.active .b {
  display: block;
}
.Home_Product .box .boxLeft .main .banner {
  width: calc(100% - 2.6rem);
  padding-left: 0.5rem;
  position: relative;
}
.Home_Product .box .boxLeft .main .banner .dianBg {
  position: absolute;
  left: 0;
  top: -0.9rem;
}
.Home_Product .box .boxLeft .main .banner .dianBg img {
  width: 5.5rem;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide {
  position: relative;
  z-index: 1;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .le {
  width: 4.46rem;
  position: relative;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .le > img {
  width: 100%;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .le p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .ri {
  flex: 1;
  padding-left: 0.7rem;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .ri .content1 {
  font-size: 0.24rem;
  margin-top: 0.86rem;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .ri .content2 {
  font-size: 0.36rem;
  color: #1f9244;
  margin-top: 0.08rem;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .ri .content3 {
  font-size: var(--f16);
  line-height: 0.3rem;
  color: #49584f;
  margin-top: 0.28rem;
}
.Home_Product .box .boxLeft .main .banner .swiper-slide .ri .content4 {
  margin-top: 0.56rem;
}
.Home_Product .box .boxRight {
  width: var(--wid);
  padding-top: 2.15rem;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide {
  padding-bottom: 0.1rem;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .top {
  text-align: center;
  cursor: pointer;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .top .content1 {
  position: relative;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .top .content1 > img {
  width: 100%;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .top .content1 p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  cursor: pointer;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .top .content2 {
  font-size: 0.24rem;
  margin-top: 0.3rem;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .top .content3 {
  font-size: 0.3rem;
  color: #1f9244;
  margin-top: 0.08rem;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .bot {
  margin-top: 0.28rem;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .bot a {
  display: flex;
  margin: auto;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #1f9244;
  transition: 0.4s;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .bot a svg {
  margin: auto;
}
.Home_Product .box .boxRight .banner .swiper .swiper-slide .bot a:hover {
  transform: scale(1.1);
}
.lbt {
  display: none;
}
.Home_News {
  background: url(../image/img59.jpg) no-repeat 50% 50%/100% 100%;
}
.Home_News .flex {
  display: flex;
  align-items: center;
}
.Home_News .box .banner .swiper .swiper-slide {
  width: 4.6rem;
  padding: 0.9rem 0;
  display: flex;
  align-items: center;
  height: 4.2rem;
  box-sizing: initial;
}
.Home_News .box .banner .swiper .swiper-slide .item {
  box-shadow: 0px 0px 0.9rem 0px rgba(26, 139, 73, 0.15);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.Home_News .box .banner .swiper .swiper-slide .item a {
  display: block;
  position: relative;
  padding: 0.45rem 0.6rem;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .swiper-slide .item a .main {
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.Home_News .box .banner .swiper .swiper-slide .item a .main .content1 {
  font-size: var(--f18);
  color: #1f9244;
  padding-bottom: 0.55rem;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .swiper-slide .item a .main .content2 {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .swiper-slide .item a .main .content2 p {
  min-height: 0;
  text-align: right;
}
.Home_News .box .banner .swiper .swiper-slide .item a .main .content2 p img {
  height: 1.7rem;
}
.Home_News .box .banner .swiper .swiper-slide .item a .main .content3 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  height: 0.64rem;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .swiper-slide .item a .main .content4 {
  font-size: var(--f16);
  line-height: 0.28rem;
  height: 0.56rem;
  transition: 0.4s;
  margin-top: 0.2rem;
}
.Home_News .box .banner .swiper .swiper-slide .item a .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.Home_News .box .banner .swiper .swiper-slide .item a .bg img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
   
  .Home_News .box .banner .swiper .swiper-slide:hover {
    width: 6.5rem;
  }
  .Home_News .box .banner .swiper .swiper-slide:hover .item a .main .content1 {
    color: #fff;
    padding-bottom: 0;
  }
  .Home_News .box .banner .swiper .swiper-slide:hover .item a .main .content2 {
    grid-template-rows: 1fr;
    margin-top: -0.22rem;
  }
  .Home_News .box .banner .swiper .swiper-slide:hover .item a .main .content3 {
    color: #fff;
    margin-top: 0.2rem;
  }
  .Home_News .box .banner .swiper .swiper-slide:hover .item a .main .content4 {
    color: #fff;
  }
  .Home_News .box .banner .swiper .swiper-slide:hover .item a .bg {
    opacity: 1;
  }
}
.WorkingEnvironment {
  background: url(../image/bg4.png) no-repeat 50% 50% / cover;
}
.WorkingEnvironment .box {
  --w: 10.6rem;
}
.WorkingEnvironment .box .banner {
  position: relative;
}
.WorkingEnvironment .box .banner .swiper .swiper-slide {
  width: var(--w);
  transform: scale(0.82);
  transition: 0.4s;
}
.WorkingEnvironment .box .banner .swiper .swiper-slide .item a {
  position: relative;
  display: block;
}
.WorkingEnvironment .box .banner .swiper .swiper-slide .item a img {
  width: 100%;
}
.WorkingEnvironment .box .banner .swiper .swiper-slide .item a .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  bottom: 0.38rem;
  opacity: 0;
  transition: 0.4s;
}
.WorkingEnvironment .box .banner .swiper .swiper-slide-active {
  transform: scale(1);
}
.WorkingEnvironment .box .banner .swiper .swiper-slide-active .item a .orientation {
  opacity: 1;
}
.WorkingEnvironment .box .banner_btn {
  --ww: calc((100% - var(--w)) / 2 - 0.75rem);
}
.WorkingEnvironment .box .banner_btn .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.WorkingEnvironment .box .banner_btn .prev {
  left: var(--ww);
}
.WorkingEnvironment .box .banner_btn .next {
  right: var(--ww);
}
.RecruitPerson .h5 {
  font-size: 0.36rem;
  margin-top: 0.7rem;
}
.RecruitPerson .box1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.RecruitPerson .box1 .item {
  background: #fff;
  text-align: center;
  border-radius: 0.3rem;
  padding: 0.38rem 0;
}
.RecruitPerson .box1 .item figure img {
  height: 0.5rem;
}
.RecruitPerson .box1 .item figcaption {
  font-size: 0.2rem;
  margin-top: 0.16rem;
}
.RecruitPerson .box2 .content1 {
  width: 5.35rem;
  transition: 0.4s;
}
.RecruitPerson .box2 .content2 {
  flex: 1;
  transition: 0.4s;
}
.RecruitPerson .box2 .tr {
  padding: 0 0.4rem 0 1.05rem;
  color: #fff;
  border-radius: 0.1rem;
  line-height: 0.8rem;
  font-size: 0.2rem;
  background: linear-gradient(to right, #1b8c5b, #1c8f7e);
}
.RecruitPerson .box2 .tr svg {
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 0.09rem;
}
.RecruitPerson .box2 .table {
  margin-top: 0.1rem;
  display: grid;
  gap: 0.2rem;
}
.RecruitPerson .box2 .table .btn {
  width: 0.54rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  transition: 0.4s;
  cursor: pointer;
}
.RecruitPerson .box2 .table .btn i {
  margin: auto;
  color: #999;
  font-size: var(--f18);
  transition: 0.4s;
}
.RecruitPerson .box2 .table .item {
  background: #fff;
  border-radius: 0.1rem;
}
.RecruitPerson .box2 .table .item .item_top {
  line-height: 1.08rem;
  padding: 0 0.4rem 0 1.05rem;
  font-size: 0.24rem;
  font-family: 'gilroy_regular';
  cursor: pointer;
}
.RecruitPerson .box2 .table .item .item_top .content3 {
  display: flex;
  align-items: center;
}
.RecruitPerson .box2 .table .item .item_top:hover .content1 {
  color: #1f9244;
}
.RecruitPerson .box2 .table .item .item_top:hover .btn {
  background: #1f9244;
  border-color: #1f9244;
}
.RecruitPerson .box2 .table .item .item_top:hover .btn i {
  color: #fff;
}
.RecruitPerson .box2 .table .item .item_bottom {
  border-top: 1px solid #eee;
  padding: 0 1.05rem;
  display: none;
}
.RecruitPerson .box2 .table .item .item_bottom .desc h6 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.36rem;
}
.RecruitPerson .box2 .table .item .item_bottom .desc div {
  font-size: var(--f16);
  line-height: 0.32rem;
  color: #49584f;
  margin-top: 0.12rem;
}
.RecruitPerson .box2 .table .item .item_bottom .button {
  margin-top: 0.36rem;
  padding-bottom: 0.6rem;
}
.RecruitPerson .box2 .table .item.active .item_top .content1 {
  color: #1f9244;
}
.RecruitPerson .box2 .table .item.active .item_top .btn {
  background: #1f9244;
  border-color: #1f9244;
}
.RecruitPerson .box2 .table .item.active .item_top .btn i {
  color: #fff;
  transform: rotate(90deg);
}
.uploadResume {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.uploadResume .resume_box {
  background: #fff;
  border-radius: 0.12rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(6.4rem, 90%);
  padding: 0.8rem 0;
}
.uploadResume .resume_box .close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.uploadResume .resume_box .close i {
  transition: 0.4s;
  cursor: pointer;
  color: #000;
  font-size: 0.22rem;
  font-weight: 700;
}
.uploadResume .resume_box .form {
  text-align: center;
}
.uploadResume .resume_box .form label {
  display: block;
}
.uploadResume .resume_box .form .label_1 {
  cursor: pointer;
  position: relative;
}
.uploadResume .resume_box .form .label_1 .file_img img {
  width: 1.96rem;
}
.uploadResume .resume_box .form .label_1 .text {
  margin-top: 0.32rem;
  font-size: 0.2rem;
  color: #000;
  font-weight: 700;
}
.uploadResume .resume_box .form .label_1 .file {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.uploadResume .resume_box .form .label_2 {
  margin: 0.8rem 0 0.3rem;
}
.uploadResume .resume_box .form .label_2 .text {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0.16rem;
}
.uploadResume .resume_box .form .label_2 .support img {
  width: 1rem;
}
@media (max-width: 750px) {
  .uploadResume .resume_box .form .label_2 {
    margin: 0.6rem 0 0.3rem;
  }
}
.uploadResume .resume_box .form .label_1 .text {
  margin-bottom: 0.32rem;
  margin-top: 0;
  font-size: 0.3rem;
}
.uploadResume .resume_box .form .label_1 .file_img img {
  width: 2.9rem;
}
.uploadResume .resume_box {
  padding: 0.6rem 0;
}
.uploadResume .resume_box .form .label_2 {
  margin: 0.4rem 0 0.3rem;
}
.uploadResume .resume_box .close {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(31, 146, 68, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.uploadResume .resume_box .close svg path {
  transition: 0.4s;
}
.uploadResume .resume_box .close:hover {
  background: #1f9244;
}
.uploadResume .resume_box .close:hover svg path {
  fill: #fff;
}
.Contact .box .boxLeft {
  width: 4.8rem;
}
.Contact .box .boxLeft .content1 {
  font-size: 0.36rem;
  color: #1f9244;
}
.Contact .box .boxLeft .content2 {
  margin-top: 0.94rem;
}
.Contact .box .boxLeft .content2 ul {
  display: grid;
  gap: 0.34rem;
}
.Contact .box .boxLeft .content2 ul li {
  position: relative;
  padding-left: 0.42rem;
  font-size: 0.24rem;
  font-family: 'gilroy_regular';
  color: #49584f;
}
.Contact .box .boxLeft .content2 ul li svg {
  position: absolute;
  left: 0;
  top: 0.04rem;
}
.Contact .box .boxLeft .content2 ul li a {
  font-size: 0.2rem;
}
.Contact .box .boxLeft .content2 ul li em {
  font-size: var(--f18);
  display: inline-block;
}
.Contact .box .boxLeft .content3 {
  margin-top: 1.1rem;
  text-align: center;
}
.Contact .box .boxLeft .content3 figure img {
  width: 1.35rem;
}
.Contact .box .boxLeft .content3 figcaption {
  font-size: var(--f18);
}
.Contact .box .boxRight {
  width: 9rem;
}
.Contact .box .boxRight a {
  display: block;
}
.Contact .box .boxRight a img {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .footer .box .boxCenter .right .le .content .ite svg {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1520px) {
  .Home_Product .box .boxLeft .main .banner .swiper-slide .le {
    width: 3.56rem;
  }
  .Home_Product .box .boxLeft .main .banner .swiper-slide .ri .content1 {
    font-size: 0.24rem;
    margin-top: 0;
  }
  .Home_Product .box .boxLeft {
    padding-right: 0.8rem;
  }
  .footer .box .boxCenter .left .item {
    margin-right: 0.4rem;
  }
  .footer .box .boxCenter .right .le {
    max-width: 3rem;
  }
  
  .Home_About .box .boxLeft {
    width: 6.7rem;
}
.Home_About .box .boxRight {
    width: 6.75rem;
}
.Contact .box .boxRight {
    width: 8rem;
}

  
}
@media screen and (max-width: 1400px) {
  .Home_About .box .boxLeft {
    width: 6.2rem;
  }
  .Home_About .box .boxRight {
    width: 6.3rem;
  }
  .Home_About .box .boxRight ul li:nth-child(3) {
    margin-top: -1.85rem;
  }
  .Home_Solution .toggle {
    bottom: 0.3rem;
  }
  .Home_Solution .imgList .item .orientation {
    top: 3.18rem;
  }
}
@media screen and (max-width: 1280px) {
  .Header .box .right nav .item {
    padding: 0 0.13rem;
  }
  body {
    --padding: 9vw;
  }
  .Home_Product .box .boxLeft .main .banner .swiper-slide .le {
    width: 2.76rem;
  }
  .Home_Product .box .boxRight {
    padding-top: 1rem;
  }
  .Home_Product .box .boxLeft .main .banner .swiper-slide .ri {
    padding-left: 0.5rem;
  }
  .Home_Product .box .boxLeft .main {
    margin-top: 0.8rem;
  }
  .footer .box .boxCenter .right .ri ul li figure img {
    width: 1.05rem;
  }
  .footer .box .boxCenter .right .le {
    max-width: 2.9rem;
  }
  .footer {
    padding: 1rem 0 1rem;
  }
  .Solution1 .box .boxLeft {
    max-width: 6rem;
  }
  .CompanyIntroduction .orientation .box .boxLeft {
    height: 2.82rem;
  }
  .CompanyIntroduction .orientation .box .boxRight {
    margin-top: 0.44rem;
  }
  .Contact .box .boxRight {
    width: 7.4rem;
  }
  
  .Home_Product .box .boxLeft .main .nav {
    margin-top: 0rem;
    gap: 0.25rem;
    padding: 0.3rem 0;
}

.Home_Product .box .boxLeft .main {
    margin-top: 0.6rem;
}


.Home_Product .box .boxLeft .main .nav{
    height: 100%;
}


}
 .Solution3 .box .item picture{
       display: none;
   }
   
@media screen and (max-width: 1200px) {
    .maodian {
      top: -66px;
    }
     .InnerBanner .bg{
        display: none;
    }
    .Home_Banner .page{
        display: none;
    }
    .Home_Banner .number {
    bottom: 0.22rem;
}
  .Header {
    display: none;
  }
  body {
    --padding: 5vw;
  }
  .Home_Banner .banner .swiper-slide picture img {
    height: 3.8rem;
  }
  .Home_Banner .page {
    bottom: 0.5rem;
  }
  .Home_Banner .bgimg,
  .Home_Banner .scroll,
  .Home_Banner .number {
    display: none;
  }
  .home_title h5 .icon {
    max-height: 0.34rem;
  }
  .Home_About .box .boxLeft {
    width: 100%;
  }
  .home_title h6 {
    top: -0.3rem;
    font-size: 0.6rem;
  }
  .Home_About .box .boxRight {
    width: 100%;
  }
  .Home_Solution .toggle {
    width: 100%;
  }
  .Home_Solution .toggle ul li .top img {
    width: 0.74rem;
  }
  .Home_Product .box .boxLeft .main .banner {
    display: none;
  }
  .Home_Product .box {
    --wid: 4rem;
  }
  .Home_Product .box .boxLeft .content .r {
    width: 100%;
    margin-top: 0.3rem;
  }
  .Home_Product .box .boxLeft {
    padding-right: 0.4rem;
  }
  .Home_Product .box .boxLeft .main .nav {
    width: 2.6rem;
  }
  .Home_Product .box .boxLeft .main {
    margin-top: 0.5rem;
  }
  .Home_Product .box .boxLeft {
    height: 7.4rem;
  }
  .Home_Product .box .boxRight {
    padding-top: 1.3rem;
  }
  .Home_Product .box .boxRight .banner .swiper .swiper-slide .top .content3 {
    font-size: 0.26rem;
  }
  .Home_News .box .banner .swiper .swiper-slide {
    padding: 0;
  }
  .p150_ {
    padding-bottom: 1.2rem;
  }
  .footer .box .boxCenter .left {
    display: none;
  }
  .footer .box .boxCenter .right .ri ul li figure img {
    width: 1.35rem;
  }
  .footer {
    padding: 1rem 0 0.7rem;
  }
  .footer .box .boxBottom {
    line-height: 2;
    text-align: center;
  }
  .footer .box .boxBottom a {
    display: block;
  }
  .Home_Solution .imgList .item > img {
    min-height: 8rem;
    width: 100%;
  }
  .Home_Solution .imgList .item .orientation {
    top: 2.68rem;
  }
  .InnerBanner picture img {
    min-height: 4.5rem;
  }
  .InnerBanner .orientation {
    top: 1.2rem;
  }
  .SolutionList .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 0.2rem;
  }
  .Solution1 .box .boxLeft .content3 {
    margin-top: 0.52rem;
  }
  .Solution3 .box .item {
    padding: 0.55rem 0.55rem;
  }
  .footer .gotop {
    transform: translateX(-50%) translateY(-97%);
  }
  .ProductList .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 0.2rem;
  }
  .Solution2 .box ul li {
    margin-right: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .Solution3 .box .item .main .content1 h5 {
    font-size: 0.26rem;
  }
  .TechnicalProcess .box .item a .right .top {
    padding: 0.5rem;
  }
  .TechnicalProcess .box .item a .right .bot {
    padding: 0 0.5rem;
    line-height: 0.8rem;
  }
  .Solution3 .box .item .video video {
    min-height: 3.6rem;
    height: 3rem;
  }
  .Solution3 .box .item .video p {
    width: 0.98rem;
    height: 0.98rem;
  }
  .OperationService .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .OperationService .box .item .content1 img {
    height: 0.82rem;
  }
  .RelevantCase .box .banner .item a figcaption {
    padding: 0.4rem 0.35rem 0.35rem;
  }
  .RelevantCase .box .banner .item a figcaption .content2 {
    font-size: 0.22rem;
  }
  .TechnicalScienceColumn .box .list .item .img,
  .PopularizationCcience .box .list .item .img {
    width: 3.4rem;
  }
  .TechnicalScienceColumn .box .list .item .main,
  .PopularizationCcience .box .list .item .main {
    padding: 0 0.5rem;
  }
  .TechnicalScienceColumn .box .list .item .link,
  .PopularizationCcience .box .list .item .link {
    display: none;
  }
  .technologyInfo .box .content2 {
    padding: 0;
  }
  .technologyInfo .box .content3 .link {
    width: 100%;
  }
  .technologyInfo .box .content3 .next {
    text-align: left;
    margin-top: 0.2rem;
  }
  .technologyInfo .box .content3 .go {
    display: none;
  }
  .PopularizationCcience .box .list {
    padding: 0;
  }
  .CompanyIntroduction picture img {
    min-height: 7.5rem;
  }
  .CompanyIntroduction .orientation .box .boxRight ul li .top span {
    font-size: 0.4rem;
  }
  .CompanyIntroduction .orientation .box .boxRight ul li {
    width: 50%;
    padding: 0.1rem 0;
  }
  .CompanyIntroduction .orientation .box .boxRight {
    margin-top: 0.24rem;
  }
  .AboutVideo .box .video video {
    height: 3.8rem;
  }
  .AboutVideo .box .video p img {
    width: 0.96rem;
  }
  .CorporateCulture .box .list1 {
    padding-left: 0;
  }
  .CorporateCulture .box .list1 .item {
    margin-top: 0.6rem;
  }
  .CorporateCulture .box .list1 .item {
    width: 3.48rem;
    height: 3.48rem;
  }
  .CorporateCulture .box .list2 .item {
    width: 2.84rem;
    height: 2.84rem;
    margin-top: 3.5rem;
  }
  .CorporateCulture .box .list3 {
    transform: translateX(-2.4rem);
  }
  .CorporateCulture .box .list3 .item {
    width: 3.06rem;
    height: 3.06rem;
  }
  .ProductionBase .box,
  .WorkingEnvironment .box {
    --w: 4.9rem;
  }
  .ProductionBase .box .banner_btn,
  .WorkingEnvironment .box .banner_btn {
    --ww: calc((100% - var(--w)) / 2 - 0.5rem);
  }
  .StorageCenter .box img {
    margin-top: 0;
  }
  .CooperativeCustomer {
    padding-bottom: 0;
  }
  .CooperativeCustomer .banner_btn {
    bottom: 0.5rem;
  }
  .RecruitPerson .box1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .RecruitPerson .box1 .item figure img {
    height: 0.4rem;
  }
  .RecruitPerson .box2 .content1 {
    width: 3.15rem;
  }
  .RecruitPerson .box2 .table .item .item_top,
  .RecruitPerson .box2 .tr,
  .RecruitPerson .box2 .table .item .item_bottom {
    padding: 0 0.5rem;
  }
  .NewsList .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .MobileMain .HeaderMobile .box .button .Language svg {
    vertical-align: middle;
  }
  .MobileMain .HeaderMobile .box .button .Language span {
    transform: translateY(2px);
    display: inline-block;
  }
  .MobileMain .HeaderMobile .box .button .search .active .Close {
    color: #1f9244;
  }
  .mobile_search {
    top: 66px;
  }
  .p140,
  .p100 {
    padding-top: 0.9rem;
  }
  .CorporateCulture .p150_ {
    padding-bottom: 0.9rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .box .content1,
  .home_title h5,
  .InnerBanner .orientation .box .content3,
  .Solution1 .box .boxLeft .content2,
  .mj_title .cont1,
  .Solution1 .box .boxLeft .content5,
  .innerTitle div,
  .technologyInfo .box .content1 {
    font-size: 0.34rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .box .content3,
  .InnerBanner .orientation .box .content2,
  .Solution1 .box .boxLeft .content4 {
    font-size: 0.36rem;
  }
  .Home_About .box .boxRight ul li .main .orientation .top span {
    font-size: 0.6rem;
  }
  .Home_About .box .boxLeft .content1,
  .Home_Solution .imgList .item .orientation .content1,
  .Solution3 .box .item h5,
  .TechnicalProcess .box .item a .right .top .title,
  .CorporateCulture .box .list .item .orientation .title,
  .ProductionBase .box .banner .swiper .swiper-slide .item a .orientation,
  .RecruitPerson .h5,
  .uploadResume .resume_box .form .label_1 .text,
  .Contact .box .boxLeft .content1 {
    font-size: 0.28rem;
  }
  .Home_About .box .boxLeft .content3,
  .Home_About .box .boxLeft .content1,
  .Solution1 .box .boxRight,
  .ButlerService .box .right,
  .Contact .box .boxLeft .content3,
  .Contact .box .boxRight {
    margin-top: 0.5rem;
  }
  .Solution1 .box .boxLeft,
  .CompanyIntroduction .orientation .box .boxLeft,
  .Contact .box .boxLeft {
    width: 100%;
    max-width: 100%;
  }
  .Solution1 .box .boxRight,
  .CompanyIntroduction .orientation .box .boxRight,
  .Contact .box .boxRight {
    width: 100%;
  }
  .TechnicalProcess .box .item a .left,
  .ButlerService .box .left {
    width: 100%;
  }
  .TechnicalProcess .box .item a .right,
  .ButlerService .box .right {
    width: 100%;
  }
  .ColumnNavigation .box ul li{
      margin-bottom: 0.2rem;
  }
  .Solution3 .box .item .images{
      overflow: scroll;
  }
  .Solution3 .box .item .images p{
      /*width: 175%;*/
  }
  
  .Solution3 .box .item .images .div1{
      display: none;
  }
   .Solution3 .box .item picture{
       display: block;
   }
   .InnerBanner .orientation .box .content1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.Home_Banner .banner .swiper-slide .orientation .box .content2 {
    margin: 0.35rem 0;
}



}
@media screen and (max-width: 669px) {
  .MobileMain .HeaderMobile .box .button .menu {
    margin-left: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .search p svg {
    transform: scale(0.8);
  }
  .MobileMain .HeaderMobile .box .button .search {
    margin-left: 0.2rem;
  }
  .MobileMain .HeaderMobile .box .button .Language a i {
    vertical-align: middle;
  }
  .Home_Banner .banner .swiper-slide .orientation .box .content1,
  .home_title h5,
  .InnerBanner .orientation .box .content3,
  .Solution1 .box .boxLeft .content2,
  .mj_title .cont1,
  .Solution1 .box .boxLeft .content5,
  .innerTitle div,
  .technologyInfo .box .content1 {
    font-size: 0.3rem;
  }
  .Home_Banner .banner .swiper-slide .orientation .box .content3,
  .InnerBanner .orientation .box .content2,
  .Solution1 .box .boxLeft .content4 {
    font-size: 0.32rem;
  }
  .Home_About .box .boxRight ul li:nth-child(2) {
    margin-top: -1.15rem;
  }
  .Home_About .box .boxRight ul li:nth-child(3) {
    margin-top: -1.35rem;
  }
  .Home_About .box .boxRight ul li:nth-child(1) .orientation {
    left: 1.32rem;
  }
  .Home_About .box .boxRight ul li .main .orientation .top {
    font-size: 0.48rem;
  }
  .Home_About .box .boxRight ul li .main .orientation .top span {
    font-size: 0.5rem;
  }
  .Home_About .box .boxRight ul li .main .orientation {
    top: 0.66rem;
  }
  .Home_About .box .boxRight ul li:nth-child(2) .orientation {
    left: 1.75rem;
  }
  .Home_About .box .boxRight ul li:nth-child(3) .orientation {
    left: 1.37rem;
    top: 0.8rem;
  }
  .Home_About .box .boxRight ul li .main .orientation .top font {
    font-size: 0.48rem;
  }
  .Home_Solution .imgList .item .orientation {
    top: 1.98rem;
  }
  .Home_Solution .toggle ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 0.2rem;
  }
  .Home_Solution .toggle ul li {
    margin: 0;
  }
  .Home_Solution .toggle ul li .top img {
    width: 0.64rem;
  }
  .Home_Solution .imgList .item > img {
    min-height: 8.8rem;
  }
  .Home_Product .box .boxLeft {
    width: 100%;
  }
  .Home_Product .box .boxRight {
    width: 100%;
    padding-top: 0;
    margin-top: 0.5rem;
  }
  .Home_Product .box .boxLeft .main .nav {
    padding: 0.3rem 0;
    width: 100%;
    margin-top: 0;
  }
  .Home_Product .box .boxLeft {
    min-height: 6.3rem;
    height: auto;
  }
  .Home_Product .box .boxLeft .jt {
    display: none;
  }
  .Home_News .box .banner .swiper .swiper-slide {
    padding: var(--padding);
    box-sizing: border-box;
  }
  .footer .box .boxTop .left img {
    height: 0.47rem;
  }
  .footer .box .boxCenter .right .ri {
    margin-left: 0;
    width: 100%;
    margin-top: 0.3rem;
  }
  .SolutionList .box,
  .ProductList .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem 0.2rem;
  }
  .ColumnNavigation .box ul li {
    margin-bottom: 0.3rem;
  }
  .pageBox .box_ .number {
    display: none;
  }
  .pageBox .box_ .prev {
    margin: 0 0.1rem;
  }
    .pageBox .box_ .next {
    margin: 0 0.1rem;
  }
  .Solution1 .box .boxRight .page {
    bottom: 0.18rem;
  }
  .Solution3 .box .item ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .Solution3 .box .item {
    padding: 0.4rem;
  }
  .Solution3 .box .item .video video {
    min-height: 2.6rem;
    height: 2.5rem;
  }
  .Solution3 .box .item .video p {
    width: 0.78rem;
    height: 0.78rem;
  }
  .Solution3 .box .item .video p svg {
    transform: scale(0.8);
  }
  .OperationService .box .item {
    padding: 0.3rem 0.25rem 0.25rem;
  }
  .OperationService .box .item .content1 img {
    height: 0.52rem;
  }
  .OperationService .box .item .content2 {
    margin-top: 0.95rem;
    font-size: 0.2rem;
  }
  .TechnicalScienceColumn .box .list .item .img,
  .PopularizationCcience .box .list .item .img {
    width: 100%;
  }
  .TechnicalScienceColumn .box .list .item .main,
  .PopularizationCcience .box .list .item .main {
    padding: 0.3rem 0;
  }
  .TechnicalScienceColumn .box .list {
    padding: 0.1rem 0;
    transition: 0.4s;
  }
  .TechnicalScienceColumn .box .list .item .main .title {
    font-size: 0.24rem;
  }
  .pageBox {
    margin-top: 0.44rem;
  }
  .CorporateCulture .box {
    display: grid;
    gap: 0.3rem;
    margin-top: 0.5rem;
  }
  .CorporateCulture .box .list {
    width: 100%;
    transform: initial !important;
    margin: 0 !important;
  }
  .CorporateCulture .box .list .item {
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 auto;
  }
  .ProductionBase .box,
  .WorkingEnvironment .box {
    --w: 3.9rem;
  }
  .ProductionBase .box .banner .swiper .swiper-slide .item a .orientation {
    bottom: 0.2rem;
  }
  body {
    --f16: 14px;
  }
  .RecruitPerson .box1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .RecruitPerson .box2 .content1 {
    width: 2.05rem;
  }
  .RecruitPerson .box2 .table .item .item_top,
  .RecruitPerson .box2 .tr,
  .RecruitPerson .box2 .table .item .item_bottom {
    padding: 0 0.3rem;
  }
  .Contact .box .boxLeft .content2 {
    margin-top: 0.64rem;
  }
  .search_input .box .main {
    width: 90vw;
  }
  .NewsList .box {
    grid-template-columns: repeat(1, 1fr);
  }
  
  
  .ProductionBase .box .banner_btn{
      display: flex;
      justify-content: center;
      margin-top: 0.5rem;
  }
      .ProductionBase {
          padding-bottom: 0.6rem;
      }
  
  .ProductionBase .box .banner_btn .btn{
      position: initial;
      transform: translateY(0%);
  }
  
  
   
  
  .WorkingEnvironment  .box .banner_btn{
      display: flex;
      justify-content: center;
      margin-top: 0.5rem;
  }
      .WorkingEnvironment  {
          padding-bottom: 0.6rem;
      }
  
  .WorkingEnvironment  .box .banner_btn .btn{
      position: initial;
      transform: translateY(0%);
  }
  
  .threeSelectItem a{
      line-height: 26px !important;
      padding: 5px 0;
      
  }
  
  
  .Solution3 .box .item .images p {
    /*width: 300%;*/
}
.Solution2 .box ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.2rem;
}
.Solution2 .box ul li{
    margin: 0;
    text-align: center;
}


}
/*# sourceMappingURL=./style.css.map */