@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:700");

.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

.home-publicn-title {
  width: 100%;
  max-width: 63%;
  margin: 0 auto;
  text-align: center;
}

.home-publicn-title .title {
  position: relative;
  font-size: 1.8em;
  line-height: 1.25;
  color: #021227;
  font-weight: bold;
  padding-bottom: .95em;
}

.home-publicn-title:nth-child(2) .title {
  position: relative;
  font-size: 1.8em;
  line-height: 1.25;
  width: 63%;
  color: #021227;
  font-weight: bold;
  padding-bottom: 1.11em;
}

.home-publicn-title .title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 40px;
  background: #185aae;
  transform: translateX(-50%);

}

.home-publicn-title .doc {
  font-size: .9em;
  line-height: 1.35;
  color: #666;
  margin-top: 1.77em;
}

/*** 公共 ****/
.main-box {
  padding: 0;
}

@media (max-width: 991.98px) {
  .home-publicn-title .title::before {

    display: none;
  }

  .main-box {
    padding-bottom: 0rem;
  }

  .head-place {
    position: relative;
    width: 100%;
    height: 1.2rem;
  }

  .home-publicn-title {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .home-publicn-title .title {
    font-size: .48rem;
    line-height: .7rem;
    padding-bottom: 0rem;
  }

  .home-publicn-title .title::before {
    height: .04rem;
    width: .5rem;
  }

  .home-publicn-title .doc {
    width: 100% !important;
    font-size: .3rem;
    line-height: .42rem;
    margin-top: .27rem;
  }
}

.home-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-banner .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.home-banner .bd {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60%;
  transform: translateY(-30%);
  opacity: 0;
}

.home-banner .tit {
  font-size: 2.8em;
  line-height: 1.05;
  font-weight: bold;
  color: #fff;
  margin-bottom: .75em;
}

.home-banner .doc {
  width: 88%;
  font-size: 1em;
  line-height: 1.7;
  color: #fff;
}

.home-banner .more {
  width: 10.3125em;
  margin-top: 3.1em;
}

.home-banner .more .box {
  width: 10.3125em;
  height: 2.875em;
  font-size: .8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 23px;
  color: #333;
  background-color: #fff;
}

.home-banner .more .bi {
  display: block;
  width: 13px;
  height: 9px;
  color: #333;
  margin-left: 1.28em;
}

.home-banner .more .boxs-boxs {
  padding-top: .5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 44%;
}

.home-banner .more img {
  width: 1.2em;
  height: 1em;
  display: block;
}

.home-banner .more .bi {
  width: 13px;
  height: 9px;
  display: block;
}

.home-banner .more .icon,
.home-banner .more .right {
  transition: .3s;
}

.home-banner .more .right {
  margin-top: .5em;
}

.home-banner .more .end {
  transform: translateY(300%);
}

@media (max-width:1500px) and (min-width:1470px) {
  .home-banner .doc {
    width: 70%;
  }
}

@media (max-width:1470px) and (min-width:993px) {
  .home-banner .doc {
    width: 86%;
  }
}

@media (min-width:992px) {

  .home-banner .more .box:hover {
    transition: .3s;
  }

  .home-banner .more .box:hover .bi {
    transition: .3s;
  }

  .home-banner .more .box:hover .icon,
  .home-banner .more .box:hover .right {
    transform: translateY(-200%);
    transition: .3s;
  }

  .home-banner .more .box:hover .top {
    transition: .3s;
  }

  .home-banner .more .box:hover .end {
    transition: .3s;
  }
}

@media (max-width: 991.98px) {
  .home-banner {
    position: relative;
    width: 100%;
    height: 13.35rem;
    overflow: hidden;
  }

  .home-banner .bd {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 .5rem 0 .5rem;
    opacity: 0;
  }

  .home-banner .tit {
    font-size: .56rem;
    line-height: .8rem;
    font-weight: bold;
    margin-bottom: .4rem;
  }

  .home-banner .doc {
    width: 100%;
    font-size: .28rem;
    line-height: .44rem;
  }

  .home-banner .more {
    width: 2.2rem;
    margin-top: 0.7rem;
  }

  .home-banner .more .right {
    margin-top: .6em;
  }

  .home-banner .more .box {
    width: 2.5rem;
    height: .83rem;
    font-size: .24rem;
    border-radius: 1.3rem;
    white-space: nowrap;
  }

  .home-banner .more .bi {
    width: .22rem;
    height: .15rem;
    margin-left: .3rem;
  }

  .home-banner .home-banner-swiper-pagination {
    bottom: .76rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .home-banner .swiper-pagination-bullet {
    width: .65rem;
    height: .04rem;
    background: #fff;
    border-radius: 0.02rem;
    margin: 0 .1rem !important;
    opacity: 0.2;
  }

  .home-banner .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.home-banner .scaleUpDown .bd {
  transition: .5s;
  -webkit-transition: .5s;
  transform: translateY(-50%);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .home-banner .scaleUpDown .bd {
    transition: .5s;
    -webkit-transition: .5s;
    transform: translateY(-67%);
    opacity: 1;
  }
}

.home-banner-bar {
  position: absolute;
  bottom: 2.8em;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.home-banner-bar .list {
  display: flex;
  align-items: flex-start;
}

.home-banner-bar .item {
  position: relative;
  width: 28.625%;
  margin-right: 1.15em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.7em;
}

.home-banner-bar .item::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 3px;
  top: -2px;
  left: 0px;
  background: white;
  z-index: 3;
}

.home-banner-bar .item.active .box {
  color: white;
}

.home-banner-bar .item.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  top: -2px;
  left: 0px;
  background: white;
  transition: 5.1s;
}

.home-banner-bar .item.active.active-after::after {
  transition: 5.7s;
}

.home-banner-bar .box {
  cursor: pointer;
  font-size: .8em;
  color: rgba(255, 255, 255, 0.5);
}

.home-product {
  position: relative;
  z-index: 9;
}

.home-product .home-product-list {
  display: flex;
  align-content: center;
  justify-content: center;
}

.home-product .item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-product .item:last-child .item-box {
  border-right: solid 1px #e4e9f6;
}

.home-product .item .item-box {
  width: 100%;
  height: 100%;
  padding: 2em 0 2.25em;
  background-color: #ffffff;
  border: solid 1px #e4e9f6;
  border-right: 0;
  display: flex;
  align-items: top;
  justify-content: center;
}

.home-product .bd .icon {
  width: 6em;
  height: 6em;
  margin: 0 auto;
}

.home-product .bd .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-product .bd .title {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 1.05em;
  color: #021227;
  text-align: center;
  color: #fff;
}

.home-product .home-product-item {
  position: relative;
}

.home-product .item-pop {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  /* height: 0;
  height: max-content; */
  left: 50%;
  top: 0;
  padding: 1.8em 0 1.5em;
  transform: translateX(-50%);
  background: no-repeat center;
  background-size: cover;
  background-image: url(/img/static/home-product-pop.jpg);
  box-shadow: 0px 8px 13px 0px rgba(9, 45, 91, 0.09);
  border: solid 1px #cdd1d5;
  z-index: 8;
}

.home-product .item-pop .item-pop-bigbox {
  width: 100%;
  height: 100%;
  min-height: 11.6em;
}

.home-product .item-pop .item-pop-title {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1.2em;
  line-height: 1.5;
  color: #021227;
  padding-bottom: .58em;
  text-align: center;
}

.home-product .item-pop .item-pop-title span {
  width: 17rem;
}

.home-product .item-pop .item-pop-title::before {
  position: absolute;
  content: '';
  width: .833em;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: #185aae;
  transform: translateX(-50%);
}

.home-product .item-pop .item-pop-list {
  text-align: center;
  margin-top: .3em;
}

.home-product .item-pop .item-pop-list .item-pop-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8em;
  line-height: 1.325;
  padding: .5em 0;
}

/* .home-product .item-pop .item-pop-list .item-pop-box .item-box-tit {
  position: relative;
  color: #666;
  max-width: 16rem;
} */
.home-product .item-pop .item-pop-list .item-pop-box .item-box-tit {
  position: relative;
  color: #666;
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .home-product .item-pop .item-pop-list .item-pop-box .item-box-tit .item-box-tit-point {
  display: none;
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -.625em;
  top: 50%;
  border-radius: 50%;
  background: #185aae;
  transform: translateY(-50%);
  transition: .3s;
} */

.home-product .item-pop .item-pop-list .item-pop-box .item-box-tit .item-box-tit-point {
  display: none;
  /* content: ''; */
  width: 4px;
  height: 4px;
  left: -0.625em;
  top: 50%;
  /* border-radius: 50%; */
  background: #185aae;
  /* transform: translateY(-50%); */
  transition: .3s;
  margin-top: 0.5em;
  margin-right: 0.8em;
}

@media (min-width: 991.98px) {
  .home-product .bd .title {
    color: #021227;
  }

  .home-product .item .item-box .bd .more-box:hover .title {
    color: #185aae;
  }

  .home-product .item-pop .item-pop-list .item-pop-item:hover {
    width: 100%;
    background: rgba(176, 209, 252, 0.47);
  }

  .home-product .item-pop .item-pop-list .item-pop-item:hover .item-box-tit {
    color: #185aae;
  }

  /* .home-product .item-pop .item-pop-list .item-pop-item:hover .item-box-tit .item-box-tit-point {
    display: block !important;
  } */

  .home-product .home-product-item:hover .item-pop {
    z-index: 8;
    transform: .3;
  }
}

@media (max-width: 991.98px) {
  .home-product {
    padding: 1.06rem .5rem 0;
  }

  .home-product .home-product-mob {
    margin-bottom: .24rem;
  }

  .home-product .home-product-mob .image {
    width: 100%;
    height: 3.7rem;
  }

  .home-product .home-product-mob .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-product .home-product-list {
    display: block;
    margin-top: .3rem;
  }

  .home-product .home-product-item {
    margin-bottom: 1.2rem;
  }

  .home-product .home-product-item:last-child {
    margin-bottom: 0;
  }

  .home-product .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
  }

  .home-product .item:last-child .item-box {
    border-right: 0;
  }

  .home-product .item .item-box {
    width: 100%;
    height: 100%;
    padding: 0em .14rem 0em;
    background-color: #ffffff;
    border: 0;
    border-right: 0;
    display: block;
  }

  .home-product .bd {}

  .home-product .bd .addbg {
    position: relative;
    height: 7rem;
  }

  .home-product .bd .addbg .bgbacCover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .home-product .bd .addbg .bgbacCover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .home-product .bd .icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
  }

  .home-product .bd .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-product .bd .title {
    padding: 0.55rem 0.4rem 0;
    font-size: .42rem;
    line-height: .6rem;
    font-weight: bold;
    position: relative;
    z-index: 9;
    top: 0;
    width: 100%;
  }

  .home-product .bd .list-item-wrap {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
  }

  .home-product .list {
    padding: .25rem .4rem 0;
    text-align: center;
    line-height: .4rem;
  }

  .home-product .list .item {


    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;
  }

  .home-product .list .more-box {


    font-size: .3rem;
    color: #fff;
  }

  .home-product .list .more-box:hover {
    opacity: 0.7;
  }
}

