html, body {
  position: relative;
  height: 100%;
}

.indexbody {
  position: absolute;
  height: 100%;
  width: 100%;
}

.index-pagination {
  position: absolute;
  left: 0;
  height: auto;
  top: 50%;
  left: 0.58rem;
  transform: translateY(-50%);
}

.index-pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  margin: 15px 0;
  opacity: 1;
}

.index-pagination-fff .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.13);
}

.index-pagination .swiper-pagination-bullet-active {
  background: #e8ac14;
}

.index-container {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner li {
  overflow: hidden;
}

.banner li .in_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner li > img {
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s ease;
  animation: scale11 6s infinite;
  transform: scale(1);
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.banner li.on > img {
  transform: scale(1.05, 1.05);
}

.bantxt {
  padding-left: 0.5rem;
}
.bantxt h2 {
  font-weight: bold;
  color: #FFF;
  line-height: 1.2em;
  font-size: 0.52rem;
}

.bantxt p {
  margin-top: 0.25rem;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 4px;
  width: 50%;
}

.morebtn {
  margin-top: 0.96rem;
  display: block;
  font-size: 18px;
  color: #FFF;
  line-height: 0.5rem;
  height: 0.5rem;
}
.morebtn i {
  display: inline-block;
  width: 0.5rem;
  box-sizing: border-box;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-right: 0.16rem;
  vertical-align: middle;
}

.banbtn {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.banbtn .in_content {
  padding: 0.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.banbtn .swiper-pagination {
  position: static;
  margin: 0;
}
.banbtn .swiper-pagination span {
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 7px;
  opacity: 0.3;
}
.banbtn .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.scroll {
  font-size: 18px;
  color: #FFF;
  animation: mouse 2s infinite;
  position: relative;
}
.scroll img {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -4px;
}
@keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
.indexswiper2 {
  background: linear-gradient(0deg, #FFFFFF 0%, #EBEFF5 0%, #E2E9F0 0%, #FBFCFD 100%);
  position: relative;
}
.indexswiper2 .titbox::before {
  background: #fff;
}
.indexswiper2 .in_content {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

@keyframes scale11 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.videobox {
  width: 29.45%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  right: 0;
}
.videobox img {
  width: 100%;
  height: 100%;
}

.abouttxt {
  width: 65.4%;
  box-sizing: border-box;
}
.abouttxt > h4 {
  color: #397DDE;
  font-size: 0.22rem;
  font-weight: bold;
  margin-top: 1.05rem;
  line-height: 1.6em;
}

.about-read {
  margin-top: 1.49rem;
}
.about-read .p {
  width: 72%;
  color: #666666;
  font-size: 18px;
  line-height: 1.7em;
}
.about-read .morebtn {
  margin-top: 0;
}

.morebtn2 {
  color: #397DDE;
}
.morebtn2 i {
  border-color: #397DDE;
}

.aboutlist {
  margin-top: 1.48rem;
}
.aboutlist li {
  z-index: 1;
  position: relative;
}
.aboutlist li img {
  width: 0.5rem;
  position: absolute;
  z-index: -1;
}
.aboutlist li h4 {
  font-size: 18px;
  color: #333333;
}
.aboutlist li span {
  font-size: 18px;
  color: #999999;
}
.aboutlist li span font {
  color: #397DDE;
  font-weight: bold;
  font-size: 0.5rem;
  letter-spacing: 3px;
  font-family: "Oswald";
}

.videobox span {
  position: absolute;
  width: 0.63rem;
  height: 0.63rem;
  background: #397DDE;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -0.31rem;
  cursor: pointer;
  margin-left: -0.31rem;
}
.videobox span img {
  transition: all 0.3s;
}
.videobox span:hover img {
  transform: rotate(90deg);
}

.indexswiper3 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.indexswiper3 .in_content {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.indexswiper3::before {
  content: "";
  display: block;
  background: #F5F5F5;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
}
.indexswiper3::after {
  content: "";
  display: block;
  width: 6.54rem;
  height: 6.35rem;
  position: absolute;
  left: 0.22rem;
  bottom: 0.54rem;
  background: url(../images/logobg.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.protit i{width:2.78rem;display:block;aspect-ratio:1 / 1;overflow:hidden;margin:0px auto;padding:0px;}
.protit img {
  width:100%;height:100%;object-fit:cover;
  border-radius: 50%;
  margin: 0 auto;
}
.protit h4 {
  font-size: 0.22rem;
  margin-top: 0.35rem;
  text-align: center;
}

.proact {
  display: none;
}

.probox {
  padding-top: 1.3rem;
  position: relative;
}
.probox .swiper-pagination {
  position: absolute;
  top: 0;
}
.probox .swiper-pagination li {
  width: auto;
  opacity: 1;
  background: none;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #FFFFFF;
  border-radius: 0.24rem;
  font-size: 0.2rem;
  padding: 0 0.45rem;
  margin: 0 0.2rem;
  box-shadow: 0px 0px 9px 0px rgba(26, 26, 26, 0.1);
}
.probox .swiper-pagination .swiper-pagination-bullet-active {
  background: #397DDE;
  color: #FFF;
}
.probox::before {
  content: "";
  background: url(../images/prorightbg.png) no-repeat;
  background-size: cover;
  width: 0.7rem;
  height: 2.02rem;
  position: absolute;
  right: 24.3%;
  top: 45%;
  z-index: -1;
}
.probox .swiper-button-next {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  top: 50%;
  right: 26%;
  background: url(../images/proright.png) no-repeat #397DDE;
  background-size: cover;
  border-radius: 50%;
}
.probox .swiper-slide {
  width: 29%;
  padding-top: 0.9rem;
}
.probox .swiper-slide-active {
  padding-top: 0rem;
  width: 71%;
}
.probox .swiper-slide-active .proact {
  display: block;
  padding-right: 5%;
}
.probox .swiper-slide-active .protit {
  display: none;
}

.proacttxt {
  width: 51.4%;
  padding: 0.2rem 0;
}
.proacttxt h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.proacttxt p {
  font-size: 18px;
  color: #999999;
  line-height: 1.7em;
}

.proactlist {
  margin-top: 0.6rem;
}
.proactlist li {
  display: inline-block;
  margin-right: 0.45rem;
  background: url(../images/dh.png) no-repeat left center;
  background-size: 0.28rem 0.28rem;
  padding-left: 0.38rem;
  font-size: 18px;
  line-height: 0.28rem;
  height: 0.28rem;
}

.proact-item li {
  display: inline-block;
  margin-top: .16rem;
  padding-right: 0.45rem;
}
.proact-item li a {
  font-size: 18px;
}
.proact-item li a span {
  color: #397DDE;
  margin-right: 15px;
}
.proact-item li a b {
  font-weight: normal;
  margin-left: 20px;
  color: #397DDE;
}

.proactpic {
  width: 40.3%;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio:1 / 1;
}
.proactpic img{height:100%;object-fit:cover;}

.indexswiper4 {
  background: linear-gradient(178deg, #FFFFFF 0%, #EBEFF5 0%, #E2E9F0 0%, #FBFCFD 100%);
}
.indexswiper4 .in_content {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.arealist {
  align-items: initial;
}
.arealist li {
  width: 11.9%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s;
  z-index: 1;
  height:calc(100vh - 3rem);
}
.arealist li > img {
  width: auto;
  height: 100%;
}
.arealist .arealistact {
  width: 37.2%;
}
.arealist .arealistact .arealisttxt {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/appbg.png) repeat-y;
  box-sizing: border-box;
  padding: 0.8rem 0.9rem;
}
.arealist .arealistact .arealisttxt img {
  margin: 0;
  margin-bottom: 2.4rem;
}
.arealist .arealistact .arealisttxt h4 {
  text-align: left;
  font-weight: bold;
  font-size: 0.42rem;
  margin-bottom: 0.2rem;
  background: url(../images/apptxtbg.png) no-repeat left bottom;
  line-height: 1.4em;
}
.arealist .arealistact .arealisttxt p {
  font-size: 0.2rem;
  display: block;
  color: #FFF;
  line-height: 1.4em;
}

.arealisttxt {
  position: absolute;
  width: 100%;
  bottom: 0.8rem;
  z-index: 2;
}
.arealisttxt img {
  width: 0.6rem;
  margin: 0 auto;
}
.arealisttxt h4 {
  font-size: 0.24rem;
  margin-top: 0.3rem;
  color: #FFF;
  text-align: center;
}
.arealisttxt p {
  display: none;
}

/*about*/
.listban {
  position: relative;
}
.listban .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.listbantxt h2 {
  font-size: 0.52rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1em;
}
.listbantxt p {
  font-size: 18px;
  margin-top: 0.2rem;
  color: #FFF;
  opacity: 0.5;
  letter-spacing: 4px;
}

.ban-scoll {
  position: absolute;
  right: 2.1rem;
  bottom: 1.34rem;
}
.ban-scoll span {
  color: #FFF;
  font-size: 0.2rem;
  writing-mode: vertical-rl;
  animation: mouse 2s infinite;
  position: relative;
}
.ban-scoll:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.8rem;
  background: #FFF;
  bottom: -0.9rem;
  left: 50%;
  position: absolute;
}

.listnav {
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 2px rgba(1, 12, 19, 0.06);
  position: relative;
  z-index: 5;
}
.listnav ul {
  padding: 0.3rem 0;
  justify-content: center;
}
.listnav ul li {
  font-size: 0.2rem;
  color: #333333;
  padding: 0 0.5rem;
  position: relative;
}
.listnav ul li a {
  display: block;
  position: relative;
}
.listnav ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.2rem;
  background: #DCDCDC;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1rem;
}
.listnav ul li:last-child::after {
  display: none;
}
.listnav ul li:hover a, .listnav ul li.listnavact a {
  color: #397DDE;
}
.listnav ul li:hover a:after, .listnav ul li.listnavact a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #397DDE;
  bottom: -0.3rem;
  left: 0;
  position: absolute;
}

.aboutrow {
  background: url(../images/aboutbg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 1.44rem;
  padding-top: 1px;
  position: relative;
}
.aboutrow > img {
  width: 46.15%;
  top: 0;
  position: absolute;
  right: 0;
  border-bottom-left-radius: 2rem;
}
.aboutrow .aboutlist li {
  width: 21.4%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 0.2rem;
}

.about-tit {
  font-size: 0.54rem;
  color: #397DDE;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.aboutrowtxt-box {
  width: 49.6%;
  margin-top:calc(1.51rem / 2);
}
.aboutrowtxt-box h3 {
  font-size: 0.38rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.aboutrowtxt p {
  font-size: 16px !important;
  margin-bottom: .1rem;
  color: #333;
}
.aboutrowtxt p span{font-size:16px !important;}

.company li {
  width: 33.33%;
  position: relative;
}

.companytxt {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 1.6rem;
}
.companytxt img {
  width: 0.62rem;
  margin: 0 auto 0.3rem;
}
.companytxt h4 {
  font-size: 0.3rem;
  color: #FFF;
  text-align: center;
}
.companytxt p {
  font-size: 0.2rem;
  margin-top: 1.15rem;
  text-align: center;
  color: #FFF;
  position: relative;
  display: none;
}
.companytxt p::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.5rem;
  background: #FFF;
  top: -0.8rem;
  left: 50%;
  position: absolute;
}

.company-act {
  position: relative;
}
.company-act::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/companybg.png) repeat-x;
  left: 0;
  top: 0;
  position: absolute;
}
.company-act .companytxt p {
  display: block;
}

.fzlcbox {
  background: url(../images/aboutlcbg.jpg) no-repeat;
  background-size: cover;
}

.fzlcrow {
  margin-top: 1.4rem;
}

.fzlcrowpic {
  width: 32%;
  border-top-right-radius: 1rem;
  overflow: hidden;
}

.fzlcrowtxt {
  width: 64.9%;
  padding-left: 1.5rem;
  height: 6rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.fzlcrowtxt li {
  opacity: 0.4;
}
.fzlcrowtxt li h3 {
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1em;
  margin-bottom: 0.3rem;
  font-family: "Oswald";
  letter-spacing: 2px;
}
.fzlcrowtxt li p {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.fzlcrowtxt .swiper-slide-active {
  opacity: 1;
}
.fzlcrowtxt .swiper-slide-next {
  opacity: 1;
}

.fzlcrowbtn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fzlcrowbtn .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fzlcrowbtn .swiper-button-prev::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #397DDE;
  border-top: 2px solid #397DDE;
  transform: rotate(45deg);
  margin-top: 0.06rem;
}
.fzlcrowbtn .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fzlcrowbtn .swiper-button-next::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #397DDE;
  border-top: 2px solid #397DDE;
  transform: rotate(-135deg);
  margin-top: -0.06rem;
}
.fzlcrowbtn .swiper-button-next, .fzlcrowbtn .swiper-button-prev {
  position: static;
  margin: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #397DDE;
  margin: 0.2rem 0;
  background: none;
}
.fzlcrowbtn .swiper-button-next:hover, .fzlcrowbtn .swiper-button-prev:hover {
  background: #397DDE;
}
.fzlcrowbtn .swiper-button-next:hover::after, .fzlcrowbtn .swiper-button-prev:hover::after {
  border-color: #FFF;
}

.lxfsbox {
  background: url(../images/lxfsbg.jpg) no-repeat;
  background-size: cover;
}
.lxfsbox .about-tit {
  color: #FFF;
}

.lxfslist li {
  border-right: 0px solid rgba(255, 255, 255, 0.15);
  width: auto;
}
.lxfslist li.li1{width:1px;background-color:rgba(255, 255, 255, 0.15);}
.lxfslist li:last-child {
  border: 0 none;display:none;
}
.lxfslist li i {
  width: 0.53rem;
  height: 0.53rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  margin-bottom: 0.3rem;
}
.lxfslist li span {
  font-size: 0.22rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0.05rem;
  display: block;
}
.lxfslist li a {
  color: #FFF;
  font-size: 18px;
}
.lxfslist li a b {
  font-family: "Oswald";
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.34rem;
}
.lxfslist li p {
  color: #FFF;
  font-size: .34rem;letter-spacing: 1px;
  font-family: "Oswald";font-weight:bold;
}

.jishubox {
  background: url(../images/jishubg.jpg) no-repeat;
  background-size: cover;
}

.jishutxt {
  width: 54.6%;
}
.jishutxt h4 {
  font-size: 0.24rem;
}
.jishutxt h5 {
  color: #397DDE;
  font-size: 0.22rem;
  margin-top: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.jishutxt p {
  font-size: 18px;
}

.jishupic {
  width: 40.4%;
  border-top-left-radius: 1rem;
  overflow: hidden;
}

.sheshibox {
  background: url(../images/sheshibg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sheshibox .about-tit {
  color: #FFF;
}

.sheshilist {
  position: relative;
  padding-bottom: 0.9rem;
}
.sheshilist li {
  width: 32.4%;
  position: relative;
  opacity: 0.6;
}
.sheshilist li h4 {
  font-size: 0.24rem;
  color: #FFF;
  position: absolute;
  bottom: 0.3rem;
  left: 0.3rem;
}
.sheshilist .swiper-slide-active {
  border-top-left-radius: 0.5rem;
  opacity: 1;
  overflow: hidden;
}
.sheshilist .swiper-slide-next {
  opacity: 1;
}
.sheshilist .swiper-slide-next + li {
  opacity: 1;
}

.sheshilistbtn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.2rem;
}
.sheshilistbtn .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheshilistbtn .swiper-button-prev::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(-45deg);
  margin-left: 0.06rem;
}
.sheshilistbtn .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheshilistbtn .swiper-button-next::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(135deg);
  margin-left: -0.06rem;
}
.sheshilistbtn .swiper-button-next, .sheshilistbtn .swiper-button-prev {
  position: static;
  margin: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: none;
  opacity: 1;
}
.sheshilistbtn .swiper-button-next:hover, .sheshilistbtn .swiper-button-prev:hover {
  background: #FFF;
}
.sheshilistbtn .swiper-button-next:hover::after, .sheshilistbtn .swiper-button-prev:hover::after {
  border-color: #397DDE;
}

.honorbox {
  background: url(../images/honorbg.jpg) no-repeat;
  background-size: cover;
}
.honorbox h4 {
  text-align: center;
  font-size: 0.22rem;
  color: #666666;
  margin-bottom: 0.6rem;
}

.honorlist {
  overflow: hidden;
  position: relative;
  padding: 0 0.3rem;
  padding-bottom: 1.5rem;
}
.honorlist::before {
  content: "";
  display: block;
  background: url(../images/honorline.png) no-repeat;
  background-size: cover;
  width: 15.51rem;
  height: 0.83rem;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  margin-left: -7.76rem;
}
.honorlist li {
  padding: 0 0.6rem;
  box-sizing: border-box;
}

.honorlistbtn {
  width: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.6rem;
}
.honorlistbtn .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.honorlistbtn .swiper-button-prev::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #397DDE;
  border-top: 2px solid #397DDE;
  transform: rotate(-45deg);
  margin-left: 0.06rem;
}
.honorlistbtn .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.honorlistbtn .swiper-button-next::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #397DDE;
  border-top: 2px solid #397DDE;
  transform: rotate(135deg);
  margin-left: -0.06rem;
}
.honorlistbtn .swiper-button-next, .honorlistbtn .swiper-button-prev {
  position: static;
  margin: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #397DDE;
  background: none;
  opacity: 1;
}
.honorlistbtn .swiper-button-next:hover, .honorlistbtn .swiper-button-prev:hover {
  background: #397DDE;
}
.honorlistbtn .swiper-button-next:hover::after, .honorlistbtn .swiper-button-prev:hover::after {
  border-color: #FFF;
}

.propage {
  background: url(../images/jishubg.jpg) no-repeat;
  background-size: cover;
}

.propagelist {
  position: relative;
  overflow: hidden;
  padding-top: 0.9rem;
  padding-bottom: 0.2rem;
}
.propagelist .swiper-slide {
  border-bottom-right-radius: 1rem;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.propagelist .swiper-slide > span {
  position: absolute;
  font-size: 1.9rem;
  color: #397DDE;
  opacity: 0.05;
  right: 0.9rem;
  bottom: -0.15rem;
  line-height: 1em;
  font-weight: bold;
  font-family: NotoSans;
  z-index: -1;
}
.propagelist .swiper-slide-active {
  box-shadow: 0px 2px 22px 2px rgba(1, 12, 19, 0.06);
}
.propagelist .swiper-pagination {
  height: 2px;
  background-color: rgb(198, 198, 198);
}
.propagelist .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(57, 125, 217);
}

.propagepic {
  width: 40.1%;
}

.propagetxt-con {
  overflow: auto;
  height: 100%;
  padding-right: 0.6rem;
  scrollbar-color: rgba(57, 125, 217, 0.22);
}
.propagetxt-con::-webkit-scrollbar {
  width: 9px;
  height: 14px;
}
.propagetxt-con::-webkit-scrollbar-track {
  background: #E9EEF2;
}
.propagetxt-con::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  background-color: rgba(57, 125, 217, 0.22);
  width: 4px;
}
.propagetxt-con::-webkit-scrollbar-corner {
  background: transparent;
}
.propagetxt-con::-webkit-scrollbar-track:hover {
  background: #ccc;
}

.propagetxt {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 59.9%;
  box-sizing: border-box;
  padding: 0.6rem;
  padding-right: 0.24rem;
}
.propagetxt h4 {
  color: #397DD9;
  font-size: 0.34rem;
  font-weight: bold;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.3rem;
}
.propagetxt p {
  color: #999;
  font-size: 18px;
}
.propagetxt h5 {
  font-size: 0.2rem;
  color: #666;
  font-weight: bold;
  margin-top: 0.4rem;
  margin-bottom: 0.1rem;
}

.propagenav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.21rem;
  height: 0.54rem;
}
.propagenav li {
  width: 18%;
  border-right: 1px solid rgba(198, 198, 198, 0.2);
  box-sizing: border-box;
  position: relative;
  padding-right: 0.2rem;
  overflow: hidden;
  cursor: pointer;
}
.propagenav li span {
  font-size: 0.22rem;
  color: rgba(153, 153, 153, 0.2);
  line-height: 1em;
  line-height: 0.54rem;
  float: right;
  display: block;
}
.propagenav li h4 {
  float: left;
  font-size: 0.22rem;
  line-height: 0.54rem;
  font-weight: bold;
  color: rgb(153, 153, 153);
}
.propagenav li:last-child {
  padding-right: 0rem;
  border: 0 none;
}
.propagenav .propageact h4 {
  color: #3679D5;
}
.propagenav .propageact span {
  color: #3679D5;
}

.teambox {
  background: #3473cf;
  position: relative;
  height: 10rem;
  box-sizing: border-box;
  overflow: hidden;
}
.teambox .about-tit {
  color: #FFF;
}
.teambox .teamcon {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teambox .teamcon i {
  position: absolute;
  width: 78.1%;
  height: 100%;
  animation: imgRot2 10s infinite linear;
  background: url(../images/teambg.png) no-repeat;
  background-size: cover;
}
.teambox .teamcon img {
  width: 1.4rem;
  opacity: 0.74;
}

@keyframes imgRot2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.teamlistbox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.teamlist {
  z-index: 3;
  height: 100%;
  position: relative;
}
.teamlist li {
  position: absolute;
  padding-left: 0.65rem;
  box-sizing: border-box;
  width: 43%;
  z-index: 1;
}
.teamlist li::before {
  content: "";
  display: block;
  animation: imgRot2 6s infinite linear;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../images/teamlistbg.png) no-repeat;
  background-size: cover;
  z-index: -1;
  left: 0;
  top: 50%;
  margin-top: -1rem;
}
.teamlist li h4 {
  color: #FFF;
  font-size: 0.24rem;
  font-weight: bold;
}
.teamlist li p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}
.teamlist .teamlist-1 {
  right: 0;
  top: 30%;
}
.teamlist .teamlist-2 {
  top: 40%;
  left: 0;
  text-align: right;
  padding-left: 0;
  padding-right: 0.65rem;
}
.teamlist .teamlist-2::before {
  right: 0;
  left: auto;
}
.teamlist .teamlist-3 {
  right: 0;
  bottom: 25%;
  width: 50%;
}

.jiancebox {
  background: url(../images/jcbg.jpg) no-repeat;
  background-size: cover;
}

.jiancelist li {
  width: 13.75%;
  height: 1rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 5px 13px 3px rgba(8, 53, 120, 0.06);
  text-align: center;
  font-size: 0.2rem;
  color: #666666;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jiancelist li:hover {
  background: url(../images/jclistbg.jpg) no-repeat;
  background-size: cover;
  color: #FFF;
}

.rclnlist {
  align-items: initial;
}
.rclnlist li {
  width: 31%;
  background: #FFFFFF;
  box-shadow: 0px 0.18rem 0.18rem 0.02rem rgba(2, 28, 66, 0.05);
  border-radius: 0.2rem;
  position: relative;
}
.rclnlist li img{width:100%;display:block;position:relative;z-index:3;}
._rclnlist li:before{content:"";display:block;overflow:hidden;width:100%;height:100%;position:absolute;left:0px;top:0px;z-index:4;background:linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);background:-webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);background:-o-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);background:-moz-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);}

