.history {
    padding: 60px 0 60px 0;
    /* border-top: 1px solid rgb(255 255 255); */
}

.history h3 {
color: #000;
    padding-left: 30px;
    margin-bottom: 24px;
    font-size: 50px;
    position: relative;

}
.history h3::before {
content: '';
    width: 16px;
    background: #b16f23;
    position: absolute;
    top:0;
    left: 0px;
    height:100%;
    margin: 0;

}

.history .list {
  position: relative;
  margin-top: 60px;
  height: 240px;
  box-sizing: border-box
}

.history .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 119px;
  width: 100%;
  height:1px;
  background:rgba(177,111,35,.2);
}

.history .swiper-slide {
  height: 240px;
  box-sizing: border-box
}

.history .swiper-slide .inner {
  opacity: 1;
  width: 240px;
  height: 240px;
  border: 1px solid transparent;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.history .swiper-slide .inner em {
  width: 113px;
  height: 113px;
  background: var(--color-primary);
  font-size: 24px;
  color: #ffffff;
  line-height: 113px;
  text-align: center;
  display: block;
  border-radius: 50%;
  transition: all .3s ease 0s;
  font-family: var(--font-family1);
}

.history .swiper-slide p {
  display: none;
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.history .swiper-slide-active .inner {
  border: 1px solid var(--btn-bg);
  border-radius: 50%
}

.history .swiper-slide-active .inner em {
  width: 184px;
  height: 184px;
  line-height: 184px;
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
  font-family: var(--font-family1);
}

.history .text {
  margin: 40px auto 0;
  max-width: 900px;
  text-align: center
}

.history .text p {
    color: var(--color-primary);
    font-size: 24px;
    line-height: 1.6;margin:0;padding:0;
    font-weight: 400;
    font-family: var(--font-family1);
}

@media screen and (max-width:1550px) {
  .history h3 {
    font-size: 43px;
  }

}

@media screen and (max-width:1440px) {
  .history h3 {
    font-size: 40px;
  }
}

@media screen and (max-width:1367px) {
  .history h3 {
    font-size: 37px;
  }
}



@media screen and (max-width:1280px) {
.history .list{margin-top:40px;height:200px;}
.history .list::after{top:100px;}
.history .swiper-slide{height:200px;}
.history .swiper-slide .inner{width:200px;height:200px;}
.history .swiper-slide .inner em{width:80px;height:80px;font-size:20px;line-height:80px;}
.history .swiper-slide-active .inner em{width:150px;height:150px;line-height:150px;font-size:36px;}
  .pic2 ul li p{
  font-size:14px !important;
  }
  .pic2 a{
  font-size:14px !important
  }
}

@media screen and (max-width:768px) {
.history{padding:30px 0;}
.history .list{margin-top:40px;height:160px;}
.history .list::after{top:80px;}
.history .swiper-slide{height:160px;}
.history .swiper-slide .inner{width:160px;height:160px;}
.history .swiper-slide .inner em{width:80px;height:80px;font-size:20px;line-height:80px;}
.history .swiper-slide-active .inner em{width:120px;height:120px;line-height:120px;font-size:30px;}

.history .text{margin:25px auto 0;}
.history .text p{font-size:17px;line-height:24px;}
}
 
@media screen and (max-width:480px) {
.history .list{margin-top:40px;height:120px;}
.history .list::after{top:60px;}
.history .swiper-slide{height:120px;}
.history .swiper-slide .inner{width:120px;height:120px;}
.history .swiper-slide .inner em{width:60px;height:60px;font-size:17px;line-height:60px;}
.history .swiper-slide-active .inner em{width:90px;height:90px;line-height:90px;font-size:24px;}
} 





.history .pic1 h4{
    font-size: 36px;
    text-align: center;
}
.pic1 ul{
    display: flex;
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pic1 ul li{
    width: 25%;
}
.pic1 ul li p{
   font-size: 18px;
   text-align: center;
   padding: initial;
}
.pic1 ul li img{
   width:100%
}
.pic1 h4 span{
    color: #b16f23;
}

.pic2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pic2 ul li{
    width: 31%;
}
.pic2 ul li p{
   font-size: 18px;
   padding: 20px 0;
   font-weight: 700;
   width: auto;
   margin: 0;
}
.pic2 ul li .tit{
   display: flex;
}
.pic2 ul li img{
   width:100%
}
.pic2 a{
    color: #b16f23 !important;
    text-align: right;
    padding: 20px 0;
    flex: 1;
}
  
  
  
  @media screen and (max-width:768px){
  .history .pic1 h4{
  font-size:24px !important;
  }
    .pic1 ul li {
    width: 50%;
}
    .pic1 ul li p {
    font-size: 12px;
    }
    
    .pic2 ul li{
    width:calc(50% - 10px) !important;
      margin:5px;
    }
    .pic2 ul li p {
    font-size: 10px !important;
    }
    .pic2 a{
        font-size: 10px !important;
    }
  }
