@charset "UTF-8";
html {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

a:link {
  text-decoration: none;    color: #000;
}

a:active {
  text-decoration: blink;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: unset;
}

.img {
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 720px) {
  .index .index-header .nav .index-header-item {
    display: none;
  }
  .index .index-header .bord {
    display: flex;
  }
  .index-content-header {
    text-align: center;
  }
  .index-content1 {
    padding: 0 0.8rem !important;
    height: auto !important;
  }
  .index-content1-main {
    justify-content: center;
  }
  .index-content1-main-item {
    width: 2.86rem !important;
    margin-bottom: 0.2rem !important;
  }
  .index-content2 {
    padding: 0 0.8rem !important;
    height: auto !important;
  }
  .index-content2-main .nav {
    justify-content: center;
  }
  .index-content2-main .index-content2-main-flex {
    flex-direction: column;
  }
  .index-content2-main .index-content2-main-flex .left {
    margin-top: 0.2rem;
    text-align: left;
  }
  .index-content3 {
    padding: 0 0.8rem !important;
    height: auto !important;
  }
  .index-content3-main .list {
    justify-content: center;
  }
  .index-content4 {
    padding: 0 0.8rem !important;
    height: auto !important;
  }
  .index-content4-main {
    flex-direction: column-reverse;
    justify-content: center !important;
    align-items: center;
  }
  .index-content4-main .left {
    margin-top: 0.2rem;
    background: unset !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
  .index-content5 {
    padding: 0 0.8rem !important;
    height: auto !important;
  }
  .index-content5-main img {
    width: 100% !important;
    height: unset !important;
  }
  .index-content6 {
    padding: 0 !important;
    height: auto !important;
  }
  .index-content6 .index-content-header {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .index-content6 .line {
    left: 0.7rem !important;
    top: 0.6rem !important;
  }
  .index-content6-main {
    position: relative;
    overflow-x: auto;
    padding: 0 0.8rem !important;
  }
  .index-content6-main .years {
    left: -1rem !important;
    top: -2.6rem !important;
  }
  .index-footer {
    padding: 0 0.8rem !important;
    height: auto !important;
    padding-bottom: 3rem !important;
  }
  .index-footer .info {
    flex-direction: column;
  }
  .index-footer .info .right {
    border: 0 !important;
    margin-top: 0.8rem;
    position: relative;
    padding: 0 !important;
  }
  .index-footer .info .right-item {
    margin-left: 0.14rem !important;
  }
  .obj-footer {
    min-height: 9rem !important;
  }
}

* {
  font-size: 0.16rem;
  font-family: PingFangSC, PingFang SC, 苹方, 简黑;
}

.onneedscrollbar::-webkit-scrollbar {
  width: 0px;
  height: 8px;
}

/*滚动条宽 长,滚动条整体部分，其中的属性有width,height,background,border等。*/
::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

/*滚动条的滑轨背景颜色,可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 3px transparent;
  border-radius: 5px;
}

/* 滑块颜色 */
::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 5px;
}

/*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
::-webkit-scrollbar-button {
  background-color: unset;
  border: 0;
  display: none;
}

.pointer {
  cursor: pointer;
  user-select: none;
}

.nowrap {
  text-wrap: nowrap;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.more-line-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* default 2 */
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.relative {
  position: relative;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.my-pagination-bullet {
  display: inline-block;
  height: 0.08rem;
  width: 0.08rem;
  border-radius: 50%;
  margin: 0 0.02rem;
  opacity: 50%;
  background: #fff;
  transition: all 0.3s;
}

.my-pagination-bullet-active {
  display: inline-block;
  height: 0.08rem;
  border-radius: 30%;
  margin: 0 0.02rem;
  width: 0.18rem;
  background: #fff;
  opacity: 1;
}

.public-btn {
  text-align: center;
  line-height: 0.4rem;
  width: 1.3rem;
  height: 0.4rem;
  background: #e62d2d;
  border-radius: 0.26rem;
  font-size: 0.16rem;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
}

.public-btn img {
  height: 0.12rem;
  width: 0.12rem;
}

/** 业务公共css start **/
.global-header-obj {
  height: 0.79rem;
  width: 100%;
  position: absolute;
  z-index: 2;
  transition: height 0.5s;
}

.global-header-obj:hover {
  height: 5.5rem;
}

.global-banner-button {
  height: 2.94737vw;
  padding: 0 2.94737vw;
  background: #1e66f6;
  border-radius: 13.68421vw;
  font-size: 0.94737vw;
  color: #ffffff;
  text-align: center;
  line-height: 2.94737vw;
  border-width: 0;
}

[class*="global-swiper-"] {
  position: relative;
}

[class*="global-swiper-"] .swiper-button-next,
[class*="global-swiper-"] .swiper-button-prev {
  width: 2.10526vw !important;
  height: 2.10526vw !important;
}

[class*="global-swiper-"] .swiper-button-next:after,
[class*="global-swiper-"] .swiper-button-prev:after {
  content: " ";
  display: block;
  width: 2.10526vw !important;
  height: 2.10526vw !important;
  background: center no-repeat url("../img/global-swiper-button.png");
}

[class*="global-swiper-"] .swiper-button-prev:after {
  transform: rotate(180deg);
}

/** 业务公共css end **/
.fanye{  text-align:center;  margin:30px 0 20px 0;}
.fanye li{display:inline}
.fanye a, .fanye span{ border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;}
.fanye a:hover{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.current{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.disable{  }
.fanye .active span{background:#dc2017;color:#ffffff}