.rclnlisttxt {
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.5rem;z-index:9;
}
.rclnlisttxt h4 {
  font-size: 0.26rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
  margin-bottom: 0.25rem;
  position: relative;
}
.rclnlisttxt h4:after {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.06rem;
  background: #508CE2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rclnlisttxt p {
  font-size: 18px;
  color: #666;
  line-height: 1.5em;
  height: 9em;
}

.ygflbox {
  background: #F3F9FF;
  position: relative;
}

.ygfllistpic > img {
  width: 100%;
  display: none;
}
.ygfllistpic > img:first-child {
  display: block;
}

.ygfllist {
  position: relative;
}

.ygfllistcon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ygfllistcon li {
  width: 25%;
  padding: 0 0.5rem;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1.8rem;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ygfllistcon li > img {
  display: none;
}
.ygfllistcon li i {
  width: 0.7rem;
  display: block;
  margin: 0 auto;
  height: 0.7rem;
  background: rgba(243, 249, 255, 0.2);
  border-radius: 50%;
}
.ygfllistcon li h4 {
  color: #FFF;
  font-size: 0.28rem;
  margin-top: 0.15rem;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
}
.ygfllistcon li h4:after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.04rem;
  background: #F3F9FF;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.08rem;
}
.ygfllistcon li p {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  display: none;
  margin-top: 0.6rem;
}
.ygfllistcon .ygfllistact {
  padding-top: 1.26rem;
}
.ygfllistcon .ygfllistact p {
  display: block;
}

