@charset "utf-8";
/* bannerwrap */
.bannerwrap {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}

.bannerwrap .bannerswiper {
  width: 100%;
  height: 100%;
}

.bannerwrap .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bannerwrap .box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.centerBig .box img {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
}

@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}

.swiper-slide .box img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}

/* botpage */
.botpage {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8.5rem;
  z-index: 1;
  height: 1rem;
}

.botpage .page {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}

.botpage .bannercril {
  position: relative;
}

.botpage .page .swiper-pagination-bullet {
  opacity: 1;
  margin-right: 16px;
  background-color: #e4e4e4;
}

.botpage .page .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.botpage .page .bannercril .swiper-pagination-bullet-active {
  background-color: #2e5c72;
}

.botpage .page .swiper-num {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 60px;
}

.botpage .page .swiper-num span {
  font-size: 14px;
  color: #333333;
}

.botpage .page .swiper-num strong {
  display: block;
  width: .1rem;
  height: .01rem;
  background-color: #333333;
  margin: 0 .1rem;
}

/* i-cont */
.i-cont {
  width: 86%;
}

.bannerwrap .box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bannerwrap .banner-to {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  display: block;
  font-size: 1em;
  width: .21rem;
  height: .31rem;
  border: .01rem solid #ffffff;
  background-color: transparent;
  border-radius: .1rem;
  overflow: hidden;
  z-index: 9;
  margin: auto;
}

.bannerwrap .banner-to strong {
  animation: downico 1.5s ease-out infinite;
  position: relative;
  display: block;
  line-height: .31rem;
  width: .03rem;
  height: 0.08rem;
  background: #ffffff;
  margin: .1rem auto;
}

