.header-wrap {
  background: #fff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
}
.header-wrap .header-item:not(.active)>a {
  color: #333;
}
.header-wrap .header-item:hover,
.header-wrap .header-item.active {
  color: #fff;
}

.inner-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin-top: -0.44rem;
  gap: 0.41rem;
}

.inner-item {
  width: 3.32rem;
  height: 0.88rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  transition: all 0.6s;
}
.inner-item:hover,
.inner-item.active {
  background-color: #d7001d;
  color: #ffffff;
}

/* 关于我们 */

.about-part1 {
  padding: 1.39rem 0 1.32rem;
}

.about-part1 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.93rem;
}

.about-part1 .box + .box {
  margin-top: 0.93rem;
}

.about-part1 .introduce {
  width: 6.96rem;
}
.about-part1 .en {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #d61629;
}

.about-part1 .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
}

.about-part1 .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  margin-top: 0.53rem;
}

.video-poster {
  position: relative;
  width: 7.95rem;
  height: 4.3rem;
  cursor: pointer;
}

.video-poster > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.playerBtn {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-part1 .text2 {
  width: 6.96rem;
  position: relative;
  display: flex;
  align-items: center;
}

.about-part1 .text2 > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
}
.about-part1 .text2 > img {
  position: absolute;
  width: 3.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about-part2 {
  width: 100%;
  background-image: url(../images/others/bg1.png);
  background-size: cover;
  padding: 1.69rem 0 2.27rem;
}

.about-part2 .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-part2 .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  width: 6.06rem;
}

.about-part2 .item-box {
  width: 7.69rem;
  border-left: 1px solid #d7001d;
  border-top: 1px solid #d7001d;
  display: flex;
  flex-wrap: wrap;
}

.about-part2 .item {
  width: calc(100% / 3);
  height: 2.57rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d7001d;
  border-bottom: 1px solid #d7001d;
}

.about-part2 .icon {
  width: 0.46rem;
  display: block;
}

.about-part2 .text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #d61629;
  margin-top: 0.26rem;
}

.about-part2 .text2 span {
  font-size: 0.6rem;
  font-family: Impact, Impact;
}

.about-part2 .text3 {
  margin-top: 0.06rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #d61629;
}

.about-part3 {
  padding: 1.67rem 0 1.86rem;
  position: relative;
}

.aboutSwiper {
  width: 15.32rem;
  overflow: hidden;
  margin: 0 auto;
}

.aboutSwiper img {
  display: block;
}

.about-prev,
.about-next {
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}

.about-next {
  left: auto;
  right: -0.15rem;
}

.about-part3 .rotate {
  transform: rotate(-180deg);
}

.about-part3 .rotate2 {
  transform: rotate(180deg);
}

.about-prev:hover img:first-child,
.about-next:hover img:first-child,
.about-prev img:last-child,
.about-next img:last-child {
  display: none;
}
.about-prev img:first-child,
.about-next img:first-child,
.about-prev:hover img:last-child,
.about-next:hover img:last-child {
  display: block;
}

/* 发展历程 */

.history-box {
  padding: 1.6rem 0 1.53rem;
}

.history-box .top {
  width: 100%;
  position: relative;
}