.home-industry {
  padding: 5.25em 0 5.35em;
}

.home-industry .home-publicn-title {
  width: 62%;
}

.home-industry-list {
  margin: 0 -.35em;
  margin-top: 3em;
}

.home-industry-list .item {
  padding: 0 .35em;
  margin-bottom: 3.2em;
}

.home-industry-list .item:nth-last-child(1),
.home-industry-list .item:nth-last-child(2),
.home-industry-list .item:nth-last-child(3),
.home-industry-list .item:nth-last-child(4) {
  margin-bottom: 0;
}

.home-industry-list .box {
  width: 100%;
  height: 100%;
  display: block;
}

.home-industry-list .box .image {
  position: relative;
  width: 100%;
  padding-top: 68.71%;
  overflow: hidden;
}

.home-industry-list .box .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: .3s;
}

.home-industry-list .box .bd {
  padding: .9em 1.8em 0 0;
}

.home-industry-list .box .bd .tit {
  font-size: 1.2em;
  line-height: 1.33;
  color: #021227;
  font-weight: bold;
  transition: .3s;
  height: 1.33em;
  overflow: hidden;
}

.home-industry-list .box .bd .doc {
  font-size: .8em;
  line-height: 1.425;
  color: #666;
  margin-top: .875em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;

}

.home-industry-list .box .bd .more {
  margin-top: 1.75em;
  display: flex;
  align-items: center;
}

