a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.header {
  width: 100%;
  height: 1.3rem;
  background: url(../img/headerBG.jpg) center no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
  position: relative;
}
.header .logo {
  display: block;
  float: left;
  height: 0.66rem;
  margin-top: 0.32rem;
}
.header .logo img {
  display: block;
  height: 100%;
  max-width: 4.4rem;
}
.header .fr {
  margin-top: 0.46rem;
  float: right;
  display: block;
}
.header .fr .searchBox {
  float: left;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.5rem;
}
.header .fr .searchBox .searchBtn {
  width: 0.36rem;
  height: 0.36rem;
  background: url(../img/searchIcon.png) center no-repeat;
  background-size: contain;
}
.header .fr .searchBox .searchMain {
  position: absolute;
  top: -1.3rem;
  left: 0;
  z-index: 10;
  width: 7.5rem;
  height: 1.3rem;
  background-color: #0071B6;
  opacity: 0;
  transition: all 0.4s;
}
.header .fr .searchBox .searchMain .searchCont {
  width: 5.99rem;
  height: 0.76rem;
  border-radius: 0.38rem;
  border: solid 0.02rem #ffffff;
  float: left;
  margin-top: 0.27rem;
  margin-left: 0.3rem;
  overflow: hidden;
}
.header .fr .searchBox .searchMain .searchCont input {
  display: block;
  float: left;
  width: 5.18rem;
  height: 0.52rem;
  margin-top: 0.12rem;
  text-indent: 0.4rem;
  background-color: transparent;
  border-radius: 0.26rem 0 0 0.26rem;
  border-right: solid 0.03rem white;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #ffffff;
}
.header .fr .searchBox .searchMain .searchCont input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.header .fr .searchBox .searchMain .searchCont input::-webkit-input-placeholder {
  color: #eee;
  font-size: 0.2rem;
}
.header .fr .searchBox .searchMain .searchCont input:-moz-placeholder {
  color: #eee;
  font-size: 0.2rem;
}
.header .fr .searchBox .searchMain .searchCont input::-moz-placeholder {
  color: #eee;
  font-size: 0.2rem;
}
.header .fr .searchBox .searchMain .searchCont input:-ms-input-placeholder {
  color: #eee;
  font-size: 0.2rem;
}
.header .fr .searchBox .searchMain .searchCont a {
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  float: left;
  border-radius: 0.37rem;
  background: url(../img/searchIcon.png) center no-repeat;
  background-size: 0.36rem 0.36rem;
}
.header .fr .searchBox .searchMain span {
  display: block;
  width: 0.32rem;
  height: 0.31rem;
  float: right;
  margin-right: 0.3rem;
  background: url(../img/closeIcon.png) center no-repeat;
  margin-top: 0.49rem;
  background-size: 100% 100%;
}
.header .fr .searchBox .searchMain.on {
  top: 0rem;
  opacity: 1;
}
.header .fr .navBox {
  float: left;
  width: 0.39rem;
  height: 0.38rem;
  position: relative;
}
.header .fr .navBox .navBtn {
  width: 0.39rem;
  height: 0.38rem;
  background: url(../img/navBtn.png) center no-repeat;
  background-size: 100% 100%;
}
.header .fr .navBox ul {
  display: none;
  width: 2.8rem;
  position: absolute;
  left: -2.41rem;
  top: 0.84rem;
  z-index: 9;
}
.header .fr .navBox ul li {
  width: 2.8rem;
  background-color: #ffffff;
  text-align: center;
  transition: background-color 0.4s;
}
.header .fr .navBox ul li > a {
  display: block;
  height: 0.6rem;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.6rem;
  letter-spacing: 0rem;
  color: #1d2029;
}
.header .fr .navBox ul li dl {
  width: 100%;
  display: none;
}
.header .fr .navBox ul li dl dd a {
  display: block;
  height: 0.6rem;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.6rem;
  letter-spacing: 0rem;
  color: #1d2029;
}
.header .fr .navBox ul li.on {
  background-color: #5387a7;
}
.header .fr .navBox ul li.on a {
  color: #ffffff;
}
.header .fr .navBox ul li.on dl {
  background-color: #0071b6;
}
.header .fr .navBox ul li.on dl a {
  color: #ffffff;
}
.header .fr .navBox.on .navBtn {
  background: url(../img/closeIcon.png) center no-repeat;
  background-size: 0.32rem 0.31rem;
}
.footer {
  width: 7.5rem;
  height: 3.26rem;
  margin: 0 auto;
  background: url(../img/footBG.jpg) center no-repeat;
  background-size: 100% 100%;
}
.footer .fl {
  max-width: 3.5rem;
  padding-left: 0.3rem;
  padding-top: 0.5rem;
  float: left;
}
.footer .fl .logo {
  display: block;
  height: 0.5rem;
  margin-bottom: 0.26rem;
}
.footer .fl .logo img {
  width: 3.3rem;
  object-fit: cover;
}
.footer .fl p {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0rem;
  color: #ffffff;
  margin-top: 0.08rem;
}
.footer .fr {
  padding-top: 0.5rem;
  width: 2.8rem;
  float: right;
}
.footer .fr dd {
  float: left;
  width: 0.67rem;
  position: relative;
  margin-left: 0.1rem;
  margin-right: 0.31rem;
  padding-top: 0.2rem;
}
.footer .fr dd .icon .imgBox {
  width: 0.67rem;
  height: 0.68rem;
}
.footer .fr dd .icon .imgBox img {
  object-fit: contain;
}
.footer .fr dd .icon p {
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  margin-top: 0.1rem;
}
