* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 0.2rem;
  cursor: pointer;
}
.tab {
  color: #fff;
  background-color: #029e4f;
}
.div_show {
  display: block !important;
}
h1 {
  font-size: 0.36rem;
  color: #333;
  margin-top: 0.8rem;
  font-family: Microsoft YaHei-Bold;
}
.whiteLine {
  width: 0.6rem;
  height: 0.04rem;
  margin-top: 0.2rem;
  background-color: #029e4f;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.mainBox {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.mainBox .title {
  width: 9rem;
  height: 0.5rem;
  margin: 0.5rem auto;
  display: flex;
  justify-content: space-between;
}
.mainBox .title div {
  width: 1.5rem;
  height: 100%;
  text-align: center;
  line-height: 0.5rem;
  border: 0.01rem solid #029E4F;
  border-radius: 0.05rem;
}
.mainBox .title div a{
  width: 1.5rem;
  height: 100%;
  display: inline-block;
  color: #333;
  border-radius: 0.05rem;
}
.mainBox .title div a:hover{
  color: #fff;
  font-weight: bold;
  background-color: #029e4f;
  box-shadow: 0.02rem 0.03rem 0.05rem 0.01rem rgba(0,102,188,0.31);
}
.active1{
  color: #fff !important;
  font-weight: bold;
  background-color: #029e4f;
  box-shadow: 0.02rem 0.03rem 0.05rem 0.01rem rgba(0,102,188,0.31);
}
.mainBox2 .contentBox {
  margin: 0 auto;
  background: url(../img/about/bg2.png) no-repeat;
  background-position: center bottom;
}
/*公司简介*/
.mainBox .contentBox .content1 {
  width: 14.2rem;
  margin: 0 auto;
}
.mainBox .contentBox .content1 p {
  line-height: 0.3rem;
  color: #333;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.mainBox .contentBox .content1 img {
  /*width: revert-layer;*/
  /*min-width: 100%;*/
  /*height: auto;*/
  margin-top: 0.4rem;
  width: 100%;
  height: 100%;
  padding: 0 .05rem;
  object-fit: cover;
}

