.banner2 ,.banner2 ul,.banner2 div,.banner2 div a,.banner2 div img{display:block;height:100%;width:100%;}
.banner2 div .slick-slide a{display:block;position:relative;}
.banner2 div .slick-slide a img{position:absolute;width:100%;height:100%;left:0;top:0;}
.banner2 .slick-prev,.banner2 .slick-next{ z-index: 4; width: .5rem;height: .5rem; border-style: solid; }
.banner2 .slick-prev{left: 3%;background: url(/images/arl.svg) no-repeat center; background-size: .5rem .5rem;}
.banner2 .slick-next{ right: 3%; background: url(/images/arr.svg) no-repeat center;background-size: .5rem .5rem;;}
.banner2 .slick-next:before ,.banner2 .slick-prev:before{content:none;}


html {
  font-size: 100px
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 85px
  }

}

@media screen and (max-width: 1440px) {
  html {
    font-size: 85px
  }
}

@media screen and (max-width: 1266px) {
  html {
    font-size: 82px
  }
}

@keyframes down_move1 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@-webkit-keyframes down_move1 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@keyframes down_move2 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@-webkit-keyframes down_move2 {
  0% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: 2px;
    opacity: 0;
  }
}

@keyframes down_move3 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

@-webkit-keyframes down_move3 {
  0% {
    top: 0;
    opacity: 0;
  }

  50% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 40px;
    opacity: 0;
  }
}

.Tonext {
  width: 36px;
  height: 68px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -18px;
}

.down_png {
  position: absolute;
  z-index: 2147483647;
  width: 36px;
  height: 17px;
  background: url('/images/down_png.png') no-repeat;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.down_png1 {
  opacity: 0;
  width: 36px;
  height: 17px;
  background-size: 36px 17px;
  animation-name: down_move1;
  animation-duration: 2400ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-delay: 0ms;
}

.down_png2 {
  opacity: 0;
  width: 36px;
  height: 17px;
  background-size: 36px 17px;
  animation-name: down_move2;
  animation-duration: 2400ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-delay: 800ms;
}

.down_png3 {
  opacity: 0;
  width: 36px;
  height: 17px;
  background-size: 36px 17px;
  animation-name: down_move3;
  animation-duration: 2400ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-delay: 1600ms;
}


body {
  font-size: .16rem
}

.ablink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0);
}



.leftNav {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 9999;
  display: none !important
}

.leftNav li {
  height: .8rem;
  width: .8rem;
  background: #f5f5f5;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-top: .12rem;
  overflow: hidden;
}

.leftNav li:last-child {
  border-bottom: 0
}

.leftNav li i {
  font-size: .3rem;
  display: block;
  text-align: center;
}

.leftNav li span {
  font-size: .15rem;
  margin-top: .1rem;
  display: block;
}

.leftNav li.on {
  background: #2564b3;
  color: #fff
}

.leftNav li.on a {
  color: #fff
}

#mainPage > .section { position: relative; }
#mainPage > .section.s5-5 { height: auto; }
#mainPage > .section.index_s6 { height: auto; padding-bottom: 0.6rem; }
.s2 .wp {
  padding-top:1.3rem;
  padding-bottom:0rem;
}
.s2 .text-m {
  padding-top: 0.5rem;
}


.s4 .wp {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.s6 .wp {
  padding-top: 0rem
}


.s1 .slide a {
  display: block;
  height: 100%;
  width: 100%
}

.s1 .fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: .5rem;
  height: .5rem;
  border-style: solid;
  margin-top: -.25rem;
}

.s1 .fp-controlArrow.fp-prev {
  left: 3%;
  background: url(/images/arl.svg) no-repeat center;
  background-size: .5rem .5rem;
  border-width: 0;
  border-color: none;
}

.s1 .fp-controlArrow.fp-next {
  right: 3%;
  background: url(/images/arr.svg) no-repeat center;
  background-size: .5rem .5rem;
  border-width: 0;
  border-color: none;
}

.s1 .s1ico {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url(/images/blackbg.png) no-repeat center bottom; */
  z-index: 10;
  /* background-size: 100%; */
}

.s1 .s1ico ul li {
  float: left;
  width: 12.5%;
  text-align: center;
  position: relative;
}

.s1 .s1ico ul li:last-child:after {
  display: none
}