.swiper-history1 {
  width: 10.82rem;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-history1 .swiper-slide {
  font-family: Impact, Impact;
  font-weight: 400;
  font-size: 0.3rem;
  color: #808080;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}

.swiper-history1 .swiper-slide-thumb-active {
  font-size: 0.8rem;
  color: #d7001d;
}

.swiper-history1 .swiper-wrapper {
  align-items: flex-end;
}

.history-prev,
.history-next {
  width: 0.9rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
  z-index: 100;
  cursor: pointer;
}

.history-next {
  left: auto;
  right: 0;
}

.history-prev .rotate {
  transform: rotate(-180deg);
}

.history-next .rotate2 {
  transform: rotate(180deg);
}

.history-prev:hover img:first-child,
.history-next:hover img:first-child,
.history-prev img:last-child,
.history-next img:last-child {
  display: none;
}
.history-prev img:first-child,
.history-next img:first-child,
.history-prev:hover img:last-child,
.history-next:hover img:last-child {
  display: block;
}

.history-box .line {
  width: 14.74rem;
  margin: 0.17rem auto 0;
  display: block;
}

.history-swiper2 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.94rem;
}

.history-swiper2 .swiper-slide {
  padding-left: 1.9rem;
  position: relative;
}

.history-swiper2 .item {
  margin-bottom: 0.95rem;
  height: 1rem;
  display: block;
  position: relative;
  z-index: 10;
}

.history-swiper2 .top {
  display: flex;
}

.history-swiper2 .time {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  width: 0.9rem;
  text-align: right;
  transition: all 0.6s;
}
.history-swiper2 .cir {
  width: 0.14rem;
  height: 0.14rem;
  background: #ffffff;
  border: 0.02rem solid #d7001d;
  margin-left: 0.26rem;
  border-radius: 50%;
  margin-top: 0.12rem;
}

.history-swiper2 .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  margin-left: 0.18rem;
  max-width: 12rem;
  transition: all 0.6s;
}

.history-swiper2 .arrow {
  width: 0.59rem;
  height: 0.14rem;
  margin-top: 0.27rem;
  display: block;
  margin-left: 1.5rem;
  opacity: 0;
  transition: all 0.6s;
}

.history-swiper2 .item:hover p {
  font-weight: bold;
  font-size: 0.3rem;
  color: #d61629;
}

.history-swiper2 .item:hover .arrow {
  opacity: 1;
}
.history-swiper2 .line {
  width: 0;
  height: 100%;
  position: absolute;
  left: 3.12rem;
  top: 0;
  border: 1px dashed #9c9c9c;
}

/* 新闻详情 */
.news-detail-wrap {
  padding: 1.75rem 0 1.23rem;
}

.news-detail-wrap .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.36rem;
}
.news-detail-wrap .line {
  width: 100%;
  border: 1px solid #e4e4e4;
}

.news-detail-wrap .msg {
  margin-top: 0.42rem auto 0;
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  margin-top: 0.42rem;
}

.news-detail-wrap .msg > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}

.news-detail-wrap .richText {
  width: 11.36rem;
  margin: 0.75rem auto;
}

.news-detail-wrap .richText img {
  width: revert-layer;
  max-width: 100%;
  margin: 0 auto;
}

.news-detail-wrap .richText p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.5rem;
}

.news-detail-wrap .bottom {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
}

.news-detail-wrap .list > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.4rem;
}

.news-detail-wrap .list > p > a {
  display: inline-block;
  color: #000;
}

.news-detail-wrap .list > p > a:hover {
  text-decoration: underline;
}

.news-detail-wrap .back {
  gap: 0.22rem;
  margin-left: auto;
  align-items: center;
}

.news-detail-wrap .back > img {
  width: 0.62rem;
  height: 0.62rem;
  display: block;
  transform: rotate(-180deg);
}
.news-detail-wrap .back > span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}
.news-detail-wrap .back:hover > span {
  color: #d7001d;
}

/* 企业荣誉 */

.honor-part1 {
  width: 100%;
  position: relative;
}

.honor-part1 > img {
  width: 100%;
  display: block;
}

.honor-part1 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 2.35rem;
}

.honor-part1 .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.8rem;
  color: #e2e1df;
  text-align: center;
  position: relative;
}

.honor-part1 .title p {
  position: absolute;
  text-align: center;
  top: 0.5rem;
  left: 0;
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #d7001d;
}

.swiper-honor1 {
  margin: 1.13rem auto 0;
  overflow: hidden;
  width: 13.1rem;
}

.swiper-honor1 .swiper-slide > img {
  width: 100%;
  height: auto;
  display: block;
}

.honor-part1 .tip {
  width: 2.75rem;
  margin: 0.58rem auto 0;
  position: relative;
  background-image: url(../images/others/honorimg5.png);
  background-size: 100% 100%;

    display: flex;
  justify-content: center;
  align-items: center;
}
.honor-part1 .tip>a{
    display: block;
}

/*.honor-part1 .tip::after{*/
/*    width: 100%;*/
/*    height: 0.55rem;*/
/*    content: '';*/
/*    background-image: url(../images/others/honorimg5.png);*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -0.1rem;*/
/*}*/


