.t1{
  height: 60px;
  max-width: 1200px;
  background: #FFFFFF;
  font-family: Microsoft YaHei;
  margin: 0 auto;
  min-width: 880px;
}
.t1-li{
  /* width: 70%; */
  height: 100%;
}
.a{
  text-decoration: none;
  color: black;
}
.a2{
  text-decoration: none;
  color: #86888B;
}
.a:hover{
  color:#4194FF;
}
.a2:hover{
  color:#4194FF;
}
.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.gird-2-3{
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 50px;
}
.t1-w{
  margin: 0 20px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.logo-box{
  height: 40px;
}
.logo-l{
  width: 48px;
  height: 39px;
  background-image: url('../img/home/logo.png');
}
.logo-w{
  height: 24px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.logo-e{
  height: 8px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  transform: scale(0.7);
  margin-left: -12px;
}
.foot{
    height: 426px;
    background: #2F393A;
    overflow: hidden;
    position: relative;
  }
  .foot-box{
    width: 880px;
    height: 380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }
  .foot-title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin:50px 10px;
  }
  .foot-li{
    font-size: 14px;
    height: 20px;
    font-weight: 400;
    color: #86888B;
    margin:10px 10px;
    display: flex;
    align-items: center;
  }
  .foot-end{
    font-size: 0.8rem;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #86888B;
  }



  .title1{
    font-size: 30px;
    font-weight: 400;
    color: #30425E;
    text-align: center;
  }
  .title1::after{
    content: url('../img/home/element_right.png');
    padding-left: 14px;
    position: relative;
    top: 4px;
  }
  .title1::before{
    content: url('../img/home/element_left.png');
    padding-right: 14px;
    position: relative;
    top: 4px;
  }
  .title2{
    font-size: 1.3rem;
    font-weight: 400;
    color: #FFFFFF;;
    text-align: center;
  }
  .title2::after{
    content: url('../img/home/element_right_w.png');
    padding-left: 14px;
    position: relative;
    top: 4px;
  }
  .title2::before{
    content: url('../img/home/element_left_w.png');
    padding-right: 14px;
    position: relative;
    top: 4px;
  }