.s1 .s1ico ul li:after {
  /*content: '';*/
  /*width: 1px;*/
  /*height: 60%;*/
  /*background: #fff;*/
  /*position: absolute;*/
  /*right: 0;top:20%;*/
}

.s1 .s1ico ul li i {
  font-size: .35rem;
  display: inline-block;
  margin-bottom: .1rem;
  transition: .5s
}

.s1 .s1ico ul li:hover i {
  transform: rotateY(360deg);
  -ms-transform:rotateY(360deg);
  -moz-transform:rotateY(360deg);
  -webkit-transform:rotateY(360deg);
  -o-transform: rotateY(360deg);
}

.s1 .s1ico ul li a {
  color: #fff;
  transition: .3s;
  display: block;
}

.s1 .s1ico ul li p {
  color: #fff;
  transition: .3s;
  font-size: 16px
}

.s1 .s1ico ul li:hover p {
  letter-spacing: .1em
}

.s1 .banner .bd ul li {
  height: 100vh;
  width: 100vw
}

.s1 .banner .bd ul li a {
  display: block;
  height: 100%;
  transform: scale(1.2,1.2);
  transform: scale(1,1);
  transition: 15s all cubic-bezier(0.19, 1, 0.22, 1);
}

.s1 .banner .prev:hover,
.s1 .banner .next:hover {
  opacity: 1;
}

.s1 .banner .prevStop {
  display: none;
}

.s1 .banner .nextStop {
  display: none;
}

.s1 .banner .prev,
.s1 .banner .next {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: .5rem;
  height: .5rem;
  border-style: solid;
  margin-top: -.25rem;
}

.s1 .banner .prev {
  left: 3%;
  background: url(/images/arl.svg) no-repeat center;
  background-size: .5rem .5rem;
  border-width: 0;
  border-color: none;
}

.s1 .banner .next {
  right: 3%;
  background: url(/images/arr.svg) no-repeat center;
  background-size: .5rem .5rem;
  border-width: 0;
  border-color: none;
}

.s1 .banner .hd {
  height: 25px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 1;
}

.s1 .banner .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center
}

.s1 .banner .hd ul li {
  display: inline-block;
  margin: 0 8px;
  width: 9px;
  height: 9px;
  background: #eee;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.s1 .banner .hd ul li.on {
  background: #1d62c8;
  width: 12px;
  height: 12px
}



.s2 {
  background: url(/images/23/bg2_0823.jpg) no-repeat center center;
  background-size: cover;
}

.s2 .slideNews .parHd {
  margin-bottom: .4rem
}

.s2 .slideNews .parHd ul {
  text-align: center
}

.s2 .slideNews .parHd ul li {
  padding: 0 .3rem;
  font-size: .32rem;
  color: #777;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.s2 .slideNews .parHd ul li:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2f68bc;
  right: -5px;
  top: 50%;
  margin-top: -5px
}

.s2 .slideNews .parHd ul li:last-child {
  border-right: 0
}

.s2 .slideNews .parHd ul li:last-child:after {
  display: none
}

.s2 .slideNews .parHd ul li.on {
  color: #222
}

.s2 .slideNews .parHd ul li.on a{
  color: #2f68bc;
}

.s2 .slideNews .parHd ul li.on i {
  background: #2f68bc;
  color: #fff
}

.s2 .picNews {
  margin-bottom: .3rem
}

.s2 .picNews .item {
  width: 32%;
  float: left;
  margin-right: 1.3%;
  background: #fff;
  transition: .3s
}

.s2 .picNews .item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.s2 .picNews .item:last-child {
  margin-right: 0
}

.s2 .picNews .pic {
  height: 2.95rem
}

.s2 .picNews .info {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: .1rem .15rem .15rem
}

.s2 .picNews .info h4 {
  font-size: .18rem;
  margin-bottom: .05rem
}

.s2 .picNews .info span {
  font-size: .15rem;
  color: #666
}

.s2 .picNews .info span i {
  font-size: .2rem;
  margin-right: .05rem;
  color: #2f68bc;
  vertical-align: -.02rem
}

.s2 .txtNews ul li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  position: relative;
  padding: .18rem 0;
  padding-left: .15rem;
  border-bottom: 1px solid #ddd;
  font-size: .18rem
}

.s2 .txtNews ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2 .txtNews ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #2f68bc;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 50%;
  margin: -3px;
}

