body {
  position: relative;
  background: #fff;
  background-size: 100% 100%;
}

.banner-box {
  margin-top: 0;
  position: relative;
}

.banner .slick-slide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
}



.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: .5rem;
  height: .5rem;
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  left: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
  display: none
}

.banner .slick-prev:hover {
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}

.banner .slick-next {
  width: .5rem;
  height: .5rem;
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  background-size: 20%;
  right: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
  display: none
}

.banner .slick-next:hover {
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}


.banner .slick-dots {
  width: auto;
  bottom: .44rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.banner .slick-dots li {
  margin: 0 .1rem;
  width: 0.12rem;
  height: 0.12rem;
  border: 0.01rem solid #FFFFFF;
  border-radius: 50%
}

.banner .slick-dots li button {
  display: none
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  background: url(../images/bannerdotsactive_ico.png) center no-repeat;
  background-size: 100% 100%;
  width: 0.88rem;
  height: 0.45rem;
  border: none
}

.banner .slick-dots li.slick-active button {
  font-size: 0
}

.banner .slick-dots li.slick-active button {
  color: #fff;
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .2rem;
  width: 100%;
}

.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .2rem;
  width: 100%;
}

.tit_center {}

.tit_center .index_tc {
  text-align: center;
}

.tit_center .index_tc:before {
  left: 50%;
  transform: translateX(-50%);
}

.tit_center .index_tc h3 {}

.index_tc i {
  display: block;
  font-style: normal;
  font-family: Cardo;
  font-size: .48rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: rgba(49, 48, 141, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}




.index_tc {
  position: relative;
  text-align: left;
  transition: all .3s;
  padding-bottom: .05rem;
}



.index_tc h3 {
  font-size: .36rem;
  font-weight: normal;
  line-height: .6rem;
  text-align: left;
  letter-spacing: normal;
  color: #333333;
  display: inline;
  font-family: sysong;
  background: url(../images/tit_bg.png) top center no-repeat;
  background-size: .99rem .5rem;
  padding-top: .2rem;
}

.index_tc h3 span {
  color: #1D72CD;
}

.index_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: .36rem;
  transition: all 0.3s;
  background-size: 100% 100%;
}


.index_more a {
  display: block;
  font-size: .16rem;
  color: #0071C5;
  transition: all 0.3s;
  padding: 0 0;
  line-height: .36rem;
  background: url(../images/more_bg.png) right center no-repeat;
  background-size: .16rem .16rem;
  padding-right: .2rem;
}

.index_more:hover a {
  transition: all 0.3s;
}

.index_more:hover {
  color: #134498;
  transition: all 0.3s;
  right: .02rem;
}

.index_more:hover:before {
  background: rgba(19, 68, 152, 0.2);
  transition: all 0.3s;
}

.i_list {
  padding: 0 0;
}

.i_list ul {
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  padding: .1rem 0;
}


.i_list li {
  padding-right: 1rem;
  background-position: left center;
  position: relative;
  font-size: .20rem;
  line-height: .5rem;
  padding-left: 0.18rem;
  transition: all.3s;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem dashed rgba(131, 131, 131, 0.42);
  padding: .1rem .25rem .1rem .25rem;
}

.i_list li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  border-left: 0.08rem solid #2C6EC8;
}


.i_list li:last-child {
  border-bottom: none
}

.i_list li a {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
  position: relative;
  padding-left: .18rem;
  padding-right: 1rem;
  z-index: 9;
  width: 100%;
}

.i_list li span {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  font-size: 0.16rem;
  font-weight: 100;
  letter-spacing: normal;
  color: #737373;
  display: block;
}

/*  */
.section1 {
  padding: .8rem 0 .7rem 0;
  height: auto;
  overflow: hidden;
  background: url(../images/s1_bg.png) top right no-repeat;
  background-size: 100% 100%;
  margin-bottom: .7rem;
}

.s1_con {
  display: flex;
  justify-content: space-between;
}

.nt_list {}

.nt_list ul {}

.nt_list li {
  border-bottom: rgba(0, 0, 0, .1) .01rem solid;
  padding: .17rem 0;
  transition: all .3s;
}

.nt_list li a {}

.nt_list .tz_time {}

.nt_list .tz_time1 {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #0071C5;
  background: url(../images/tztime_ico.png) left center no-repeat;
  background-size: .16rem .16rem;
  padding-left: .2rem;
}

.nt_list .tz_time2 {
  display: none;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.18rem;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #FFFFFF;
  text-align: center;
}

.nt_list .tz_time2 i {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: normal;
  display: block;
  font-style: normal;
}

.nt_list .tz_txtinfo {}

.nt_list .tz_txtinfo h2 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nt_list .tz_txtinfo p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #FFFFFF;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.6;
}

.nt_list li.on .tz_time1 {
  display: none
}

.nt_list li.on .tz_time2 {
  display: block
}

.nt_list li.on .tz_txtinfo p {
  display: block;
}

.nt_list li.on {
  background: url(../images/tz_libg.png) left center no-repeat #0071c5;
  background-size: auto 103%;
  box-shadow: 0rem 0.04rem 0.2rem 0rem #cccdcd;
}

.nt_list li.on .tz_txtinfo h2 {
  color: #fff
}

.nt_list li.on a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nt_list li.on .tz_txtinfo {
  flex: 1;
  min-width: 0;
  padding: 0 .1rem 0 .2rem;
}

.nt_list li.on .tz_time {
  width: .9rem;
}

.s1_con .s1_left {
  width: 6.38rem;
  margin-right: .5rem;
}

