* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;

}

.header-wrap {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}


.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*多行溢出*/
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}

.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  cursor: pointer;
  object-fit: cover;
}

.scale-box:hover .scale-img {
  transform: scale(1.1);
}


/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}


.common_tit {
  width: 100%;
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #323335;
  text-align: center;
}

.banner {
  width: 100%;
  height: 5.93rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner_text {
  position: absolute;
  top: 1.98rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner_text img {
  width: .63rem;
  height: .63rem;
  margin-bottom: .26rem;
}

.banner_tit {
  font-size: 0.47rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: .15rem;
}

.banner_tit_en {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.banner_nav {
  position: absolute;
  left: 2.88rem;
  bottom: 0.17rem;
  display: flex;
}

.banner_nav a {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-right: .35rem;
  position: relative;
}

.banner_nav a::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: .1rem;
  transform: translateY(-50%);
}

.banner_nav a:last-child::after {
  display: none;
}

.banner_nav a img {
  width: .29rem;
  height: .24rem;
  margin-right: .15rem;
}

.banner_nav2{
  width: 13.59rem;
  height: 1rem;
  background: #FFFFFF;
  box-shadow: 0rem .01rem .1rem 0rem rgba(1,1,1,0.32);
  bottom: -.53rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 .98rem 0 .91rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.banner_nav_left{
  display: flex;
}

.banner_nav2 a{
  color: #272727;
}

.banner_nav_right{
  display: flex;
  align-items: center;
}
.banner_nav_right a::after{
  display: none;
  margin: 0;
  margin-left: .5rem;
}

.tab {
  width: 100%;
  height: .79rem;
  border-bottom: .01rem solid #DCDCDC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab a {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #272727;
  margin: 0 .2rem;
  padding: 0 .1rem;
  position: relative;
}

.tab_active {
  color: #9F2532 !important;
}

.tab_active::after {
  content: '';
  width: 100%;
  height: 0.04rem;
  background: #9F2532;
  position: absolute;
  top: calc(100% + .25rem);
  left: 0;
}

.hr {
  width: 100%;
  height: 0.01rem;
  background: #9F9F9F;
  opacity: .5;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0.16rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  align-items: flex-end;
}

.page a {
  width: .44rem;
  height: .44rem;
  border: 0.01rem solid rgba(159, 159, 159, .25);
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .05rem;
}

.page_num {
  display: flex;
}

.active_page,
.page a:hover {
  background: #9F2532 !important;
  border: 0.01rem solid #9F2532 !important;
  color: #ffffff !important;
}



@media only screen and (max-width:1320px){
    .product_more,
    .about_txt>p,
    .footer_nav_box a,
    .more_product_button,
    .case_box1_txt,
    .new_xq_time,
    .new_item_time,
    .new_item_txt,
    .new_item_more span,
    .new_xq_time,
    .jobxq_item span,
    .content_left_txt,
    .content_txt,
    .footer_contact p,
    .beian a{
        font-size: 12px!important;
    }
}

@media screen and (max-width:1024px){
    .banner{
        height: 3.5rem;
        margin-top: 50px;
    }
    .banner_text {
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .banner_tit{
        font-size: 18px;
    }
    .banner_nav{
        left: .3rem;
    }
    .banner_nav a{
        font-size: 14px;
        white-space: nowrap;
    }
    .tab{
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
    }
    .tab a{
        width: fit-content;
        font-size: 14px;
        white-space: nowrap;
    }
    .tab_active::after{
        top: calc(100% + .2rem);
    }
    .banner_nav2{
        left: 50%;
        width: 100%;
        padding: 0 .3rem;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .page a{
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}