.bghjbox li {
  width: 52.7%;
  background: #000;
}
.bghjbox li img {
  opacity: 0.4;
}
.bghjbox .swiper-slide-active img {
  opacity: 1;
}
.bghjbox .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 12%;
}
.bghjbox .swiper-button-prev::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(-45deg);
  margin-left: 0.06rem;
}
.bghjbox .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12%;
}
.bghjbox .swiper-button-next::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(135deg);
  margin-left: -0.06rem;
}
.bghjbox .swiper-button-next, .bghjbox .swiper-button-prev {
  margin: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: none;
  opacity: 1;
}
.bghjbox .swiper-button-next:hover, .bghjbox .swiper-button-prev:hover {
  background: #FFF;
}
.bghjbox .swiper-button-next:hover::after, .bghjbox .swiper-button-prev:hover::after {
  border-color: #397DDE;
}

.zptab {
  width: 2.44rem;
}
.zptab li {
  font-size: 0.26rem;
  color: #3A3A3A;
  font-weight: bold;
  cursor: pointer;
}
.zptab .zptabact {
  color: #397DDE;
  border-bottom: 1px solid #397DDE;
}

.zpbox {
  background: url(../images/jrwmbg.jpg) no-repeat;
  background-size: cover;
}

.zprow {
  box-shadow: 0px 11px 26px 4px rgba(0, 28, 65, 0.05);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  background: #FFF;
}