.s1_con .i_date {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0071C5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4F2FF;
  box-sizing: border-box;
  border-width: 0rem 0rem 0.01rem 0rem;
  border-style: solid;
  border-color: #0071C5;
  box-shadow: 0rem 0.04rem 0.15rem 0rem rgba(0, 51, 79, 0.13);
  height: .87rem;
  border-bottom: #0071C5 .02rem solid;
}

.i_date_result {
  display: none
}

.s1_con .i_date img {
  width: 0.44rem;
  height: 0.43rem;
  display: block;
  margin: 0 .1rem;
}

.s1_con .i_date span {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0071C5;
  padding: 0 .1rem;
}

.s1_con .nt_list {
  flex: 1;
  min-width: 0;
}

.s1_con .nt_list ul {}

.s1_con .nt_list li {}

.s1_con .nt_list li a {}

.news-img {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  margin-top: 0;
}

.news-img a {
  position: relative;
  display: block;
}

.news-img .n_txt {
  position: absolute;
  z-index: 9;
  left: 0px;
  bottom: 0;
  padding: .15rem .2rem;
  width: 100%;
  background-size: 100% auto;
}

.news-img .n_txt .n_date {
  text-align: left;
  line-height: .24rem;
  width: 1.1rem;
  height: 0.24rem;
  color: #fff;
  font-weight: bold;
}

.news-img .n_txt .n_dater {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: .3rem;
  letter-spacing: normal;
  color: #B2141A;
  font-family: sysong;
  text-align: center;
  display: block;
}

.news-img .n_txt .n_daten {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: .24rem;
  letter-spacing: normal;
  color: #B2141A;
  font-family: sysong;
  text-align: center;
  display: block;
}

.news-img .n_txt .n_titzy {
  padding-right: 1.5rem;
}

.news-img .n_txt .n_titzy h2 {
  font-size: 0.18rem;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-img .n_txt .n_titzy p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-img a:hover .n_titzy h2 {
  font-weight: bold
}

.news-img a:hover .n_txt {
  box-shadow: 0rem 0.03rem 0.02rem rgba(0, 0, 0, .08);
}

.news-img .n_txt {}

.news-img .n_pic {}

.news-img .modulepic {
  /* height: 3.9rem; */
  FONT-VARIANT: JIS04;
  padding-top: 64.265%;
}

.news-img .modulepic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5rem;
  background-size: 100% 100% !important;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}


.news-img .slick-dots {
  text-align: right;
  padding-bottom: 0;
  padding-right: 0;
  z-index: 0;
  width: 1.5rem;
  right: .2rem;
  bottom: .3rem;
}



.news-img .slick-dots li {
  width: .1rem;
  height: .1rem;
  padding: 0;
  margin: 0 .05rem;
  transform: rotate(45.52deg);
}



.news-img .slick-dots li button {
  width: .1rem;
  height: .1rem;
  background: rgba(255, 255, 255, 0);
  margin: 0;
  display: block;
  padding: 0;
  opacity: .5;
  border: #fff .01rem solid;
}

.news-img .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 1);
}

.news-img .slick-dots li.slick-active button {
  opacity: 1;
}

.section2 {
  padding: 0;
  height: auto;
  overflow: hidden;
  background-size: 100% 100%;
}

.section2 .px1600 {
  display: flex;
  justify-content: space-between;
}

.section2 .s2_item {
  width: 48%;
}

.section2 .i_list {
  background: url(../images/s2_bg.png) center no-repeat;
  background-size: 100% 100%;
  border-top: 0.02rem solid #FF9D47;
}

.section2 .i_list li:hover {
  background: url(../images/s2_libg.png) center no-repeat;
  background-size: 100% 100%
}

.section2 .i_list li:hover span {
  color: #fff;
}

.section2 .i_list li:hover a {
  margin-left: .1rem;
  color: #fff;
  transition: all 0.3s;
  font-weight: bold
}

.section2 .i_list li:hover a:before {
  border-left: 0.08rem solid #fff;
}

.section3 {
  padding: .7rem 0 .7rem 0;
  height: auto;
  overflow: hidden;
  background-size: 100% 100%;
}

.section3 .px1600 {
  display: flex;
  justify-content: space-between;
}

.section3 .s3_item {
  width: 48%;
}

.section3 .i_list {
  background: url(../images/s3_libg.png) center no-repeat;
  background-size: 100% 100%;
  border-top: 0.02rem solid #FF9D47;
}

.section3 .i_list li:hover {}

.section3 .i_list li:hover span {
  color: #FF9D47;
}

.section3 .i_list li:hover a {
  margin-left: .1rem;
  color: #1d72cd;
  transition: all 0.3s;
  font-weight: bold
}

.section3 .i_list li:hover a:before {}

/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .banner-box {
    margin-top: 0rem
  }
}

@media screen and (max-width: 1024px) {
  .index_tc h3 {
    font-size: .32rem;
  }

  .banner .slick-dots li {
    height: 0.3rem;
    width: 0.3rem;
  }

  .banner .slick-dots li button {
    font-size: 0.2rem;
  }

  .banner .slick-dots {
    bottom: .2rem;
  }

  .section1 {
    margin-bottom: .3rem;
  }

  .s1_con {
    display: block
  }

  .s1_con .s1_left {
    width: 100%;
    margin: 0 auto .2rem auto
  }

  .s1_con .nt_list {
    width: 100%;
    margin: 0 auto
  }

  .section2 .px1600 {
    display: block
  }

  .section2 .s2_item {
    width: 100%;
    margin: .3rem auto .3rem auto;
  }

  .section3 {
    padding: 0;
  }

  .section3 .px1600 {
    display: block
  }

  .section3 .s3_item {
    width: 100%;
    margin: .3rem auto .6rem auto;
  }
}

@media screen and (max-width: 768px) {}



@media screen and (max-width: 1024px) {
    .s1_con .i_date span {
         font-size:.16rem;
        padding:0;
}
}