@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 40%;
    opacity: 0;
  }
  65% {
    top: -40%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 40%;
    opacity: 0;
  }
  65% {
    top: -40%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.botpage .swiper-pagination-bullet {
  font-size: .24rem;
  font-family: Georgia;
  color: #ffffff;
  width: .55rem;
  height: auto;
  padding-top: .25rem;
  border-radius: inherit;
  text-align: left;
  background-color: inherit;
  margin-right: .2rem;
  opacity: 1;
  position: relative;
}

.botpage .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.botpage .swiper-pagination-bullet-active {
  border-top: .01rem solid #ffffff;
}

.botpage .swiper-pagination-bullet-active:after {
  position: absolute;
  left: 0;
  top: -.34rem;
  content: "";
  display: block;
  width: .22rem;
  height: .18rem;
  background: url("../images/banner1/0.png") no-repeat center;
  background-size: 100% 100%;
}

.botpage .mouse {
  text-align: center;
}

.botpage .mouse img {
  width: .17rem;
  height: .1rem;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.botn {
  position: relative;
  width: .9rem;
}

.botn .swiper-button-next1,
.botn .swiper-button-prev1 {
  width: .39rem;
  height: .39rem;
  border-radius: 50%;
  background-size: 100% 100%;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 0;
}

.botn .swiper-button-prev1 {
  background: url("../images/banner1/02.png") no-repeat center;
}

.botn .swiper-button-next1 {
  background: url("../images/banner1/03.png") no-repeat center;
}

.phone {
  display: none;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  white-space: normal;
  /* 允许换行 */
}

.actives {
  display: block;
}

.activestime {
  background-color: #00bfc3;
  border-radius: 1rem;
  color: #fff !important;
  height: 50%;
  line-height: 50%;
  transform: scale(0.7);
  /* 缩放到原来的 90% */
  transform-origin: center;
  /* 设置缩放中心为元素中心 */
}

.havetime {
  border-radius: 1rem;
  color: #00c4c2;
  height: 50%;
  line-height: 50%;
  border: .01rem dashed #00bfc3;
  transform: scale(0.7);
  /* 缩放到原来的 90% */
  transform-origin: center;
  /* 设置缩放中心为元素中心 */
}

/*index*/
.index {
  /*第一块*/
}

.index .titles {
  position: relative;
}

.index .titles img {
  width: 3.54rem;
}

.index .titles > p {
  color: #333;
  font-size: .3rem;
  position: absolute;
  top: 0.15rem;
  left: 0.9rem;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.index .more {
  width: 1rem;
  text-align: center;
}

.index .more a {
  font-size: .16rem;
}

.index .one {
  padding: .73rem 0rem;
  position: relative;
  background-color: #f3f3fb;
  background: url(../images/index/onebg.png) no-repeat center/cover;
}

.index .one .onecontent {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0rem 0rem .7rem 0rem;
}

.index .one .onecontent .l {
  width: 48%;
}

.index .one .onecontent .l .texts {
  font-size: .24rem;
  font-weight: bold;
  color: #333;
  padding-top: 1rem;
}

.index .one .onecontent .l .times {
  font-size: .16rem;
  width: 1.17rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 0.5rem;
  background-color: #056ccb;
  color: #fff;
  margin-top: .2rem;
}

.index .one .onecontent .l .detlis {
  font-size: .16rem;
  margin: .5rem 0rem;
}

.index .one .onecontent .l .detlis .truncate {
  -webkit-line-clamp: 4;
  text-align: justify;
}

.index .one .onecontent .r {
  width: 48%;
}

.index .one .onecontent .r .img {
  width: 6.5rem;
  height: 3.8rem;
}

.index .one .onecontent .r .img img {
  width: 100%;
  height: 100%;
}

.index .one .posi {
  position: absolute;
  top: 4.2rem;
  left: 2rem;
  z-index: 99;
}

.index .one .btnbgs {
  position: relative;
  width: 1.5rem;
}

.index .one .btnbgs .swiper-button-prev {
  background: url(../images/index/leftbtn.png) no-repeat;
  background-size: 0.58rem;
  top: -0.5rem;
}

.index .one .btnbgs .swiper-button-next {
  background: url(../images/index/rightbtn.png) no-repeat;
  background-size: 0.58rem;
  top: -0.5rem;
}

.index .one .btnbgs .swiper-button-next,
.index .one .btnbgs .swiper-button-prev {
  width: 0.58rem;
  height: .58rem;
}

.index .one .onesbg {
  position: absolute;
  top: .73rem;
  right: 0rem;
}

.index .one .onesbg img {
  width: 9rem;
}

.index .two {
  padding: .73rem 0rem;
  position: relative;
}

.index .two .twotitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.index .two .B {
  margin-top: .5rem;
  padding: .2rem;
}

.index .two .B .twocontent {
  box-shadow: 0px 0px 1px 2px #b8b8b8;
  padding: .2rem;
    height: 5rem;

}

.index .two .B .twocontent .imgs {
  width: 100%;
  height: 2.43rem;
  overflow: hidden;
}

.index .two .B .twocontent .imgs img {
  height: 100%;
}

.index .two .B .twocontent .text {
  margin: .5rem 0rem;
}

.index .two .B .twocontent .text a {
  font-size: .2rem;
  font-weight: bold;
}

.index .two .B .twocontent:hover {
  border: .03rem solid #056ccb;
  box-shadow: 0px 0px 0px 0px transparent;
  margin-top: -0.1rem;
}

.index .two .btnbgs {
  position: relative;
  width: 1.5rem;
  margin: 1rem auto 0rem;
}

.index .two .btnbgs .swiper-button-prev {
  background: url(../images/index/leftbtn.png) no-repeat;
  background-size: 0.58rem;
  top: -0.5rem;
}

.index .two .btnbgs .swiper-button-next {
  background: url(../images/index/rightbtn.png) no-repeat;
  background-size: 0.58rem;
  top: -0.5rem;
}

.index .two .btnbgs .swiper-button-next,
.index .two .btnbgs .swiper-button-prev {
  width: 0.58rem;
  height: .58rem;
}

.index .three {
  padding: .73rem 0rem;
  position: relative;
  background-color: #f3f3fb;
  min-height: 11.9rem;
  background: url(../images/index/6.png) no-repeat center/cover;
}

.index .three .thcontent {
  margin-top: 1.5rem;
}

.index .three .thcontent .thtiltle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.index .three .thcontent .thtiltle .titles > p {
  color: #fff;
}

.index .three .thcontent .thtiltle .more a {
  color: #fff;
}

.index .three .thcontent .l {
  width: 65%;
}

.index .three .thcontent .l .l-cont {
  display: flex;
  margin-top: .5rem;
}

.index .three .thcontent .l .l-cont .l-left {
  width: 70%;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .imgs {
  width: 100%;
  height: 4.1rem;
  overflow: hidden;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .imgs img {
  width: 100%;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text {
  display: flex;
  padding-bottom: .2rem;
  background-color: #388efe;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text .times {
  width: 15%;
  font-size: .16rem;
  text-align: center;
  background-color: #00c4c2;
  height: 100%;
  color: #fff;
  padding: .1rem;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text .times > p:nth-child(1) {
  font-size: .24rem !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text .times > p:nth-child(2) {
  font-size: .18rem !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text .detile {
  width: 90%;
  padding: .2rem;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text .detile a {
  font-size: .22rem;
  color: #fff;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text .detile .truncate {
  -webkit-line-clamp: 2;
}
.index .three .thcontent .l .l-cont .l-left .th-cont .text .detile a .truncate {
  -webkit-line-clamp: 1;
}

.index .three .thcontent .l .l-cont .l-left .th-cont .text .detile > p {
  font-size: .14rem;
  color: #fff;
  opacity: 0.6;
  margin: .3rem 0rem;
}

.index .three .thcontent .l .l-cont .l-left .three-lun {
  display: flex;
  justify-content: flex-end;
  padding: .2rem .4rem;
}

.index .three .thcontent .l .l-cont .l-left .three-lun .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.index .three .thcontent .l .l-cont .l-left .three-lun .swiper-pagination-bullet-active,
.index .three .thcontent .l .l-cont .l-left .three-lun .swiper-pagination-bullet {
  background: #ffffff;
}

.index .three .thcontent .l .l-cont .l-right {
  width: 40%;
  background-color: #f3f3fb;
  padding: .2rem;
}

.index .three .thcontent .l .l-cont .l-right ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: .2rem;
  margin: .2rem 0rem;
}

.index .three .thcontent .l .l-cont .l-right ul li a {
  font-size: .16rem;
}

.index .three .thcontent .l .l-cont .l-right ul li .thtimes {
  font-size: .18rem;
  color: #056ccb;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: .1rem;
}

.index .three .thcontent .r {
  width: 35%;
}

.index .three .thcontent .r .r-cont {
  margin-top: .5rem;
}

.index .three .thcontent .r .r-cont ul {
  padding-left: .3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index .three .thcontent .r .r-cont ul li {
  width: 100%;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 1rem 0rem 0rem 1rem;
  margin: .1rem 0rem;
  display: flex;
  align-items: center;
  padding: .3rem;
}

.index .three .thcontent .r .r-cont ul li:hover {
  background-color: #00c4c2;
}

.index .three .thcontent .r .r-cont ul li:hover .r-times {
  text-align: center;
  border-right: 1px solid #ffffff;
  padding-right: .2rem;
}

.index .three .thcontent .r .r-cont ul li:hover .r-times p:nth-child(1) {
  font-size: .36rem;
  color: #fff;
  font-weight: bold;
}

.index .three .thcontent .r .r-cont ul li:hover .r-times p:nth-child(2) {
  font-size: .18rem;
  color: #fff;
}

.index .three .thcontent .r .r-cont ul li:hover .htext a {
  color: #fff;
}

.index .three .thcontent .r .r-cont ul li .r-times {
  text-align: center;
  border-right: 1px solid #ccc;
  padding-right: .2rem;
}

.index .three .thcontent .r .r-cont ul li .r-times p {
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .three .thcontent .r .r-cont ul li .r-times p:nth-child(1) {
  font-size: .36rem;
  color: #056ccb;
  font-weight: bold;
}

.index .three .thcontent .r .r-cont ul li .r-times p:nth-child(2) {
  font-size: .18rem;
  color: #333;
}

.index .three .thcontent .r .r-cont ul li .htext {
  margin: .2rem;
}

.index .three .thcontent .r .r-cont ul li .htext a {
  font-size: .18rem;
}

.index .four {
  padding: .73rem 0rem 0rem 0rem;
  position: relative;
  background-color: #f3f3fb;
  background: url(../images/index/3.png) no-repeat center/cover;
}

.index .four .ftop {
  background-color: #f0f8ff;
  padding: .8rem .5rem;
  margin-top: -2rem;
  display: flex;
  justify-content: space-between;
}

.index .four .ftop .l {
  width: 65%;
}

.index .four .ftop .l .tit-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.index .four .ftop .l .f-cont {
  margin-top: .3rem;
}

.index .four .ftop .l .f-cont ul li {
  border-bottom: 0.01rem dashed #e5e5e5;
  padding: .2rem;
}

.index .four .ftop .l .f-cont ul li .ftext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .18rem;
}

.index .four .ftop .l .f-cont ul li .fdetile {
  display: none;
  width: 100%;
  height: 1.52rem;
  margin-top: .15rem;
  background: url(../images/index/1.png) no-repeat center/cover;
  padding: .2rem;
  overflow: hidden;
  transition: height 2s ease, padding 2s ease;
}

.index .four .ftop .l .f-cont ul li .fdetile .fbox {
  display: flex;
}

.index .four .ftop .l .f-cont ul li .fdetile .fbox .fimg {
  width: .9rem;
  height: 1.2rem;
  overflow: hidden;
}

.index .four .ftop .l .f-cont ul li .fdetile .fbox .fimg img {
  width: 100%;
}

.index .four .ftop .l .f-cont ul li .fdetile .fbox .fdei {
  font-size: .16rem;
  color: #f0f8ff;
  margin-left: .3rem;
}

.index .four .ftop .l .f-cont ul li .fdetile .fbox .fdei p {
  margin: .1rem 0rem;
}

.index .four .ftop .l .f-cont ul li .fdetile .fbox .fdei p span {
  margin-left: .1rem;
}

.index .four .ftop .r {
  width: 30%;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
}

.index .four .ftop .r .calendar {
  width: 100%;
  background-color: #f0f8ff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.index .four .ftop .r .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: url(../images/index/databg.png) no-repeat center/cover;
  height: .8rem;
  color: #fff;
  padding: .2rem;
}

.index .four .ftop .r .header button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin: 0rem .1rem;
}

.index .four .ftop .r .days,
.index .four .ftop .r .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 0rem;
  font-size: .18rem;
  margin-top: .2rem;
}

.index .four .ftop .r .days div {
  font-weight: bold;
}

.index .four .ftop .r .dates div {
  padding: .35rem .2rem;
  cursor: pointer;
  font-size: .18rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .four .ftop .r .dates div:hover {
  background-color: #f0f0f0;
}

.index .four .fbotm .fbl {
  margin-left: 45%;
  margin-top: .8rem;
}

.index .four .fbotm .fbl .titles img {
  width: 2.35rem;
}

.index .four .fbotm .fnum ul {
  margin-top: .5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index .four .fbotm .fnum ul li {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  padding: .4rem;
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-bottom: .05rem;
}

.index .four .fbotm .fnum ul li .num span:nth-child(1) {
  font-size: .4rem;
  color: #056ccb;
  font-family: Arial, Helvetica, sans-serif !important;
}

.index .four .fbotm .fnum ul li .num span:nth-child(2) {
  font-size: .16rem;
}

.index .four .fbotm .fnum ul li p {
  font-size: .18rem;
  margin-top: .2rem;
}

.index .four .fbotm .fnum ul li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0rem;
  left: 0rem;
  transform: scale(0.9);
}

.index .four .fbotm .fnum ul li:hover {
  background: url(../images/index/numberbg.png) no-repeat center/cover;
  color: #fff;
}

.index .four .fbotm .fnum ul li:hover .num span:nth-child(1) {
  color: #ffffff;
}

.index .four .flink {
  margin-top: 1.2rem;
  position: relative;
  background-color: #f3f3fb;
  background: url(../images/index/11.png) no-repeat center/cover;
  min-height: 4rem;
}

.index .four .flink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.2rem;
  /* 定义旋转动画 */
}

.index .four .flink ul li {
  text-align: center;
  margin-top: .3rem;
}

.index .four .flink ul li a {
  font-size: .16rem;
  color: #fff;
}

.index .four .flink ul li a p {
  margin-top: .2rem;
}

.index .four .flink ul li a img {
  width: 1.39rem;
}

.index .four .flink ul li:hover img {
  animation: rotate360 2s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*小屏幕*/
@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .phone {
    display: block;
  }
  .index .one .onesbg {
    display: none;
  }
  .index .one .onecontent {
    display: block;
  }
  .index .one .onecontent .l {
    width: 100%;
  }
  .index .one .posi {
    position: absolute;
    top: 0rem;
    left: 5.5rem;
    z-index: 99;
  }
  .index .more a {
    font-size: .2rem;
  }
  .index .one .onecontent .r {
    width: 100%;
  }
  .index .one .btnbgs .swiper-button-prev,
  .index .one .btnbgs .swiper-button-next {
    top: -1.5rem;
  }
  .index .two .B {
    width: 100% !important;
  }
  .index .three .thcontent .l .l-cont {
    display: block;
    margin-top: .5rem;
  }
  .index .three .thcontent .l .l-cont .l-left,
  .index .three .thcontent .l .l-cont .l-right {
    width: 100%;
  }
  .index .three .thcontent .r {
    width: 100%;
    margin-top: .2rem;
  }
  .index .two {
    padding-bottom: 0rem;
  }
  .index .three .thcontent .l {
    width: 100%;
  }
  .index .three .thcontent .l .l-cont .l-right {
    background-color: transparent;
  }
  .index .three .thcontent .l .l-cont .l-right ul li a,
  .index .three .thcontent .l .l-cont .l-right ul li .thtimes {
    color: #fff;
    font-size: .18rem;
  }
  .index .four .ftop {
    margin-top: 0rem;
  }
  .index .four .ftop .r {
    display: none;
  }
  .index .four .ftop .l {
    width: 100%;
  }
  .index .four {
    padding: 0;
  }
  .index .four .ftop {
    padding: .8rem .2rem;
  }
  .index .four .fbotm .fbl {
    margin-left: 35%;
  }

  .index .four .flink ul {
    justify-content: normal;
    padding-bottom: .1rem;
  }
  .index .four .flink ul li {
    text-align: center;
    margin-top: .3rem;
    padding: .1rem .2rem;
  }
  .index .four .flink {
    margin-top: 0rem;
  }
  .botpage {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0rem;
    z-index: 1;
    height: 1rem;
    padding: 0rem .3rem;
  }
   .botn {
    display: none;
}
.index .titles > p {
    font-size: .5rem;
    top: -0.2rem;
    left: 0.9rem;
}
.index .one .onecontent .l .texts {
    font-size: .35rem;

}
.index .one .onecontent .l .detlis {
    font-size: .28rem;
}
.index .one .onecontent .l .times {
    font-size: .28rem;
    width: 2rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
}
.index .two .B .twocontent {
    padding: .1rem;
}
.index .two .B .twocontent .text a {
    font-size: .28rem;
}
.index .three .thcontent .l .l-cont .l-left .th-cont .text .detile a {
    font-size: .35rem;

}
.index .three .thcontent .l .l-cont .l-left .th-cont .text .detile > p {
    font-size: .26rem;

}
.index .three .thcontent .l .l-cont .l-left .th-cont .text .times > p:nth-child(1) {
    font-size: .3rem !important;
}
.index .three .thcontent .l .l-cont .l-left .th-cont .text .times > p:nth-child(2) {
    font-size: .25rem !important;
 
}
    .index .three .thcontent .l .l-cont .l-right ul li a, .index .three .thcontent .l .l-cont .l-right ul li .thtimes {
        font-size: .3rem;
    }
.index .three .thcontent .r .r-cont ul li {

    height: 1.5rem;
 
}
.index .three .thcontent .r .r-cont ul li .htext a {
    font-size: .28rem;
}
.index .three .thcontent .r .r-cont ul li .r-times p:nth-child(2) {
    font-size: .2rem;
  
}
.index .three .thcontent .r .r-cont ul li .r-times p:nth-child(1) {
    font-size: .5rem;
}
.index .four .ftop .l .f-cont ul li .ftext {
    font-size: .3rem;
}
.index .four .ftop .l .f-cont ul li .fdetile .fbox .fdei {
    font-size: .25rem;
}
.index .four .ftop .l .f-cont ul li .fdetile {
    height: auto;
}
.index .four .ftop .l .f-cont ul li .ftext .xstime {
   display: none;
}
.index .four .fbotm .fnum ul li p {
    font-size: .26rem;
}
.index .four .flink ul li a p {
    font-size: .28rem;
}

/* .index .four .fbotm .fnum ul li:nth-child(1),
.index .four .fbotm .fnum ul li:nth-child(3),
.index .four .fbotm .fnum ul li:nth-child(5) {
  background: url(../images/index/numberbg.png) no-repeat center/cover;
  color: #fff;
}
.index .four .fbotm .fnum ul li:nth-child(1) .num span:nth-child(1),
.index .four .fbotm .fnum ul li:nth-child(3) .num span:nth-child(1),
.index .four .fbotm .fnum ul li:nth-child(5) .num span:nth-child(1) {
  color: #ffffff;
} */

.index .one .btnbgs .swiper-button-next {
        left: 5rem;
    }
.index .two .btnbgs .swiper-button-next {

    left: 1rem;
}

.index .three .thcontent .thtiltle {
    margin-top: 1rem;
}
.index .two .btnbgs {
    margin: 1.5rem auto 0rem;
}
.index .three {
    margin-top: -2rem;
}
    .index .more a {
        font-size: .35rem;
    }

}