.jrwmtit {
  margin-bottom: 0.8rem;
}
.jrwmtit .about-tit {
  margin-bottom: 0;
}

.zprowitem ul {
  padding: 0 0.5rem;
  position: relative;
}
.zprowitem ul::after {
  content: "";
  display: block;
  height: 1px;
  background: #ced4ec;
  left: 0.5rem;
  right: 0.5rem;
  position: absolute;
  bottom: 0;
}
.zprowitem ul li {
  line-height: 0.8rem;
  font-size: 0.2rem;
  position: relative;
  text-align: center;
  color: #666666;
  height: 0.8rem;
}
.zprowitem ul li:first-child {
  width: 12%;
}
.zprowitem ul li:nth-child(2) {
  width: 16%;
}
.zprowitem ul li:nth-child(3) {
  width: 16%;
}
.zprowitem ul li:nth-child(4) {
  width: 16%;
}
.zprowitem ul li:nth-child(5) {
  width: 20%;
}
.zprowitem ul li:nth-child(6) {
  width: 8%;
}
.zprowitem ul li i {
  width: 0.3rem;
  height: 0.3rem;
  background: #DDE7FE;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  margin-top: -0.15rem;
}
.zprowitem ul li i::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-left: 2px solid #397DDE;
  border-top: 2px solid #397DDE;
  transform: rotate(135deg);
  margin-left: -0.05rem;
}
.zprowitem:hover i {
  background: #397DDE;
}
.zprowitem:hover i::before {
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  transform: rotate(-135deg);
  margin-top: -0.05rem;
  margin-left: 0;
}
.zprowitem:hover .zprowitem-more {
  display: block;
}