/*发展历程*/
.mainBox .contentBox .content2 .bgPic {
  height: 6.62rem;
  margin-top: 0.4rem;
  background-image: url(../img/about/twoPic.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-bottom: 0.03rem solid green;
  overflow: hidden;
  position: relative;
}
.mainBox .contentBox .content2 .bgPic .timeSwiper {
  width: 14.2rem;
  height: 4.61rem;
  margin: 1.25rem auto 0;
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper {
  width: 100%;
  height: 100%;
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne {
  width: 0.28rem;
  height: 100%;
  margin-top: 0.4rem;
  overflow: hidden;
  position: relative;
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne .smallCircleOut {
  width: 0.24rem;
  height: 0.24rem;
  background-color: #4a9cd9;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne .smallCircleOut .smallCircleIn {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne .timeFirst {
  width: 3rem;
  height: 3rem;
  margin-top: 0.4rem;
  overflow: hidden;
  margin-left: 0.2rem;
  /* border-left: 1px solid beige; */
  /* border-left-color: linear-gradient(to bottom, #ff0000, #0000ff); */
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne .smallCircleOut::after {
	content: '';
	width: 0.02rem;
	height: 3.63rem;
	display: block;
	position: absolute;
	top: 100%;
	background: linear-gradient( 180deg, #C5C5C5 0%, rgba(255,255,255,0) 100%);
}

.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne:hover .smallCircleOut::after {
	background: linear-gradient( 180deg, #029E4F 0%, rgba(255,255,255,0) 100%);
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne .timeFirst h4,
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne .timeFirst p {
  color: #fff;
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne .timeFirst p{
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
} 
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne:hover .smallCircleOut {
  background-color: #fff;
}
.mainBox .contentBox .content2 .bgPic .timeSwiper .swiper .timeOne:hover .smallCircleIn {
  background-color: #029e4f;
}
.mainBox .contentBox .content2 .bgPic .prevBtn,
.mainBox .contentBox .content2 .bgPic .nextBtn {
  width: 0.52rem;
  height: 0.52rem;
  opacity: 1;
}
.mainBox .contentBox .content2 .bgPic .prevBtn {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5%;
}
.mainBox .contentBox .content2 .bgPic .nextBtn {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 5%;
}
.mainBox .contentBox .content2 .bgPic .prevBtn div{
  width: .12rem;
  height: .21rem;
  background: url(../img/about/jiantou.png) no-repeat;
  background-size: contain;
}
.mainBox .contentBox .content2 .bgPic .nextBtn div{
  width: .12rem;
  height: .21rem;
  background: url(../img/about/路径\ 41.png) no-repeat;
  background-size: contain;
}
.mainBox .contentBox .content2 .bgPic .prevBtn:hover,
.mainBox .contentBox .content2 .bgPic .nextBtn:hover{
  background: #029E4F;
}
.mainBox .contentBox .content2 .bgPic .prevBtn:hover div{
  background: url(../img/about/路径\ 41\ \(1\).png) no-repeat;
}
.mainBox .contentBox .content2 .bgPic .nextBtn:hover div{
  background: url(../img/about/路径\ 41\ \(1\).png) no-repeat;
  transform: rotate(-180deg);
}

/*企业文化*/
.mainBox .contentBox .content3 {
  width: 100%;
  height: 9rem;
  background-image: url(../img/about/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 9rem;
  border-bottom: 0.03rem solid green;
}
.mainBox .contentBox .content3 .firmBox {
  width: 100%;
  height: 6.6rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0,0,0,0.19);
  background-color: #fff;
}
.mainBox .contentBox .content3 .firmBox .firmBox-left {
  margin-left: .6rem;  
}
.mainBox .contentBox .content3 .firmBox .firmBox-left .firmBox-left-title {
  margin-bottom: 0.3rem;
}
.mainBox .contentBox .content3 .firmBox .firmBox-left .firmBox-left-title h3 {
  font-size: 0.3rem;
  font-family: Microsoft YaHei-Regular;
  color: #029E4F;
  font-weight: normal;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.mainBox .contentBox .content3 .firmBox .firmBox-left .firmBox-left-title span {
  font-family: Microsoft YaHei-Regular;
  color: #333333;
   font-size: 0.2rem; 
}
.mainBox .contentBox .content3 .firmBox .firmBox-right {
  width: 7.8rem;
  height: 5rem;
  margin-right: .3rem
  ;
}
.mainBox .contentBox .content3 .firmBox .firmBox-right img {
  width: 100%;
  height: 100%;
}

/*公司荣誉*/
.mainBox .contentBox .content4 .prizeBox {
  width: 14.2rem;
  height: 7.5rem;
  margin: 0.5rem auto;
  /* background-color: #029E4F; */
}
.mainBox .contentBox .content4 .prizeBox .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mainBox .contentBox .content4 .prizeBox .swiper .swiper-slide .prizeOne{
  text-align: center;
  font-size: 18px;
  background: #f6f6f6;
  width: 4.48rem;
  height: 3.65rem !important;
  /* padding: .3rem 0 0.23rem .3rem; */
  margin-left: 0 !important;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  float: left;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
    right: 0 !important;
}
.prizeOne{
  width: 100%;
  height: 100%;
}
.prizeOne:hover{
  color: #029E4F;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.19);
  border: 0.01rem solid #029E4F;
  background-color: #fff;
}
.prizeOne img{
  width: 3.88rem !important;
  height: 2.8rem;
  margin-top: .3rem;
}
.picTitle{
  width: 3.88rem;
  margin: 0 auto;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  position: relative;
}
.picTitle img{
  width: .2rem !important;
  height: .2rem;
  /*margin: 0 .3rem 0 0;*/
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
}

/*图片放大效果*/
.bigImg2{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.bigImg2 .chahao{
  width: .65rem;
  height: .65rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.bigImg2 .chahao img{
  width: 100%;
  height: 100%;
}
.bigImg2 .pic{
  width: 3.88rem;
  width: 5.88rem;
  /*height: 2.8rem;*/
  /*margin: calc((100vh - 6rem) / 2) auto 0;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.bigImg2 .pic .pic_txt{
    font-size: 0.16rem;
    text-align: center;
    width: 100%;
    color: #fff;
    display: block;
}





/*轮播图的分页器*/
.prizeBox .swiper-pagination-bullet{
  border-radius: 0;
  background-color: #9E9E9E;
  margin-left: .16rem !important;
} 
.prizeBox .swiper-pagination-bullet-active{
  background-color: #029e4f;
  margin-left: .16rem !important;
}





/*2025-04-27 添加*/
.licheng{
    position: relative;
    width: 100%;
    height: 8.8rem;
    background: url('../img/about/map-3d.png') center no-repeat;
}

.his_sw {
    overflow: hidden;
    width: 15rem;
    height: 90%;
    margin: 0 auto;
    position: relative;
    top: -1.2rem;
    
    /*border: 1px solid red;*/
    
}
.licheng-wrapper{
    transition-duration: 1500ms !important;
}
.history-container .swiper-slide{
    transition: .5s linear !important;
    margin-top: 5.6rem;
}

.history-container .swiper-slide-prev{
    margin-top: 5rem;
}
.history-container .swiper-slide-active{
    margin-top: 3.8rem;
}
.history-container .swiper-slide-next{
    margin-top: 3.1rem;
}
.history-container .swiper-slide-next~.swiper-slide{
    margin-top: 2.5rem;
}
.his_sw > div:nth-of-type(1){
    width: 100%;
    height: 100%;

    /*border: 1px solid red;*/
}
.his_sw .swiper-container {}

.his_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.54rem;
    height: 0.54rem;
    background: rgba(231, 77, 0, 0);
    border-radius: 50%;
}

.his_item .his_item1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.28rem;
    height: 0.28rem;
    /*background: #0A7E0D;*/
    border-radius: 50%;
}

.his_item .his_item1 .his_item2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.16rem;
    height: 0.16rem;
    background: #FFFFFF;
    border-radius: 50%;
}
.his_item2 .his_tw{
    position: absolute;
    left: 0.5rem;
    
}
.his_item2 .his_time {
	font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.21rem;
    margin-bottom: 0.13rem;
    color: white;
}
.his_item2 .his_time b{
    color: #029E4F !important;
    font-weight: 400;
    font-size: 0.44rem;
    color: #333333;
    line-height: 0.59rem;
    margin-right: 0.04rem;
}
.his_item2 .his_text {
    width: 2rem;
    position: relative;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.22rem;
    /*padding-left: 0.15rem;*/
    box-sizing: border-box;
    margin: 0;
    height: 1.1rem;
}

/*.his_item2 .his_text::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0.08rem;*/
/*    width: 0.04rem;*/
/*    height: 0.05rem;*/
/*	background: #6B6B6B;*/
/*    border-radius: 50%;*/
/*}*/

.swiper-slide-active .his_item2 .arrtop{
    display: block;
}

.his_item2 .arrtop{
    /*display: none;*/
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:0.22rem;
    height:1.5rem;
    top: -1.60rem;
}

.his_item2.top .arrtop{
    /*bottom:0.42rem;*/
}

.his_item2.bottom .arrtop{
    /*transform:translateX(-50%) rotate(180deg);*/
    /*top: 0.22rem;*/
}

.his_item2.top .his_tw {
    bottom: 0.2rem;
}

.his_item2.bottom .his_tw {
    top: -2rem;
}

.content2 .swiper-slide {
    transition: all 0.3s;
    /*width: 0.51rem !important;*/
    /*margin-right: 2.93rem !important;*/
}

.content2 .swiper-slide-active .his_item {
    /*background: rgba(10, 126, 13, 0.22);*/
}

.content2 .swiper-slide.swiper-slide-prev,
.content2 .swiper-slide.swiper-slide-next {
    /*transform: translateY(-0.7rem);*/
}

.content2 .swiper-slide-active .his_item .his_item1 .his_item2 .his_time {
    color: white;
}
.content2 .swiper-slide-active .his_item .his_item1 .his_item2 .his_time b{
    color: #029E4F;
}
.content2 .dashed {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 4.29rem;*/
    /*width: 100%;*/
    /*height: 0.8rem;*/
    /*object-fit: fill;*/
    display: none;
}




.content2 .his_swiper-button-prev,
.content2 .his_swiper-button-next {
    position: absolute;
    top: 3.74rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #F1F1F1;
    z-index: 20;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.content2 .his_swiper-button-prev {
    top: 6rem;
    left: 1.2rem;
}

.content2 .his_swiper-button-next {
    right: 1.2rem;
    top: 3rem;
}

.content2 .his_swiper-button-prev img,
.content2 .his_swiper-button-next img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.1rem;
    height: 0.19rem;
    transition: all 0.3s;
}

.content2 .his_swiper-button-prev .img2,
.content2 .his_swiper-button-next .img2 {
    opacity: 0;
}

.content2 .his_swiper-button-prev .img1 {
    transform: translate(-50%, -50%) rotate(180deg);
}

.content2 .his_swiper-button-next .img2 {
    transform: translate(-50%, -50%) rotate(180deg);
}

.content2 .his_swiper-button-prev:hover,
.content2 .his_swiper-button-next:hover {
    background: #0A7E0D;
}

.content2 .his_swiper-button-prev:hover .img2,
.content2 .his_swiper-button-next:hover .img2 {
    opacity: 1;
}

.content2 .his_swiper-button-prev:hover .img1,
.content2 .his_swiper-button-next:hover .img1 {
    opacity: 0;
}

@media screen and (max-width: 1400px){
    .his_sw {
        width:auto;
    }
    .swiper-backface-hidden .swiper-slide{
        transform: translateY(-0.7rem) !important;
    }
    .content2 .swiper-slide.swiper-slide-prev, .content2 .swiper-slide.swiper-slide-next {
        transform: translateY(-0.4rem) !important;
    }
    .swiper-backface-hidden .swiper-slide.swiper-slide-active{
        transform: translateY(-0rem) !important;
    }
}
.bk-1{
    width: 1px;
    height: 39px;
    border-right: 2px solid #029E4F;
    margin-bottom: 3.5rem;
    position: relative;
    left: 0.022rem;
    
}
.bk-2{
    width: 1px;
    height: 140px;
    border-right: 2px dashed #7D7B7A;
    margin-bottom: 1.6rem;
    margin-right: 0.02rem;
}




