*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* For some Androids */
}
html{
    font-size: 100px;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style: none;
}
input{
    outline: 0;
    background:#fff;
}
img{
    object-fit: cover;
    cursor:pointer;
    display: block;
}
/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word; */
/*文字描边*/
 /* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*多行溢出*/
line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
/* 水波纹效果 */
.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_a_tit:hover{
  background: #053F94;
  color: #fff;
}
.common_abox{
  display: flex;
  align-items: center;
}
.common_bread_homer{
  width: 0.18rem;
  height: 0.2rem;
  margin-right: 0.05rem;
}
.common_bread_homer img{
  width: 100%;
  height: 100%;
}

.common_bread{
  display: flex;
  align-items: center;
}
.common_bread_homer{
  width: 0.18rem;
  height: 0.2rem;
}
.common_bread_after{
  display: flex;
  align-items: center;
  color: #504D4D;
  font-size: 0.14rem;
}

.common_bread_after::after{
  content: '>';
  display: block;
  margin: 0 0.05rem;
}


/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}
.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
  cursor: pointer;
  object-fit: cover;
}
.scale-box:hover .scale-img {
  transform: scale(1.1);
}


/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}



/* 四川长虹项目css，不需要可以删除 */
/* 公共banner */
.common_banner {
  position: relative;
  width: 100%;
  height: 4.5rem;
  margin-top: 0.8rem;
  overflow: hidden;
}
.common_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_banner .fonts {
  position: absolute;
  left: 2.6rem;
  top: 1.65rem;
  font-size: 0.45rem;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
}
.common_banner .fonts::after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.02rem;
  margin-top: 0.2rem;
  background: #FFFFFF;
}


/* 公共面包屑 */
.common_crumb_nav {
  width: 100%;
  background: #F8F8F8;
  /* background-color: #fff; */
  /* box-shadow: 0rem 0.01rem 0.01rem 0.01rem rgba(0,0,0,0.1); */
  /* border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1); */
}
.common_crumb_nav .crumb_nav_center {
  width: 14rem;
  height: 0.58rem;
  margin: 0 auto;
}
/* 中间小导航 */
.common_crumb_nav .road {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.common_crumb_nav .item {
  position: relative;
  display: block;
  height: 0.58rem;
  /*padding: 0 0.4rem;*/
  padding: 0 0.25rem;
  font-size: 0.16rem;
  font-weight: 400;
  /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
  color: #333333;
  line-height: 0.58rem;
  white-space: nowrap;
}
.common_crumb_nav .item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.01rem;
  height: 0.2rem;
  background-color: #CCCCCC;
  transform: translateY(-50%);
}
.common_crumb_nav .item:last-child::after {
  content: unset;
}
/* active */
.common_crumb_nav .active {
  background: #167BD4;
  color: white;
  font-weight: 500;
}



/* 公共居中盒子 */
.common_page_box {
  width: 100%;
  background-color: #fff;
}
.common_page_box .common_page_center {
  position: relative;
  width: 14rem;
  margin: 0 auto;
  padding: 0.6rem 0 1.2rem;
}


/* 公共标题 */
.page_title {
  width: fit-content;
}
.page_title .fonts {
  font-size: 0.3rem;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.page_title::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.02rem;
  margin-top: 0.15rem;
  background: #167BD4;
}



/* 公共分页 */
.page_box {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
}
.page_box .pages {
  display: flex;
  align-items: center;
}
.page_box .pages .item {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  border: 0.01rem solid #DEDEDE;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7D7D7D;
}
.page_box .pages .item:hover {
  background: #167BD4;
  color: white;
  border: none;
}
.page_box .pages .active {
  background: #167BD4;
  color: white;
  border: none;
}
.page_box .btn img {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
}
.page_box .prev {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  border: 0.01rem solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_box .prev .pic1 {
  transform: rotate(180deg);
}
.page_box .prev .pic2 {
  transform: rotate(180deg);
  display: none;
}
.page_box .prev:hover {
  background: #167BD4;
  color: white;
  border: none;
}
.page_box .prev:hover .pic1 {
  display: none;
}
.page_box .prev:hover .pic2 {
  display: block;
}
.page_box .next {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  border: 0.01rem solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_box .next .pic2 {
  display: none;
}
.page_box .next:hover {
  background: #167BD4;
  color: white;
  border: none;
}
.page_box .next:hover .pic1 {
  display: none;
}
.page_box .next:hover .pic2 {
  display: block;
}