.home-industry-list .box .bd .more .more-tit {
  font-size: .8em;
  line-height: 1;
  color: #666;
}

.home-industry-list .box .bd .more .more-icon {
  opacity: 0;
  transition: .3s;
  width: 1.3em;
  height: 1.3em;
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #185aae;
}

.home-industry-list .box .bd .more .more-icon .bi {
  width: .3em;
  height: .55em;
  display: block;
  color: #fff;
}

@media (max-width: 991.98px) {
  .home-industry {
    padding: 1.5rem 0 1.1rem;
  }

  .home-industry .home-publicn-title {
    width: 100%;
  }

  .home-industry-list {
    margin: 0em;
    padding: 0 .55rem;
    margin-top: .94rem;
  }

  .home-industry-list .item {
    padding: 0em;
    margin-bottom: .92rem;
  }

  .home-industry-list .item:nth-last-child(2),
  .home-industry-list .item:nth-last-child(3),
  .home-industry-list .item:nth-last-child(4) {
    margin-bottom: .92rem;
  }

  .home-industry-list .item:nth-last-child(1) {
    margin-bottom: 0;
  }

  .home-industry-list .box {
    width: 100%;
    height: 100%;
    display: block;
  }

  .home-industry-list .box .bd {
    padding: .2rem 0em 0 0;
  }

  .home-industry-list .box .bd .tit {
    font-size: .36rem;
    line-height: .56rem;
    color: #141414;
    font-weight: bold;
    transition: .3s;
  }

  .home-industry-list .box .bd .doc {
    font-size: .28rem;
    line-height: .48rem;
    color: #666;
    margin-top: .16rem;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 991.98px) {
  .home-industry-list .box:hover .tit {
    color: #185aae;
    transition: .3s;
  }

  .home-industry-list .box:hover .bd .more .more-icon {
    opacity: 1;
    transition: .3s;
  }

  .home-industry-list .box:hover .bd .more .more-tit {
    color: #185aae;
    transition: .3s;
  }

  .home-industry-list .box:hover img {
    transform: scale(1.1);
    transition: .3s;
  }

  .data-list .box:hover .bgk-image {
    transform: scale(1.1);
    transition: .3s;
  }

  .data-list .box:hover .more-icon {
    background-color: #185aae;
  }

  .data-list .box:hover .more-icon .bi {
    color: #fff;
  }
}

.home-cooperative {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5em 0 5.25em;
  overflow: hidden;
}

.home-cooperative .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.home-cooperative .home-industry-box {
  padding: 0 4em;
}

.home-cooperative .cooperative-swiper-box {
  padding: 0 5.5em;
}

.home-cooperative .home-publicn-title {
  width: 63%;
}

.home-cooperative .swiper-button-next::after,
.home-cooperative .swiper-button-prev::after {
  content: '';
}

.home-cooperative .swiper-button-next,
.home-cooperative .swiper-button-prev {
  top: auto;
  top: 50%;
  top: calc(50% + 2.2em + .825em);
  top: calc(50% + 2.2em + 1.6em + 2.25em);
  width: 3.3em;
  height: 3.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(24, 90, 174, 0.09);
}

.home-cooperative .swiper-button-next .bi,
.home-cooperative .swiper-button-prev .bi {
  display: block;
  width: .55em;
  height: .9em;
  color: #185aae;
}

.home-cooperative .swiper-button-next {
  right: 4em;
}

.home-cooperative .swiper-button-prev {
  left: 4em;
  right: auto;
}

.cooperative-swiper {
  position: relative;
  padding: 2.2em 1.5em;
  margin: -2.2em -1.5em;
  margin-top: 2.1em;
  overflow: hidden;
}

.cooperative-swiper .item-slide {
  width: 10em;
}

.cooperative-swiper .box {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 11px 4px 43px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 11px 4px 23px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.cooperative-swiper .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  overflow: hidden;
  border-radius: 50%;
}

.cooperative-swiper .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}


