.raise {
    height: 120px;
}
.brand-section {
  position: relative;
  color: #fff;
  width: 100%;
  background-color: #fff;
}
.section-centent{
  width: 100%;
  padding: 80px 0 60px 0;
}
.nav_list{
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
  border-radius: 6px;
  position: fixed;
  right: 10px;
  top: 180px;
}
.nav-li{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px 5px;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 88px;
}
.nav-icon{
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
}
.nav-icon img{
  width: 100%;
  display: block;
}
.nav-name{
  font-weight: 500;
  font-size: 14px;
  color: #444444;
}
.nav-li:hover{
  background: linear-gradient( 225deg, #2A47CA 0%, #172B84 100%);
  border-radius: 6px;
}
.nav-li:hover .nav-name{
  color: #FFFFFF;
}
.nav-li.active{
  background: linear-gradient(225deg, #2A47CA 0%, #172B84 100%);
  border-radius: 6px;
}
.nav-li.active .nav-name{
  color: #FFFFFF;
}
.li-link{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cate_title{
  font-weight: 500;
  font-size: 36px;
  color: #2A4365;
  text-align: center;
}
.cate_line{
  width: 120px;
  height: 6px;
  background-color: #E63A0C;
  margin: 40px auto 30px auto;
}
.cate_text{
  font-weight: 500;
  font-size: 24px;
  color: #444444;
  text-align: center;
}
.snake-content {
  width: 100%;
  background: #EDF0FF;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.snake-wrap {
  width: 100%;
  height: 100px; /* 两行高度 */
  overflow: hidden;
  position: relative;
}

.snake-track {
  display: flex;
  flex-wrap: nowrap; /* 强制一行 */
  gap: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.snake-logo {
  height: 100px;
  flex-shrink: 0;
}

.section-list{
  width: 1400px;
  margin: 0 auto;
}

.section-title{
  font-weight: 500;
  font-size: 36px;
  color: #2A4365;
  text-align: center;
}
.section-banner{
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.banner-title{
  font-weight: 500;
  font-size: 24px;
  color: #2A4365;
}
.banner-desc{
  font-weight: 300;
  font-size: 20px;
  color: #E63A0C;
  margin-top: 10px;
}
.banner-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-li{
  width: 45%;
  padding: 10px;
  box-sizing: border-box;
  background: #2E5A8F;
  border-radius: 20px;
  margin-top: 60px;
}
.banner-box{
  width: 100%;
  background: rgba(0,0,0,0);
  border-radius: 10px;
  border: 2px dashed #FFFFFF;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.banner-name{
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
}
.banner-text{
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 30px;
  line-height: 50px;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.process-container{
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.process-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 80%;
  background-image: linear-gradient(to bottom, #3C69A0 33%, rgba(255,255,255,0) 0%);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  z-index: 0;
}

.process-item{
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.last.process-item{
  margin-bottom: 0;
}
.process-left{
  width: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.process-circle{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background:  #3C69A0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #CCE3FF;
}

.process-right{
  flex: 1;
  padding-left: 30px;
}

.process-title{
  font-weight: 400;
  font-size: 24px;
  color: #3B75BB;
  margin-bottom: 30px;
}

.process-desc{
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
}
.highlight-li{
  width: 45%;
  padding: 40px 30px 20px 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(15,52,96,0.2);
  border-radius: 20px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.highlight-name{
  font-weight: 700;
  font-size: 24px;
  color: #2A62A5;
}
.highlight-text{
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 40px 0;
}
.highlight-line{
  width: 60%;
  height: 10px;
  border-radius: 10px;
  margin: 0 auto;
  background: linear-gradient( 90deg, #4C80BE 0%, #8FBBEE 100%);

}
.results-img{
  width: 100%;
  height: 400px;
  cursor: pointer;
  margin-top: 60px;
}
.results-img img{
  width: 100%;
  height: 100%;
  display: block;
}