body {
  font-size: 0.16rem;
}

.header {
  line-height: 1.2rem;
  height: 1.2rem;
  color: #333;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  opacity: 0;
  transition: all 0.7s ease-out 0s;
}

.header1 {
  transform: translateY(-100%);
}

.header1.show {
  transform: none;
  opacity: 1;
}

.header2 {
  transform: translateY(-100%);
}

.header2.show {
  transform: none;
  opacity: 1;
}

.header.active {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.03rem 0.04rem 0.18rem 0px rgba(65, 65, 65, 0.35);
}

.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.headerBox .logo img {
  width: 3.1rem;
}

.headNav {
  display: flex;
  justify-content: flex-start;
}

.headNav dd {
  position: relative;
  padding: 0 0.2rem;
}

.headNav dd .clickDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.22rem;
  cursor: pointer;
}

.headNav dd .clickDiv::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}

.headNav dd .clickDiv span,
.headNav dd .clickDiv a {
  color: #333;
}

.headNav dd .searchBtn::before {
  display: none;
}

.headNav dd .searchBtn a img {
  display: inline-block;
  width: 0.37rem;
  height: 0.37rem;
}

.headNav dd:nth-child(1) .clickDiv::before {
  background: url(/css/../images/navIcon01.png) no-repeat center;
  background-size: cover;
}

.headNav dd:nth-child(2) .clickDiv::before {
  background: url(/css/../images/navIcon02.png) no-repeat center;
  background-size: cover;
}

.headNav dd:nth-child(3) .clickDiv::before {
  background: url(/css/../images/navIcon04.png) no-repeat center;
  background-size: cover;
}

.headNav dd:nth-child(4) .clickDiv::before {
  background: url(/css/../images/navIcon06.png) no-repeat center;
  background-size: cover;
}
.headNav dd:nth-child(5) .clickDiv::before {
  background: url(/css/../images/navIcon07.png) no-repeat center;
  background-size: cover;
}

