[language-switcher]
<section class="timeline">
  

    <ol>
      <li>
        <div>
          <time>1999</time>
          <strong>Yufan Stainless Steel Established</strong><br>
  At first, it appeared as a primary trading supplier of stainless steel products. With our focus on enterprise sales, we have become a trusted friend to our customers 
        </div>  
      </li>
      <li>
        <div>
          <time>2012</time>
          <strong>Chaozhou Chao'an Yunfan Stainless Steel Products Co., Ltd. established</strong><br>
  In the same year, we opened the Alibaba International platform, developed the online foreign trade business, and integrated resources to start the sales of stainless steel sheet.
        </div>
      </li>
    <li>
      <div>
        <time>2016</time>
        <strong>Shenzhen Allnice Industry and Trade Co., Ltd. established</strong><br>
        Seeking talents, sharing resources, keeping up with the times, challenging ourselves!
      </div>  
    </li>
    <li>
      <div>
        <time>2019</time>
        <strong>Guangdong Allnice Hardware Industrial Co., Ltd. Established</strong><br>
        Become the first self-operated export trading company in the local area.The same year, Chaozhou Chaoan Yunfan Stainless Steel Products Co.,Ltd. Upgraded to Global Premium Supplier on Alibaba.

    </div>
    </li>
    <li>
    <div>
        <time>2021</time>
        <strong>Opened Alibaba International (Guangdong Allnice)</strong><br>
        We have officially established the product brand, set up an excellent talent team, and expanded the resource contact with the world through multi-channel sales.
      </div>  
    </li>
    <li>
      <div>
        <time>2022</time>
        <strong>Guangdong Allnice Hardware Industrial Co., Ltd. upgraded to Verified Pro.</strong><br>
        Became the leading force in the stainless steel industry on Alibaba International Optimizing the company's team,assisting traditional foreign trade sales,and promoting the development of cross-border e-commerce.
      </div>
    </li>
    <li>
    <div>
        <time>2023</time>
        <strong>ChaozhouChicheng Metal Materials Co., Ltd. established.</strong><br>
        Leading the local industry into digital standardized management.
      </div>  
    </li>
    <li>
      <div>
        <time>2024</time>
        <strong>Guangdong Huajie Intelligent Technology Co., Ltd. Established.</strong><br>
        Ignite high-quality industrial development engine, become the industry benchmark of modern big data industrial park, set research, production and sales in one.
      </div>
    </li>
      
      
      <li></li>
    </ol>
  
  </section>
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline  ol  {
    margin: 0px;
}

.timeline {
  position: relative;
  white-space: nowrap;
  /* max-width: 1400px; */
  padding: 0px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100% auto;
  grid-gap: 20px;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100px;
  z-index: 2;
}

/* .timeline::after {
  right: 0;
  background: linear-gradient(270deg, var(--timeline-gradient));
}

.timeline::before {
  left: 340px;
  background: linear-gradient(90deg, var(--timeline-gradient));
} */

.timeline .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
  color: var(--white);
  background: #01565b;
  white-space: normal;
  border-radius: 10px;
}

.timeline .info img {
  margin-bottom: 20px;
}

.timeline .info p {
  margin-top: 10px;
  color: white;
}

.timeline .info a {
  text-decoration: none;
}

.timeline ol::-webkit-scrollbar {
  height: 5px;
}

.timeline ol::-webkit-scrollbar-thumb,
.timeline ol::-webkit-scrollbar-track {
  border-radius: 92px;
}

.timeline ol::-webkit-scrollbar-thumb {
  background: #FC9D29;
}

.timeline ol::-webkit-scrollbar-track {
  background: white;
}

.timeline ol {
  font-size: 0;
  padding: 260px 0;
  transition: all 1s;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 300px;
  height: 1px;
  background: #223437;
  scroll-snap-align: start;
}

.timeline ol li:last-child {
  width: 340px;
}

.timeline ol li:first-child {
  width: 100px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #FC9D29;
  z-index: 1;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 14px;
  font-family: "Arial";
  line-height: 20px;
  white-space: normal;
  color: white;
  background: #FC9D29;
  border-radius: 0 10px 10px 10px;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #FC9D29 transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #FC9D29;
}

.timeline time {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}