@media (max-width: 992.98px) and (min-width:785px) {
  .cooperative-swiper .image img {
    top: 50% !important;
  }
}








@media (max-width: 991.98px) {
  .home-cooperative {
    padding: 1.1rem 0 1.5rem;
    overflow: hidden;
  }

  .home-cooperative .home-industry-box {
    padding: 0em;
  }

  .home-cooperative .cooperative-swiper-box {
    padding: 0;
  }

  .cooperative-swiper {
    position: relative;
    padding: 0;
    margin: 0;
    margin: -.4rem 0;
    margin-top: .18rem;
    padding-bottom: .63rem;
    overflow: hidden;
  }

  .cooperative-swiper .item-slide {
    width: auto;
    height: auto;
    padding: .4rem 0.2rem;
    padding-top: 0;
  }

  .cooperative-swiper .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .cooperative-swiper .list .item {
    width: 50%;
    height: 1.48rem;
    max-width: 50%;
    padding: 0.3rem 0.3rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;

    margin-bottom: .23rem;
  }

  .cooperative-swiper .list .item:nth-last-child(1),
  .cooperative-swiper .list .item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .cooperative-swiper .box {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
  }

  .cooperative-swiper .image {
    position: relative;
    width: 57%;
    height: auto;
    padding-top: 55%;
    top: 0%;
    left: 0%;
    transform: translate(0%);
    overflow: hidden;
  }

  .cooperative-swiper .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    object-fit: contain;
    object-position: center center;
    transform: translate(-50%, -50%);
  }

  .cooperative-swiper .swiper-pagination {
    width: 100%;
    bottom: 0;
  }

  .cooperative-swiper .swiper-pagination-bullet {
    background: #808080;
    opacity: 0.2;
    margin: 0 .1rem;
  }

  .cooperative-swiper .swiper-pagination-bullet-active {
    background: #185aae;
    opacity: 1;
  }
}

