.pc .header-nav-m{
  display: none;
}
.phone .header-nav-border{
  display: none;
}
/* 顶部 */
.phone #header {
  width: 100%;
  transition: all ease 0.6s;
  box-sizing: border-box;
}
.phone .header-nav-border{
  position: absolute;
  top: 2.5rem;
  z-index: 999;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
}
/* 导航栏 */
.phone #header .header-nav {
  max-width: 81.25rem;
  min-width: 81.25rem;
  height: 6.25rem;
  background: rgba(255,255,255, 0.9);
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
/* 导航栏logo */
.phone #header .header-nav-logo {
  width: 9.0625rem;
  height: 100%;
  background: rgba(255,255,255, 1);
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 导航栏logo图片 */
.phone #header .header-nav .header-nav-logo img {
  width: 5.8125rem;
  height: 5.8125rem;
}
/* 导航栏 导航容器 */
.phone #header .header-nav-fixed .header-nav-wrapper {
  /* line-height: 50px; */
}
.phone #header .header-nav .header-nav-wrapper {
  line-height: 6.25rem;
  margin: 0;
  /* max-width: 800px; */
}
/* 导航栏 每个导航 */
.phone #header .header-nav .header-nav-wrapper > li {
  float: left;
  margin-right: 3.125rem;
  position: relative;
}
/* 导航栏 每个导航下面的 a 链接 */
.phone #header .header-nav .header-nav-wrapper > li > a {
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 1.75rem;
  padding: .9375rem 0;
  position: relative;
}
/* 导航栏 每个导航下面的 a 链接的下划线 */
.phone #header .header-nav .header-nav-wrapper > li > a > i {
  display: block;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  width: 0;
  height: .125rem;
  opacity: 0;
  transition: all 0.6s ease;
  background-color: #1e73be;
}
/* 导航栏 每个导航下面的 a 链接的右侧小三角 */
.phone #header .header-nav .header-nav-wrapper > li > a > span {
  font-size: .75rem;
  transition: transform ease 0.5s;
}
/* 导航栏 每个导航下面的 a 链接 鼠标滑上去的样式 */
.phone  #header .header-nav .header-nav-wrapper > li > a:hover {
  color: #1e73be;
  text-decoration: none;
}
/* 导航栏 每个导航下面的 a 链接 鼠标滑上去下划线的样式 */
.phone  #header .header-nav .header-nav-wrapper > li > a:hover .underline {
  opacity: 1;
  width: 100%;
  left: 0;
}
/* 导航栏 每个导航下面的 a 链接 鼠标滑上去三角标的样式 */
.phone  #header .header-nav .header-nav-wrapper > li > a:hover span {
  transform: rotate(180deg);
}
/* 导航栏 每个导航下面的 a 链接 鼠标点击后的样式 */
.phone  #header .header-nav .header-nav-wrapper > li.active > a {
  /* color: #1e73be;
  text-decoration: none;
  border-bottom: .125rem solid #1e73be; */
}
/* 导航栏 每个导航下面的二级导航容器 */
.phone  #header .header-nav .header-nav-wrapper > li > dl {
  display: none;
  position: absolute;
  width: 10.5rem;
  top: 80%;
  left: 0;
  z-index: 999999;
  box-shadow: 0 0 .1875rem .0625rem #ccc;
  background: #fff;
}
/* 导航栏 每个导航下面的二级导航容器的每个导航 */
.phone  #header .header-nav .header-nav-wrapper > li > dl > dt {
  width: 100%;
  padding: .625rem;
  border-bottom: .0625rem solid #ccc;
}
/* 导航栏 每个导航下面的二级导航容器的每个导航 当鼠标滑上时的样式*/
.phone  #header .header-nav .header-nav-wrapper > li > dl > dt > a:hover {
  text-decoration: none;
}
/* 导航栏 滑上一级导航显示二级导航 */
.phone  #header .header-nav .header-nav-wrapper > li:hover dl {
  display: block;
}
.phone  #header .header-nav .header-nav-wrapper > li > dl > dt:hover {
  cursor: pointer;
  background: #ccc;
}
.phone .header-right-search{
  width: 17.5rem;
  background: rgba(255,255,255, 1);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
}

