* {
  margin: 0;
  padding: 0;
}

/* @font-face {
  font-family: MiSans-Normal;
  src: url(../font/MiSans-Normal.ttf);
} */
body{
    overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}


a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zybg{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.zybg::after{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: .5rem;
    width: 0;
    height: 0.5rem;
    content: '';
    background: #284FAD;
    z-index: -1;
}
.zybg:hover{
  color: #FFFFFF;
}
.zybg:hover::after{
    transition: all 0.6s ease-in-out;
    width: 100% !important;
        /*border-radius: .5rem;*/
}.zybg:hover .baibut{
    display: block !important;
}
.zybg:hover .lanbut{
    display: none;
}
/*多行溢出*/
.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;
}

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

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

/* 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);
  }
}

.main {
  width: 16rem;
  margin: 0 auto;
}

.commmonTitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.commmonTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
}

.commmonTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #B8B6B6;
  margin-bottom: .09rem;
}

.banner {
  width: 100%;
  height: 6.8rem;
  position: relative;
}

.banner img {
  object-fit: cover;
}

.banText {
  position: absolute;
  left: 1.6rem;
  top: 1.62rem;
}

.banTit {
  font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
  font-weight: 900;
  font-size: 0.6rem;
  color: #333333;
}

.banTit span {
  background: -webkit-linear-gradient(123deg, #284FAD 0%, #1E9DDF 100%);
  /* Chrome, Safari */
  background: linear-gradient(123deg, #284FAD 0%, #1E9DDF 100%);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  /* 兼容不支持background-clip的浏览器 */
}

.banTitCn {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.6rem;
  color: #333333;
}

.bread {
  display: flex;
}

.bread a {
  display: flex;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.bread a:last-child {
  color: #284FAD;
}

.bread a img {
  width: .15rem;
  margin-right: .09rem;
}


.bread a::after {
  content: '>';
  margin: 0 .05rem;
}

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

.page {
  width: 100%;
  display: flex;
  justify-content: center;
}


.page a {
  width: 0.35rem;
  height: 0.35rem;
  background: rgba(110, 110, 110, .1);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #5B5B5B;
  margin: 0 .06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageNum{
  display: flex;
}

.pageNum .active{
    background: #284FAD;
  color: #fff;
}
.page a:hover{
  background: #284FAD;
  color: #fff;
}
.bread a:hover{
    color: #284FAD;
}
.w1600{
  width: 16rem;
  margin: 0 auto;
}


@media only screen and (max-width:1024px){
    .main{
        width: 7rem;
    }
    .banner{
        height: 2.8rem;
        margin-top: 1rem;
    }
    .banText {
    left: 0.6rem;
    top: 0.62rem;
    }
    .banTit{
        font-size: 0.4rem;
    }
    .banTitCn{
        font-size: 0.4rem;
    }
    .w1600{
        width: 7rem;
    }
}