header {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  z-index: 999;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  background: transparent;
}
header nav .wztkj-logo-box {
  max-width: 20%;
  max-height: 60px;
}
header nav .wztkj-logo-box a {
  display: block;
  max-height: 100%;
  max-width: 100%;
  font-size: 0;
}
header nav .wztkj-logo-box a img {
  /* width:104px; */
}
header nav .wztkj-menu-box {
  width: 384px;
  height: 32px;
  font-size: 14px;
  position: relative;
}
header nav .wztkj-menu-box .move {
  display: block;
  width: 65px;
  height: 32px;
  background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
  border-radius: 33px;
  position: absolute;
  bottom: 0px;
  left: 5px;
  transition: 800ms width;
}
/* header nav .wztkj-menu-box .wztkj-menu-box-list-active > a {
    color: #fff;
    -webkit-text-fill-color: #fff;
} */
header nav .wztkj-menu-box .menu > .menu-item > a > .menu-item-xljt {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #637381;
  border-style: solid;
  transform: rotate(135deg);
  margin-top: -5px;
  margin-left: 5px;
  transition: all 0.3s linear;
}
header nav .wztkj-menu-box .menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: max-content;
  gap: 0px 10px;
}
header nav .wztkj-menu-box .menu > li {
  display: block;
  /* height: 100%; */
  text-align: center;
  letter-spacing: 0.5px;
  padding: 0 5px;
  z-index: 99;
}
/* header nav .wztkj-menu-box .menu > .menu-item-has-children > a::after{
    content: "";
    display: block;
    width: 7.5px;
    height: 7.5px;
    border-bottom: 1px solid #383D5C;
    border-right: 1px solid #383D5C;
    transform: rotate(45deg);
    margin-top: -5px;
    margin-left: 5px;
    transition: all 0.3s linear;
} */
header nav .wztkj-menu-box .menu > li a {
  text-align: center;
  background: linear-gradient(90deg, #383D5C 0%, #383D5C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 18px;
  font-family: 'PingFang SC';
  z-index: 999;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
header nav .wztkj-menu-box .menu-item-type-taxonomy {
  position: relative;
}
header nav .wztkj-menu-box .menu-item-type-taxonomy .sub-menu {
  display: none !important;
  /* width:100%;
  padding: 12px 4px 8px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  flex-direction: column;
  background: #fff;
  position: absolute;
  top:33px;
  left:0px; */
}
/* header nav .wztkj-menu-box .menu-item-type-taxonomy .sub-menu li:hover{
  background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
  border-radius: 33px;
} */
header nav .wztkj-menu-box .menu-item-type-taxonomy .sub-menu li:hover a {
  color: #fff;
}
header nav .wztkj-menu-box .menu-item-type-taxonomy .sub-menu .wztkj-menu-box-hide-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #99E4FC, #81BBF9);
}
header nav .wztkj-menu-box .menu-item-type-taxonomy .sub-menu li a {
  text-align: center;
  letter-spacing: 0.5px;
  color: #383D5C;
}
header nav .wztkj-menu-box .menu-item-type-taxonomy:hover .sub-menu {
  display: block !important;
}

/* 默认头部样式 */
header nav .defaultHeaderFlag{
  /* background-color: pink; */
}
header nav .defaultHeaderFlag >ul{
  display: flex;
  align-items: center;
}


header nav .wztkj-search {
  width: 220px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
  padding: 9.5px 0 9px 14.5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .wztkj-search img {
  width: 15.5px;
}
header nav .wztkj-search i {
  display: block;
  width: 15.5px;
  height: 17.5px;
  font-size: 0;
}
header nav .wztkj-search i .icon-sousuo {
  font-weight: 900;
  background: linear-gradient(90deg, #FF0844 0%, #FFB199 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header nav .wztkj-search input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
header nav .wztkj-search input::-webkit-input-placeholder {
  color: #FFB7B7;
}
.wztkj-c-header {
  width: 100%;
  height: 80px;
}
.wztkj-mobile-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  padding: 5px 0;
  box-sizing: border-box;
  background: #fff;
  display: none;
}
.wztkj-mobile-header .wztkj-mobile-header-main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-logo {
  height: 32px;
  max-width: 20%;
  display: flex;
  align-items: center;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-logo img {
  width: 66px;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-hide-search {
  display: none;
  width: 100%;
  margin: 0 12px;
  height: 100%;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-hide-search label {
  position: relative;
  width: 100%;
  height: 100%;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-hide-search label input {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  border: 1px solid #8bd4e9;
  outline: none;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-hide-search label input::-webkit-input-placeholder {
  color: #8bd4e9;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-hide-search label .icon-sousuo {
  position: absolute;
  top: 4px;
  left: 10px;
  background: linear-gradient(to right, #99E4FC, #81BBF9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-mix {
  display: flex;
  height: 100%;
  align-items: center;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-mix .wztkj-mobile-header-main-search {
  width: 24px;
  height: 24px;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-mix .wztkj-mobile-header-main-search .icon-sousuo {
  font-size: 24px;
  background: linear-gradient(to right, #99E4FC, #81BBF9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-mix .wztkj-mobile-header-main-menu {
  width: 24px;
  height: 24px;
  margin: 0 0 0 16px;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-mix .wztkj-mobile-header-main-menu .icon-fenlei,
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-mix .wztkj-mobile-header-main-menu .icon-quxiao {
  font-size: 24px;
  color: #253654;
}
.wztkj-mobile-header .wztkj-mobile-header-main .wztkj-mobile-header-main-mix .wztkj-mobile-header-main-menu .icon-quxiao {
  display: none;
}
.wztkj-mobile-header .wztkj-mobile-header-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px 0 0;
  box-sizing: border-box;
  display: none;
}
.menu > li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
}
.menu > li > a {
  color: #253654;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-menu-box .nohide {
  color: transparent;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-menu-box-margin {
  margin: 0 0 8px 0;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-menu-box-hide {
  width: 100%;
  height: 0;
  margin: 0 0 12px 0;
  overflow: hidden;
  transition: all 0.5s;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-menu-box-hide .wztkj-mobile-header-menu-box-hide-chl {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-menu-box-hide .wztkj-mobile-header-menu-box-hide-chl .nohide {
  color: transparent;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-menu-box-hide .wztkj-mobile-header-menu-box-hide-chl > a {
  color: #253654;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-contact {
  height: 36px;
  width: 192px;
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-contact .wztkj-mobile-header-contact-box {
  width: 30px;
  height: 30px;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-header-contact .wztkj-mobile-header-contact-box img {
  width: 100%;
  height: 100%;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-wdqw {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 213px;
  background: #fff;
}
/* .wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-wdqw > div {
  display: none;
  position: absolute;
  padding: 6px 11px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #99E4FC;
} */
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-wdqw > div img {
  max-width: 100%;
  max-height: 100%;
}
.wztkj-mobile-header .wztkj-mobile-header-menu .wztkj-mobile-wdqw .wztkj-mobile-wdqw-wx {
  max-width: 148px;
  max-height: 148px;
}
.wztkj-mobile-header-kong {
  height: 42px;
  width: 100%;
}