.honor-part1 .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
}

.honor-part1 .text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  text-align: center;
}

.honor-part1 .nav {
  width: 100%;
  display: flex;
  gap: 0.1rem;
  justify-content: center;
  margin-top: 1.27rem;
}

.honor-part1 .nav > div {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0);
}

.index-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
}

.index-line {
  width: 0.63rem;
  height: 3px;
  background-color: #d7001d;
  margin-top: 0.18rem;
}

/* 新闻 */
.gray-wrap {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: -0.4rem;
}
.news-part1 {
  display: flex;
  gap: 0.49rem;
  padding-top: 1.14rem;
}

.news-part1 .item {
  width: 5.01rem;
  height: 7.07rem;
  background: #ffffff;
  position: relative;
  padding: 0.59rem 0.5rem 0;
  display: block;
  transition: all 0.6s;
}

.news-part1 .time,
.news-part2 .time {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
}
.news-part1 .time > span,
.news-part2 .time > span {
  font-weight: bold;
  font-size: 0.4rem;
  color: #000;
}
.news-part1 .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  margin-top: 0.5rem;
}

.news-part1 .desc {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #a1a1a1;
  line-height: 0.24rem;
  margin-top: 0.45rem;
}
.news-part1 .img {
  width: 100%;
  height: 2.25rem;
  object-fit: cover;
  margin-top: 0.4rem;
}

.news-btn {
  width: 0.62rem;
  margin-top: 0.37rem;
}

.news-btn > img {
  display: block;
  width: 100%;
}

.news-btn > img:last-child {
  display: none;
}

.news-part1 .item:hover {
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.1);
}
.news-part1 .item:hover::after {
  width: 100%;
}

.news-part1 .item:hover .news-btn > img:last-child,
.news-part2 .item:hover .news-btn > img:last-child {
  display: block;
}

.news-part1 .item:hover .news-btn > img:first-child,
.news-part2 .item:hover .news-btn > img:first-child {
  display: none;
}
.news-part1 .item::after {
  content: "";
  width: 0;
  height: 0.06rem;
  background: #d7001d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
}

.news-part2 {
  padding: 0.88rem 0 1.14rem;
}

.news-part2 .item {
  width: 100%;
  height: 2.84rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 0.4rem;
  transition: all 0.6s;
  display: flex;
  padding: 0.52rem 0 0 0.66rem;
}
.news-part2 .item:last-child {
  margin-bottom: 0;
}
.news-part2 .content {
  width: 10.11rem;
  margin-left: 0.62rem;
  margin-top: 0.19rem;
}

.news-part2 .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
}

.news-part2 .desc {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #a1a1a1;
  line-height: 0.24rem;
  margin-top: 0.48rem;
}
.news-part2 .news-btn {
  margin-left: 1.57rem;
  margin-top: 0.49rem;
}

.news-part2 .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.06rem;
  height: 0;
  background-color: #d7001d;
  transition: all 0.6s;
}

.news-part2 .item:hover {
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.1);
}

.news-part2 .item:hover::after {
  height: 100%;
}

/* 业务分布 */

.business-wrap {
  padding: 1.32rem 0 1.68rem;
}

.business-wrap .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.business-wrap .left {
  width: 5.22rem;
}

.business-wrap .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.5rem;
  color: #000000;
}

.business-wrap .line {
  width: 5.22rem;
  height: 0.04rem;
  background: #d7001d;
  margin-top: 0.29rem;
}

.swiper-business {
  margin-top: 0.49rem;
  overflow: hidden;
}

.business-wrap .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
}
.business-wrap .text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
  margin-top: 0.23rem;
}

.business-wrap .btn {
  width: 1.62rem;
  height: 0.54rem;
  background: #d7001d;
  border-radius: 0rem 0.2rem 0rem 0.2rem;
  justify-content: center;
  gap: 0.12rem;
  align-items: center;
  margin-top: 0.4rem;
  transition: all 0.6s;
}

.business-wrap .btn {
  vertical-align: bottom;
}

.business-wrap .btn:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.business-wrap .btn:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.business-wrap .btn > span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
}

