a{
  text-decoration: none; /* 去除默认的下划线 */
  outline: none;
  color: #000;
}
  /* 头部 start */
  .i_header{
      width: 100%;
      height: 83px;
      align-items: center;
      padding-left: 30px;
      box-sizing: border-box;
      position: fixed;
      background-color: #fff;
      z-index: 9999;
  }
  .i_header .logoText{
      width: 400px;
      align-items: center;
  }
  .i_header .logoText .logoTextBox{
      width: 100%;
      height: 30px;
      align-items: center;
  }
  .i_header .logoText .logoTextBox .logo{
    width: 220px;
    height: 32px;
  }
  .i_header .logoText .logoTextBox .line{
      width: 1px;
    height: 17px;
    background-color: #535353;
      margin: 5px 11px 0px;
  }
  .i_header .logoText .logoTextBox .texts{
      width: 145px;
      height: 30px;
      /* margin-top: 10px; */
      /* cursor: pointer; */
  }
  .i_header .logoText .logoTextBox .texts .shiyu{
      /* width: 76px;
    height: 15px; */
    font-family: SourceHanSansCN-Bold;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: 0px;
    color: #e34986;
    margin-bottom: 5px;
  }
  .i_header .logoText .logoTextBox .texts .yiyuan{
      font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: 0px;
    color: #535353;
  }
  .i_header .guanfang{
      width: 49px;
    height: 83px;
    background-color: #e34986;
      color: #fff;
      justify-content: center;
      text-align: center;
      align-items: center;
      font-family: SourceHanSansCN-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fefbf8;
      padding: 0 5px;
      box-sizing: border-box;
  }
  .i_header .navList{
      width: 873px;
      padding-left: 15px;
      min-width: 873px;
  }
  .i_header .navList .navItem{
      height: 30px;
      margin: 0 7px;
      border-bottom: 2px solid #e34986;
      font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    position: relative;
  }
  .i_header .navList .navItem .tanBox{
    position: absolute;
    width: 100px;
    top: 32px;
    left: -15px;
    box-shadow: 0px 1px 5px 0px #c7c5c4;
    background-color: #fff;
    display: none;
    padding-top: 20px;
}
.i_header .navList .navItem .tanBox .tanBoxText{
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 15px;
}
.i_header .navList .navItem .tanBox .tanBoxText:hover{
    background-color: #F8C5DE;
}
.i_header .navList .headActive{
    border-bottom: 2px solid #e34986;
}
  .i_header .h_phonebox{
      flex: 1;
      /* width: 202px; */
      /* width: 100%; */
      box-sizing: border-box;
    height: 83px;
    background-color: #e34986;
      justify-content: center;
      align-items: center;
  }
  .i_header .h_phonebox img{
      width: 25px;
    height: 29px;
  }
  .i_header .h_phonebox .phoneText{
      font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -2px;
    color: #fefbf8;
  }
  /* 头部 end */


  /* 底部 start */
.footer{
  width: 100%;
  height: 260px;
  background-color: #E34986;
  min-width: 1515px;
}
.footer .footer1{
  /* width: 1200px; */
  padding-top: 45px;
  display: flex;
  justify-content: center;
}
.footer .footer1 .footerLeft{
  /* margin: 0 0 0 100px; */
}
.footer .footer1 .footerLeft .footer01{
  width: 159px;
  height: 150px;
}
.footer .footer1 .footerLeft .phoneBox{
  margin:0 30px 0 50px ;
}

.footer .footer1 .footerLeft .phoneBox .phoneBoxItem .text{
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
}
.footer .footer1 .footerLeft .phoneBox .phoneBoxItem .phone{
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
}
.footer .footer1 .footerLeft .phoneBox .phoneBoxItem{
  margin-top: 15px;
}
.footer .footer1 .footerList{

}
.footer .footer1 .footerList .footerItem{
  padding: 0px 50px;
  border-left: 1px dashed #999;
}
.footer .footer1 .footerList .footerItem .footerItemTitle{
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  font-weight: bold;
}
.footer .footer1 .footerList .footerItem .footerItemt{
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.footer .footer1 .code{
  width: 170px;
  height: 170px;
}
.footer .footer2{
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  color: #fff;
}
/* 底部 end */
