.imgChange.swiper-button-prev {
  top: 0.01rem;
}
.imgChange.f {
  width: 0.7rem;
}
.imgChange.f::after {
  display: none;
}
.imgChange.f img {
  width: 100%;
}
.imgChange.f:hover img:nth-of-type(1) {
  display: none ;
}
.imgChange.f:hover img:nth-of-type(2) {
  display: block;
}
.imgChange img:nth-of-type(1) {
  display: block;
}
.imgChange img:nth-of-type(2) {
  display: none;
}
header {
  transition-duration: 0.5s;
  height: 1.5rem;
  background-color: white;
  position: relative;
  z-index: 2;
}
header .languageEarth {
  display: flex;
  align-items: center;
  opacity: 1;
  transition-duration: 0.5s;
}
header .languageEarth.hide {
  opacity: 0;
}
header.flexHead {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 10px #e4e4e4;
}
header.tracapt {
  background-color: transparent;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
header.tracapt .headUl > li > a,
header.tracapt .language a,
header.tracapt .lo2 {
  color: white;
  display: inline-block;
}
header.tracapt .imgChange img:nth-of-type(1) {
  display: none;
}
header.tracapt .imgChange img:nth-of-type(2) {
  display: block;
}
header .headtwo {
  display: none;
  background-color: #ff6900;
  padding: 0.3rem 0.3rem 0.2rem 0.3rem;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  position: absolute;
  min-width: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
}
header .headtwo .contFlex {
  position: relative;
}
header .headtwo .contFlex .close {
  right: 0;
  top: -0.2rem;
  width: 0.22rem;
  position: absolute;
  display: none;
}
header .headtwo .smosT {
  flex: 1;
}
header .headtwo .smosT .sm1 {
  font-size: 0.2rem;
  color: white;
  padding-bottom: 0.1rem;
  display: block;
  white-space: nowrap;
}
header .headtwo .smosT .sm1:hover {
  font-weight: bold;
}
header .headtwo .smosT .sm2 {
  min-height: 0.8rem;
}
header .headtwo .smosT .sm2 .sm21 {
  flex: 1;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
header .headtwo .smosT .sm2 .sm21 > a {
  color: white;
  display: block;
  margin-bottom: 0.1rem;
}
header .headtwo .smosT .sm2 .sm21 > a::before {
  content: '-';
  display: inline-block;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
}
header .headtwo .smosT .sm2 .sm21 > a:hover {
  font-weight: bold;
}
header .hflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hcenter {
  justify-content: center;
  position: relative;
  padding: 0.2rem 0 0rem 0;
}
header .hcenter .headRight {
  position: absolute;
  right: 0;
}
header .lo1 {
  margin-bottom: 0.2rem;
}
header .lo1 img {
  width: 3.7rem;
}
header .lo2 {
  font-size: 0.16rem;
  color: #595757;
}
header .headUl {
  align-items: center;
  visibility: visible;
  transition-duration: 0.5s;
}
header .headUl .headUlli {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  header .headUl {
    display: flex!important;
    width: 100%;
    justify-content: center;
  }
}
header .headUl > li {
  margin: 0 0.3rem;
  border-bottom: 2px solid transparent;
}
header .headUl > li.active,
header .headUl > li:hover {
  border-bottom: 2px solid #ff6900;
}
header .headUl > li.active > a,
header .headUl > li:hover > a {
  color: #ff6900;
}
header .headUl > li.active:hover a:after,
header .headUl > li:hover:hover a:after {
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(180deg);
}
header .headUl > li.active:hover a:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
header .headUl > li:hover a:after {
  display: block;
}
header .headUl > li > a {
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #000;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
}
header .headUl > li .after {
  display: none;
  position: absolute;
  content: "";
  width: 0.09rem;
  height: 0.05rem;
  right: -0.2rem;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../img/header/down.png');
  background-size: 100% 100%;
}
header .hfdj {
  width: 0.22rem;
}
header .hfdj img {
  width: 100%;
}
header .headRight {
  display: flex;
  align-items: center;
  position: relative;
}
header .headRight .searchInput {
  visibility: hidden;
  transform: scale(0);
  transition-duration: 0.5s;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
header .headRight .searchInput.show {
  transform: scale(1);
  visibility: visible;
}
header .headRight .searchInput label {
  background-color: white;
  border-radius: 0.1rem;
  padding: 0.14rem;
  border: 1px solid #a1a1a2;
  display: flex;
  margin-right: 0.2rem;
  align-items: center;
}
header .headRight .searchInput label input {
  font-size: 0.14rem;
  border: 0;
  width: 2rem;
  outline: none;
}
header .headRight .searchInput img {
  max-width: unset;
  width: 0.2rem;
}
header .headRight .qiu {
  width: 0.25rem;
}
header .headRight .qiu img {
  width: 100%;
}
header .headRight .down {
  width: 0.15rem;
}
header .headRight .down img {
  width: 100%;
}
header .language > a {
  font-size: 0.2rem;
  display: block;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  width: 0.34rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
}
header .language > a:nth-of-type(1) {
  margin-right: 0.1rem;
}
header .language .active {
  border-color: #ff6900;
  background-color: #ff6900;
  color: white;
}
.cards {
  display: none;
}
.cards > img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  header .lo1 {
    margin-bottom: 0rem;
  }
  header {
    height: auto;
    padding: 0.25rem 0;
  }
  header .hfdj{
    position: relative;
    top:0.1rem;
  }
  header .headUl {
    display: none;
    transition-duration: unset;
    left: 0;
    top: 100%;
    width: 100%;
    flex-wrap: wrap;
    background-color: white;
  }
  header .headUl > li {
    width: 100%;
    margin: 0 0;
    padding: 0 0.2rem /* 20/100 */;
  }
  header .headUl > li > a {
    display: block;
    line-height: 0.8rem;
    font-size: 0.34rem;
  }

  header .headUl > li .after {
    display: block;
    width: 1rem;
    height: 0.44rem;
    background-size: 0.17rem 0.09rem;
    background-position: right center;
    background-repeat: no-repeat;
    top:.3rem;
  }
  header .headtwo {
    position: unset;
    width: 100%;
    left: 0;
    transform: unset;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: .1rem;
  }
  header .headtwo .contFlex {
    flex-wrap: wrap;
  }
  header .headtwo .smosT {
    width: 100%;
    flex: unset;
  }
  header .headtwo .smosT .sm1 {
    border-bottom: 0px;
    margin-bottom: 0;
    font-size: .3rem;
  }
  header .headtwo .smosT .sm2 {
    min-height: unset;
  }
  header .headtwo .smosT .sm2 .sm21 > a {
    font-size: 0.18rem;
  }
  header .headRight {
    position: absolute;
    right: 1.8rem;
    top: 30%;
  }
  header .mobilefang {
    width: auto;
    right: 1.6rem;
    top: 0.36rem;
  }
  header .hcenter {
    justify-content: space-between;
    padding-top: 0;
  }
  header .hcenter .headRight {
    position: unset;
  }
  header .hflex {
    padding: 0 10px;
  }
  .imgChange.f {
    width: 1.2rem;
  }
  .swiperPat {
    bottom: 10%;
    width: 3.2rem;
  }
  .cards {
    width: 0.32rem;
    display: block;
    margin-right: 0.2rem /* 20/100 */;
  }
}
/*# sourceMappingURL=index.css.map */
