/* 头部 */
 header {
 color: #000000;
 background-color: #FFFFFF;
 }
 
.headerBox{
 padding: .325rem 1.1rem .2625rem 1.1rem;
 /* background-color: pink; */
 display: flex;
 justify-content:space-between;
}

.headerBox .leftBox{
 display: flex;
 justify-content: center;
 align-items: center;
}

.headerBox .leftBox img{
 display: inline-block;
 width: .625rem;
 height: .625rem;
}

.headerBox .leftBox .name{
   margin-left: .1625rem;
 }
.headerBox .leftBox .name .chinaName{
  font-weight: bold;
  font-size: .325rem;
 }
.headerBox .rightBox{
  padding-top: .1375rem;
  position: relative;
}
.headerBox .rightBox .navBar{
 height: .75rem;
}
.headerBox .rightBox .navBar ul{
  display: flex;
  /* border-bottom: .0125rem solid #D6D5D5; */
}
.headerBox .rightBox .navBar ul li{
  height: 1rem;
  margin-left: 1rem;
}
.headerBox .rightBox .navBar ul li .navTitle{
  display: block;
  cursor: pointer;
  padding-bottom: .25rem;
  font-size: .275rem;
}
/* .headerBox .rightBox .navBar ul li div:hover{
  color: #0089FF;
  font-weight: bold;
  border-bottom: .0375rem solid #0089FF;
} */
.navTitleHover{
  display: block;
  color: #0089FF !important;
  font-weight: bold;
  border-bottom: .0375rem solid #0089FF;
}
/* 下拉菜单 */
.selectMenu{
  width: 1.8125rem;
  padding: 0 .1625rem .2875rem .1625rem;
  background-color: #FFFFFF;
  color: #2E2E2E;
  font-size: .2rem;
  border-radius: .05rem .05rem .05rem .05rem;
  box-shadow: -0.075rem .1rem .075rem .0125rem rgba(0,83,255,0.4000);
  position: absolute;
  left: 2.5rem;
  top: 1.15rem;
  z-index: 999;
  display: none;
}
.selectMenu  li{
  margin-top: .2875rem;
  cursor: pointer;
}
.selectMenu  li a:hover{
 color: #0089FF !important;
 font-weight: bold;
}
  /* 尾部 */
   /* 底部 */
 footer{
    /* padding-left: 4.125rem; */
    padding-top: .7375rem;
    padding-bottom: .775rem;
    background: #A1D1F9;
    display: flex;
    justify-content: center;
 }
   footer  .leftBox{
    display: flex;
    min-width: 7.8125rem;
    justify-content: space-around;
   }
   footer .bottomList{
     /* color: #D5D5D5; */
     /* margin-right: 1.1875rem; */
   }
   footer .bottomList li{
    cursor: pointer;
    line-height: .25rem;
    font-size: 0.175rem;
  }
  footer .bottomList li:hover{
    color: #0089FF;
  }
  footer .bottomList .title{
     font-size: .25rem;
     color: #333333;
     font-weight: bold;
     margin-bottom: .4625rem;
   }
   footer .company{
     margin-left: 2.1875rem;
     min-width: 4.75rem;
   }
   footer .companyName{
  font-size: .25rem;
  font-weight: bold;
  /* color: #FFFFFF; */
  }
  footer .phone{
    font-size: .425rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top:.275rem
  }
  footer .email, .address{
    font-size: .175rem;
    /* color: #D5D5D5; */
  }
  footer .email{
    margin-top: .2875rem;
  }
  footer .address{
    margin-top: .1875rem;
  }