header{
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}
.headerHide{
  height: 0 !important;
  display: none; 
  
  transition:height 0.3s ease-in-out; 
  
}

.headB {
  width: 100%;
  height: 0.45rem;
  background: #284FAD;
      
  transition: height 0.3s ease-in-out; 
}

.pro,.banner,.hSwiper{
    margin-top: 1.65rem;
}

.headT {
  width: 100%;
  height: 1.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.headBox {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.logolianjie img{
     filter: inherit !important;   
}
.headLogo {
  display: flex;
  align-items: flex-end;
}

.headLogo img {
  width: 1.96rem;
  height: .54rem;
}

.logoTxt {
  /* width: 1.72rem; */
  width: 1.8rem;
  font-family: BRUX, BRUX;
  font-weight: 400;
  font-size: 0.16rem;
  color: #B5B5B5;
  margin-left: .17rem;
  /* line-height: 0.25rem; */
}

.headSearch {
  width: 5.5rem;
  height: 0.45rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 0.01rem solid #CCCCCC;
  box-sizing: border-box;
  position: relative;
}

.headSearch {
  display: flex;
}

#headSeach {
  width: 100%;
  padding: 0 .23rem;
}

.selectBox {
  width: 1.2rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.selectBox input {
  width: .3rem;
  margin-right: .07rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #000000;
  cursor: pointer;
}

.selectBox img {
  width: .12rem;
  transition: all .3s;
}

/* .selectBox img.active {
  transform: rotate(-180deg);
} */

.optionBox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  padding: .19rem 0;
  border-radius: .05rem;
  display: none;
  z-index: 10;
}

.optionBox p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.15rem;
  color: #000000;
  text-align: center;
  margin-bottom: .12rem;
  transition: all .3s;
}

.optionBox p:hover {
  color: #284FAD;
}

.optionBox p:last-child {
  margin-bottom: 0;
}

.headSearch button {
  width: .46rem;
  height: .45rem;
  flex-shrink: 0;
}

.seachResult {
  width: 5.5rem;
  /* height: 5.3rem; */
  background: rgb(255, 255, 255, .5);
  backdrop-filter: blur(.3rem);
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.4);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #FFFFFF;
  position: absolute;
  top: 100%;
  left: 0;
  padding: .33rem .4rem .18rem;
  box-sizing: border-box;
  display: none;
  z-index: 10;
}

.resultTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .34rem;
}

.resultTop P:first-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #00349C;
}

.resultTop P:last-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #555555;
}

.resultList {
  display: flex;
  flex-direction: column;
}

.resultItem {
  display: flex;
  align-items: center;
  padding-bottom: .19rem;
  border-bottom: 0.01rem solid rgba(112, 112, 112, 0.3);
  margin-bottom: .17rem;
}

.resultImg {
  width: 0.91rem;
  height: 0.91rem;
  background: #FFFFFF;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  margin-right: .41rem;
  flex-shrink: 0;
}

.resultTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}

.resultMore {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.resultMore a {
  width: fit-content;
  padding: 0 .19rem;
  height: 0.4rem;
  border-radius: .05rem;
  background: linear-gradient(180deg, #284FAD 0%, #1E9DDF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.headR {
  display: flex;
  align-items: center;
}

.headR a {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #B7B7B7;
  margin-left: .21rem;
  position: relative;
}

.headR .telBox{
      display: flex;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #B7B7B7;
  margin-left: .21rem;
  position: relative;
}

.headR a img,
.headR .telBox img
{
  width: auto;
  height: .2rem;
  filter: grayscale(1) opacity(0.5);
  transition: all .3s;
}

.headR a:hover img,
.headR .telBox:hover img
{
  filter: grayscale(0) opacity(1);
}

.headR a span {
  margin-left: .03rem;
}

.headR a:hover span {
  color: #284FAD;
}

.telTxt {
  width: 2.1rem;
  height: 0.4rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: absolute;
  left: 0;
  top: calc(100% + .19rem);
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.16rem;
  color: #284FAD;
  text-align: center;
  line-height: .4rem;
  display: none;
  z-index: 10;
}


.headC {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navOne {
  width: fit-content;
  height: 0.45rem;
  background: #284FAD;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.17rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 .37rem 0 .44rem;
  transition: all .3s;
}

.headNav.active .navOne {
  background: #1E9DDF;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

.navOne img {
  width: .12rem;
  filter: brightness(0) invert(1);
  margin-left: .06rem;
}
.navthreebox{
     position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  /* height: 4.5rem; */
  box-shadow: 0rem 0.01rem 0.06rem 0rem rgba(0, 0, 0, 0.1);
   border-radius: 0 0 .1rem .1rem;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
     padding: .44rem 0 .43rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
      justify-content: center;
   z-index: 10;
   font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 0.17rem;
color: #333333;
display: none;
}
.navthreeboxk{
    color: #333333;
    text-align: center;
    cursor: pointer;
    margin-right: 0.6rem;
}
.navthreeboxk img{
    width: 0.7rem;
    height: 0.7rem;
    object-fit: cover;
    margin-bottom: 0.21rem;
    display: block;
}

.headNav.active .navthreebox {
  display: flex;
}
.navTwoBox {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  /* height: 4.5rem; */
  box-shadow: 0rem 0.01rem 0.06rem 0rem rgba(0, 0, 0, 0.5);
  border-radius: 0 0 .1rem .1rem;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: .58rem 1.2rem .57rem 1.7rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  display: none;
  z-index: 10;
}

.headNav.active .navTwoBox {
  display: flex;
}

.navTwoL {
  width: 5.1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-right: 1.47rem;
  flex-shrink: 0;
}

.navTwoL::after {
  content: '';
  width: .01rem;
  height: 90%;
  background: rgba(112, 112, 112, 0.5);
  position: absolute;
  top: 50%;
  right: -.5rem;
  transform: translateY(-50%);
}

.navTwoLitem {
  /* width: .99rem; */
  /* width: 1.7rem; */
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: .43rem;
}

.navTwoLitem:nth-child(-n+3) {
  margin-top: 0;
}

.navTwoImg {
    cursor: pointer;
  width: .49rem;
  height: .49rem;
  margin-bottom: .12rem;
}

.navTwoImg img:last-child,
.navTwoLitem.active .navTwoImg img:first-child {
  display: none;
}

.navTwoLitem.active .navTwoImg img:last-child {
  display: block;
}

.navTwoLitem a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.17rem;
  color: #333333;
}

.navTwoR {

  width: 100%;
}

.navThree {
  flex-wrap: wrap;
  width: 100%;
  display: none;
}

.navThree.active {
  display: flex;
}

.navThree a {
  min-width: calc(100% / 3);
  height: 0.22rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.17rem;
  color: #333333;
  margin-top: .26rem;
  cursor: pointer;
}

.navThree a:nth-child(-n + 3) {
  margin-top: .16rem;
}

.navThree a:hover {
  font-weight: bold;
  color: #00349C;
}

.navTwo2{
    display: flex;
    flex-direction: column;
}


.navTwo2 a{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.17rem;
    color: #333333;
    margin-top: .26rem;
    margin-left: 0.1rem;
    margin-bottom: 0.1rem;
}


@media only screen and (max-width:1024px){
    .headBox{
        display:none;
    }
    .headT{
       height: 0;
    }
}