.phone .inputBox{
  line-height: 2.125rem;
  width: 15rem;
  padding-left: .625rem;
  padding-right: 2.1875rem;
  position: relative;
  box-sizing: border-box;
  height: 2.125rem;
  background: #FFFFFF;
  border: .0625rem solid #C0C0C0;
}
.phone .search_area{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 2.125rem;
  height: 2.125rem;
  text-align: center;
  background: #C0C0C0;
  line-height: 2.125rem;
}
.phone .header-right-search .inputBox .search_icon{
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.phone .header-right-search .inputBox input{
  background:none;
  border: none;
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666;
  line-height: 2.125rem;
  height: 2.125rem;
  width: 100%;
}
  .phone  #header .header-nav-m {
    position: relative;
    height: 6.25rem;
    background: rgba(255,255,255, 0.9);
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  /* 导航栏logo图片 */
  .phone  #header .header-nav-m .header-nav-logo img {
    width: 4.6875rem;
    height: 4.6875rem;
  }
  /* 导航栏  菜单容器 */
  .phone  #header .header-nav-m .header-nav-m-menu {
    color: #fff;
    height: 3.125rem;
    font-size: 1.25rem;
    line-height: 3.125rem;
    background: #474747;
    position: relative;
  }
  /* 导航栏 菜单图标 */
  .phone  #header .header-nav-m .header-nav-m-menu-wrapper {
    width: 2.8125rem;
    z-index: 9999;
    font-size: .75rem;
    margin-right: 1.5625rem;
  }
  .phone  #header .header-nav-m .header-nav-m-menu-wrapper img {
    width: 100%;
    z-index: 9999;
  }
  /* 导航栏 */
  .phone  #header .header-nav-m .header-nav-m-wrapper {
    position: absolute;
    top: 6.25rem;
    left: 0;
    width: 100%;
    background: #474747;
    z-index: 9999999;
  }
  /* 导航栏 每个导航 */
  .phone  #header .header-nav-m .header-nav-m-wrapper > li {
    padding-left: 0.75rem;
    /* height: 3.5rem; */
    line-height: 4.5rem;
    border-bottom: .0625rem solid #323232;
  }
  .phone  #header .header-nav-m .header-nav-m-wrapper > li:last-child {
    border-bottom: none;
  }
  /* 导航栏 每个导航下面的 a 链接 */
  .phone  #header .header-nav-m .header-nav-m-wrapper > li > a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: .9375rem 0;
    position: relative;
  }
  /* 导航栏 每个导航下面的 a 链接的右侧小三角 */
  .phone  #header .header-nav .header-nav-wrapper > li > a > span {
    font-size: .625rem;
  }
  .phone .fontNormal{
    padding-left: 0.75rem !important;
    font-weight: normal !important;
  }












