.buIn_content1{
  background: #EDF1FD;
  background-image: none;
}
.buIn_content2{
  background: #fff;
  background-image: none;
}
.main {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
}
.tabs {
  padding: 0px 24%;
  display: flex;
  justify-content: space-evenly;
  background: #F8F8F8;
}
.tabs a {
  padding: 0 60px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.tabs a:hover{
  color: #03328e;
}
.tabs .active {
  font-weight: 500;
  color: #fff;
  background: #03328e;
}
.desc {
  margin: 0 auto;
  width: 40%;
}
.desc2{
  width: 70%;
}
.xbt {
  margin: 60px 0 40px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.en {
  color: #b1b1b133;
  letter-spacing: 1px;
}
.line {
  margin: 10px auto 0;
  width: 22px;
  height: 2px;
  background: #03328e;
}
.info p {
  margin-bottom: 8px;
  font-size: 16px;
  text-indent: 2rem;
}
.tj {
  margin: 30px 0 -12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tj p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tj .num {
  font-size: 45px;
  color: #03328e;
  margin-bottom: 14px;
  /* font-weight: 600; */
}
.vertical {
  width: 1px;
  height: 50px;
  background: #cccccc;
}
.slogan{
  text-align: center;
  color: #03328e;
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
}
.jgt {
  position: relative;
  width: 100%;
  text-align: center;
}