.business-wrap .btn > img {
  width: 0.24rem;
  display: block;
}


.business-wrap .right {
  width: 7.93rem;
}

.business-wrap .item {
  width: 100%;
  display: flex;
  gap: 0.13rem;
  flex-wrap: wrap;
  display: none;
}
.business-wrap .item.active {
  display: flex;
}
.business-wrap .item > img {
  width: 3.9rem;
  height: 2.6rem;
  border-radius: 0.2rem 0.2rem 0rem 0.2rem;
  object-fit: cover;
}

.business-wrap .item > img:first-child {
  border-bottom-right-radius: 0;
}

.business-wrap .item > img:nth-child(2) {
  border-bottom-left-radius: 0;
}
.business-wrap .item > img:nth-child(3) {
  border-top-right-radius: 0;
}
.business-wrap .item > img:nth-child(4) {
  border-top-left-radius: 0;
}

.business-wrap .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.24rem;
  overflow: hidden;
}

.business-wrap .icon {
  width: 0.75rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.business-wrap .icon:last-child .line2{
  display: none;
}

.business-wrap .icon > img {
  display: block;
}
.business-wrap .icon.active > img:nth-child(1),
.business-wrap .icon > img:nth-child(2) {
  display: none;
}

.business-wrap .icon.active > img:nth-child(2) {
  display: block;
}

.business-wrap .text3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.14rem;
}
.business-wrap .line2 {
  width: 1.11rem;
  height: 1px;
  background-color: #d4d4d4;
  position: absolute;
  left: 0.89rem;
  top: 35%;
}

.business-wrap .nav {
  display: flex;
  margin-top: 0.7rem;
}

.business-wrap .nav > div {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0);
}

/* 业务分布详情页 */

.business-detail {
  width: 11.95rem;
  padding: 0.94rem 0 1.17rem;
  margin: 0 auto;
}

.business-detail .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}

.business-detail .line {
  width: 0.54rem;
  height: 0.04rem;
  background: #d7001d;
  margin: 0.17rem auto 0;
}

.business-detail .title2 {
  text-align: center;
  margin-top: 0.18rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
}
.business-detail .richText {
  margin-top: 0.52rem;
  width: 100%;
}

.business-detail .richText > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.3rem;
}

.business-detail .richText img {
  width: revert-layer;
  max-width: 100%;
  margin-bottom: 0.47rem;
}

/* 旗下产品 */

.product-wrap {
  width: 100%;
  padding: 1.35rem 0 3.35rem 1.6rem;
  display: flex;
  justify-content: space-between;
}

.product-wrap .left {
  width: 2.66rem;
}

.product-wrap .title {
  padding: 0.29rem 0.73rem;
  background-color: #d7001d;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}
.product-wrap .list {
  width: 100%;
  background: #ffffff;
  padding: 0 0.22rem 0.42rem;
  overflow: hidden;
}

.product-wrap .list > li {
  margin-top: 0.55rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #ececec;
}

.product-wrap .list > li:hover,
.product-wrap .list > li.active {
  border-bottom: 0.02rem solid #d7001d;
}
.product-wrap .list > li > a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  padding-left: 0.45rem;
  display: block;
}

.product-wrap .right {
  width: 13.96rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-wrap .nav {
  display: flex;
  margin-top: 0.73rem;
}

.product-wrap .nav > div {
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  transform: translate(0);
}

.product-wrap .color {
  width: 11.28rem;
  height: 5.31rem;
  background: #d1c19f;
  border-radius: 1rem 0rem 0rem 0rem;
  padding: 0.78rem 0 0 4.68rem;
}

.product-wrap .color > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
}

.swiper-product {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.swiper-product .swiper-slide {
  background-image: url(../images/others/probg.png);
  background-size: 100% 100%;
  height: 4.38rem;
  padding-top: 0.46rem;
  border-radius: 0.5rem 0rem 0.5rem 0rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.swiper-product .swiper-slide > img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 80%;
}

.swiper-product .swiper-slide:hover {
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.06);
}

.swiper-product .swiper-slide > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  position: absolute;
  bottom: 0.27rem;
  text-align: center;
  left: 0;
  width: 100%;
}