.zprowitem-head {
  background: #397DDE;
  padding: 0 0.5rem;
}
.zprowitem-head ul {
  padding: 0;
}
.zprowitem-head ul li {
  color: #FFF;
  font-size: 0.22rem;
}

.zprowitem-more {
  padding: 0.5rem;
  background: #f7f9fc;
  display: none;
}

.zprowitem-top {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c8cde4;
}
.zprowitem-top dl {
  width: 48%;
}
.zprowitem-top dl dt {
  font-weight: bold;
  line-height: 2em;
  font-size: 18px;
}
.zprowitem-top dl dd {
  font-size: 18px;
  color: #666;
  line-height: 2em;
}

.zprowitem-btn {
  margin-top: 0.3rem;
  width: 1.85rem;
  height: 0.5rem;
  display: block;
  background: #397DDE;
  border-radius: 0.25rem;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 0.5rem;
}
.zprowitem-btn img {
  display: inline-block;
  width: 0.23rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.zprowitem-btn:hover {
  opacity: 0.9;
}

.pagebox {
  text-align: center;
  margin-top: 0.5rem;
}
.pagebox a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  color: #999999;
  vertical-align: middle;
  margin: 0 0.06rem;
}
.pagebox a:hover, .pagebox a.pageact {
  background: #397DDE;
  color: #FFF;
}
.pagebox .pageprev {
  position: relative;
}
.pagebox .pageprev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.05rem;
  margin-left: -0.04rem;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-left: 2px solid #B5B5B5;
  border-top: 2px solid #B5B5B5;
  transform: rotate(-45deg);
}
.pagebox .pageprev:hover::before {
  border-color: #FFF;
}
.pagebox .pagenext {
  position: relative;
}
.pagebox .pagenext::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.05rem;
  margin-left: -0.09rem;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-left: 2px solid #B5B5B5;
  border-top: 2px solid #B5B5B5;
  transform: rotate(135deg);
}
.pagebox .pagenext:hover::before {
  border-color: #FFF;
}

.zprow-list {
  display: none;
}
.zprow-list:first-child {
  display: block;
}

.fazhanlist li {
  width: 33.33%;
  padding-top: 3.07rem;
}
.fazhanlist .ygfllistact {
  padding-top: 2.03rem;
  position: relative;
  z-index: 1;
}
.fazhanlist .ygfllistact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/fzbg.png) repeat-x 100% 100%;
  z-index: -1;
}

.fazhanbox {
  background: url(../images/fzboxbg.jpg) no-repeat;
  background-size: cover;
}

.newsbox {
  background: #f6f7fa;
}

.newstop {
  position: relative;
}
.newstop li {
  background: #FFF;
}
.newstop li:hover .aniimg img {
  transform: scale(1.06);
}
.newstop li:hover h4 {
  color: #397DDE;
}

.newspic {
  width: 53.8%;
}

.newstxt {
  width: 46.2%;
  padding: 0 0.8rem;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
}
.newstxt h4 {
  font-size: 0.3rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
}
.newstxt span {
  font-size: 16px;
  color: #999;
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
}
.newstxt p {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.5em;
}
.newstxt img {
  margin-top: 0.55rem;
  width: 0.44rem;
}

.newstopbtn {
  position: absolute;
  right: 0;
  width: 46.2%;
  z-index: 2;
  height: 0.8rem;
  bottom: 0;
  background: #397DDE;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 0.8rem;
}
.newstopbtn .swiper-button-prev {
  position: static;
  margin: 0;
  height: auto;
  padding: 0;
  background: none;
}
.newstopbtn .swiper-button-next {
  background: none;
  position: static;
  height: auto;
  margin: 0;
  padding: 0;
}

.swiper-num {
  font-size: 15px;
  margin: 0 15px;
  line-height: 20px;
  color: #FFF;
}
.swiper-num .active {
  font-size: 20px;
}

.hbdtrow-top {
  position: relative;
  z-index: 3;
}

.hbdtrow-topyears {
  width: 30.2%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.1);
  padding: 0 0.35rem;
  z-index: 3;
  position: relative;
  box-sizing: border-box;
}

.hbdtrow-topyears p {
  line-height: 0.8rem;
  font-size: 18px;
  color: rgba(102, 102, 102, 0.6);
}

.hbdtrow-topyears::after {
  content: "";
  display: block;
  background: url(../images/dtmore.png) no-repeat;
  width: 18px;
  height: 12px;
  position: absolute;
  right: 0.42rem;
  top: 50%;
  margin-top: -6px;
}

.hbdtrow-topyears ul {
  display: none;
  line-height: 0.5rem;
  font-size: 18px;
  background: #FFFFFF;
  box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.1);
  top: 0.8rem;
  padding: 0.2rem 0;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  max-height: 3.7rem;
  overflow-y: auto;
}

.hbdtrow-topyears ul li {
  padding: 0 0.35rem;
  color: rgba(102, 102, 102, 0.6);
  cursor: pointer;
}

.hbdtrow-topyears ul li:hover {
  background: #397DDE;
  color: #FFF;
}

.hbdtrow-search {
  width: 66.5%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0 0.35rem;
  position: relative;
  padding-right: 0.85rem;
}

.hbdtrow-search input[type=text] {
  height: 0.8rem;
  line-height: 0.8rem;
  display: block;
  color: rgba(102, 102, 102, 0.6);
  border: 0 none;
  width: 100%;
  font-size: 18px;
  margin: 0 none;
  padding: 0;
  background: none;
}

