* {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header {
    width: 80%;
    margin: 0 auto;
    background-image: url(./index/banner_01.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 700px;
    padding-top: 40px;
}

.header-ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
}

.header-ul>li {
    display: inline-block;
    padding: 5px 15px;
    /* width: 20%; */
    margin-right: 47px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #150C01;
    cursor: pointer;
}

.qualityProduct {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 160px 0px 0 0px;
}

.xian {
    width: 40%;
    height: 80%;
}

.zhengpin {
    width: 100%;
    height: 100%;
    /* background-color: red; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}


.zhengpin-div {
    width: 80%;
    display: flex;
    /* background-color: blue; */
    justify-content: space-between;
    margin-top: 38px;
}

.zhengpin-div>img {
    width: 30%;
}


.xianzhi {
    width: 100%;
    margin: 150px auto;
}

.huijimai {
    width: 80%;
    margin: 0 auto;
}

.huishou{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 80%;
    margin: -100px auto;
    background-color: #FBF0EE;
}

.huishou-img {
    width: 50%;

}

.huishou-div {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;


}

.huishou-div-img {
    width: 40%;
}

.huishou-div-div-img {
    width: 66%;
}

.huishou-div-div {
    width: 40%;
    padding-top: 100px;
}

.huishou-div-div-p {
    width: 70%;
    margin-top: 20px;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-left: 10px;
}

.shengtangjimai {
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
}

.shengtangjimai-div {
    width: 40%;
}

.shengtangjimai-div>img {
    width: 50%;
    margin-top: 150px;
}

.shengtangjimai-div>p {
    width: 50%;
    margin-left: 20px;
    font-family: Adobe Heiti Std;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-left: 10px;
}

.shengtangjimai-img {
    width: 50%;
}



.footer {
    background-color: #F8E0DC;
    width: 80%;
    padding: 80px 0 60px 0;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
    height: 200px;

}

.footer-div {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-div>div{
    width: 20%;
}
.imgbox{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin: 0 ;
    margin-top: 10px;

}
.imgbox>img:nth-child(1){
    border-color:#E8461E ;
}
.imgbox>img:nth-child(2){
    border-color:#E8461E ;
}
.imgbox>img{
    width: 12%;
    border: 1px solid black;
    border-radius: 50%;
    padding: 5px;

}

h4{
    width:100%;
    color:#A93E2C ;
}
h4:not(:first-of-type){
    margin-top: 20px;
}
h4>p{
    color:#A93E2C ;
    font-weight: 400;
    font-size: 14px;
    /* margin-top: 20px; */
}

.content{
    margin: 0 auto;
    width: 80%;
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
}

.content-img{
    width: 18%;
}
.content-div{
   display: flex;
   /* flex-wrap: wrap; */
   width: 93%;
   margin: 50px auto;
}

.content-div-1{
    margin-top: 30px;
    width: 50%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content-div-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-div-2>img:nth-child(1){
    width: 70%;
}
.content-div-2>img:nth-child(2){
    width: 43%;
}
.content-div-2>img:nth-child(2){
    width: 43%;
}
h2{
    color: #DF6654;
}



#active{
background: #A21818;
border-radius: 20px;
color: #FFFFFF;
}


.company-timeline {
    width: 62%;
    margin: 0 auto;
  }
  .company-timeline__img {
    width: 400px;
    height: 100px;
  }
  .timeline {
    position: relative;
    margin-top: 100px;
    /* margin-bottom: 100px; */
  }
  .timeline::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #DF6654;
    width: 4px;
    height: 100%;
    border-radius: 2px;
  }
  .timeline-post{
    width: 50%;
    margin-left: 50%;
    margin-bottom: 60px;
  }
  .timeline-post:nth-child(even) {
    margin-left: 0;
  }
  .timeline-post__dot {
    background-color: #DF6654;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -6px;
  }
  .timeline-post__content {
    position: relative;
    top: -6px;
    color: #717171;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 0 20px;
    padding: 0 16px 20px;
  }
  .timeline-post:nth-child(even) .timeline-post__content {
    margin: 0 20px 0 0;
    text-align: right;
  }
  .timeline-post__content h3 {
    color: #DF6654;;
  }
  .timeline-post__content p {
    white-space: nowrap;
  }

  .liucheng{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 150px;
  }
  .liucheng>img{
    width: 20%;
  }
  .timeline{
    width: 100%;
  }


  .download{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .beian{
    display: block;
     text-decoration: none;
     margin-top: 20px;
     color: #A93E2C;
     font-weight: 400;
     font-size: 14px;
  }