.product-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.swiper-new{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product-alert-main {
  width: 8.39rem;
}

.product-alert-top {
  width: 8.39rem;
  height: 5.9rem;
  background-image: url(../images/others/probg2.png);
  background-size: 100% 100%;
  display: flex;
  gap: 0.42rem;
  padding: 0.61rem 0 0 0.39rem;
}
.product-alert .img {
  width: 4.38rem;
  height: 4.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-alert .img > img {
  display: block;
  width: auto;
}

.product-alert .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.3rem;
}

.product-alert .close {
  width: 0.55rem;
  display: block;
  margin: 0.21rem auto 0;
  cursor: pointer;
}

/* 种植基地 */
.base-wrap {
  width: 100%;
  padding: 0.95rem 0 2.18rem;
  overflow: hidden;
}

.base-wrap .item {
  width: 17.16rem;
  height: 7.16rem;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 3.63rem;
  margin-bottom: 2.27rem;
}
.base-wrap .item:nth-child(odd) {
  margin-left: 2.02rem;
  padding-left: 2.03rem;
}

.base-wrap .item:last-child {
  margin-bottom: 0;
}

.base-wrap .content {
  width: 11.95rem;
  height: 5.82rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3.67rem 3.67rem 3.67rem 3.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.base-wrap .left {
  max-width: 2.7rem;
}
.base-wrap .left > img {
  width: 0.67rem;
  display: block;
  margin: 0 auto;
}
.base-wrap .left > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.34rem;
}

.base-wrap .text-box {
  width: 6.2rem;
}

.base-wrap  .text-box>p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.3rem;
}

.base-wrap .text1 + .text1 {
  margin-top: 0.3rem;
}

/* 文化理念 */

.culture1-part1 {
  padding: 0.95rem 0 1.86rem;
  display: flex;
  justify-content: space-between;
}

.culture-text {
  width: 10.43rem;
}

.culture-text .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.35rem;
  color: #000000;
}
.culture-text .text1 > span {
  color: #d61629;
}

.culture-text .text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.48rem;
}

.culture-text .text3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.13rem;
}

.culture-text .text4 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #a1a1a1;
  line-height: 0.24rem;
  margin-top: 0.35rem;
}

.culture-text .box + .box {
  margin-top: 1.71rem;
}

.culture1-part1 .img {
  width: 4.37rem;
  height: 5.85rem;
  object-fit: cover;
  margin-top: 0.7rem;
}

.culture1-part2 {
  padding-bottom: 0.98rem;
  display: flex;
  gap: 3.05rem;
  align-items: center;
}

.culture1-part2 .img {
  width: 4.12rem;
  height: 8.02rem;
  display: block;
}

.culture1-part2 .culture-text .box + .box {
  margin-top: 1.29rem;
}

/* 文化视界 */

.culture-video {
  padding: 1.35rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.13rem;
}

.culture-video .item {
  width: calc(100% / 2 - 1.13rem / 2);
}

.culture-video .img {
  position: relative;
  width: 100%;
  height: 4.17rem;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.culture-video .img > img {
  width: auto;
  height: 100%;
  transition: all 0.6s;
}

.culture-video .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.culture-video .video-btn {
  width: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}

.culture-video .item:hover > .img > img {
  transform: scale(1.06);
}

.culture-video .text {
  width: 100%;
  text-align: center;
  padding: 0.3rem 5%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  background-color: #fff;
}

/* 员工天地 */
.culture-picture {
  padding: 0.95rem 0;
  display: flex;
  column-gap: 0.3rem;
  row-gap: 0.95rem;
  flex-wrap: wrap;
}

.culture-picture .item {
  width: 3.77rem;
}

.culture-picture .item > .img {
  width: 100%;
  height: 2.51rem;
  overflow: hidden;
}

.culture-picture .item > .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.culture-picture .text {
  height: 1.27rem;
  padding: 0.3rem 0.29rem 0.41rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
  background-color: #fff;
}

.culture-picture .item:hover .img > img {
  transform: scale(1.06);
}

/* 投资者关系 */

.ship-wrap {
  padding: 0.95rem 0;
}
.ship-item:last-child {
  margin-bottom: 0;
}
.ship-item {
  width: 100%;
  height: 1.67rem;
  background: #ffffff;
  align-items: center;
  padding-left: 0.66rem;
  padding-right: 1.08rem;
  transition: all 0.6s;
  position: relative;
  margin-bottom: 0.3rem;
}

.ship-item .time {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  margin-top: -0.2rem;
}

.ship-item .time > span {
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}

.ship-item .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-left: 0.62rem;
  max-width: 8rem;
}