.header1 {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.header1 .headNav dd:nth-child(1) .clickDiv::before {
  background: url(/css/../images/navIcon01-w.png) no-repeat center;
  background-size: cover;
}

.header1 .headNav dd:nth-child(2) .clickDiv::before {
  background: url(/css/../images/navIcon02-w.png) no-repeat center;
  background-size: cover;
}

.header1 .headNav dd:nth-child(3) .clickDiv::before {
  background: url(/css/../images/navIcon04-w.png) no-repeat center;
  background-size: cover;
}

.header1 .headNav dd:nth-child(4) .clickDiv::before {
  background: url(/css/../images/navIcon06-w.png) no-repeat center;
  background-size: cover;
}
.header1 .headNav dd:nth-child(5) .clickDiv::before {
  background: url(/css/../images/navIcon07-w.png) no-repeat center;
  background-size: cover;
}
.header1 .headNav dd .clickDiv span,
.headNav dd .clickDiv a {
  color: #fff;
}

.header2 .headNav dd .clickDiv a {
  color: #333;
}

.header2 .headNav dd .searchBtn a {
  font-size: 0;
}

.headNav dd>a {
  display: block;
  padding: 0 0.1rem;
  position: relative;
}

.headNav dd>a::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  border-radius: 4px;
  background: #f08300;
  width: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.navFlex {
  padding: 0 0.1rem;
}

.slideNav {
  position: absolute;
  width: 120%;
  top: 80%;
  left: 50%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.2rem 0;
  color: #333;
  line-height: 1.6;
  display: none;
  z-index: 10;
  transform: translate(-50%);
  text-align: center;
}

.slideNav::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #2182c3;
  background-image: linear-gradient(to right, #2182c3, #bdd9fb);
  position: absolute;
  top: 0;
  left: 0;
}

.slideNav .link .twoNav a {
  display: block;
  padding: 0.04rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  text-align: center;
}

.slideNav .link .twoNav a:hover {
  color: #cc1820;
}

.slideNav .link .navMore a::after {
  content: ">";
  display: block;
}

.headNav dd:hover .slideNav {
  display: block;
}

.slideNav {
  transform-origin: center top;
  -webkit-transform-origin: center top;
  animation: slide 0.25s linear both;
  -webkit-animation: slide 0.25s linear both;
}

.slideNav>.link {
  overflow: hidden;
  text-align: center;
}

.slideNav>.link .threeNav {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0px;
  overflow: hidden;
  z-index: 0;
}

.slideNav>.link .threeNav .threeNavCont {
  width: 100%;
  height: 100%;
  background: #eae7ee;
  padding: 0.2rem 0;
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

.slideNav>.link .threeNav .threeNavCont .item {
  width: 100%;
  overflow: hidden;
  font-size: 0.18rem;
  padding: 0.09rem 0.2rem;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.slideNav>.link .threeNav .threeNavCont .item:hover {
  color: #2182c3;
}

.slideNav>.link.open {
  background: #eae7ee;
}

.slideNav>.link.open .twoNav a {
  color: #2182c3;
}

.slideNav>.link.open .threeNav {
  width: 100%;
  z-index: 10;
}

.slideNav>.link.open .threeNav .threeNavCont {
  transform: translateX(0%);
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.searchBox .close {
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  background: url(/css/../images/close_icon.png) no-repeat center;
  background-size: cover;
}

.searchBox .form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchBox .form .search-txt {
  padding: 0.2rem;
  width: 5rem;
  height: 0.8rem;
  background: #e1e1e1;
}

.searchBox .form .search-button {
  height: 0.8rem;
  width: 1rem;
  background: url(/css/../images/searchIcon.png) no-repeat center #0072bd;
  background-size: 0.4rem 0.4rem;
}

.footer {
  background: url(/css/../images/footerBg22.png) no-repeat center;
  background-size: cover;
  padding: 1rem 0;
}

.footer .autowidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .logoFooter img {
  width: 3.8rem;
}

.footer .divS {
  font-size: 0.14rem;
  color: #fff;
}

.footer .divS>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.1rem;
}

.footer .divS .add {
  background: url(/css/../images/addIcon.png) no-repeat left 1px;
  background-size: 18px 18px;
  padding-left: 20px;
}

.footer .divS .bqIcon {
  background: url(/css/../images/bqIcon.png) no-repeat left 1px;
  background-size: 18px 18px;
  padding-left: 20px;
}

.footer .divS .baIcon {
  background: url(/css/../images/baIcon.png) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 20px;
  margin-left: 0.2rem;
}

.footer .code {
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
  color: #fff;
}

.footer .code li {
  margin: 0 0.2rem;
  text-align: center;
}

.footer .code li img {
  width: 1rem;
  border-radius: 0.1rem;
  border: 3px solid #fff;
  margin-bottom: 0.1rem;
}

.xf_nav {
  position: fixed;
  top: 50%;
  right: -1rem;
  display: flex;
  flex-direction: column;
  z-index: 19;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  margin-top: -1.9rem;
}

.xf_nav:hover {
  right: 0;
}

.xf_nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.xf_nav ul li a .icon img {
  width: 0.5rem;
  height: 0.5rem;
}

.xf_nav ul li a .divTxt {
  background: #3c8ac8;
  color: #fff;
  width: 1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  border-bottom: 1px dashed #5b96ce;
}

.xf_nav ul li:last-child .divTxt {
  border-bottom: none;
  border-radius: 0 0 0 0.1rem;
}

.xf_nav ul li:first-child .divTxt {
  border-radius: 0.1rem 0 0 0;
}

@media only screen and (max-width: 960px) {
  .header1 {
    display: none !important;
  }

  .header2 {
    background: #fff;
    box-shadow: none;
    transform: none;
    opacity: 1;
  }

  .header2 .headNav dd .clickDiv span,
  .header2 .headNav dd .clickDiv a {
    color: #fff;
  }

  .header2 .headNav dd .clickDiv a {
    color: #fff;
  }

  .header2 .headNav dd .clickDiv::before{
    display: none;
  }

  .header2 .headNav dd .searchBtn a {
    font-size: 0.22rem;
  }

  .headNav dd .searchBtn a img {
    display: none;
  }

  .xf_nav {
    display: none;
  }

  .navFlex {
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    background: #0072bd;
    z-index: 18;
    padding: 0;
    overflow-y: auto;
    display: none;
  }

  .header:before {
    background: none;
    background-color: #0072bd;
  }

  .headNav {
    display: block;
    padding: 0.5rem;
  }

  .headNav dd {
    margin: 0;
    /* border-bottom: 1px solid #555; */
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0;
  }

  .slideNav {
    display: none;
    position: static;
    box-shadow: none;
    background: none;
  }

  .slideNav a {
    color: #fff;
  }

  .headerBox {
    padding: 0 0.2rem;
    position: relative;
  }

  .headerBox::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.3rem;
    background-color: #197dc0;
  }

  .navMenu {
    margin-right: 0.15rem;
  }

  .header2.active {
    background-color: #fff;
  }

  .headNav dd .clickDiv {
    justify-content: flex-start;
    padding: 0rem;
    color: #fff;
    border-bottom: 1px solid #e1e1e1;
  }

  .headNav dd .clickDiv a {
    color: #fff;
  }

  .headNav dd .clickDiv::before {
    background: inherit;
    width: 0.3rem;
    height: 0.3rem;
  }

  .headNav dd:hover .slideNav {
    display: none;
  }
.slideNav{width: 100%;transform: translate(0);}
  .slideNav::after {
    display: none;
  }

  .slideNav .link {
    position: relative;
  }

  .slideNav .link .twoNav {
    line-height: 0.58rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .slideNav .link .twoNav::after {
    content: ">";
    display: block;
    color: #fff;
  }

  .slideNav .link .twoNav a {
    display: inline-block;
  }

  .slideNav .link .twoNav a::after {
    display: none;
  }

  .slideNav>.link .threeNav {
    position: static;
    display: none;
  }

  .slideNav>.link .threeNav .threeNavCont {
    transform: translateX(0);
    background: none;
    padding-left: 0.2rem;
  }

  .slideNav>.link.open {
    background: none;
  }

  .slideNav>.link.open .twoNav a {
    color: #fff;
  }

  .slideNav>.link .threeNav .threeNavCont .item {
    line-height: 0.48rem;
  }

  .slideNav>.link .threeNav .threeNavCont .item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer .autowidth {
    flex-wrap: wrap;
  }

  .footer .logoFooter {
    width: 100%;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  .footer .divS {
    margin-bottom: 0.2rem;
  }

  .footer .divS>div {
    flex-wrap: wrap;
  }

  .footer .divS>div p {
    width: 100%;
    margin: 0 !important;
  }

  .footer .code {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 800px) {
  .header2 {
    height: 1rem;
    line-height: 1rem;
  }

  .footer {
    padding: 0.5rem 0;
  }

  .footer .logoFooter img {
    width: 4.75rem;
  }

  .footer .divS {
    font-size: 0.22rem;
  }

  .footer .divS .add,
  .footer .divS .bqIcon,
  .footer .divS .baIcon {
    background-size: 20px 20px;
    padding-left: 30px;
  }
}