/* 顶部 */
.pc  #header {
  width: 100%;
  transition: all ease 0.6s;
  box-sizing: border-box;
}
.pc .header-nav-border{
  position: absolute;
  top: 40px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
}
/* 导航栏 */
.pc  #header .header-nav {
  max-width: 1300px;
  min-width: 1300px;
  height: 100px;
  background: rgba(255,255,255, 0.9);
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
/* 导航栏logo */
.pc  #header .header-nav-logo {
  width: 145px;
  height: 100%;
  background: rgba(255,255,255, 1);
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 导航栏logo图片 */
.pc  #header .header-nav .header-nav-logo img {
  width: 93px;
  height: 93px;
}
/* 导航栏 导航容器 */
.pc  #header .header-nav-fixed .header-nav-wrapper {
  /* line-height: 50px; */
}
.pc  #header .header-nav .header-nav-wrapper {
  line-height: 100px;
  margin: 0;
  /* max-width: 800px; */
}
/* 导航栏 每个导航 */
.pc  #header .header-nav .header-nav-wrapper > li {
  float: left;
  margin-right: 50px;
  /* position: relative; */
}
/* 导航栏 每个导航下面的 a 链接 */
.pc  #header .header-nav .header-nav-wrapper > li > a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  padding: 15px 0;
  position: relative;
}
/* 导航栏 每个导航下面的 a 链接的下划线 */
.pc  #header .header-nav .header-nav-wrapper > li > a > i {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  opacity: 0;
  transition: all 0.6s ease;
  /* background-color: #1e73be; */
}
/* 导航栏 每个导航下面的 a 链接的右侧小三角 */
.pc  #header .header-nav .header-nav-wrapper > li > a > span {
  font-size: 12px;
  transition: transform ease 0.5s;
}
/* 导航栏 每个导航下面的 a 链接 鼠标滑上去的样式 */
.pc  #header .header-nav .header-nav-wrapper > li > a:hover{
  color: #28318B;
}
.pc  #header .header-nav .header-nav-wrapper > li > .isMore{
  position: relative;
}
.pc  #header .header-nav .header-nav-wrapper > li > .isMore:hover::after{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #28318B;
  position: absolute;
  bottom: -26px;
  /* top: 0; */
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  /* color: #1e73be;
  text-decoration: none; */
}
/* 导航栏 每个导航下面的 a 链接 鼠标滑上去下划线的样式 */
/* .pc  #header .header-nav .header-nav-wrapper > li > a:hover .underline {
  opacity: 1;
  width: 100%;
  left: 0;
} */
/* 导航栏 每个导航下面的 a 链接 鼠标滑上去三角标的样式 */
.pc  #header .header-nav .header-nav-wrapper > li > a:hover span {
  transform: rotate(180deg);
}
/* 导航栏 每个导航下面的 a 链接 鼠标点击后的样式 */
.pc  #header .header-nav .header-nav-wrapper > li.active > a {
  /* color: #1e73be;
  text-decoration: none;
  border-bottom: 2px solid #1e73be; */
}
/* 导航栏 每个导航下面的二级导航容器 */
.pc  #header .header-nav .header-nav-wrapper > li > dl {
  padding:50px 30px;
  text-align: center;
  display: none;
  position: absolute;
  width: 1300px;
  top: 100px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  /* left: 0; */
  z-index: 999999;
  background: #28318B;
}
/* 导航栏 每个导航下面的二级导航容器的每个导航 */
.pc  #header .header-nav .header-nav-wrapper > li > dl > dt {
  display: inline-block;
  /* width: 100%; */
  padding: 10px;
  margin: 0px 20px;
  /* border-bottom: 1px solid #ccc; */
}
/* 导航栏 每个导航下面的二级导航容器的每个导航 */
.pc  #header .header-nav .header-nav-wrapper > li > dl > dt a{
  color: #fff;
}
/* 导航栏 每个导航下面的二级导航容器的每个导航 当鼠标滑上时的样式*/
.pc  #header .header-nav .header-nav-wrapper > li > dl > dt > a:hover {
  text-decoration: none;
}
/* 导航栏 滑上一级导航显示二级导航 */
.pc  #header .header-nav .header-nav-wrapper > li:hover dl {
  display: block;
}
.pc  #header .header-nav .header-nav-wrapper > li > dl > dt:hover {
  cursor: pointer;
  background: gray;
}
.pc .header-right-search{
  width: 240px;
  background: rgba(255,255,255, 1);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.pc .inputBox{
  line-height: 34px;
  width: 200px;
  padding-left: 10px;
  padding-right: 35px;
  position: relative;
  box-sizing: border-box;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
}
.pc .search_area{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 34px;
  height: 34px;
  text-align: center;
  background: #C0C0C0;
  line-height: 34px;
}
.pc .header-right-search .inputBox .search_icon{
  display: inline-block;
  width: 20px;
  height: 20px;
}
.pc .header-right-search .inputBox input{
  background:none;
  border: none;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666;
  line-height: 34px;
  height: 34px;
  width: 100%;
}