  /*配置css默认样式*/
  body,
  ul,
  li,
  dl,
  dt,
  dd,
  p,
  ol,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  img,
  table,
  fieldset,
  legend,
  input {
      margin: 0;
      padding: 0;
  }

  img,
  fieldset {
      border: 0;
  }

  img {
      display: block;
  }

  a {
      text-decoration: none;
      color: #333;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  strong {
      font-weight: 100;
  }

  body {
      font-family: "微软雅黑";
  }

  input,
  a {
      outline: none;
  }

  html,
  body {
      height: 100%;
  }


  .headerBgc {
      width: 100%;
      height: 190px;
      background-image: url("./site178/titlebgc2_new.png");
      background-size: 100% 100%;
  }

  .tab {
      width: 100%;
      height: 60px;
      color: #fff;
      font-size: 20px;
      background-color: #670003;
  }

  .tab li {
      line-height: 60px;
      width: 15%;
      text-align: center;
      padding: 0 !important;
  }

  .iconl {
      background-color: #EA635A;
  }

  .bgcolor {
      background-color: #EA635A;
  }

  .homePage {
    width: 1200px;
    padding: 80px 0 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: calc(50% - 600px);
}
.consult{
  position: relative;
}
.span1{
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    top: 148px;
    left: 50px;
}
.span2{
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    top: 395px;
    left: 50px;
}
.wxewm{
  position: absolute;
  top: 15%;
  left: 40%;
  width: 300px;
}


.numArchivesImg {
    width: 400PX;
    height: 450px;
}

.picture {
    margin-bottom: 47px;
    width: 200px;
    height: 200px;
}

.consultImg {
    width: 200px;
    height: 200px;
}

.pictureCoding {
    margin-bottom: 47px;
    width: 361px;
    height: 200px;
}

.coding {
    width: 361px;
}
.codings {
  width: 361px;
  height: 200px;
}

  .inputDiv {
      width: 100%;
      line-height: 58px;
      display: flex;
      align-items: center;
  }

  .inputK {
      width: 55%;
      border: 1px solid #fff;
      outline: none;
      margin-right: 10px;
      margin-left: 10px;
      height: 32px;
      background-color: transparent;
      color: white;
      padding-left: 10px;
  }

  .custom-button {
      border: none;
      /* 移除边框 */
      text-align: center;
      /* 设置文本居中 */
      text-decoration: none;
      /* 移除文本装饰 */
      display: inline-block;
      /* 设置为内联块级元素 */
      font-size: 20px;
      /* 设置字体大小 */
      cursor: pointer;
      /* 设置鼠标样式为手型 */
      background-color: #670003;
      color: #fff;
  }

  .department-introduction {
      padding: 60px 50px 60px 50px;
      display: flex;
      /* justify-content: space-between; */
  }

  .department-left {
      margin-right: 60px;

      
  }.department-left-title {
    width: 300px;
    height: 100px;
    background-color: #670003;
    color: #fff;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 10px;
}

.department-left2 {
    width: 300px;
    height: 100px;
    background-color: #c51618;
    margin-bottom: 10px;
}

.department-left3 {
    width: 300px;
    height: 100px;
    background-color: #ea635a;
    margin-bottom: 10px;
}

.department-left4 {
    width: 300px;
    height: 100px;
    background-color: #c85558;
    margin-bottom: 10px;
}

.department-left5 {
    width: 300px;
    height: 100px;
    background-color: #f4d4d3;
}

  .department-right {
      padding-top: 0px;
      overflow-y: auto;
  }

  h1 {
      color: black;
      font-weight: 700;
  }

  .pTitle {
      font-size: 30px;
      margin-top: 20px;
  }

  .lanTai-right {
      padding-top: 100px;

  }

  .top-img {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px;
  }

  .bottom-img {
      display: flex;
      justify-content: space-between;
  }
  .imgageImg{
    width: 350px;
    height: 110px;
    margin-right: 80px;
  }
  .imgageImg2{
    width: 350px;
    height: 110px;
    margin-right: 0px;
  }
  .relation{
    width: calc(100% - 160px);
    height: 450px;
    padding: 70px 80px;
  }
  .boderBox{
    width: 100%;
    height: 450px;
    border: 8px solid #670003;
    padding: 40px;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .ellipsis{
    font-size: 50px;
  }
  .relation2{
    width: calc(100% - 160px);
    /* height: 450px; */
    padding: 70px 80px;
  }
  .fileSearchGuideBox{
    width: 100%;
    height: 480px;
    border: 8px solid #670003;
    padding: 20px 40px;
    display: flex;
    font-size: 24px;
    overflow-y: auto;
  }
  .fileSearchGuideTitle{
    margin-top: 100px;
    margin-right: 50px;
    font-size: 30px;
    color: black;
    font-weight: 700;
    writing-mode: vertical-rl;
  }
  .arrows{
    width: 50px;
    display: inline-block;
  }
  .spanTitle{
    font-weight: 700;
  }
  em{
    font-weight: normal;
  }
  .consultTime{
    margin-bottom: 20px;
  }
  .phone{
    margin-bottom: 20px;
  }
  .E-mail{
    margin-bottom: 20px;
  }
  .site{
    margin-bottom: 20px;
  }
  .fileSearchP{
    margin-top: 17px;
    margin-left: 100px;
  }
  .footer{
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #F2F2F2;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #B0ADAD;
    font-size: 14px;
  }
  .titleLi{
    width: 600px;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
  }
  .liList{
    width: 8px;
    height: 8px;
    background-color: #EA635A;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0px;
  }
  .detailsTitle1,.detailsTitle2,.detailsTitle3,.detailsTitle4,.detailsTitle5{
    min-width:800px;
    font-size: 30px;
    text-align:center;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .button1,.button2,.button3,.button4,.button5 {
    background-color: #EA635A; /* 背景颜色 */
    border: none; /* 无边框 */
    color: white; /* 文字颜色 */
    padding: 5px 15px; /* 内边距 */
    text-align: center; /* 文字居中 */
    text-decoration: none; /* 无下划线 */
    display: inline-block; /* 行内块级元素 */
    font-size: 14px; /* 字体大小 */
    margin: 4px 2px; /* 外边距 */
    cursor: pointer; /* 鼠标悬停时变为手形 */
    border-radius: 12px; /* 圆角 */
    float:left;
}
.logo3{
  position: absolute;
  width: 474px;
  top: 52px;
  left: 26px;
}
.logo2{
  position: absolute;
  width: 350px;
  top: 20px;
  left: 87px;
}
.logo1{
position: absolute;
width: 66px;
top: 19px;
left: 15px;
}
.p1{
  position: absolute;
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 40px;
  color: #fff;
  top: 22px;
  left: calc(50% - 155px);
}
.p2{
  position: absolute;
  font-size: 16px;
  color: #fff;
  top: 113px;
  left: calc(50% - 210px);
}