.hbdtrow-search input[type=text]::-moz-placeholder {
  color: rgba(102, 102, 102, 0.6);
}

.hbdtrow-search input[type=text]::placeholder {
  color: rgba(102, 102, 102, 0.6);
}

.hbdtrow-search input[type=submit] {
  display: block;
  border: 0 none;
  position: absolute;
  width: 0.85rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/dtsearch.png) no-repeat center center;
}

.hbdtrow-top {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.newsitempic {
  width: 28.9%;
  border-radius: 3px;
}

.newsitemtxt {
  width: 65%;
}
.newsitemtxt h4 {
  font-size: 0.24rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
}
.newsitemtxt p {
  color: #666;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 3em;
}
.newsitemtxt span {
  display: block;
  color: #939393;
  margin: 0.2rem 0;
}
.newsitemtxt span img {
  width: 0.18rem;
  margin-right: 0.15rem;
  display: inline-block;
  vertical-align: middle;
}
.newsitemtxt i {
  display: block;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(102, 102, 102, 0.5);
  text-align: center;
  font-size: 16px;
  color: #666;
  font-style: normal;
  margin-top: 0.4rem;
}

.newsitem li {
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newsitem li:hover .aniimg img {
  transform: scale(1.06);
}
.newsitem li:hover h4 {
  color: #397DDE;
}
.newsitem li:hover i {
  border-color: #397DDE;
  background: #397DDE;
  color: #FFF;
}

.newspage {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.5rem;
}
.newspage a {
  margin: 0 0.15rem;
  display: inline-block;
}
.newspage a:hover {
  color: #397DDE;
}
.newspage .newspageact {
  color: #397DDE;
}
.newspage .newspage-prev {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  position: relative;
}
.newspage .newspage-prev::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  border-left: 2px solid rgba(76, 76, 76, 0.5);
  border-top: 2px solid rgba(76, 76, 76, 0.5);
  transform: rotate(-45deg);
  top: 50%;
  left: 50%;
  margin-top: -0.05rem;
  margin-left: -0.03rem;
}
.newspage .newspage-prev:hover {
  background: #397DDE;
  border-color: #397DDE;
}
.newspage .newspage-prev:hover::after {
  border-color: #FFF;
}
.newspage .newspage-next {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  position: relative;
}
.newspage .newspage-next::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  border-left: 2px solid rgba(76, 76, 76, 0.5);
  border-top: 2px solid rgba(76, 76, 76, 0.5);
  transform: rotate(135deg);
  top: 50%;
  left: 50%;
  margin-top: -0.05rem;
  margin-left: -0.08rem;
}
.newspage .newspage-next:hover {
  background: #397DDE;
  border-color: #397DDE;
}
.newspage .newspage-next:hover::after {
  border-color: #FFF;
}
.newspage span {
  margin: 0 0.15rem;
  display: inline-block;
}
.newspage span input {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 0.2rem;
  box-sizing: border-box;
  color: #4C4C4C;
  border: 1px solid #DDDDDD;
  margin: 0 0.09rem;
  text-align: center;
}
.newspage span input::-webkit-outer-spin-button,
.newspage span input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.newspage span input[type=number] {
  -moz-appearance: textfield;
}

.newsban {
  width: 8.4rem;
}
.newsban h2 {
  line-height: 1.3em;
}
.newsban p {
  text-transform: none;
  letter-spacing: 1px;
}

.yghdlisttxt {
  padding: 0.5rem;
}

.yghdlisttxt h4 {
  font-size: 0.24rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 68%;
}

.yghdlisttxt span {
  width: 1.6rem;
  height: 0.5rem;
  border: 1px solid #BEBEBE;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  color: #1D1D1D;
}

.yghdlist li {
  width: 47.9%;
  margin-bottom: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(87, 87, 87, 0.15);
  border-radius: 6px;
  overflow: hidden;
}
.yghdlist li:hover h4 {
  color: #397DDE;
}

.yghdlist li:hover .aniimg img {
  transform: scale(1.1);
}

.yghdlist li:hover span {
  background: #397DDE;
  border-color: #397DDE;
  color: #FFF;
}

.hyzxlisttxt {
  box-sizing: border-box;
  padding-right: 1rem;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  width: 78.3%;
}
.hyzxlisttxt h4 {
  font-size: 0.24rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
.hyzxlisttxt p {
  color: #666666;
  font-size: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}

.hyzxlistdate {
  width: 15%;
}
.hyzxlistdate img {
  width: 0.3rem;
}
.hyzxlistdate b {
  font-size: 0.32rem;
  color: #666;
  margin-bottom: 0.25rem;
  display: block;
  line-height: 1em;
}
.hyzxlistdate span {
  font-size: 0.2rem;
  display: block;
  line-height: 1em;
  color: #999999;
}

.hyzxlist {
  margin-bottom: 1rem;
}
.hyzxlist li {
  border-bottom: 1px solid #D0D0D0;
  padding: 0.5rem 0;
}
.hyzxlist li:hover {
  border-color: #397DDE;
}
.hyzxlist li:hover h4 {
  color: #397DDE;
}

.hyzxtop {
  background: #FFF;
  margin-bottom: 0.5rem;
  position: relative;
}

.hyzxtop-pictxt {
  display: none;
}

.hyzxtop-pic {
  width: 50%;
}
.hyzxtop-pic .swiper-pagination {
  bottom: 0.5rem;
}
.hyzxtop-pic .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.07rem;
}
.hyzxtop-pic .swiper-pagination .swiper-pagination-bullet-active {
  background: #397DDE;
}

.hyzxtop-txt {
  width: 50%;
  box-sizing: border-box;
  padding: 0.3rem 0.65rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.hyzxtop-txt .swiper-slide-active h4 {
  color: #397DDE;
}

.hyzxtop-tit {
  width: 68%;
  margin-top: -1px;
  border-top: 1px solid #EBEAEA;
  padding: 0.3rem 0;
}
.hyzxtop-tit h4 {
  font-size: 0.24rem;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0.18rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.hyzxtop-tit h4::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #397DDE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.hyzxtop-tit p {
  font-size: 16px;
  color: #666;
  padding-left: 0.18rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}

.hyzxtop-date {
  width: 23%;
}
.hyzxtop-date span {
  font-size: 0.26rem;
  color: #666;
  margin-bottom: 0.5rem;
  display: block;
}
.hyzxtop-date i {
  font-size: 16px;
  display: block;
  color: #666666;
  font-style: normal;
  position: relative;
}
.hyzxtop-date i:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #888888;
  margin-left: 7px;
  margin-top: -3px;
}

