.dhLeft_ba {
  opacity: 0;
  -webkit-opacity: 0;
  transform: translate(45px, 0);
  -webkit-transform: translate(45px, 0);
  transition: 1s;
  -webkit-transition: 1s;
}
.dhLeft {
  opacity: 0;
  -webkit-opacity: 0;
  transform: translate(75px, 0);
  -webkit-transform: translate(75px, 0);
  transition: 1s;
  -webkit-transition: 1s;
}
.dhRight {
  opacity: 0;
  -webkit-opacity: 0;
  transform: translate(-45px, 0);
  -webkit-transform: translate(-45px, 0);
  transition: 1s;
  -webkit-transition: 1s;
}
.dhTop {
  opacity: 0;
  -webkit-opacity: 0;
  transform: translate(0, 45px);
  -webkit-transform: translate(0, 45px);
  transition: transform 1s;
  -webkit-transition: transform 1s;
}
.dhBottom {
  opacity: 0;
  -webkit-opacity: 0;
  transform: translate(0, -45px);
  -webkit-transform: translate(0, -45px);
  transition: 1s;
  -webkit-transition: 1s;
}
.dhScale {
  transform: scale(0);
  -webkit-transform: scale(0);
}
.dhsj1 {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.dhsj2 {
  transition: 1s;
  -webkit-transition: 1s;
}
.dhsj3 {
  transition: 1.2s;
  -webkit-transition: 1.2s;
}
.dhsj4 {
  transition: 1.5s;
  -webkit-transition: 1.5s;
}
.dhsj5 {
  transition: 1.8s;
  -webkit-transition: 1.8s;
}
.dhyc1 {
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
.dhyc2 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.dhyc3 {
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
.dhyc4 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.dhyc5 {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}
.activeSections .swiper-slide-active .dhLeft_ba {
  opacity: 1;
  -webkit-opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.activeSections .dhLeft,
.activeSections .dhRight,
.activeSections .dhTop,
.activeSections .dhBottom {
  opacity: 1;
  -webkit-opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.activeSections .dhScale {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.bannerPage .text {
    z-index: 15;
}

.bannerPage::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.header .nav ul li .navProduct .spDivList .swiperHead .swiper-slide > a > div {
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.header {
  line-height: 1rem;
  height: 1rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header .logo {
  width: 2.08rem;
}
.header .div-r {
  display: flex;
  align-items: flex-end;
  align-items: center;
}
.header .nav ul {
  display: flex;
}
.header .nav ul li {
  margin: 0 0.2rem;
  position: relative;
}
.header .nav ul li .divClick {
  position: relative;
}
.header .nav ul li .divClick::before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  left: 0;
  bottom: 0.2rem;
  border-radius: 4px;
  background: #c4141b;
  width: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header .nav ul li .slideNav {
  display: none;
}
.header .nav ul li .slideOther {
  display: none;
  position: absolute;
  left: -0.4rem;
  right: -0.4rem;
  top: 0.99rem;
  background: #fff;
  padding: 0.1rem;
  color: #000;
  line-height: 1.6;
  z-index: 20;
  box-shadow: 0px 0.1rem 0.4rem rgba(96, 97, 112, 0.2);
}
.header .nav ul li .slideOther a {
  display: block;
  border-radius: 5px;
  padding: 0.1rem;
  text-align: center;
}
.header .nav ul li .slideOther a:hover {
  background: #c21823;
  color: #fff;
}
.header .nav ul li {
  position: relative;
}
.header .nav ul li .navProduct {
  width: 100%;
  position: fixed;
  top: 1rem;
  left: 0;
  background: #fff;
  box-shadow: 0px 0.1rem 0.4rem rgba(96, 97, 112, 0.2);
  z-index: 20;
}
.header .nav ul li .navProduct .spDiv {
  display: flex;
  justify-content: space-between;
}
.header .nav ul li .navProduct .spDiv > div {
  display: block;
  width: 24%;
  height: 1.4rem;
  background-color: #f6f6f6;
  color: #333;
  position: relative;
  cursor: pointer;
}
.header .nav ul li .navProduct .spDiv > div .imgDiv {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 0.25rem;
  background-repeat: no-repeat;
}
.header .nav ul li .navProduct .spDiv > div .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav ul li .navProduct .spDiv > div.on {
  background-color: #c21823;
}
.header .nav ul li .navProduct .spDiv > div.on .imgDiv {
  opacity: 0.4;
  color: #fff;
}
.header .nav ul li .navProduct .spDiv > div.on .txt {
  color: #fff;
}
.header .nav ul li .navProduct .spDivList .divUl {
  display: flex;
  justify-content: space-between;
}
.header .nav ul li .navProduct .spDivList .divUl > a {
  display: block;
  background: #fff;
  width: 11%;
  text-align: center;
  padding: 0.2rem;
}
.header .nav ul li .navProduct .spDivList .divUl > a > div {
  line-height: 100%;
}
.header .nav ul li .navProduct .spDivList .swiperHead {
  background: #f0f1f3;
  padding: 0.3rem;
}
.header .nav ul li .navProduct .spDivList .swiperHead .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.header .nav ul li .navProduct .spDivList .swiperHead .swiper-slide > a {
  display: block;
  background: #fff;
  text-align: center;
  padding: 0.2rem;
}
.header .nav ul li .navProduct .spDivList .swiperHead .swiper-slide > a > div {
  line-height: 100%;
}
.header .nav ul li .navProduct .swiper-pagination {
  bottom: -0.35rem;
}
.header .nav ul li .navProduct .spSwiper-pagination {
  padding-top: 0.3rem;
  position: static;
  display: flex;
  justify-content: center;
}
.header .nav ul li .navProduct .spSwiper-pagination span {
  background: none;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.32rem;
  text-align: center;
  font-size: 0.18rem;
  color: #5d5d5d;
  opacity: 1;
  margin: 0 0.1rem;
}
.header .nav ul li .navProduct .spSwiper-pagination span.swiper-pagination-bullet-active {
  color: #fff;
  background: #c21823;
}
.header .nav ul li:hover .divClick::before {
  width: 100%;
}
.header .search {
  display: flex;
  align-items: center;
}
.header .search .input-btn {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/serach_icon.png) no-repeat center;
  background-size: 0.24rem 0.24rem;
  margin-right: 0.1rem;
}
.header .search .input-txt {
  width: 2.03rem;
  height: 0.3rem;
  background: #f6f6f6;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.header .shop a {
  display: block;
  width: 0.4rem;
  height: 0.46rem;
  background: url(../images/shop_icon.png) no-repeat center;
  background-size: cover;
}
.header .languages {
  position: relative;
}
.header .languages span {
  cursor: pointer;
  padding-right: 0.3rem;
  background: url(../images/lang_icon.png) no-repeat right center;
  background-size: 0.18rem 0.09rem;
}
.header .languages .langList {
  position: absolute;
  display: none;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  text-align: center;
  border-radius: 0.06rem;
  color: #fff;
}
.header .languages .langList::after {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
  content: '';
}
.header .languages .langList a {
  display: block;
  padding: 0.13rem 0;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 1px;
}
.header .languages:hover .langList {
  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;
}
.footer {
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
.footer .foLogo {
  width: 3.3rem;
}
.footer .nav {
  display: flex;
  justify-content: space-between;
}
.footer .nav li {
  padding-right: 1rem;
}
.footer .divShare .shareImg {
  box-sizing: border-box;
  width: 1.3rem;
  background: #fff;
  padding: 0.1rem;
  margin: 0 0.1rem;
  border-radius: 0.1rem;
}
.footer .shareBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-share .social-share-icon {
  width: 0.33rem !important;
  height: 0.33rem !important;
}
.social-share .icon-wechat {
  background: url(../images/share_wx.png) no-repeat center;
  background-size: cover;
  border: none !important;
}
.social-share .icon-wechat::before {
  display: none;
}
.social-share .icon-wechat:hover {
  background: url(../images/share_wx.png) no-repeat center !important;
  background-size: cover !important;
  border: none !important;
}
.social-share .icon-weibo {
  background: url(../images/share_wb.png) no-repeat center;
  background-size: cover;
  border: none !important;
}
.social-share .icon-weibo::before {
  display: none;
}
.social-share .icon-weibo:hover {
  background: url(../images/share_wb.png) no-repeat center !important;
  background-size: cover !important;
  border: none !important;
}
.bannerPage {
  position: relative;
  margin-top: 1rem;
}
.bannerPage .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 2.1rem 0 0 2.4rem;
}
.pageMain .breadNav {
  border-bottom: 1px solid #e5e5e5;
}
.pageMain .breadNav a {
  margin: 0 0.6rem;
  height: 1rem;
  line-height: 1rem;
  position: relative;
}
.pageMain .breadNav a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #c21823;
  width: 0;
  transition: 0.5s;
}
.pageMain .breadNav a.on {
  color: #c21823;
}
.pageMain .breadNav a.on::before {
  width: 100%;
}
.pageMain .breadNav a:hover::before {
  width: 100%;
}
.cpInfo div {
  position: relative;
}
.cpInfo div::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  height: 2px;
  background: #d40c16;
  width: 0;
  transition: 0.5s;
}
.cpInfo div:hover::after,
.cpInfo div.on::after {
  width: 100%;
}
.height800 {
  height: 8rem;
}
.height815 {
  height: 8.15rem;
}
.height680 {
  height: 6.8rem;
}
.height980 {
  height: 9.8rem;
}
.bght728 {
  height: 7.28rem;
}
@media only screen and (max-width: 1023px) {
  .header {
    background: #e1e1e1;
    line-height: unset;
  }
  .header .autowidth {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header .div-r {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1.5rem;
    left: 0;
    z-index: 50;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    display: block;
  }
  .header .div-r .nav ul li .slideNav {
    position: static;
  }
}
@media only screen and (max-width: 960px) {
  .enFlex {
    flex: 1;
    -webkit-flex: 1;
  }
  .navFlex {
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 18;
    padding: 0;
    overflow-y: auto;
    display: none;
  }
  .headNav {
    display: block;
  }
  .headNav dd {
    margin: 0;
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .headNav dd > a {
    padding: 0 15px;
    line-height: 40px;
    display: none;
    justify-content: space-between;
    color: #fff;
  }
  .slideNav {
    display: none;
    position: static;
    box-shadow: none;
    padding: 0 15px 10px 15px;
  }
  .slideNav .tit {
    font-size: 16px;
  }
  .slideNav .links .name {
    font-size: 14px;
  }
  .slideNav .links > a img {
    height: 15px;
  }
  .slideOL li {
    width: 48%;
    padding-bottom: 0.2rem;
  }
  .slideOL {
    padding: 0;
  }
  .slideOL2 {
    padding: 0;
  }
  .pl160 {
    padding-left: 2.5%;
  }
  .pr160 {
    padding-right: 2.5%;
  }
  .footct {
    display: block;
  }
  .footDL {
    padding: 0 0 0.3rem 0;
  }
  .footer .autowidth {
    display: block;
  }
  .ewmCode {
    text-align: center;
  }
  .ewmCode .code img {
    min-width: 80px;
  }
  .clickSpan {
    display: block;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
    color: #fff;
    line-height: 44px;
  }
  .clickSpan .arrow {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 44px;
  }
  .clickSpan.on .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .slideNav .link > a {
    text-align: left;
  }
  .footDL dd .opacity5 {
    display: none;
  }
  .footDL dl .font20 {
    position: relative;
  }
  .footDL dd:not(:last-child) .font20:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
  }
  .footDL dd:not(:last-child) .font20:after {
    position: absolute;
    right: 6px;
    top: 14px;
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .footDL dd.on .font20:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .navFlex {
    background: #fff;
  }
  .header .nav ul {
    flex-wrap: wrap;
  }
  .header .nav ul li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  .header .nav ul li .divClick::before {
    display: none;
  }
  .header .nav ul li .divClick {
    height: 1rem;
    line-height: 1rem;
  }
  .header .nav ul li .slideOther,
  .header .nav ul li .navProduct {
    position: static;
    border-top: 1px solid #c4141b;
  }
  .header .nav ul li .slideOther .link a,
  .header .nav ul li .navProduct .link a {
    text-align: left;
    height: 0.6rem;
    line-height: 0.6rem;
  }
}
@media only screen and (max-width: 1100px) {
  .height815 {
    height: auto;
  }
  .bannerPage {
    margin-top: 1rem;
  }
  .bannerPage .text {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer .flex {
    flex-wrap: wrap;
  }
  .footer .nav {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .footer .nav li {
    padding: 0;
  }
  .navFlex {
    margin-right: 0;
    z-index: 100;
  }
  .header .nav ul li {
    position: relative;
  }
  .header .nav ul li.liadd::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0;
    font-size: 0.6rem;
    height: 1rem;
    line-height: 1rem;
  }
  .header .nav ul li.licut::after {
    content: "-";
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0;
    font-size: 0.6rem;
    height: 1rem;
    line-height: 1rem;
  }
  .header .nav ul li .divClick a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .nav ul li .navProduct {
    padding: 0;
    position: static;
  }
  .header .nav ul li .navProduct .autowidth {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .header .nav ul li .navProduct .spDiv {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0.2rem;
    padding-bottom: 0;
  }
  .header .nav ul li .navProduct .spDiv > div {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .header .nav ul li .navProduct .spDiv > div .txt {
    color: #333;
    justify-content: flex-start;
    padding-left: 1.8rem;
  }
  .header .nav ul li .navProduct .spDiv > div .imgDiv {
    background-size: auto 0.8rem;
    background-position: left center;
    opacity: 1!important;
    color: #fff;
    filter: drop-shadow(0 0 0 #333);
  }
  .header .nav ul li .navProduct .spDiv > div.on {
    background: #f6f6f6;
  }
  .header .nav ul li .navProduct .spDiv > div.on .txt {
    color: #333;
  }
  .header .nav ul li .navProduct .spDivList {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .pageMain {
    overflow-y: hidden;
  }
  .pageMain .breadNav {
    width: 150%;
  }
}
