* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

.tab-pane {
  display: none;
}

.box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

//.header {
  //display: flex;
  //width: 100%;
  //font-family: SimSun;
  //font-weight: 400;
  //font-size: 28px;
  //color: #024AC2;
  //line-height: 48px;
  //align-items: center;
//}

//.header::after {
  //margin-left: 12px;
  //content: '';
  //flex: 1;
  //height: 1px;
  //background: #B4C6E4;
  //border-radius: 1px;
  //display: block;
//}

.box1 {
  margin-top: 5px !important;
  width: 1200px;
}

.box1 .biaoti {
     font-family: '微软雅黑';
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    text-align: center;
  
    line-height: 40px;
   
}

.box1 .jianjie {
  margin-top: 20px;
  border-bottom: 1px solid #E0E0E0;
  font-family: SimSun;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.box1 .jianjie span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.box1 #zhuti {
  margin-top: 10px;
  font-family: SimSun;
  font-weight: 400;
  font-size: 16px;
  color: #292929;
  line-height: 2;
  margin-bottom: 30px;
  
}

.box1 #zhuti img {
  max-width: 100%;
}

.info {
  display: flex;
  gap: 30px;
  justify-content: center;
  font-family: SimSun;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.info span {
  font-family: SimSun;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.font {
  display: flex;
  gap: 8px;
}

.font div {
  cursor: pointer;
}