.pxdttop {
  align-items: initial;
}

.pxdttop-left {
  width: 66.07%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pxdttop-left:hover .aniimg img {
  transform: scale(1.06);
}

.pxdttoptxt {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
}
.pxdttoptxt span {
  display: block;
  width: 1.2rem;
  height: 0.35rem;
  background: #FFFFFF;
  border-radius: 0.18rem;
  line-height: 0.35rem;
  text-align: center;
  font-size: 14px;
  text-align: center;
  color: #397DDE;
  margin-bottom: 0.4rem;
}
.pxdttoptxt h4 {
  font-size: 0.28rem;
  color: #FFF;
}
.pxdttoptxt i {
  position: absolute;
  display: block;
  color: #FFF;
  font-style: normal;
  font-size: 16px;
  left: 0.5rem;
  bottom: 0.5rem;
}

.pxdtlist {
  width: 31.7%;
  border-radius: 0.1rem;
  background: #FFF;
  box-sizing: border-box;
  padding: 0.4rem;
}
.pxdtlist span {
  width: 1.2rem;
  height: 0.35rem;
  border-radius: 0.18rem;
  border: 1px solid rgba(153, 153, 153, 0.5);
  display: block;
  line-height: 0.35rem;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 0.3rem;
}
.pxdtlist h4 {
  font-size: 0.24rem;
  margin-bottom: 0.35rem;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}
.pxdtlist i {
  margin-top: 0.4rem;
  font-style: normal;
  font-size: 16px;
  display: block;
}
.pxdtlist .aniimg {
  border-radius: 10px;
}
.pxdtlist:hover h4, .pxdtlist:hover i {
  color: #397DDE;
}
.pxdtlist:hover span {
  border-color: #397DDE;
  background: #397DDE;
  color: #FFF;
}
.pxdtlist:hover .aniimg img {
  transform: scale(1.06);
}

.pxdtitembox {
  margin-bottom: 1rem;
}
.pxdtitembox li {
  margin-top: 0.3rem;
  float: left;
  margin-right: 2.45%;
}
.pxdtitembox li:nth-child(3n) {
  margin-right: 0;
}

.fazhanban {
  width:100%;max-width: 8.4rem;
}
.fazhanban h2 {
  line-height: 1.3em;
}
.fazhanban p {
  letter-spacing: 1px;
}

/*++pro*/
.pronavbar {
  background: #093E8A;
  padding: 0.2rem 0;
  text-align: center;
}
.pronavbar li {
  display: inline-block;
  height: 0.42rem;
  line-height: 0.42rem;
  border-radius: 0.42rem;
  padding: 0 0.2rem;
  margin: 0 15px;
}
.pronavbar li a {
  color: #FFF;
}
.pronavbar li:hover, .pronavbar li.pronavbaract {
  background: #246ACF;
}

.show-pebox {
  background: #f3f9ff;
}

.show-pe {
  z-index: 1;
  position: relative;
  padding-bottom: 0.7rem;
}
.show-pe:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75.26%;
  background: #FFF;
  top: 0.62rem;
  bottom: 0;
  z-index: -1;
}
.show-pe .content {
  align-items: initial;
}

.show-pepic {
  width: 34.65%;
}

.show-petxt {
  margin-top: 1.4rem;
  width: 60.4%;
  position: relative;
  z-index: 1;
}
.show-petxt::before {
  content: "";
  background: url(../images/showbg.png) no-repeat;
  display: block;
  width: 5.29rem;
  height: 3.85rem;
  background-size: cover;
  position: absolute;
  bottom: -0.7rem;
  z-index: -1;
  right: 0;
}
.show-petxt h4 {
  color: #1982EC;
  font-weight: bold;
  font-size: 0.4rem;
}
.show-petxt p {
  font-size: 18px;
  color: #666666;
}

.showline {
  width: 0.4rem;
  height: 2px;
  background: #1982EC;
  display: block;
  margin: 0.4rem 0;
}

.show-tit {
  font-size: 0.4rem;
  color: #397DDE;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6rem;
}

.show-pro {
  background: url(../images/showprobg.jpg) no-repeat;
  background-size: cover;
}

.show-prolist {
  position: relative;
}
.show-prolist li {
  border: 0.1rem solid rgba(25, 130, 236, 0.12);
  border-radius: 50%;
  position: relative;
  background: #FFF;
  width: 1.46rem;
  height: 1.46rem;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.show-prolist li h4 {
  font-size: 18px;
  line-height: 1.3em;
  min-height: 2.6em;
  text-align: center;
  padding: 0 15px;
  margin-top: 0.15rem;
}
.show-prolist li span {
  background: url(../images/showprobg2.png) no-repeat;
  display: block;
  width: 0.72rem;
  height: 0.28rem;
  line-height: 0.28rem;
  background-size: cover;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.36rem;
}
.show-prolist .swiper-pagination {
  bottom: -0.5rem;
  width: 100%;
}
.show-prolist .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #F3F9FF;
  box-shadow: 0px 5px 13px 3px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  opacity: 1;
  margin: 0 7px;
}
.show-prolist .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #397DDE;
  background: #397DDE;
}

.show-titfff {
  color: #FFF;
}

.show-class {
  background: url(../images/showclassbg.jpg) no-repeat;
  background-size: cover;
}

.show-classlist {
  align-items: initial;
}
.show-classlist li {
  width: 31.65%;
  background: #5EA8F2;
  padding: 0.64rem;
  box-sizing: border-box;
}
.show-classlist li i {
  display: block;
  width: 0.64rem;
  margin: 0 auto;
}
.show-classlist li h4 {
  font-size: 0.22rem;
  color: #FFF;
  text-align: center;
  margin-top: 0.36rem;
  margin-bottom: 0.1rem;
}
.show-classlist li p {
  font-size: 18px;
  text-align: center;
  color: #FFF;
}
.show-classlist li:hover img {
  animation: icon-bounce 0.5s alternate;
}

@keyframes icon-bounce {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(-5deg);
  }
}
.show-special {
  background: url(../images/showspecialbg.jpg) no-repeat;
  background-size: cover;
}

.show-specialtxt {
  width: 58.5%;
}
.show-specialtxt h4 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #397DDE;
}
.show-specialtxt p {
  color: #999;
  font-size: 18px;
}