.s2 .txtNews ul li:nth-child(2n) {
  margin-right: 0
}

.s2 .txtNews ul li:nth-last-child(1) {
  border-bottom: 0
}

.s2 .txtNews ul li:nth-last-child(2) {
  border-bottom: 0
}

.s3 .item {
  height: 50%;
  float: left;
  position: absolute;
}

.s3 .item .pic {
  height: 100%
}

.s3 .i1 {
  width: 25%;
  top: 0;
  left: 0;
}

.s3 .i2 {
  width: 25%;
  top: 0;
  left: 25%
}

.s3 .i3 {
  width: 50%;
  top: 0;
  left: 50%
}

.s3 .i4 {
  width: 50%;
  bottom: 0;
  left: 0
}

.s3 .i5 {
  width: 25%;
  bottom: 0;
  left: 50%
}

.s3 .i6 {
  width: 25%;
  bottom: 0;
  left: 75%
}

.s3 .i1 .xcio {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1.77rem;
  height: 1.5rem
}

.s3 .i5 .t {
    position: absolute;
    right: 51%;
    bottom: 27.3%;
    z-index: 1;
    font-size: .26rem;
    text-transform: uppercase;
    color: #fff;
}

.s3 .i5 .t:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  margin-bottom: .1rem
}

.s3 .i6 .t {
  position: absolute;
  left: 20%;
  top: 65%;
  z-index: 1;
  font-size: .26rem;
  text-transform: uppercase;
  color: #fff;
}
.s3 .i6 .t:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  margin-bottom: .1rem
}
.s3 .i1 .t {
  position: absolute;
  right: 45%;
  bottom: 20%;
  z-index: 1;
  font-size: .26rem;
  text-transform: uppercase;
  color: #fff;
}

.s3 .i1 .t:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  margin-bottom: .1rem
}

.s3 .i2 .t {
  position: absolute;
  right: 60%;
  bottom: 20%;
  z-index: 1;
  font-size: .26rem;
  text-transform: uppercase;
  color: #fff;
}

.s3 .i2 .t:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  margin-bottom: .1rem
}
.s3 .i3 .t {
  position: absolute;
  right: 75%;
  bottom: 20%;
  z-index: 1;
  font-size: .26rem;
  text-transform: uppercase;
  color: #fff;
}

.s3 .i3 .t:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  margin-bottom: .1rem
}
.s3 .i3 i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    color: #fff;
    font-size: .9rem;
    z-index: 2;
    width: .9rem;
    height: .9rem;
    margin-left: -.45rem;
    margin-top: -.45rem;
}

.s3 .i4 .t {
    position: absolute;
    right: 69%;
    top: 65%;
    z-index: 1;
    font-size: .26rem;
    text-transform: uppercase;
    color: #fff;
}

.s3 .i4 .t:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  margin-bottom: .1rem
}

.s6 {
  background: url(/images/bg5.jpg) no-repeat center;
  background-size: cover;
  color: #fff
}

.s6 dl dt {
  color: #fff;
  font-size: .26rem;
  padding-bottom: .15rem;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  margin-bottom: .35rem
}

.s6 dl dt a {
  color: #fff;
  float: right;
}

.s6 .aleft {
  width: 50%;
  background: rgba(218, 124, 62, .9);
  height: 4rem;
  padding: .45rem 5%
}

.s6 .aright {
  width: 50%;
  background: rgba(29, 98, 200, .9);
  height: 4rem;
  padding: .45rem 5%
}

.s6 .aright .item {
  float: left;
  width: 24.333333%;
  text-align: center
}

.s6 .aright .item img {
  display: inline-block;
  width: 1rem;
}

.s6 .aleft dd {
  line-height: 2em;
  font-size: .18rem
}

.s6 .aright p {
  font-size: .18rem;
  margin-top: .1rem
}

.copyright {
  background: rgba(0, 0, 0, .6);
  background: url(/images/index_bg_01-n.jpg) no-repeat center center; background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  padding: .15rem;
  font-size: .15rem;
  color: #fff;
  text-align: center;
}

.copyright .blinks a,
.copyright .bcopy {
  opacity: .48
}

.copyright a {
  color: #fff
}

.copyright span {
  margin: 0 5px
}

.blacks #fp-nav ul li a.active span,
.blacks .fp-slidesNav ul li a.active span {
  background: #2f68bc;
}

