html{
    font-size: 100px;
    overflow-x: hidden;
}
*{
    margin: 0 ;
    padding: 0;
    font-size: 0.16rem;
}
a{
    text-decoration: none;
    color: #333;
}
/* 注意 这里都是swiper的css样式 只写了一种css样式  */
/* banner轮播 */ 
.index_bigbox{
    position: relative;
  cursor: pointer;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* flex-direction: column; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index_swiper_tit{
    width: 100%;
    position: absolute;
    /*bottom: 0.4rem;*/
    bottom: 0;
    left:0;
    background: rgba(0, 0, 0,.5);
    /* padding: 0.2rem 0; */
    color: #fff;
    text-align: left!important;
    padding: 0.18rem ;
    box-sizing: border-box;
    font-weight: 500;
  }
  .mySwiper_2_circle{
        width: 97%!important;
    text-align: right!important;
      /*bottom: 0.7rem!important;*/
  }

 .mySwiper_3_circle,.mySwiper_4_circle{
    width: 97%!important;
    text-align: right!important;
    bottom: 0.05rem!important;
}
  /* 所有的圆点都是白色 */
  .swiper-pagination-bullet{
    background: #fff!important;
    opacity: 1!important;
  }
  .mySwiper_1 .swiper-pagination-bullet-active{
    width: 0.5rem!important;
    height: 0.1rem!important;
    background:#fff!important;
    border-radius: 0.1rem!important;
  }
  /* 左右箭头 */
  .mySwiper_1 .mySwiper_next{
    width: 0.78rem!important;
    height: 0.78rem!important;
    color: transparent!important;
    background:url(../images/index/1.png) no-repeat!important;
    background-size: 100% 100%!important;
    right: 0.7rem!important;
  }
  .mySwiper_1 .mySwiper_prev{
    width: 0.78rem!important;
    height: 0.78rem!important;
    color: transparent!important;
    background:url(../images/index/2.png) no-repeat!important;
    background-size: 100% 100%!important;
    left: 0.7rem!important;
  }
  /* 圆圈 */
.mySwiper_1 .swiper-pagination{
  bottom: 0.3rem!important;
}
.mySwiper_2 .swiper-pagination-bullet-active{
  background:#1e3677!important;
  position: relative!important;
}

.mySwiper_2 .swiper-pagination-bullet-active::before{
  content: ''!important;
  display: block!important;
  position: absolute!important;
  width: 98%!important;
  height: 98%!important;
  border: 0.02rem solid #fff!important;
  border-radius: 50%!important;
  top: 0!important;
  left: 0!important;
}
/* 首页图片专区轮播 */
.mySwiper_4 .swiper-pagination-bullet-active{
  background:#1e3677!important;
  position: relative!important;
}
.mySwiper_4 .swiper-pagination-bullet-active::before{
  content: ''!important;
  display: block!important;
  position: absolute!important;
  width: 98%!important;
  height: 98%!important;
  border: 0.02rem solid #fff!important;
  border-radius: 50%!important;
  top: 0!important;
  left: 0!important;
}

  /* 广告 */
.advertising{
    margin: 0.5rem 0 0.1rem 0;
}
.advertising_content{
    position: relative;
    cursor: pointer;
}
.mySwiper_3 .swiper-pagination-bullet-active{
  width: 0.3rem!important;
  height: 0.1rem!important;
  background:#304788!important;
  border-radius: 0.1rem!important;
}
.mySwiper_5 .swiper-pagination-bullet-active{
  width: 0.3rem!important;
  height: 0.1rem!important;
  background:#304788!important;
  border-radius: 0.1rem!important;
}

.advertising .swiper-wrapper{
  padding-bottom: 0.3rem!important;
}
/* .advertising .swiper-pagination{
  position: absolute!important;
  left: 0!important;
} */
.advertising .swiper-pagination-bullet{
  background: #ccc!important;
  opacity: 1!important;
}
.advertising .swiper-pagination-bullet-active{
  background:#304788!important;
}
  /* .mySwiper_3_circle{
    --swiper-pagination-color:red!important;
  } */

/* .swiper-pagination-bullet{
    color: #096!important;
} */

/* 行业标准*/
.mySwiper_7 .swiper-slide{
  /* background: red; */
  /* border: 0.02rem solid #bdbdbd; */
  height: 3rem!important;
  padding: 0.3rem;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
}
.mySwiper_7 .swiper-slide::after{
  content: '';
  display: block;
  width: 99%;
  height: 99%;
  border: 0.01rem solid #bdbdbd;
  /* background: pink; */
  position: absolute;
  top: 0;
  left: 0;
}

.swiper_7_text{
  text-align: left!important;
}
.myswiper_7_next,.myswiper_7_prev{
  width: 0.39rem!important;
  height: 0.89rem!important;
  background: rgba(0, 0, 0, .5);
  color: #fff!important;
}
.myswiper_7_next{
  right: -0.6rem!important;
}
.myswiper_7_prev{
  left: -0.6rem!important;
}
/* @media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
} */


/* 图片详情 */
.mySwiper_pic {
    width: 100%;
    height: 100%;
}
  
.pic_lbox .swiper-slide-pic {
    text-align: center;
    font-size: 18px;
    background: #fff;
          /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
  
.pic_lbox .swiper-slide-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper_pic {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
  
.pic_lbox .swiper-slide-pic {
  background-size: cover;
  background-position: center;
}
  
.mySwiper2-pic  {
  height: 80%;
  width: 100%;
}
  
.my_s1 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.my_s1 .swiper-slide-pic img{
    cursor: pointer;
}
  
.pic_lbox .swiper-slide-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic_lbox{
    width:11rem;
    position: relative;
    display: flex;
    flex-direction: column;
}