.show-specialpic {
  width: 4.61rem;
  height: 4.61rem;
  border-radius: 50%;
  background: rgba(25, 130, 236, 0.04);
  padding: 0.52rem;
  box-sizing: border-box;
  margin-right: 0.64rem;
  box-sizing: border-box;
  position: relative;
}
.show-specialpic::before {
  content: "";
  display: block;
  border-radius: 50%;
  left: 0.52rem;
  right: 0.52rem;
  top: 0.52rem;
  bottom: 0.52rem;
  position: absolute;
  background: rgba(0, 127, 255, 0.05);
}
.show-specialpic h3 {
  position: absolute;
  left: 0.99rem;
  right: 0.99rem;
  top: 0.99rem;
  bottom: 0.99rem;
  box-sizing: border-box;
  border-radius: 50%;
  background: rgba(0, 127, 255, 0.05);
  font-size: 0.24rem;
  color: #1982EC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.show-specialpic h3:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #FFF;
  left: 0.43rem;
  right: 0.43rem;
  top: 0.43rem;
  bottom: 0.43rem;
}
.show-specialpic h3 span {
  position: absolute;
  z-index: 2;
}

.show-speciallist {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.show-speciallist li {
  width: 1.24rem;
  height: 1.24rem;
  background: #FFFFFF;
  box-shadow: 0px 0.03rem 0.43rem 0px rgba(25, 130, 236, 0.63);
  border-radius: 50%;
  border: 3px solid #007FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.show-speciallist li i {
  display: block;
  width: 0.35rem;
  margin: 0 auto;
}
.show-speciallist li h4 {
  text-align: center;
  color: #1982EC;
  font-size: 18px;
  margin-top: 10px;
}
.show-speciallist .show-speciallist1 {
  top: 0.37rem;
  margin-left: -0.62rem;
  left: 50%;
}
.show-speciallist .show-speciallist2 {
  left: 0.6rem;
  bottom: 0.89rem;
}
.show-speciallist .show-speciallist3 {
  right: 0.6rem;
  bottom: 0.89rem;
}

.proxl-top h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.34rem;
}
.proxl-top h4 {
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 18px;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.proxl-top p {
  color: #666;
  text-align: center;
  font-size: 18px;
}

.proxl-listbox {
  background: #f3f9ff;
}

.proxl-list {
  position: relative;
  align-items: initial;
}
.proxl-list .swiper-container {
  padding-bottom: 3px;
}
.proxl-list .swiper-slide {
  align-items: flex-start;
}
.proxl-list .swiper-pagination {
  width: auto;
  font-size: 0.26rem;
  font-style: italic;
  color: #BFBFBF;
  top: 1.45rem;
}
.proxl-list .swiper-pagination span {
  font-weight: bold;
  color: #999999;
}
.proxl-list .swiper-pagination b {
  font-size: 0.4rem;
  color: #397DDE;
}

.proxl-listtxt {
  width: 35.5%;
  position: absolute;
  left: 0;
  top: 0;
}
.proxl-listtxt h3 {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top:.4rem;
}
.proxl-listtxt h4 {
  font-size: 0.28rem;
  margin-top: 0.35rem;
}

.proxl-item {
  width: 59.6%;
  margin-left: 40.4%;
}
.proxl-item li {
  width: 47%;
}
.proxl-item li p {
  margin-top: 0.3rem;
  color: #999999;
  font-size: 18px;
}
.proxl-item li .morebtn2 {
  margin-top: 0.4rem;
}
.proxl-item li .aniimg {
  position: relative;
}
.proxl-item li .aniimg h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 83%;
  background: rgba(255, 255, 255, 0.8);
  height: 1rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.proxl-item li .aniimg h4 span {
  font-size: 0.2rem;
  font-weight: bold;
}
.proxl-item li:hover .aniimg img {
  transform: scale(1.06);
}
.proxl-item li:hover h4 span {
  color: #397DDE;
}

.proxl-listbtn {
  width: 1.1rem;
  position: absolute;
  left: 0;
  bottom: .1rem;
}
.proxl-listbtn .swiper-button-next, .proxl-listbtn .swiper-button-prev {
  position: static;
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  opacity: 1;
  background: none;
  box-sizing: border-box;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.proxl-listbtn .swiper-button-next:hover, .proxl-listbtn .swiper-button-prev:hover {
  background: #397DDE;
  border-color: #397DDE;
}
.proxl-listbtn .swiper-button-next:hover:before, .proxl-listbtn .swiper-button-prev:hover:before {
  border-color: #FFF;
}
.proxl-listbtn .swiper-button-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  display: block;
  position: absolute;
  right: 30%;
  top: 40%;
  transform: rotate(-45deg);
}
.proxl-listbtn .swiper-button-next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  display: block;
  position: absolute;
  left: 30%;
  top: 40%;
  transform: rotate(135deg);
}

.profffbg {
  background: #FFF;
}
.profffbg .proxl-listtxt {
  text-align: right;
  left: auto;
  right: 0;
}
.profffbg .proxl-item {
  margin-left: 0;
  margin-right: 40.4%;
}
.profffbg .proxl-listbtn, .profffbg .swiper-pagination {
  left: auto;
  right: 0;
}

@media (max-width: 1700px) {
  .bantxt h2, .listbantxt h2 {
    font-size: 0.5rem;
  }
  .abouttxt > h4 {
    margin-top: 0.4rem;
  }
  .about-read, .aboutlist {
    margin-top: 0.4rem;
  }
  .titbox {
    margin-bottom: 0.6rem;
  }
  .rclnlisttxt p, .show-prolist li h4 {
    font-size: 16px;
  }
  .show-prolist li h4 {
    padding: 0 5px;
  }
}
@media (max-width: 1500px) {
  .about-read .p, .proacttxt p {
    font-size: 16px;
  }
  .proact-item li a {
    font-size: 16px;
  }
  .show-petxt p {
    font-size: 16px;
  }
  .proxl-top p, .proxl-top h4, .proxl-item li p, .show-classlist li p, .show-specialtxt p, .show-speciallist li h4 {
    font-size: 16px;
  }
  .show-speciallist li h4 {
    margin-top: 5px;
  }
  
  .about-read .p{width:100%;}
  
}/*# sourceMappingURL=index.css.map */

/*20250320*/
.navfr{width:100%;overflow:hidden;padding:.2rem 0px;line-height:1.5;font-size:15px;color:#999;background-color:#f3f9ff;}
.navfr span{display:inline-block;float:left;}
.navfr a{float:left;display:inline-block;color:#999;}
.navfr i{float:left;display:inline-block;padding:0px .1rem;}


.show-petxt .p1{font-size:14px;padding-bottom:.4rem;}
.show-petxt .p1 a{display:inline-block;line-height:1.5;padding:.1rem .3rem;border-radius:.6rem;border:.01rem solid #999;color:#999;}

.wrap{width:100%;overflow:hidden;}

.probox .swiper-slide .protit{width:29%;margin-left:14%;}
.probox .swiper-button-next{right:-5%;}

.listbantxt{width:100%;max-width:8.4rem;}
.listbantxt h2{line-height:1.3em;}