.blacks #fp-nav ul li a span,
.blacks .fp-slidesNav ul li a span {
  background: rgba(0, 0, 0, .2);
}

@media screen and (max-width: 1600px) {
  .s4 .slideGroup .parBd {
    padding: .3rem .5rem .3rem;
    margin-bottom: .3rem;
    height: 5.55rem
  }
}

@media screen and (max-width: 1600px) {
  .wp {
    width: 90%
  }
  .slideNews.wp {
    width: 84%
  }

}

@media screen and (max-width:1366px) {
  .s2 .wp {
    padding-bottom: .5rem
  }

  .s3 .wp {
    padding-bottom: .5rem
  }

  .s4 .wp {
    padding-bottom: .5rem
  }

  .s5 .wp {
    padding-bottom: .5rem
  }

  .s6 .wp {
    padding-bottom: .5rem
  }

  .s2 .picNews .pic {
    height: 1.95rem
  }

  .s2 .wp{padding-bottom: .5rem}
.s3 .wp{padding-bottom: .5rem}
.s4 .wp{padding-bottom: .5rem}
.s5 .wp{padding-bottom: .5rem}
.s6 .wp{padding-bottom: .5rem}

.s4 .slideGroup .parBd{height: 4.1rem}
.s4 .slideGroup .parBd .aleft ul li .pic{height: 3.3rem}
.s4 .slideGroup .aright ul li:nth-last-child(1){display: none}
.s4 .slideGroup .aright ul li{padding: .15rem 0;padding-left: .7rem; }
.s5 .udata1 li{padding: .2rem 0}

}

.wenzi {
	margin-top: .25rem;
	margin: 20px auto 10px;
    width: 92%;
    max-width: 1400px;
    text-align: center;
}

.lj {/* box-shadow: 0 0 10px rgba(6,0,1,.1); *//* border-left: 15px solid #0153aa; *//* border-radius: 15px 0 0 15px; *//* padding: 33px 12px 29px 30px; *//* overflow: hidden; */}
}

.ul-txt-q2{height:auto;overflow:hidden;overflow-y:auto}
.ul-txt-q2::-webkit-scrollbar{width:11px;background:0 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.ul-txt-q2::-webkit-scrollbar-track{background:0 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.ul-txt-q2::-webkit-scrollbar-thumb{background:#eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.ul-txt-q2::-webkit-scrollbar-thumb:window-inactive{background:#eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.ul-txt-q2 li{float:left;width: 45%;padding-right:10px;margin: 20px;box-shadow: 0 0 10px rgba(6,0,1,.1);border-left: 15px solid #0153aa;border-radius: 15px 0 0 15px;padding: 33px 12px 29px 30px;overflow: hidden;}
.ul-txt-q2 li a,.ul-txt-q2 li span{font-size:16px;color:#000;line-height:2.26em;background:url(/images/i-q3.png) left center no-repeat;padding-left:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-txt-q2 li.on a,.ul-txt-q2 li:hover a{color: #1e508d;font-weight: bold;}
.m-subject .date{display: block;font-size:14px;color: #999;line-height:1.8em;text-align: right;overflow:hidden;}


.homef{padding: .75rem 0 1.1rem;background: url(/images/fbg.jpg) no-repeat bottom center;background-size: cover}
.homef ul li{width: 22.75%;position: relative;height: 100%;margin-right: 3%}
.homef ul li a{display: block;position: relative;}
.homef ul li .pic{overflow: hidden;}
.homef ul li span{writing-mode: tb-lr;writing-mode: vertical-lr;position: absolute;top: .4rem;left: .3rem;max-height: 80%;z-index: 3;font-size: .24rem;letter-spacing: .1em}
.homef ul li img{width: 100%}
.homef ul li:nth-child(4){margin-right: 0}





/* 2022年3月7日18:10:03 */
@media screen and (max-width: 1440px){
   .header .nav li{margin-right:0.18rem;}
}

@media all and (max-width: 1440px) {
    .s3 .i3 .t {
        position: absolute;
        right: 72%;
        bottom: 20%;
        z-index: 1;
        font-size: .26rem;
        text-transform: uppercase;
        color: #fff;
    }

    .s3 .i2 .t {
        position: absolute;
        right: 55%;
        bottom: 20%;
        z-index: 1;
        font-size: .26rem;
        text-transform: uppercase;
        color: #fff;
    }
}