.home-data {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.2em 0 6.4em;
  overflow: hidden;
}

.home-data .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.home-data .home-industry-box {
  padding: 0 4em;
}

.data-list {
  margin: 0 -.65em;
  margin-top: 2em;
}

.data-list .item {
  padding: 0 .65em;
}

.data-list .box {
  position: relative;
  display: flex;
  width: 100%;
  max-height: 14em;
  padding-top: 58.44%;
  overflow: hidden;
}

.data-list .box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.63) 37%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.67;
  z-index: 3;
}

.data-list .bgk-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  z-index: 2;
  transition: .3s;
}

.data-list .bd {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: .8em 1.3em 1.1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 4;
}

.data-list .bd .tit {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.data-list .more {
  margin-top: 1.75em;
  display: flex;
  align-items: center;
}

.data-list .more .more-tit {
  font-size: .8em;
  line-height: 1;
  color: #666;
}

.data-list .more .more-icon {
  width: 1.85em;
  height: 1.85em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: .3s;
}

.data-list .more .more-icon .bi {
  width: .3em;
  height: .55em;
  display: block;
  color: #185aae;
}

@media (max-width: 1200.98px) and (min-width:992px) {
  .home-banner .bd {
    width: 75%;
  }
}

@media (max-width: 991.98px) {
  .data-list .bgk-image {
    object-fit: cover;
  }

  .home-data {
    padding: 1.1rem 0 1.6rem;
  }

  .home-data .home-industry-box {
    padding: 0 0.1rem;
  }

  .data-list {
    padding: 0 .43rem;
    margin: 0em;
    margin-top: .47rem;
  }

  .data-list .item {
    padding: 0;
    margin-bottom: .6rem;
  }

  .data-list .item:last-child {
    margin-bottom: 0;
  }

  .data-list .box {
    height: 3.7rem;
  }

  .data-list .box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: none;
    opacity: 0.58;
    z-index: 3;
  }

  .data-list .bd {
    padding: 1em 1.5em 1.1em;
    align-items: center;
    justify-content: center;
    z-index: 4;
  }

  .data-list .bd .tit {
    font-size: .36rem;
    line-height: .56rem;
  }
}