.ship-item .btn {
  width: 0.62rem;
  margin-left: auto;
}

.ship-item .btn > img {
  display: block;
}

.ship-item .btn > img:last-child {
  display: none;
}

.ship-item:hover {
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.1);
}

.ship-item:hover::after {
  height: 100%;
}

.ship-item:hover .btn > img:first-child {
  display: none;
}

.ship-item:hover .btn > img:last-child {
  display: block;
}

.ship-item::after {
  content: "";
  width: 0.06rem;
  height: 0;
  background: #d7001d;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.6s;
}

/* 人事招聘 */

.hr-wrap {
  padding-bottom: 0.75rem;
}

.hr-wrap .main {
  background: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.22rem;
}

.hr-wrap .left {
  width: 9.1rem;
  overflow: hidden;
}

.hr-wrap .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  padding-left: 0.53rem;
  border-left: 4px solid #d61629;
}
.hr-wrap .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  margin-top: 0.26rem;
  padding-left: 0.57rem;
}

.hr-wrap .text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #a1a1a1;
  line-height: 0.24rem;
  padding-left: 0.57rem;
  margin-top: 0.6rem;
}

.hr-wrap .img {
  width: 4.66rem;
  height: 3.67rem;
  object-fit: cover;
  display: block;
  margin-right: 0.28rem;
}

/* 举报监督 */

.report-wrap {
  padding: 0.95rem 0 1.32rem;
  position: relative;
}

.report-wrap > img {
  width: 100%;
  display: block;
}

.report-wrap .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.report-wrap .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
}

.report-wrap .text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  margin-top: 0.15rem;
}

.report-wrap .msg {
  width: 8.06rem;
  height: 0.82rem;
  background: #ffffff;
  border-radius: 0.41rem 0.41rem 0.41rem 0.41rem;
  margin-top: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-wrap .icon {
  width: 0.22rem;
  display: block;
}

.report-wrap .msg > p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  margin-left: 0.15rem;
}
.report-wrap .msg > p > a {
  font-weight: bold;
  display: inline;
  color: #000;
}

.report-wrap .msg > p + .icon {
  margin-left: 0.72rem;
}

/* 联系方式 */

.contact-wrap {
  display: flex;
  padding: 0.95rem 0 1.89rem;
  gap: 2.16rem;
}

.contact-wrap .left {
  width: 6.34rem;
  height: 6.4rem;
  background: #af935b;
  border-radius: 0rem 0.4rem 0rem 0.4rem;
  padding: 0.8rem 0.75rem 0;
  position: relative;
}

.contact-wrap .text1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}

.contact-wrap .text2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #ffffff;
  display: block;
  margin-top: 0.17rem;
  letter-spacing: 3px;
}

.contact-wrap .address {
  margin-top: 0.61rem;
}

.contact-wrap .text3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.17rem;
}

.contact-wrap .time {
  margin-top: 0.61rem;
}

.contact-wrap .text4 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.17rem;
}
.contact-wrap .bottom-logo {
  width: 0.65rem;
  position: absolute;
  right: 0.32rem;
  bottom: 0.31rem;
}
.contact-wrap .right {
  margin-top: 0.8rem;
}
.contact-wrap .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
}

.contact-wrap .line {
  width: 0.8rem;
  height: 0.04rem;
  background: #d61629;
  margin-top: 0.26rem;
  margin-bottom: 0.4rem;
}

.contact-wrap .online-item {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #757575;
  line-height: 0.7rem;
}

.contact-wrap .online-item>a{
  color: #000;
  display: inline;
}

.map{
  width: 100%;
  overflow: hidden;
}
.map>img{
  display: block;
}