@media (min-width: 991.98px) and (max-width: 1315px) {
  .home-banner .tit {
    font-size: 2.7em;
  }
}

@media (min-width: 991.98px) and (max-width: 1400px) {
  .home-industry .home-publicn-title {
    width: 60%;
  }
}

@media (min-width: 991.98px) and (max-width: 1150px) {
  .home-cooperative .home-publicn-title {
    width: 70%;
  }
}

@media (min-width: 991.98px) {
  /*  优化  */
  .home-industry .home-publicn-title{
    max-width: 992px;
  }
  .home-cooperative .swiper-button-next:hover,
  .home-cooperative .swiper-button-prev:hover {
    background-color: #185aae !important;
    transition: .3s;
  }

  .home-cooperative .swiper-button-next:hover .bi,
  .home-cooperative .swiper-button-prev:hover .bi {
    color: #fff;
    transition: .3s;
  }

  .home-cooperative .swiper-button-next,
  .home-cooperative .swiper-button-prev {
    transition: .3s;
  }

  .home-cooperative .swiper-button-next .bi,
  .home-cooperative .swiper-button-prev .bi {
    transition: .3s;
  }
}

@media (min-width: 991.98px) and (max-width: 1520px) {
  .cooperative-swiper .box {
    box-shadow: -2px 4px 12px 0px rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 991.98px) and (max-width: 1430px) {
  .cooperative-swiper .box {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 450px) and (max-width: 990px) {
  .cooperative-swiper .list .item {
    height: auto;
  }
}


/* 增加分享功能 */
.addshare{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addshare-left .foot-logo{
  width: 11.05em;
  height: 3em;

} 
.addshare-left .foot-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.addshare-right{
  margin-right: 3em;
}
.addshare-right .icon-item{
  display: flex;
}
.addshare-right .icon-item a{
  width: 2em;
  height: 2em;
  border-radius: 100%;

}
.addshare-right .icon-item a{
  margin-left: 0.9em;
  display: flex;
}
.addshare-right .icon-item a img{
  width: 100%;
  height: 100%;
  object-fit:scale-down;
  object-position: center;
  transition: all 0s;
}
.addshare-right .icon-item a img.hover{
  transform: scale(0);

}
.addshare-right .icon-item a:hover img.hover{
  transform: scale(1);
  width:100%;
  height: 100%;
}
.addshare-right .icon-item a:hover img.base{
  transform: scale(0);


}
.other-relation{
  width: 19.2em;
}
@media (min-width: 991.98px){
  .addshare-right .icon-item a {
    position: relative;
  }
  .addshare-right .icon-item a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px){
  .addshare-right .icon-item a{
    width: 0.7rem;
    height: 0.7rem;
    margin:0 0.15rem;
  }
  .addshare-right{
    margin-right: 0;
  }
  
  .addshare{
    justify-content: center;
    padding-top: 0.14rem;
    padding-bottom: 0.46rem;
  }
}


<!--耗时1753947166.3376秒-->