@-webkit-keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale11 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scale11 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale11 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner li {
  overflow: hidden;
  position: relative;
}
.banner li > img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation: scale11 6s infinite;
  -moz-animation: scale11 6s infinite;
  -o-animation: scale11 6s infinite;
  animation: scale11 6s infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.bantxt {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 10vh;
}
.bantxt h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 0.86rem;
  line-height: 1.2em;
}
.bantxt p {
  margin-top: 5vh;
  margin-bottom: 6vh;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: lighter;
}

.morebtn {
  height: 0.6rem;
  line-height: 0.6rem;
  background: #0f6cff;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  display: inline-block;
  box-sizing: border-box;
  width: 2.16rem;
  padding: 0 0.4rem;
  color: #FFF;
  transition: all 0.5s;
  text-align: left;
}
.morebtn > img, .morebtn i {
  width: 0.2rem;
  display: block;
  float: right;
  margin-top: 0.2rem;
}
.morebtn:hover {
  opacity: 0.8;
}

.scroll {
  position: absolute;
  width: 14px;
  right: 6.25%;
  bottom: 10vh;
  z-index: 2;
}
.scroll img {
  -webkit-animation: mouse 2s infinite;
  animation: mouse 2s infinite;
  position: relative;
}

@-webkit-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
.banbtn {
  position: absolute;
  left: 6.25%;
  z-index: 2;
  bottom: 60vh;
}
.banbtn .swiper-button-prev, .banbtn .swiper-button-next, .banbtn .swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.banbtn .swiper-button-prev, .banbtn .swiper-button-next {
  width: 8px;
  height: 12px;
}
.banbtn .swiper-button-prev {
  background: url(../images/banl.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.3rem;
}
.banbtn .swiper-button-next {
  background: url(../images/banr.png) no-repeat;
  background-size: 100% 100%;
}
.banbtn .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.3;
  margin-right: 0.3rem;
}
.banbtn .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.7;
}
.banbtn .swiper-button-disabled {
  display: none;
}

.aboutrow {
  background: url(../images/aboutbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.titbox {
  margin-bottom: 0.65rem;
  text-align: center;
}
.titbox h2 {
  font-size: 0.5rem;
  font-weight: 500;
  color: #000;
}
.titbox p {
  font-size: 0.24rem;
  color: #999999;
  margin-top: 0.2rem;
}

.abouttop {
  align-items: flex-start;
}

.abouttxt {
  width: 44%;
}
.abouttxt .titbox {
  text-align: left;
}
.abouttxt p {
  font-size: 0.2rem;
  color: #3C4141;
  margin-bottom: 1em;
  letter-spacing: 1.5px;
}

.about-video {
  width: 49.3%;
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}

.videobtn {
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}
.videobtn img {
  backdrop-filter: initial;
}
.videobtn:hover {
  transform: rotate(-90deg);
}
.videobtn:after {
  content: "";
  position: absolute;
  left: -0.25rem;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}
.videobtn:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.aboutlist li {
  margin-top: 0.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  width: 15.47%;
  box-sizing: border-box;
  padding: 0.4rem;
}
.aboutlist li i {
  width: 0.6rem;
  display: block;
}
.aboutlist li h4 {
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #000;
}
.aboutlist li p {
  font-size: 0.18rem;
  color: #999999;
}
.aboutlist li:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  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);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(-5deg);
  }
}
.probox {
  background: url(../images/probg.jpg) no-repeat;
  background-size: 100% 100%;
}

.prolistrow {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.prolistrow .proimg img{
  aspect-ratio: 1687/679;
}
.prolist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prolist li {
  height: 100%;
  width: 16.6%;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(0.08rem);
}
.prolist li .bg{
  display: none;
}
.prolist li i {
  display: block;
  width: 1.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/proiconbg.png) no-repeat;
  height: 1.33rem;
  background-size: 100% 100%;
}
.prolist li i img {
  width: auto;
  max-width: 100%;
}
.prolist li h4 {
  font-size: 0.3rem;
  color: #F5F5F5;
  font-weight: bold;
  margin-top: 0.5rem;
}
.prolist li:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
.prolist .prolistact {
  width: 50%;
  justify-content: flex-start;
  padding-left: 1.2rem;
  background: none;
  backdrop-filter: initial;
}
.prolist .prolistact .prolisttxt {
  margin-top: 0.5rem;
  display: block;
}

.prolisttxt {
  display: none;
}
.prolisttxt p {
  color: #FFF;
  font-size: 0.24rem;
  padding-left: 0.26rem;
  background: url(../images/sj.png) no-repeat left center;
  background-size: 0.06rem 0.1rem;
}
.prolisttxt a {
  color: #FFF;
  font-size: 0.24rem;
  padding-left: 0.26rem;
  background: url(../images/sj.png) no-repeat left center;
  background-size: 0.06rem 0.1rem;
  display: block;
  transition: all 0.3s;
}
.prolisttxt a:hover {
  margin-left: 0.05rem;
}

.solutab {
  border-bottom: 1px solid #D7D7D7;
  text-align: center;
  font-size: 0;
}
.solutab li {
  display: inline-block;
  font-size: 0.28rem;
  padding: 0 0.35rem;
  display: inline-block;
  padding-bottom: 0.25rem;
  color: #212121;
  cursor: pointer;
}
.solutab li.solutabact {
  font-weight: bold;
  color: #0f6cff;
  border-bottom: 0.05rem solid #0f6cff;
}

.soluitem {
  background: #F4F5F9;
  border-radius: 0.2rem;
  margin-top: 0.4rem;
  display: none;
}
.soluitem:first-child {
  display: block;
}

.soluitempic {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 63.9%;
}
.soluitempic img{
  aspect-ratio: 224/109;
}
.soluitemtxt {
  width: 30%;
  box-sizing: border-box;
  padding-right: 1.03rem;
}
.soluitemtxt i {
  width: auto;
  display: block;
  max-width: 0.8rem;
}
.soluitemtxt h4 {
  font-size: 0.3rem;
  margin: 0.3rem 0;
  font-weight: bold;
}
.soluitemtxt p {
  font-size: 0.2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 5.1em;
}
.soluitemtxt span {
  color: #0f6cff;
  font-size: 0.22rem;
  margin-top: 0.6rem;
  display: block;
}

.solurow li:hover .aniimg img {
  transform: scale(1.1);
}
.solurow li:hover i img {
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
.solurow li:hover h4 {
  color: #0f6cff;
}

.servicebox {
  background: url(../images/servicebg.jpg) no-repeat;
  background-size: 100% 100%;
}
.servicebox .titbox {
  text-align: left;
}

.servicelist {
  align-items: initial;
  position: relative;
  padding-bottom: .58rem;
}
.servicelist .swiper-pagination{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.servicelist .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 0.03rem solid #C2C9DB;
  box-sizing: border-box;
  background: none;
  opacity: 1;
  margin: 0 0.12rem;
}
.servicelist .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f6cff;
  border-color: #0f6cff;
}
.servicelist li {
  width: 19.1%;
  background: #FFFFFF;
  border-radius: 0.1rem;
  border: 1px solid #E1E8F3;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 0.8rem 0.5rem;
  z-index: 1;
  aspect-ratio: 320/525;
}
.servicelist li .servicetit {
  margin-bottom: 0.4rem;
}
.servicelist li h4 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.servicelist li h5 {
  font-size: 0.22rem;
  color: #666666;
}
.servicelist li > img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  display: none;
}
.servicelist li:hover i img {
  animation: icon-bounce 0.5s alternate;
}
.servicelist .serviceact {
  width: 38.69%;
  padding: 0.8rem 0.7rem;
  aspect-ratio: 650/525;
}
.servicelist .serviceact > img {
  display: block;
}
.servicelist .serviceact h4 {
  font-size: 0.4rem;
}
.servicelist .serviceact h5 {
  font-size: 0.3rem;
}
.servicelist .serviceact h4, .servicelist .serviceact h5 {
  color: #FFF;
}
.servicelist .serviceact .servicetxt {
  padding: 0 0.8rem;
}
.servicelist .serviceact .servicetxt .txt {
  width: 77%;
}
.servicelist .serviceact .servicetxt p {
  color: #FFF;
  text-overflow: initial;
  overflow: hidden;
  white-space: initial;
}
.servicelist .serviceact .servicetxt p::before {
  background: #FFF;
}
.servicelist .serviceact .servicetxt i {
  display: block;
}

.servicetxt {
  position: absolute;
  bottom: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  padding: 0 0.5rem;
}
.servicetxt .txt {
  width: 100%;
}
.servicetxt p {
  padding-left: 0.22rem;
  position: relative;
  line-height: 1.8em;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  color: #444444;
  font-size: 0.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.servicetxt p::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #0F6CFF;
  border-radius: 50%;
  left: 0;
  top: 0.7em;
}
.servicetxt i {
  display: none;
  width: 14.5%;
}

.partnerlist {
  align-items: initial;
  justify-content: flex-start;
}
.partnerlist li {
  width: 12.8%;
  margin-right: 4.64%;
  margin-bottom: 0.45rem;
  overflow: hidden;
}
.partnerlist li:nth-child(6n) {
  margin-right: 0;
}
.partnerlist li img {
  display: block;
  transition: all 0.3s;
  vertical-align: middle;
  transform: scale(1);
  width: 100%;
}
.partnerlist li:hover img {
  transform: scale(1.1);
}

.newsbox {
  background: #f4f5f8;
}

.messagebtn {
  background: #F1F2F5;
  color: #333;
  padding: 0 0.35rem;
  transition: none;
  width: 2.1rem;
}
.messagebtn i {
  width: 0.28rem;
  margin-top: 0.15rem;
}
.messagebtn:hover {
  color: #FFF;
  background: #0f6cff;
  opacity: 1;
}
.messagebtn:hover i img {
  display: none;
}
.messagebtn:hover i .picact {
  display: block;
}

.newsrow {
  position: relative;
}
.newsrow .swiper-button-next, .newsrow .swiper-button-prev {
  width: 0.73rem;
  height: 0.73rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  background-size: 0.14rem 0.24rem;
  margin: 0;
  padding: 0;
  margin-top: -0.36rem;
}
.newsrow .swiper-button-next:hover, .newsrow .swiper-button-prev:hover {
  background-color: #0f6cff;
}
.newsrow .swiper-button-next {
  right: -0.96rem;
}
.newsrow .swiper-button-prev {
  left: -0.96rem;
}
.newsrow .swiper-pagination {
  width: 100%;
  bottom: -0.5rem;
  display: none;
}
.newsrow .swiper-pagination span {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
}
.newsrow .swiper-pagination .swiper-pagination-bullet-active {
  background: #0f6cff;
}

.newslist li {
  background: #FFFFFF;
  /* box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05); */
  border-radius: 0.2rem;
  overflow: hidden;
}
.newslist li .aniimg img {
  aspect-ratio: 67/38;
}
.newslist li:hover .aniimg img {
  transform: scale(1.1);
}
.newslist li:hover h4 {
  font-weight: bold;
  color: #0f6cff;
}

.newstxt {
  padding: 0.42rem 0.5rem;
}
.newstxt h4 {
  font-size: 0.24rem;
  line-height: 1.4em;
  height: 4.2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  letter-spacing: 0.018rem;
}
.newstxt span {
  display: block;
  color: #999;
  font-size: 0.18rem;
  margin-top: 0.3rem;
}

.messagerow {
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.38rem 0.02rem rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  align-items: initial;
}

.message-pic {
  width: 32.32%;
  position: relative;
  border-radius: .2rem;
  overflow: hidden;
}
.message-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.message-pic .top {
  width: 100%;
  padding: 0.7rem;
  box-sizing: border-box;
 
}
.message-pic .top h4 {
  color: #F7F7F7;
  font-size: 0.46rem;
  font-weight: bold;
  margin-bottom: .15rem;
}
.message-pic .top p{
  font-size: .2rem;
  color: #FFF;
}
.message-pic .top p a{
  color: #FFFF;
}
.message-pic .txt {
  position: absolute;
  width: 100%;
  padding: 0.8rem 0.9rem;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}
.message-pic .txt a {
  color: #F7F7F7;
  font-size: 0.36rem;
  font-weight: bold;
}
.message-pic .txt p {
  color: rgba(247, 247, 247, 0.5);
  font-size: 0.18rem;
}

.message-board {
  width: 67.68%;
  box-sizing: border-box;
  padding: 0.6rem .8rem;
}

.message-item {
  margin-bottom: 0.2rem;
  width: 100%;
  height: 0.6rem;
  box-sizing: border-box;
  justify-content: flex-start;
}
.message-item label {
  font-size: 0.18rem;
  color: #232626;
  width: 21%;
  margin-right: 2%;
}
.message-item label span {
  color: #ED861F;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.08rem;
}
.message-item input {
  font-size: 0.18rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  height: 0.6rem;
  padding: 0 .2rem;
  line-height: 0.6rem;
  width: 78%;
  box-sizing: border-box;
  background: #F7F7F9;
  color: #232626;
}

.message-area {
  width: 100%;
  background: #F7F7F9;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.3rem 0.3rem;
}
.message-area label {
  display: block;
  font-size: 0.18rem;
  color: #232626;
  margin-right: 0.15rem;
}
.message-area label span {
  color: #ED861F;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.08rem;
}
.message-area textarea {
  border: 0 none;
  margin: 0;
  width: 100%;
  border: 0 none;
  background: none;
  width: 100%;
  margin-top: 0.1rem;
  display: block;
  color: #232626;
  padding-left: .08rem;
  font-size: 0.18rem;
}

.message-itemrow .message-item {
  width: 47%;
}
.message-itemrow .message-item input {
  width: 77%;
}

.message-btn {
  width: 1.71rem;
  margin-top: 0.25rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #0f6cff;
  border-radius: 0.3rem;
  position: relative;
}
.message-btn input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #FFF;
  font-size: 0.24rem;
  text-align: center;
}
.message-btn:hover {
  opacity: 0.95;
}

.message-select {
  position: relative;
}
.message-select i {
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  transform: rotate(-135deg);
  display: block;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 6;
}

.input-prorow {
  position: relative;
  width: 77%;
  background: #F7F7F9;
  border-radius: 0.1rem;
}
.input-prorow input {
  width: 100%;
  font-size: 0.18rem;
}
.message-select {
  position: relative;
}

.input-prorow ul {
  position: absolute;
  width: 100%;
  border-radius: 0.1rem;
  background: #F7F7F9;
  z-index: 2;
  left: 0;
  padding: 0.2rem 0;
  max-height: 2.7rem;
  overflow-y: auto;
  display: none;
  top: 0.6rem;
  box-shadow: 0px 1px 5px 0px rgba(26, 26, 26, 0.1);
}
.input-prorow ul li {
  padding: 0 0.2rem;
  font-size: 0.18rem;
  line-height: 0.45rem;
  cursor: pointer;
  border-bottom: 1px dashed #eee;
}
.input-prorow ul li:hover {
  background: #ededee;
}

/*products-1*/
.listban {
  position: relative;
  overflow: hidden;
}
.listban > img {
  object-fit: cover;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation: scale11 6s infinite;
  -moz-animation: scale11 6s infinite;
  -o-animation: scale11 6s infinite;
  animation: scale11 6s infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.listban-txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.listban-txt h2 {
  font-size: 0.64rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.3em;
}
.listban-txt .txt {
  margin-top: 0.25rem;
}
.listban-txt .txt p {
  color: #FFF;
  font-size: 0.24rem;
}

.route {
  margin-top: 0.35rem;
}
.route a {
  color: #FFF;
  font-size: 0.18rem;
  display: inline-block;
}
.route a:hover {
  opacity: 0.9;
}
.route a:first-child {
  padding-left: 0.4rem;
  background: url(../images/route.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
}
.route i {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin: 0 0.13rem;
}

.route2 {
  margin-top: 0.4rem;
}
.route2 a {
  color: #666;
}
.route2 a:first-child {
  background-image: url(../images/route2.png);
}
.route2 i {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

.listnav {
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.listnav.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8; 
  background-color: #fff;
}
.listnav.sticky li a{
  padding-top: .2rem;
  padding-bottom: .2rem;
}
.listnav ul {
  justify-content: center;
}
.listnav li {
  position: relative;
}
.listnav li:after {
  content: "";
  background: #0f6cff;
  height: 3px;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 50%;
  transition: width 0.3s;
  transform: translateX(-50%);
}
.listnav li a {
  font-size: 0.22rem;
  line-height: 1em;
  font-weight: 500;
  display: block;
  padding: 0.4rem 0.48rem;
}
.listnav li:hover:after, .listnav li.listnavact:after {
  width: 100%;
}
.listnav li:hover a, .listnav li.listnavact a {
  color: #0f6cff;
}

.listtit {
  margin-bottom: 0.6rem;
}
.listtit h2 {
  font-size: 0.46rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
}
.listtit h5 {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  text-align: center;
  color: #666666;
}
.listtit p {
  text-align: center;
  font-size: 0.2rem;
  max-width: 66.7%;
  margin: 0.5rem auto 0;
}

.pro-mltz {
  align-items: initial;
  margin-top: -.5rem;
}
.pro-mltz li {
  width: 32.1%;
  box-sizing: border-box;
  margin-top: .5rem;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.05);
  border-radius: 0.15rem;
  background: #0a0b2d;
  border: 1px solid #EEF1F9;
  overflow: hidden;
  position: relative;
}
.pro-mltz li:hover .aniimg {
  opacity: 0.15;
}
.pro-mltz li:hover .aniimg img {
  transform: scale(1.06);
}
.pro-mltz li:hover .pro-mltztxt {
  height: 100%;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-mltz li:hover .pro-mltztxt .txt {
  display: block;
  margin-top: 0.35rem;
}
.pro-mltz li:hover .pro-mltztxt .txt p {
  font-size: 0.18rem;
  color: #FDFEFF;
  opacity: 0.7;
}

.pro-mltztxt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.4rem;
}
.pro-mltztxt .txt {
  display: none;
}
.pro-mltztxt i {
  width: 0.6rem;
  display: block;
  margin: 0 auto;
}
.pro-mltztxt h4 {
  text-align: center;
  font-size: 0.28rem;
  color: #E5E6E7;
  font-weight: bold;
  margin-top: 0.15rem;
}

.procasebox {
  background: url(../images/procase.jpg) no-repeat;
  background-size: 100% 100%;
}

.procase {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.29rem 0.02rem rgba(2, 38, 87, 0.03);
  border-radius: 0.2rem;
  overflow: hidden;
}

.procasetxt {
  padding: 0.65rem;
}
.procasetxt p {
  font-size: 0.2rem;
  margin-bottom: 0.08rem;
}

.pro-hlights ul {
  padding-bottom: 0.7rem;
}
.pro-hlights .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.pro-hlights .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 0.03rem solid #C2C9DB;
  box-sizing: border-box;
  background: none;
  opacity: 1;
  margin: 0 0.12rem;
}
.pro-hlights .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f6cff;
  border-color: #0f6cff;
}
.pro-hlights li {
  background: linear-gradient(0deg, #F8FCFF 0%, #FFFFFF 0%, #FFFFFF 58%, #F0F7FE 100%);
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(2, 38, 87, 0.05);
  border-radius: 0.2rem;
  border: 0.03rem solid #FFFFFF;
  padding: 0.6rem 0.8rem;
}
.pro-hlights li i {
  width: 0.6rem;
  display: block;
  margin: 0 auto;
}
.pro-hlights li h4 {
  margin-top: 0.25rem;
  text-align: center;
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
}
.pro-hlights li p {
  font-size: 0.2rem;
  color: #666666;
  font-weight: bold;
  min-height: 6.8em;
  letter-spacing: 2px;
}
.pro-hlights li:hover i img {
  animation: icon-bounce 0.5s alternate;
}

.prohxysbox {
  background: url(../images/prohxysbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.prohxys {
  align-items: initial;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.29rem 0.02rem rgba(2, 38, 87, 0.03);
  border-radius: 0.3rem;
  background: url(../images/prohxyscon.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.prohxys-tab {
  width: 17.14%;
  border-right: 1px solid rgba(207, 226, 255, 0.5);
  box-sizing: border-box;
}
.prohxys-tab li {
  font-size: 0.24rem;
  padding: 0.65rem 0;
  padding-left: 0.65rem;
  line-height: 1em;
}
.prohxys-tab .prohxys-tabact {
  background: url(../images/prohxys-tabbg.png) repeat-y left top;
}

.prohxys-con {
  width: 82.86%;
}

.prohxys-item {
  padding: 0.65rem 0.9rem;
  display: none;
}
.prohxys-item .wap-flex {
  align-items: initial;
}
.prohxys-item:first-child {
  display: block;
}

.prohxys-itemtxt {
  width: 53%;
}
.prohxys-itemtxt h4 {
  font-weight: bold;
  font-size: 0.36rem;
  padding-top: 0.4rem;
  position: relative;
}
.prohxys-itemtxt h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2rem;
  height: 0.05rem;
  background: #176AF0;
  border-radius: 0.03rem;
  opacity: 0.2;
  left: 0;
  top: 0;
}
.prohxys-itemtxt ul {
  margin-top: 0.8rem;
}
.prohxys-itemtxt ul li {
  font-size: 0.2rem;
  color: #666;
  position: relative;
  padding-left: 0.26rem;
  margin-top: 0.2rem;
}
.prohxys-itemtxt ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 0.02rem solid #176AF0;
  box-sizing: border-box;
  left: 0;
  top: 0.5em;
}

.prohxys-itempic {
  width: 42%;
}
.prohxys-itempic img {
  width: 76.5%;
  margin-left: 7%;
  max-width: 100%;
}

.profwjz {
  padding-bottom: 0.5rem;
  position: relative;
}
.profwjz .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.profwjz .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 0.03rem solid #C2C9DB;
  box-sizing: border-box;
  background: none;
  opacity: 1;
  margin: 0 0.12rem;
}
.profwjz .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f6cff;
  border-color: #0f6cff;
}

.profwjz-list {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.05);
  border-radius: 0.2rem;
  border: 1px solid #EEF1F9;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
  padding: 0.55rem 0.75rem;
  overflow: hidden;
  position: relative;
}
.profwjz-list p {
  margin-top: 0.28rem;
  font-size: 0.22rem;
  color: #666666;
  line-height: 1.4em;
  min-height: 2.8em;
}
.profwjz-list:hover:after {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  display: block;
  background: #0f6cff;
  left: 0;
  bottom: 0;
}
.profwjz-list:hover .profwjz-tit i img {
  animation: icon-bounce 0.5s alternate;
}

.profwjz-tit i {
  width: 0.53rem;
  display: inline-block;
  text-align: center;
  height: 0.53rem;
  line-height: 0.53rem;
  background: #1569F0;
  border-radius: 0.1rem;
  margin-right: 0.28rem;
  vertical-align: middle;

}
.profwjz-tit i img{
  width:64%;
  display: inline-block;
  vertical-align: middle;
}
.profwjz-tit h4 {
  font-weight: bold;
  vertical-align: middle;
  font-size: 0.3rem;
  display: inline-block;
}

.proyycjbox {
  background: url(../images/proyycjbg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.proyycj {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.proyycj .swiper, .proyycj ul {
  overflow: visible;
}
.proyycj .swiper-button-next, .proyycj .swiper-button-prev {
  width: 0.73rem;
  height: 0.73rem;
  background: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.36rem;
}
.proyycj .swiper-button-next:hover, .proyycj .swiper-button-prev:hover {
  background: #0f6cff;
}
.proyycj .swiper-button-next:hover img, .proyycj .swiper-button-prev:hover img {
  display: none;
}
.proyycj .swiper-button-next:hover .picact, .proyycj .swiper-button-prev:hover .picact {
  display: block;
}
.proyycj .swiper-button-next {
  right: -21%;
}
.proyycj .swiper-button-prev {
  left: -21%;
}
.proyycj ul {
  padding-bottom: 0.2rem;
}
.proyycj li {
  border-radius: 0.15rem;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.proyycj .swiper-container-horizontal li{
  aspect-ratio: 84/37;

}
.proyycj .swiper-container-horizontal li>img{
  height: 100%;
  width: auto;
}
.proyycj li .morebtn {
  margin-top: 0.45rem;
  background: none;
  line-height: 0.56rem;
  border: 2px solid #FFFFFF;
}
.proyycj li > img {
  border-radius: 0.15rem;
  opacity: 0.15;
}
.proyycj li .txt {
  width: 57%;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 0.75rem;
  top: 50%;
  display: none;
  transform: translateY(-50%);
}
.proyycj li .txt h4 {
  font-size: 0.36rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.proyycj li .txt p {
  font-size: 0.2rem;
  color: #FFF;
  opacity: 0.8;
}
.proyycj .swiper-slide-active {
  z-index: 1;
}
.proyycj .swiper-slide-active::before {
  content: "";
  background: #1569F0;
  border-radius: 0.15rem;
  opacity: 0.2;
  display: block;
  top: 0.3rem;
  bottom: -0.2rem;
  left: 0.38rem;
  right: 0.28rem;
  position: absolute;
  z-index: -1;
}
.proyycj .swiper-slide-active > img {
  opacity: 1;
}
.proyycj .swiper-slide-active .txt {
  display: block;
}

.proyycj .proyycj-tab {
  position: static;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
.proyycj .proyycj-tab .swiper-pagination-bullet {
  max-width:20%;
  box-sizing: border-box;
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  opacity: 1;
  margin: 0 0.15rem;
  font-size: 0.26rem;
  color: #666;
  cursor: pointer;
  padding-bottom: 0.05rem;
  background: none;
}
.proyycj .proyycj-tab .swiper-pagination-bullet-active {
  color: #0f6cff;
  border-bottom: 3px solid #0f6cff;
  border-radius: 0;
}

.proanli {
  align-items: initial;
  justify-content: flex-start;
}
.proanli li {
  width: 31%;
  margin-right: 3.5%;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.proanli li:nth-child(3n) {
  margin-right: 0;
}
.proanli li:hover .aniimg img {
  transform: scale(1.1);
}


.proanlittxt {
  position: absolute;
  width: 100%;
  padding: 0.35rem 0.5rem;
  z-index: 2;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}
.proanlittxt h4 {
  font-size: 0.22rem;
  color: #FFFFFF;
  line-height: 1.6em;
  max-width: 80%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.2em;
}
.proanlittxt i {
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 0.41rem;
  height: 0.41rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  background: url(../images/newsract.png) no-repeat;
  background-size: 100% 100%;
}
.proanli li:hover .proanlittxt i {
  border-color: #0f6cff;
  background-image: url(../images/newsract1.png);

}
.proslrkbox {
  background: #F4F5F8;
}

.proslrktxt {
  width: 57.1%;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.05);
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.7rem;
}
.proslrktxt li {
  padding-left: 0.24rem;
  font-size: 0.2rem;
  position: relative;
  line-height: 2em;
}
.proslrktxt li:hover{
  color:#0f6cff;
}
.proslrktxt li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0f6cff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.proslrkpic {
  width: 40.8%;
}

.pdflist li {
  width: 48.8%;
  padding: 0.4rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.05);
  border-radius: 0.05rem;
  border: 1px solid #EEF1F9;
  margin-bottom: 0.3rem;
}
.pdflist li:hover .pdflisttit img {
  animation: icon-bounce 0.5s alternate;
}
.pdflist li i {
  width: 0.2rem;
}

.pdflisttit {
  width: 88.2%;
  box-sizing: border-box;
  padding-right: 12%;
  border-right: 1px solid #EEF1F9;
}
.pdflisttit span {
  display: block;
  width: 9%;
}
.pdflisttit h4 {
  width: 85%;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.3em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.6em;
}

/*solution*/
.solu-hyjsbox {
  background: #F7FAFF;
}

.solu-hyjspic {
  width: 41.6%;
  border-radius: 0.15rem;
  overflow: hidden;
}

.solu-hyjstxt {
  width: 50.29%;
}
.solu-hyjstxt h4 {
  font-size: 0.46rem;
  font-weight: bold;
}
.solu-hyjstxt .txt {
  margin-top: 0.6rem;
}
.solu-hyjstxt .txt p {
  color: #666666;
  font-size: 0.2rem;
}

.solu-hytdbox {
  background: url(../images/solu-hytdbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.solu-hytdlist {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.05);
  border-radius: 0.15rem;
  border: 1px solid #EEF1F9;
  align-items: initial;
  overflow: hidden;
}
.solu-hytdlist li {
  width: 25%;
  box-sizing: border-box;
  padding: 0.75rem 0.6rem 0.8rem;
  z-index: 1;
  position: relative;
}
.solu-hytdlist li:after {
  content: "";
  display: block;
  width: 1px;
  background: #CED0D3;
  top: 0.59rem;
  bottom: 0.88rem;
  position: absolute;
  right: 0;
}
.solu-hytdlist li:last-child::after {
  display: none;
}
.solu-hytdlist li .bgpic {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solu-hytdlist li i {
  display: block;
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 0.1rem;
  border: 2px solid #176AF0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solu-hytdlist li i img{
  width: 68%;
}
.solu-hytdlist li h4 {
  font-size: 0.26rem;
  text-align: center;
  margin-top: 0.3rem;
  font-weight: bold;
}
.solu-hytdlist li:hover .bgpic {
  opacity: 1;
}
.solu-hytdlist li:hover h4 {
  color: #FFF;
}
.solu-hytdlist li:hover i {
  background: url(../images/hytdiconbg.png) no-repeat;
  background-size: 100% 100%;
  border: 0 none;
}
.solu-hytdlist li:hover i img {
  animation: icon-bounce 0.5s alternate;
}

.solu-fabsbox {
  background: url(../images/solufabsbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.solufabstxt {
  width: 33.27%;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.07);
  border-radius: 0.2rem;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  padding: 0.4rem 0.7rem;
}
.solufabstxt li {
  padding: 0.2rem 0;
  padding-left: 0.5rem;
  border-bottom: 1px solid #E3EFFF;
  position: relative;
}
.solufabstxt li i {
  width: 0.3rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.22rem;
}
.solufabstxt li h4 {
  font-weight: bold;
  font-size: 0.22rem;
}
.solufabstxt li p {
  font-size: 0.18rem;
  color: #999;
  margin-top: 0.05rem;
}
.solufabstxt li:hover i img{
    animation: icon-bounce 0.5s alternate;
}
.solufabstxt li:hover h4{
  color: #176AF0;
}
.solufabspic {
  width: 47.2%;
  margin-right: 10.5%;
}

.solufays {
  align-items: initial;
  background: linear-gradient(0deg, #F8FCFF 0%, #FFFFFF 0%, #FFFFFF 58%, #F0F7FE 100%);
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.07);
  border-radius: 0.15rem;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  position: relative;
  justify-content: flex-start;
}
.solufays::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(21, 105, 240, 0.1);
  top: 50%;
  left: 0;
  position: absolute;
}
.solufays li {
  width: 33.33%;
  box-sizing: border-box;
  border-right: 1px solid rgba(21, 105, 240, 0.1);
  position: relative;
  padding: 0.7rem 0.5rem;
  padding-left: 1.5rem;
}
.solufays li:nth-child(3n) {
  border-right: 0 none;
}
.solufays li i {
  display: block;
  position: absolute;
  width: 0.73rem;
  height: 0.73rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.07);
  border-radius: 0.15rem;
  left: 0.5rem;
  top: 50%;
  margin-top: -0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solufays li i img{
  width: 64%;
}
.solufays li h4 {
  font-size: 0.3rem;
  font-weight: bold;
}
.solufays li h4 b {
  color: #0f6cff;
  margin-left: 0.05rem;
}
.solufays li p {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.07rem;
}
.solufays li:hover i img {
  animation: icon-bounce 0.5s alternate;
}

.solu-casebox {
  background: #F7FAFF;
}

.soluprobox {
  background: #F1F2F6;
}

.swiper .swiper-bottombtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.swiper .swiper-bottombtn .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  border: 0.03rem solid #C2C9DB;
  box-sizing: border-box;
  background: none;
  opacity: 1;
  margin: 0 0.12rem;
}
.swiper .swiper-bottombtn .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0f6cff;
  border-color: #0f6cff;
}

.solupro {
  position: relative;
}
.solupro .swiper {
  padding-bottom: 0.58rem;
}
.solupro li {
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(6, 49, 109, 0.08);
  border-radius: 0.2rem;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.solupro li .txt {
  padding: 0.4rem 0.45rem;
}
.solupro li .txt h4 {
  font-weight: bold;
  font-size: 0.26rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
.solupro li .txt p {
  font-size: 0.18rem;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.4em;
}
.solupro li:hover h4 {
  color: #0f6cff;
}
.solupro li:hover .aniimg img {
  transform: scale(1.1);
}
.solupro li .aniimg {
  aspect-ratio: 79/43;
}
.solupro li .aniimg img {
  width: auto;
  height: 100%;
}
/*cases*/
.casetop {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(6, 49, 109, 0.08);
  border-radius: 0.2rem;
  overflow: hidden;
}
.casetop .aniimg {
  width: 44.18%;
  border-radius: 0.3rem;
}
.casetop .aniimg img{
  aspect-ratio: 521/383;
}
.casetop:hover h4 {
  color: #0f6cff;
}
.casetop:hover .aniimg img {
  transform: scale(1.1);
}

.casetoptxt {
  width: 51.4%;
  padding-right: 0.7rem;
  box-sizing: border-box;
}
.casetoptxt h4 {
  font-size: 0.38rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.casetoptxt p {
  color: #666;
  font-size: 0.18rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.1em;
}
.casetoptxt .morebtn {
  margin-top: 0.6rem;
}

.casedate {
  display: block;
  margin-top: 0.55rem;
  color: #222;
  font-size: 0.18rem;
}
.casedate img {
  width: 0.18rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.1rem;
}

.caselist {
  margin-top: 0.3rem;
  align-items: initial;
  justify-content: flex-start;
}
.caselist li {
  margin-top: 0.5rem;
  width: 31%;
  margin-right: 3.5%;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(6, 49, 109, 0.08);
  border-radius: 0.2rem;
}
.caselist li:nth-child(3n) {
  margin-right: 0;
}
.caselist li .aniimg {
  border-radius: 0.2rem;
}
.caselist li .aniimg img{
  aspect-ratio: 521/383;
}
.caselist li .txt {
  padding: 0.4rem 0.6rem 0.6rem;
}
.caselist li .txt h4 {
  font-size: 0.26rem;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.caselist li .txt p {
  color: #666;
  font-size: 0.2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6.8em;
}
.caselist li:hover h4 {
  color: #0f6cff;
}
.caselist li:hover .aniimg img {
  transform: scale(1.1);
}

.caselistbox .morebtn {
  margin: 1rem auto 0;
  display: block;
}

/*case-show*/
.showpage header {
  position: relative;
  z-index: 9;
}
.showpage .fixed-head {
  position: fixed;
}

.showrow {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0.65rem;
}

.showrow-con {
  width: 62.55%;
  margin-right: 4%;
}

.showrow-tit {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 0.35rem;
  margin-bottom: 0.55rem;
}
.showrow-tit h1 {
  font-size: 0.44rem;
  font-weight: bold;
  line-height: 1.3em;
  max-width: 80%;
}

.showshare {
  position: relative;
}
.showshare > a {
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
  margin-left: 0.18rem;
  border-radius: 50%;
}
/* .showshare > a:hover {
  background: #0f6cff;
} */

.wx-box {
  position: absolute;
  background-color: #FFF;
  border-radius: 0.2rem;
  border: 1px solid #ebebeb;
  padding: 0.15rem 0.2rem;
  width: 1.6rem;
  font-size: 14px;
  top: 0.5rem;
  line-height: 1.5em;
  left: 0;
  display: none;
}
.wx-box canvas {
  width: 100%;
}
.wx-box .wx-box-head {
  text-align: left;
  margin-bottom: 0.1rem;
}
.wx-box .wx-box-head .wx-box-close {
  float: right;
  width: auto;
  height: auto;
}
.wx-box .wx-box-close a {
  font-size: 16px;
}
.wx-box .wx-box-close a:hover {
  color: #0f6cff;
}

.showrow-txt {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D2D2D2;
}
.showrow-txt img {
  max-width: 100%;
  display: block;
  width: auto;
  margin: 0.4rem auto;
}
.showrow-txt p {
  font-size: 0.18rem;
  margin-bottom: 1.5em;
}

.show-case {
  padding-top: 0.57rem;
}

.showtit {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.show-caselist {
  justify-content: flex-start;
}
.show-caselist li {
  width: 31.5%;
  margin-right: 2.75%;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
}
.show-caselist li:nth-child(3n) {
  margin-right: 0;
}
.show-caselist li .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0.3rem;
}
.show-caselist li .txt h4 {
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 1.4em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.8em;
}
.show-caselist li:hover .aniimg img {
  transform: scale(1.1);
}

.showrow-side {
  width: 25.1%;
}

.siderow {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(6, 49, 109, 0.08);
  border-radius: 0.2rem;
  padding: 0.4rem 0.6rem;
  margin-bottom: 0.3rem;
  width: 100%;
  box-sizing: border-box;
}

.siderowtit {
  font-size: 0.24rem;
  padding-bottom: 0.2rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(51, 51, 51, 0.22);
}

.side-pro li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0.3rem 0;
  padding-left: 0.83rem;
  position: relative;
}
.side-pro li:last-child {
  border: 0 none;
}
.side-pro li h4 {
  font-size: 0.18rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  line-height: 1.5em;
}
.side-pro li i {
  width: 0.56rem;
  height: 0.56rem;
  background: #0f6cff;
  border-radius: 0.1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-pro li i img{
  width: 50%;
}
.side-pro li:hover i img {
  animation: icon-bounce 0.5s alternate;
}
.side-pro li:hover h4 {
  color: #0f6cff;
}

.side-chat {
  background: linear-gradient(180deg, #EFF3F9 0%, #FFFFFF 100%);
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(6, 49, 109, 0.08);
  border-radius: 0.2rem;
  border: 1px solid #FFFFFF;
  padding: 0.28rem 0.6rem;
}
.side-chat a {
  padding-left: 0.82rem;
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.56rem;
  position: relative;
}
.side-chat a span {
  float: right;
  width: 0.23rem;
  margin-top: 0.22rem;
}
.side-chat a i {
  width: 0.56rem;
  height: 0.56rem;
  background: #0f6cff;
  border-radius: 0.1rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.28rem;
}
.side-chat a:hover {
  color: #0f6cff;
}
.side-chat a:hover i img {
  animation: icon-bounce 0.5s alternate;
}

/*resource*/
.resourcebox {
  background: url(../images/resourcebg.jpg) no-repeat;
  background-size: 100% 100%;
}

.resourcetop {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.05);
  border-radius: 0.05rem;
  border: 1px solid #EEF1F9;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.55rem;
  padding-left: 0.65rem;
  z-index: 1;
}
.resourcetop > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12.1%;
  z-index: -1;
}

.resourcetxt {
  width: 73.8%;
}
.resourcetxt h4 {
  font-size: 0.3rem;
  font-weight: bold;
}
.resourcetxt p {
  font-size: 0.2rem;
  margin-top: 0.2rem;
  color: #3C4141;
}

.resourcebtn {
  width: 18.6%;
  height: 0.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  font-size: 0.22rem;
  font-weight: bold;
}
.resourcebtn > img {
  width: 0.33rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.14rem;
}
.resourcebtn i {
  display: inline-block;
  vertical-align: middle;
  width: 0.15rem;
}

.resource-pro {
  background: #F7FAFF;
}
.resource-pro .pdflisttit {
  width: 100%;
  padding-right: 0;
  border-right: 0 none;
}

.resource-case {
  align-items: initial;
  justify-content: flex-start;
}
.resource-case li {
  width: 31%;
  margin-right: 3.5%;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.05);
  border-radius: 0.3rem;
  overflow: hidden;
}
.resource-case li:nth-child(3n) {
  margin-right: 0;
}
.resource-case li .txt {
  padding: 0.45rem 0.6rem;
}
.resource-case li .txt h4 {
  font-size: 0.26rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  line-height: 1.5em;
}
.resource-case li:hover .aniimg img {
  transform: scale(1.1);
}
.resource-case li:hover .txt {
  background: #0f6cff;
}
.resource-case li:hover .txt h4 {
  color: #FFF;
}

/*resource-2*/
.resource-hyyj {
  background: #F9FBFF;
}

.zyzxhyyj .swiper {
  padding-bottom: 0.75rem;
}
.zyzxhyyj li {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(16, 115, 251, 0.1);
  border-radius: 0.15rem;
}
.zyzxhyyj .wx-box {
  top: auto;
  width: 1.7rem;
  bottom: 0.4rem;
}

.zyzxhyyj-l {
  width: 33.6%;
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
.zyzxhyyj-l .txt {
  position: absolute;
  top: 0.65rem;
  width: 100%;
  padding: 0 0.35rem;
}
.zyzxhyyj-l .txt h4 {
  color: #FFF;
  font-weight: bold;
  font-size: 0.24rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.zyzxhyyj-l .txt h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.18rem;
  height: 0.03rem;
  background: #FFFFFF;
  opacity: 0.5;
  left: 0;
  bottom: 0;
}
.zyzxhyyj-l .txt p {
  font-size: 14px;
  margin-top: 0.3rem;
  color: #FFF;
  opacity: 0.4;
}

.zyzxhyyj-r {
  width: 66.4%;
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.zyzxhyyj-r h4 {
  font-weight: bold;
  font-size: 0.24rem;
}
.zyzxhyyj-r p {
  font-size: 0.18rem;
  margin-top: 0.3rem;
  color: #666;
}
.zyzxhyyj-r .showshare {
  margin-top: 0.4rem;
}
.zyzxhyyj-r .showshare > a {
  margin-left: 0;
  margin-right: 0.18rem;
}

.jxnrlist {
  margin-top: -.5rem;
  align-items: initial;
  justify-content: flex-start;
}
.jxnrlist li {
  margin-top: .5rem;
  width: 31%;
  margin-right: 3.5%;
  box-sizing: border-box;
  border-radius: 0.3rem;
  border: 2px solid #D6DDE7;
  overflow: hidden;
}
.jxnrlist li:nth-child(3n) {
  margin-right: 0;
}
.jxnrlist li .aniimg img{
  aspect-ratio: 521/292;
}
.jxnrlist li .txt {
  padding: 0.45rem 0.6rem;
}
.jxnrlist li .txt h4 {
  font-size: 0.26rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5em;
  font-weight: bold;
}
.jxnrlist li .txt p {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  line-height: 1.5em;
}
.jxnrlist li:hover .aniimg img {
  transform: scale(1.1);
}
.jxnrlist li:hover .txt h4 {
  color: #0f6cff;
}

/*resource-3*/
.ctzxlist {
  margin-top: 0.3rem;
  align-items: initial;
  justify-content: flex-start;
}
.ctzxlist li {
  margin-top: 0.6rem;
  width: 31%;
  margin-right: 3.5%;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.19rem 1px rgba(6, 49, 109, 0.08);
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.5rem;
}
.ctzxlist li:nth-child(3n) {
  margin-right: 0;
}
.ctzxlist li h4 {
  font-size: 0.26rem;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  line-height: 1.5em;
  margin-bottom: 0.2rem;
}
.ctzxlist li .aniimg {
  border-radius: 0.2rem;
}
.ctzxlist li:hover {
  background: #0f6cff;
}
.ctzxlist li:hover .aniimg img {
  transform: scale(1.1);
}
.ctzxlist li:hover h4 {
  color: #FFF;
}
.ctzxlist li:hover .ctzxdate span {
  color: #FFF;
}
.ctzxlist li:hover .ctzxdate i {
  border-color: #FFF;
  background: #FFF;
}
.ctzxlist li:hover .ctzxdate i::before {
  border-color: #0f6cff;
}

.ctzxdate {
  margin-top: 0.26rem;
}
.ctzxdate span {
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.51rem;
  display: block;
}
.ctzxdate i {
  width: 0.51rem;
  height: 0.51rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.ctzxdate i:before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #D1D1D1;
  border-right: 2px solid #D1D1D1;
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-top: -0.08rem;
  margin-left: -0.1rem;
}

/*about*/
.listban2 .listban-txt h2 {
  text-align: center;
  font-size: 0.7rem;
}
.listban2 .routebox {
  position: absolute;
  width: 100%;
  bottom: 0.35rem;
}

.aboutmadel {
  position: relative;
}
.aboutmadel > img {
  aspect-ratio: 1920/703;
}
.aboutmadel::before {
  content: "";
  display: block;
  position: absolute;
  width: 50.5%;
  height: 100%;
  left: 0;
  background: #FFF;
  opacity: 0.8;
  top: 0;
}
.aboutmadel::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.25%;
  height: 100%;
  right: 0;
  background: #FFF;
  opacity: 0.8;
  top: 0;
}

.aboutmadel-con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: initial;
}

.aboutmadel-contxt {
  width: 41.78%;
}
.aboutmadel-contxt h4 {
  font-weight: 500;
  font-size: 0.5rem;
  margin-bottom: 0.6rem;
}
.aboutmadel-contxt p {
  font-size: 0.2rem;
  color: #3C4141;
  margin-top: 1.2em;
}

.aboutmadel-video {
  width: 49.4%;
  position: relative;
}
.aboutmadel-video > img {
  display: none;
}

.about-webbox {
  background: url(../images/aboutweb.jpg) no-repeat;
  background-size: 100% 100%;
}

.about-web {
  position: relative;
}
.about-web .swiper {
  padding-bottom: 0.4rem;
}
.about-web li {
  align-items: initial;
}

.about-webtxt {
  width: 52.9%;
}

.abouttit h2 {
  font-weight: 500;
  font-size: 0.5rem;
}
.abouttit p {
  font-size: 0.22rem;
  color: #666;
}

.abouttit2 h2 {
  text-align: center;
}

.about-weblist {
  width: 71.4%;
  margin-top: 0.4rem;
}
.about-weblist li {
  width: 50%;
  margin-top: 0.55rem;
}
.about-weblist li h4 {
  font-size: 0.62rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  line-height: 1em;
}
.about-weblist li p {
  font-size: 0.2rem;
  line-height: 1em;
  color: #666;
}

.about-webitem p {
  font-size: 0.2rem;
  color: #333;
}
.about-webitem p span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.about-webright {
  width: 47.1%;
  position: relative;
}
.about-webright::before {
  content: "";
  display: block;
  background: url(../images/mapbg.png) no-repeat;
  width: 82.38%;
  height: 0.94rem;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
}
.about-webright #aboutmap {
  width: 92%;
  margin: 0.7rem auto 0;
  aspect-ratio: 1/1;
}

.about-webbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4rem;
  z-index: 2;
}
.about-webbtn .swiper-button-next, .about-webbtn .swiper-button-prev {
  position: static;
  margin: 0;
  padding: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
.about-webbtn .swiper-button-next:hover, .about-webbtn .swiper-button-prev:hover {
  background: #0f6cff;
}
.about-webbtn .swiper-button-next:hover img, .about-webbtn .swiper-button-prev:hover img {
  display: none;
}
.about-webbtn .swiper-button-next:hover .picact, .about-webbtn .swiper-button-prev:hover .picact {
  display: block;
}

.about-history {
  background: url(../images/historybg.jpg) no-repeat;
  background-size: 100% 100%;
}

.ab-history {
  position: relative;
}
.ab-history > img {
  position: absolute;
  left: 0;
  right: -0.75rem;
  bottom: .05rem;
}

.ab-historylist {
  align-items: flex-end;
}
.ab-historylist li {
  transition: all .3s;
  width: 21%;
}
.ab-historylist li:nth-child(5n) {
  margin-right: 0;
}
.ab-historylist li:nth-child(2) {
  margin-bottom: 0.92rem;
}
.ab-historylist li:nth-child(3) {
  margin-bottom: 1.52rem;
}
.ab-historylist li:nth-child(4) {
  margin-bottom: 4.25rem;
}
.ab-historylist li h4 {
  font-size: 0.36rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 0.13rem;
  margin-bottom: 0.27rem;
  position: relative;
}
.ab-historylist li h4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 0;
  height: 0.04rem;
  background: linear-gradient(to right, #0f6cff, transparent);
}
.ab-historylist li p {
  font-size: 0.18rem;
  padding-left: 0.16rem;
  position: relative;
}
.ab-historylist li p::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #052F73;
  border-radius: 50%;
  opacity: 0.2;
  left: 0;
  top: 0.7em;
}
.ab-historylist li h5 {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
}

.ab-historylist li i {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background: #FFFFFF;
  border-radius: 50%;
  border: 0.03rem solid #1668EC;
  box-sizing: border-box;
  position: relative;
  margin: 1.1rem auto 0;
}
.ab-historylist li i::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.71rem;
  background: linear-gradient(to top, transparent, #1668EC);
  opacity: 0.55;
  position: absolute;
  top: -0.89rem;
  left: 50%;
}
.ab-historylist li i:after {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  background: #1668EC;
  border-radius: 50%;
  position: absolute;
  top: -0.98rem;
  left: 50%;
  margin-left: -0.04rem;
}
.ab-historylist li:hover h5 {
  color: #1668EC;
}

/*about-history*/
.abouttit2 {
  margin-bottom: 0.5rem;
}
.btn-back{
  height: .45rem;
  border-radius: .45rem;
  background: none;
  border: 0 none;
  border: 2px solid #999;
  color: #666;
  display: inline-block;
  font-size: .2rem;
  padding: 0 .25rem;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: .1rem;
}
.btn-back:hover{
  border-color: #0f6cff;
  color: #0f6cff;
}
.history-top {
  padding-top: 0.7rem;
  padding-left: 0.5rem;
  position: relative;
  padding-right: 0.5rem;
}
.history-top li {
  line-height: 0.5rem;
}
.history-top li i {
  display: none;
}
.history-top li a {
  font-size: 0.24rem;
  color: #999;
  display: block;
  text-align: center;
}
.history-top .swiper {
  padding-bottom: 0.7rem;
}
.history-top .swiper-slide-active {
  position: relative;
}
.history-top .swiper-slide-active a {
  font-size: 0.5rem;
  color: #0f6cff;
}
.history-top .swiper-slide-active i {
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 2px solid #176AF0;
  box-sizing: border-box;
  bottom: -0.7rem;
  left: 50%;
  margin-left: -0.15rem;
  padding: 0.04rem;
}
.history-top .swiper-slide-active i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #176AF0;
  border-radius: 50%;
}
.history-top .swiper-button-prev, .history-top .swiper-button-next {
  background: none;
  width: 0.41rem;
  box-sizing: border-box;
  height: 0.41rem;
  border-radius: 50%;
  border: 1px solid #999999;
  margin-top: 0;
  padding: 0;
  top: 50%;
  margin-top: -0.2rem;
}
.history-top .swiper-button-prev::after, .history-top .swiper-button-next::after{
  display: none;
}
.history-top .swiper-button-prev:hover, .history-top .swiper-button-next:hover {
  border-color: #0f6cff;
  background: #0f6cff;
}
.history-top .swiper-button-prev:hover img, .history-top .swiper-button-next:hover img {
  display: none;
}
.history-top .swiper-button-prev:hover .picact, .history-top .swiper-button-next:hover .picact {
  display: block;
}

.history-con {
  align-items: flex-start;
  position: relative;
}
.history-con::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background: #E8F0FE;
  position: absolute;
  left: 50%;
}
.history-con li {
  width: 50%;
  position: relative;
  float: left;
  box-sizing: border-box;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.history-con li::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: #E8F0FE;
  position: absolute;
  top: 2.45rem;
  right: 0;
}
.history-con li h3 {
  font-size: 0.26rem;
  color: #FFF;
  background: #176AF0;
  line-height: 0.63rem;
  text-align: center;
  border-radius: 0.63rem;
  display: inline-block;
  width: 1.62rem;
  position: absolute;
  right: -0.81rem;
  top: 2.45rem;
  margin-top: -0.31rem;
}
.history-con li:nth-child(2n) {
  margin-top: 2.98rem;
}
.history-con li:nth-child(2n)::before {
  right: auto;
  left: 0;
}
.history-con li:nth-child(2n) h3 {
  left: -0.81rem;
  right: auto;
}
.history-con li:nth-child(2n) .history-item {
  margin-left: 30.1%;
}
.history-con li:nth-child(2n+3) {
  margin-top: -2.98rem;
}
.history-con li:nth-child(2n+4) {
  margin-top: 0rem;
}

.history-item {
  width: 69%;
}
.history-item .aniimg {
  border-radius: 0.15rem;
  position: relative;
}
.history-item .aniimg img{
  aspect-ratio: 29/20;
}
.history-item .aniimg h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  left: 0;
  font-size: 0.22rem;
  font-weight: bold;
  color: #FFF;
}
.history-item p {
  font-size: 0.2rem;
  color: #666;
  padding-left: 0.23rem;
  position: relative;
  margin-top: 0.2rem;
}
.history-item p::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #176AF0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.history-row{
  transition: transform 0.3s ease;
}
.history-row.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  right: 0;
  z-index: 8;
}

/*about-1*/
.abou-qywh {
  background: url(../images/qywhbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.qywhbox {
  flex-direction: row-reverse;
}

.qywhpic {
  width: 49.2%;
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}

.qywhpic-txt {
  position: absolute;
  top: 0.55rem;
  width: 100%;
  left: 0;
}
.qywhpic-txt h4 {
  font-weight: bold;
  color: #FFF;
  font-size: 0.38rem;
  text-align: center;
  margin-bottom: 0.15rem;
}
.qywhpic-txt p {
  color: #FFF;
  font-size: 0.26rem;
  text-align: center;
}

.qywhtxt {
  width: 43.98%;
  border-top: 2px solid #D3E2EF;
}
.qywhtxt li {
  padding: 0.45rem 0;
  border-bottom: 2px solid #D3E2EF;
}
.qywhtxt li i {
  display: block;
  width: 1.05rem;
}
.qywhtxt li:hover i img{
  animation: icon-bounce 0.5s alternate;
}
.qywhtxt-txt {
  width: 85%;
}
.qywhtxt-txt h4 {
  font-weight: bold;
  font-size: 0.38rem;
  margin-bottom: 0.05rem;
}
.qywhtxt-txt p {
  font-size: 0.26rem;
}

.listtit2 {
  margin-bottom: 0.3rem;
}
.listtit2 h2 {
  font-weight: bold;
  font-size: 0.38rem;
}

.hxjzglist {
  align-items: initial;
  justify-content: flex-start;
}
.hxjzglist li {
  background: #F9FBFE;
  border-radius: 0.2rem;
  width: 23.8%;
  margin-right: 1.6%;
  box-sizing: border-box;
  padding: 0.45rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hxjzglist li i {
  display: block;
  position: absolute;
  font-size: 5.37rem;
  font-weight: bold;
  color: #FFF;
  line-height: 0.8em;
  right: 0;
  top: 0;
  font-style: normal;
  z-index: -1;
}
.hxjzglist li:nth-child(4n) {
  margin-right: 0;
}
.hxjzglist li:hover{
  background: #f1f6fa;
}
.hxjzglist li:hover h4{
  font-weight: bold;
}
.hxjzgtit {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.hxjzgtit h4 {
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
}
.hxjzgtit b {
  display: block;
  font-size: 0.66rem;
  font-weight: bold;
  color: #A1BAF6;
}
.hxjzgtit p {
  font-size: 0.2rem;
  color: #666;
}

/*about-2*/
.fwys-hxbl {
  background: #F3F5F9;
}

.fwys-khfw {
  background: url(../images/khfwbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.khfwbox {
  box-shadow: 0.1rem 0.17rem 0.5rem 0px rgba(0, 41, 107, 0.35);
  border-radius: 0.15rem;
  position: relative;
  padding: 0.8rem;
  overflow: hidden;
  z-index: 1;
}
.khfwbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}

.khfwcon h3 {
  color: #FFF;
  font-weight: bold;
  font-size: 0.32rem;
  text-align: center;
}

.khfwconlist {
  margin-top: 0.9rem;
  align-items: initial;
}
.khfwconlist li {
  width: 19.4%;
}
.khfwconlist li h4 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 0.3rem;
  line-height: 1em;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.khfwconlist li h4 img {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  margin-right: 0.2rem;
}
.khfwconlist li p {
  font-size: 0.18rem;
  padding-left: 0.31rem;
  background: url(../images/dh.png) no-repeat left 0.3em;
  background-size: 0.22rem 0.22rem;
  color: #FFF;
  margin-top: 0.05rem;
}
.khfwconlist li:hover h4 img{
  animation: icon-bounce 0.5s alternate;
}
.fwyslist {
  align-items: initial;
}
.fwyslist li {
  width: 15.47%;
  box-shadow: 0px 0.05rem 0.24rem 1px rgba(2, 36, 90, 0.08);
  border-radius: 0.15rem;
  overflow: hidden;
  background: url(../images/fwyslistbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0.56rem 0.3rem 0.4rem;
}
.fwyslist li h4 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.33rem;
  position: relative;
  text-align: center;
}
.fwyslist li h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.11rem;
  height: 0.03rem;
  background: #1668EC;
  border-radius: 0.02rem;
  bottom: 0;
  left: 50%;
  margin-left: -0.055rem;
}
.fwyslist li p {
  font-size: 0.2rem;
  color: #666;
  text-align: center;
}
.fwyslist li i {
  display: block;
  margin: 0 auto;
  width: 0.5rem;
}
.fwyslist li:hover i img {
  animation: icon-bounce 0.5s alternate;
}

/*about-3*/
.about-hzhb {
  background: url(../images/hzhbbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.hzhblist {
  margin-top: -.5rem;
  align-items: initial;
}
.hzhblist li {
  border-radius: 0.15rem;
  width: 19%;
  margin-top: .5rem;
  background: #FFF;
  box-sizing: border-box;
  padding: 0.49rem 0.38rem 0.6rem;
}
.hzhblist li i {
  width: 0.56rem;
  height: 0.56rem;
  background: #0755F5;
  border-radius: 0.1rem;
  display: block;
  margin-bottom: 0.25rem;
}
.hzhblist li h4 {
  font-weight: bold;
  font-size: 0.26rem;
  min-height: 2.8em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.hzhblist li p {
  font-size: 0.18rem;
  color: #666;
}

.about-newslist {
  align-items: initial;
  justify-content: flex-start;
  position: relative;
}
.about-newslist .swiper-button-next, .about-newslist .swiper-button-prev {
  width: 0.73rem;
  height: 0.73rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  background-size: 0.14rem 0.24rem;
  margin: 0;
  padding: 0;
  margin-top: -0.36rem;
}
.about-newslist .swiper-button-next:hover, .about-newslist .swiper-button-prev:hover {
  background-color: #0f6cff;
}
.about-newslist .swiper-button-next {
  right: -0.96rem;
}
.about-newslist .swiper-button-prev {
  left: -0.96rem;
}
.about-newslist .swiper {
  padding-bottom: 0.65rem;
}
.about-newslist li {
  border: 2px solid #D6DDE7;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 0.3rem;
  overflow: hidden;
}
.about-newslist li .aniimg img{
  aspect-ratio: 61/35;
}
.about-newslist li .txt {
  padding: 0.4rem 0.4rem ;
}
.about-newslist li .txt h4 {
  font-size: 0.24rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  line-height: 1.5em;
}
.about-newslist li:hover .aniimg img {
  transform: scale(1.1);
}
.about-newslist li:hover .txt {
  background: #0f6cff;
}
.about-newslist li:hover .txt h4 {
  color: #FFF;
}

.about-hzclass {
  background: url(../images/hzclassbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.hzclasslist {
  align-items: initial;
  margin-top: -.5rem;
  position: relative;
}
.hzclasslist li {
  width: 23.8%;
  background: linear-gradient(180deg, #D9E8FE 0%, #FFFFFF 57%);
  border-radius: 0.15rem;
  position: relative;
  overflow: hidden;
  padding: 0.55rem 0.48rem 0.7rem;
  z-index: 1;
  margin-top: .5rem;
}
.hzclasslist li .tit {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(162, 194, 246, 0.35);
  margin-bottom: 0.3rem;
  min-height: 0.7rem;
  display: flex;
  align-items: center;
  box-sizing: content-box;
}
.hzclasslist li .tit h4 {
  font-size: 0.3rem;
  font-weight: bold;
  width: 100%;
  color: #0755F5;
}
.hzclasslist li .tit span {
  display: block;
  color: #0755F5;
  width: 100%;
  font-size: 0.2rem;
}
.hzclasslist li p {
  font-size: 0.2rem;
  color: #666;
}
.hzclasslist li i {
  display: block;
  position: absolute;
  width: 32%;
  right: -0.16rem;
  z-index: -1;
  top: 0.14rem;
}

.about-hzql {
  background: url(../images/hzqlbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.1rem;
  text-align: center;
  padding-bottom: 0.78rem;
}
.about-hzql h2 {
  font-size: 0.4rem;
  font-weight: bold;
}
.about-hzql .morebtn {
  margin-top: 0.35rem;
  width: auto;
  padding: 0 0.42rem;
  font-size: 0.2rem;
}
.about-hzql .morebtn img {
  margin-left: 0.15rem;
}

.about-partner .partnerlist li {
  width: 15.4%;
  box-shadow: 0px 0.05rem 0.2rem 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.1rem;
  height: 1.4rem;
  display: flex;
  margin-right: 1.52%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
}
.about-partner .partnerlist li:nth-child(6n) {
  margin-right: 0;
}
.about-partner .partnerlist li a img {
  max-width: 95%;
}
.about-partner .partnerlist li:hover {
  box-shadow: 0px 0.05rem 0.2rem 1px rgba(0, 0, 0, 0.08);
}

/*news*/
.newsmain {
  background: url(../images/newsbg.jpg) no-repeat;
  background-size: 100% auto;
}

.newstop .swiper-bottombtn {
  display: none;
}
.newstop .swiper-button-prev, .newstop .swiper-button-next {
  width: 0.7rem;
  height: 0.7rem;
  background: none;
  margin-top: -0.35rem;
  opacity: 0.5;
}
.newstop .swiper-button-prev:hover, .newstop .swiper-button-next:hover {
  opacity: 1;
}
.newstop .swiper-button-next {
  right: 34%;
}
.newstop .swiper-button-prev {
  left: 0;
}
.newstop li {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.48rem 3px rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  overflow: hidden;
}
.newstop li .aniimg {
  width: 66%;
  border-radius: 0.2rem;
}
.newstop li .aniimg img {
  aspect-ratio: 135/76;
}
.newstop li:hover .aniimg img {
  transform: scale(1.1);
  
}
.newstop li:hover h4 {
  color: #0f6cff;
}

.newstoptxt {
  box-sizing: border-box;
  padding: 0 0.65rem;
  width: 34%;
}
.newstoptxt h4 {
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
}
.newstoptxt .txt {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.45rem;
  border-bottom: 1px solid #D3D5DD;
}
.newstoptxt .txt p {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6em;
}
.newstoptxt span {
  font-size: 0.2rem;
  display: block;
}

.news-searchbox {
  position: relative;
  z-index: 3;
}

.newssearch {
  width: 32.14%;
  border: 1px solid #D5D5D5;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-sizing: border-box;
  position: relative;
}
.newssearch input[type=text] {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 0.2rem;
  box-sizing: border-box;
  padding-left: 0.38rem;
  padding-right: 0.9rem;
}
.newssearch input[type=text]::placeholder {
  color: #666;
}
.newssearch input[type=submit] {
  position: absolute;
  height: 100%;
  top: 0;
  cursor: pointer;
  right: 0.4rem;
  background: url(../images/newssearch.png) no-repeat center center;
  background-size: 0.24rem 0.24rem;
  width: 0.24rem;
}

.newstags {
  width: 45.28%;
  position: relative;
  box-sizing: border-box;
}
.newstags li {
  width: auto;
  padding: 0 0.1rem;
}
.newstags li span {
  font-size: 0.2rem;
  line-height: 0.7rem;
  height: 0.7rem;
  box-sizing: border-box;
  display: block;
  padding: 0 0.34rem;
  background: #FFFFFF;
  border-radius: 0.35rem;
  border: 1px solid #D5D5D5;
  cursor: pointer;
}
.newstags li span:hover {
  color: #0f6cff;
}
.newstags li .tagact {
  background: #0f6cff;
  border-color: #0f6cff;
  color: #FFF;
}
.newstags li .tagact:hover {
  color: #FFF;
}
.newstags .swiper-button-prev, .newstags .swiper-button-next {
  left: -0.25rem;
  margin: 0;
  padding: 0;
  width: 0.14rem;
  background: none;
  height: 0.14rem;
  border-left: 2px solid #999999;
  border-top: 2px solid #999999;
  opacity: 1;
  transform: rotate(-45deg);
  margin-top: -0.06rem;
}
.newstags .swiper-button-prev:hover, .newstags .swiper-button-next:hover {
  border-color: #0f6cff;
}
.newstags .swiper-button-prev.swiper-button-disabled, .newstags .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.newstags .swiper-button-next {
  right: -0.25rem;
  margin-top: -0.06rem;
  left: auto;
  transform: rotate(135deg);
}

.newsyears {
  width: 15.17%;
  height: 0.7rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  position: relative;
}
.newsyears p {
  width: 100%;
  height: 100%;
  padding: 0 0.4rem;
  line-height: 0.7rem;
  font-size: 0.2rem;
  position: relative;
  cursor: pointer;
}
.newsyears p::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-left: 2px solid #999999;
  border-top: 2px solid #999999;
  opacity: 1;
  transform: rotate(-135deg);
  margin-top: -0.12rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
}
.newsyears ul {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 3;
  max-height: 3rem;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #D5D5D5;
  padding: 0.2rem 0;
}
.newsyears ul li {
  font-size: 0.2rem;
  line-height: 0.6rem;
  cursor: pointer;
  height: 0.6rem;
  padding: 0 0.2rem;
  border-bottom: 1px solid #EEE;
}
.newsyears ul li:hover {
  background: #f5f5f5;
}

.newsitembox {
  margin-top: 0.6rem;
}
.newsitembox .newsitem {
  align-items: initial;
}
.newsitembox .newsitem li {
  margin-top: 0.3rem;
  width: 32.14%;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: #FFF;
  border: 1px solid #D5D5D5;
}
.newsitembox .newsitem li .aniimg img{
  aspect-ratio: 135/76;
}
.newsitembox .newsitem li .txt {
  padding: 0.45rem 0.5rem;
}
.newsitembox .newsitem li .txt h4 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  line-height: 1.4em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.8em;
}
.newsitembox .newsitem li .txt span {
  color: #666;
  font-size: 0.2rem;
  display: block;
}
.newsitembox .newsitem li:hover {
  background: #F2F3F7;
}
.newsitembox .newsitem li:hover .aniimg img {
  transform: scale(1.1);
}

.pagesbox {
  text-align: center;
  line-height: 0.6rem;
  margin-top: 1rem;
}
.pagesbox .jump-text {
  display: inline-block;
  font-size: 0.18rem;
}
.pagesbox .page-btn {
  line-height: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #BBBBBB;
  position: relative;
}
.pagesbox .page-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  border-top: 2px solid #BBBBBB;
  border-left: 2px solid #BBBBBB;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -0.08rem;
  margin-left: -0.06rem;
}
.pagesbox .page-btn.prev {
  margin-right: 0.2rem;
}
.pagesbox .page-btn.next {
  margin-left: 0.2rem;
}
.pagesbox .page-btn.next::before {
  transform: rotate(135deg);
  margin-left: -0.16rem;
}
.pagesbox .page-btn:hover {
  border-color: #0f6cff;
  background: #0f6cff;
}
.pagesbox .page-btn:hover:before {
  border-color: #FFF;
}
.pagesbox .page-btn.disable {
  border-color: #BBBBBB;
  background: #fff;
}
.pagesbox .page-btn.disable:before {
  border-color: #BBBBBB;
}
.pagesbox .page-num, .pagesbox .ellipsis {
  display: inline-block;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  vertical-align: middle;
}
.pagesbox .page-num.active, .pagesbox .page-num:hover, .pagesbox .ellipsis.active, .pagesbox .ellipsis:hover {
  color: #0f6cff;
}
.pagesbox input {
  display: inline-block;
  width: 0.6rem;
  font-size: 0.24rem;
  vertical-align: middle;
  text-align: center;
  line-height: 0.6rem;
  height: 0.6rem;
  background: #F6F6F6;
  border-radius: 50%;
  color: #000;
  margin: 0 0.1rem;
  border: 1px solid #DDDDDD;
}

/*news-show*/
.newsshow-tit {
  text-align: center;
}
.newsshow-tit h1 {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.3em;
  width: 88%;
  margin: 0 auto 0.5rem;
}
.newsshow-tit span {
  font-size: 0.2rem;
  color: #ADB0BB;
  padding-left: 0.37rem;
  background: url(../images/showdate.png) no-repeat left center;
  background-size: 0.22rem 0.22rem;
}

.news-content {
  width: 62.5%;
  margin: 0 auto;
}

.news-sharebox {
  position: relative;
  margin-top: 0.6rem;
  margin-bottom: 0.9rem;
  text-align: center;
}
.news-sharebox::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #666;
  left: 0;
  top: 50%;
  opacity: 0.2;
}

.news-share {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 0.2rem;
  background: #FFF;
}
.news-share a {
  width: 0.6rem;
  display: inline-block;
  height: 0.6rem;
  margin: 0 0.1rem;
}

.newsshowbox {
  overflow: hidden;
}
.newsshowbox p {
  font-size: 0.2rem;
  color: #010101;
  margin-bottom: 1.5em;
}
.newsshowbox img {
  width: auto;
  max-width: 100%;
  margin: 0.4rem auto;
}

.showallbtn {
  text-align: center;
  position: relative;
  margin-top: 1rem;
  z-index: 1;
}
.showallbtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D8DAE0;
  left: 0;
  top: 50%;
  z-index: -1;
}

.showallbtn-con {
  padding: 0 0.2rem;
  background: #FFF;
  display: inline-block;
}
.showallbtn-con span {
  display: inline-block;
  height: 0.64rem;
  line-height: 0.64rem;
  background: #0f6cff;
  border-radius: 0.32rem;
  font-size: 0.2rem;
  padding: 0 0.58rem;
  color: #FFF;
  cursor: pointer;
}
.showallbtn-con span:hover {
  opacity: 0.9;
}

.newsnext a {
  display: block;
  width: 49.1%;
  border: 1px solid #D3D5DD;
  border-radius: 0.1rem;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.2rem;
}
.newsnext a:hover {
  background: #F4F5F8;
}

/*news-video*/
.videobox {
  background: url(../images/videoboxbg.jpg) no-repeat;
  background-size: 100% auto;
}

.newsvideotags {
  padding-right: 3.9rem;
}
.newsvideotags .newssearch {
  width: 3.8rem;
  position: absolute;
  right: 0;
  border-radius: 0.1rem;
  border: 1px solid #D5D5D5;
}
.newsvideotags .newssearch input[type=text] {
  padding-left: 0.3rem;
  font-size: 0.22rem;
}
.newsvideotags .newssearch input[type=text]::placeholder {
  color: #666;
}
.newsvideotags .newssearch input[type=submit] {
  right: 0.3rem;
}

.newsvtags-row {
  font-size: 0;
  margin-top: -0.1rem;
}
.newsvtags-row a {
  font-size: 0.22rem;
  padding: 0 0.28rem;
  box-sizing: border-box;
  height: 0.7rem;
  line-height: 0.7rem;
  display: inline-block;
  margin-top: 0.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  margin-right: 0.1rem;
  border: 1px solid #D5D5D5;
}
.newsvtags-row a:hover {
  color: #4175F3;
}
.newsvtags-row .newsvtags-act {
  background: #4175F3;
  color: #FFF;
}
.newsvtags-row .newsvtags-act:hover {
  color: #FFF;
}
.videoitem {
  align-items: initial;
}
.videoitem li {
  width: 49.1%;
  background: #FFFFFF;
  border-radius: 0.2rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
  overflow: hidden;
  border: 1px solid #D3D5DD;
}
.videoitem li .aniimg {
  position: relative;
}
.videoitem li .aniimg>img{
  aspect-ratio: 55/31;
}
.videoitem li .aniimg span {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  transition: all 0.3s;
}
.videoitem li .txt {
  padding: 0.35rem 0.5rem;
}
.videoitem li .txt h4 {
  font-size: 0.24rem;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.5em;
}
.videoitem li .txt span {
  display: block;
  border-top: 1px solid #D5D5D5;
  padding-top: 0.35rem;
  font-size: 0.2rem;
  margin-top: 0.4rem;
}
.videoitem li:hover {
  background: #F4F5F8;
}
.videoitem li:hover .aniimg span {
  transform: rotate(90deg);
}
.videoitem li:hover .aniimg img {
  transform: scale(1.1);
}

/*search*/
.searchtop {
  background: url(../images/seartop.jpg) no-repeat;
  background-size: 100% auto;
}
.searchtop .listtit {
  margin-bottom: 0.8rem;
}

.search-con {
  width: 72.9%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.search-tag {
  text-align: center;
}
.search-tag p {
  font-size: 0.24rem;
  margin: 0 0.5rem;
  display: inline-block;
}
.search-tag p span {
  color: #0f6cff;
  display: inline-block;
}

.searchcon-l {
  width: 30%;
  height: 1rem;
  box-sizing: border-box;
  padding: 0 0.55rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid #D5D5D5;
}
.searchcon-l span {
  color: #999999;
  font-size: 0.24rem;
  display: block;
  width: 40.5%;
  border-right: 1px solid #D5D5D5;
}
.searchcon-l .search-label {
  position: relative;
  width: 57%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.searchcon-l .search-label p {
  font-size: 0.24rem;
  position: relative;
  cursor: pointer;
}
.searchcon-l .search-label p::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #999999;
  border-left: 2px solid #999999;
  position: absolute;
  right: 0;
  transform: rotate(-135deg);
  top: 50%;
  margin-top: -0.12rem;
}
.searchcon-l .search-label ul {
  position: absolute;
  border: 1px solid #e2e2e2;
  border-radius: 0.1rem;
  background: #FFF;
  padding: 0.2rem 0;
  width: 100%;
  left: 0;
  display: none;
}
.searchcon-l .search-label ul li {
  line-height: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  padding: 0 0.2rem;
  border-bottom: 1px dashed #EEE;
}
.searchcon-l .search-label ul li:hover {
  background: #f5f5f5;
}

.searchcon-r {
  border-radius: 0.5rem;
  border: 1px solid #D5D5D5;
  height: 1rem;
  background: #FFFFFF;
  width: 68.5%;
  box-sizing: border-box;
  padding-right: 2.5rem;
  position: relative;
}
.searchcon-r input[type=text] {
  font-size: 0.24rem;
  height: 100%;
  line-height: 1rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  width: 100%;
  box-sizing: border-box;
}
.searchcon-r input[type=text]::placeholder {
  color: #666;
}
.searchcon-r .submitbtn {
  width: 2.5rem;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  background: #0f6cff;
  height: 100%;
  line-height: 1rem;
  border-radius: 1rem;
  font-size: 0.24rem;
}
.searchcon-r .submitbtn input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.searchcon-r .submitbtn span {
  font-size: 0.24rem;
  color: #FFF;
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.searchcon-r .submitbtn span img {
  display: inline-block;
  width: 0.24rem;
  margin-right: 0.28rem;
  vertical-align: middle;
}

.search-none {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
  margin-top: 0.8rem;
  padding: 1.5rem 0 1.76rem;
}
.search-none img {
  width: auto;
  margin: 0 auto 0.8rem;
}
.search-none p {
  font-size: 0.24rem;
  color: #666;
  text-align: center;
}

.search-tit {
  margin-top: 1.2rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.8rem;
  z-index: 1;
}
.search-tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: -1;
  height: 1px;
  background: #DDDDDD;
}
.search-tit h2 {
  display: inline-block;
  font-size: 0.52rem;
  font-weight: bold;
  background: #FFF;
  padding: 0 0.4rem;
}

.tjsslist li {
  display: inline-block;
  background: #F4F4F7;
  width: 17.1%;
  height: 0.7rem;
  border-radius: 0.35rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.tjsslist li::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.06rem;
}
.tjsslist li a {
  font-size: 0.24rem;
  display: block;
  line-height: 0.7rem;
  padding: 0 0.5rem;
}
.tjsslist li:hover {
  background: #0f6cff;
}
.tjsslist li:hover::before {
  border-color: #FFF;
}
.tjsslist li:hover a {
  color: #FFF;
}

.searchlist li {
  border-bottom: 2px solid #EAEAEA;
  padding: 0.8rem 0;
}
.searchlist li .txt {
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.searchlist li .txt h4 {
  font-size: 0.3rem;
  font-weight: bold;
  float: left;
  width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.searchlist li .txt h4 span {
  color: #0f6cff;
}
.searchlist li .txt > span {
  float: right;
  font-size: 0.24rem;
  color: #999;
}
.searchlist li p {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.8em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.searchlist li p span {
  color: #0f6cff;
}
.searchlist li:hover .txt h4 {
  color: #0f6cff;
}

/*about-4*/
.rczpbox {
  background: url(../images/rczpbg.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 1px;
}

.xzwmlist {
  align-items: initial;
}
.xzwmlist li {
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  width: 23.8%;
  box-sizing: border-box;
  padding: 0.5rem;
}
.xzwmlist li i img {
  width: auto;
  height: 0.6rem;
}
.xzwmlist li h4 {
  font-weight: bold;
  font-size: 0.32rem;
  margin-top: 0.35rem;
  margin-bottom: 0.2rem;
}
.xzwmlist li p {
  font-size: 0.2rem;
  color: #666;
}
.xzwmlist li:hover i img {
  animation: icon-bounce 0.5s alternate;
}

.ygshcon {
  flex-direction: row-reverse;
  background: #FFFFFF;
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
  overflow: hidden;
  padding: 0.8rem;
}

.ygshconpic {
  border-radius: 0.3rem;
  overflow: hidden;
  width: 47.4%;
}
.ygshconpic img:first-child{
  display: block;
}
.ygshconpic img{
  display: none;
}
.ygshcontxt {
  width: 47.4%;
}
.ygshcontxt li {
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.ygshcontxt li:nth-child(4n) {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.ygshcontxt li h4 {
  font-size: 0.32rem;
  font-weight: bold;
  padding-right: 0.4rem;
  position: relative;
}
.ygshcontxt li h4::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #BBBBBB;
  border-left: 2px solid #BBBBBB;
  transform: rotate(-135deg);
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.06rem;
}
.ygshcontxt li p {
  color: #666;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  display: none;
  max-width: 85%;
}
.ygshcontxt .ygshcontxtact h4 {
  color: #0f6cff;
}
.ygshcontxt .ygshcontxtact h4::before {
  border-color: #0f6cff;
  transform: rotate(45deg);
  margin-top: -0.03rem;
}
.ygshcontxt .ygshcontxtact p {
  display: block;
}

.rczplist li {
  width: 48.8%;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.rczplist li .tit {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.45rem;
  padding-bottom: 0.8rem;
  bottom: 0;
}
.rczplist li .tit h4 {
  color: #FFF;
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
}
.rczplist li .tit h4::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #FFF;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  border-right: 2px solid #FFF;
  top: 50%;
  margin-top: -0.12rem;
}
.rczplist li:hover .aniimg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/rczplibg.png) repeat-x;
  left: 0;
  top: 0;
}

/*about-5*/
.shzpbox {
  background: url(../images/shzpbg.jpg) no-repeat;
  background-size: 100% auto;
}
.shzpbox .newssearch {
  width: 100%;
}

.shzptop {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.shzptop-item {
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.shzptop-item span {
  display: block;
  width: 7.9%;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.7rem;
}

.shzptop-btn {
  width: 92.1%;
}

.shzptop-btn {
  margin-top: -0.2rem;
}
.shzptop-btn a {
  margin: 0 0.05rem;
  display: inline-block;
  padding: 0 0.4rem;
  height: 0.7rem;
  box-sizing: border-box;
  line-height: 0.7rem;
  background: #FFFFFF;
  font-size: 0.24rem;
  border-radius: 0.35rem;
  margin-top: 0.2rem;
  border: 1px solid #D5D5D5;
}
.shzptop-btn a:hover {
  color: #0f6cff;
}
.shzptop-btn .act {
  background: #0f6cff;
  border-color: #0f6cff;
  color: #FFF;
}
.shzptop-btn .act:hover {
  color: #FFF;
}

.shzptop-btn2 {
  transition: height 0.3s;
  position: relative;
  padding-right: 0.85rem;
  height: 0.9rem;
  overflow: hidden;
}
.shzptop-btn2.show {
  height: auto;
}
.shzptop-btn2 .shzptopbtn {
  width: 0.14rem;
  height: 0.14rem;
  display: block;
  border-left: 2px solid #BBBBBB;
  border-top: 2px solid #BBBBBB;
  transform: rotate(-135deg);
  position: absolute;
  right: 0.4rem;
  top: 0.45rem;
  cursor: pointer;
  transition: all 0.3s;
}
.shzptop-btn2 .shzptopbtn:hover {
  border-color: #0f6cff;
}
.shzptop-btn2 .shzptopbtn.show {
  transform: rotate(45deg);
  top: 0.55rem;
}

.shzpmain {
  box-shadow: 0px 0.05rem 0.48rem 0.03rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  overflow: hidden;
  background: #FFF;
  padding-bottom: 0.97rem;
}

.shzp-itembox {
  padding: 0 1rem;
}

.shzp-item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.shzp-item h4, .shzp-item span {
  font-size: 0.22rem;
}
.shzp-item .tit {
  width: 40.5%;
}
.shzp-item span {
  width: 10%;
  text-align: center;
}
.shzp-item .time {
  width: 16%;
  text-align: left;
}
.shzp-item .shzp-itembtn{
  width: 0.14rem;
  height: 0.14rem;
  display: block;
  border-left: 2px solid #BBBBBB;
  border-top: 2px solid #BBBBBB;
  transform: rotate(-135deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.09rem;
  cursor: pointer;
  transition: all 0.3s;
}
.shzp-item .shzp-itembtn:hover {
  border-color: #0f6cff;
}
.shzp-item .shzp-itembtn.show {
  transform: rotate(45deg);
  margin-top: -.05rem;
}

.shzp-tit {
  background: #0f6cff;
  padding: 0.45rem 1rem 0.38rem;
}
.shzp-tit h4, .shzp-tit span {
  font-size: 0.26rem;
  color: #FFF;
}

.shzp-itemtxt {
  width: 100%;
  display: none;
  background: #F4F5F8;
  border-top: 3px solid #0f6cff;
  padding: 0.8rem;
}

.gwzzitem {
  margin-bottom: 0.5rem;
}
.gwzzitem h4 {
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
}
.gwzzitem p {
  font-size: 0.18rem;
  color: #666666;
}

.gwzzitembtn {
  display: inline-block;
  font-size: 0.2rem;
  color: #FFF;
  line-height: 0.6rem;
  height: 0.6rem;
  background: #0f6cff;
  border-radius: 0.3rem;
  padding: 0 0.6rem;
}
.gwzzitembtn:hover {
  opacity: 0.9;
}

/*about-6*/
.zfrdbox {
  background: url(../images/zfrdbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.zfrdlist {
  align-items: initial;
  margin-top: -.5rem;
  justify-content: flex-start;
}
.zfrdlist li {
  width: 19%;
  margin-right: 1.25%;
  margin-top: .5rem;
}
.zfrdlist li:nth-child(5n) {
  margin-right: 0;
}
.zfrdlist li .pic {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.zfrdlist li .pic img{
  aspect-ratio: 16/11;
}
.zfrdlist li .pic .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zfrdlist li .pic .txt h4 {
  color: #FFF;
  font-weight: bold;
  font-size: 0.2rem;
  text-align: center;
  line-height: 1em;
  margin-top: 0.1rem;
}
.zfrdlist li > h4 {
  margin-top: 0.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
}
.zfrdlist li p {
  text-align: center;
  font-size: 0.2rem;
  color: #666;
}

.dxzztit {
  font-size: 0.4rem;
  line-height: 1em;
  padding-left: 0.35rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.3rem;
  margin-top: 0.8rem;
}
.dxzztit::before {
  content: "";
  width: 0.06rem;
  height: 0.38rem;
  background: #0f6cff;
  border-radius: 0.03rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.hyrz-tab {
  text-align: right;
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}
.hyrz-tab .dxzztit {
  margin-top: 0;
  margin-bottom: 0;
}
.hyrz-tab span {
  display: inline-block;
  padding: 0 0.45rem;
  cursor: pointer;
  margin-left: 0.24rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #F4F5F8;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  color: #0f6cff;
}
.hyrz-tab .hyrz-tabact {
  background: #0f6cff;
  color: #FFF;
}

.hyrzbox .hyrzitem {
  display: none;
}
.hyrzbox .hyrzitem:first-child {
  display: block;
}

.hygx-tab {
  text-align: center;
}
.hygx-tab span {
  width: 2.6rem;
  height: 0.6rem;
  background: #F4F5F8;
  display: inline-block;
  border-radius: 0.3rem;
  font-size: 0.24rem;
  color: #0f6cff;
  text-align: center;
  line-height: 0.6rem;
  margin: 0 0.15rem;
  cursor: pointer;
}
.hygx-tab .hygx-tabact {
  background: #0f6cff;
  color: #FFF;
}

.hygxbox {
  margin-top: 0.3rem;
}

.hygx-item {
  display: none;
}
.hygx-item:first-child {
  display: block;
}
.hygx-item ul {
  align-items: initial;
}
.hygx-item li {
  width: 49%;
  margin-top: 0.3rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  border: 1px solid #D8DAE0;
  padding: 0.5rem 0.4rem;
  box-sizing: border-box;
}
.hygx-item li i {
  width: 13.5%;
  display: block;
}
.hygx-item li .txt {
  width: 86.5%;
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.hygx-item li .txt h4 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.hygx-item li .txt p {
  font-size: 0.2rem;
  color: #666;
}
.hygx-item li:hover {
  background: #F4F5F8;
}

.hyjxrow {
  background: url(../images/hyjxrowbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0;
}

.hyjx-years {
  margin-bottom: 0.6rem;
  position: relative;
}
.hyjx-years .swiper {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
}
.hyjx-years li {
  cursor: pointer;
  text-align: center;
  font-size: 0.48rem;
  color: #666973;
}
.hyjx-years li.swiper-slide-thumb-active {
  color: #0f6cff;
  font-weight: bold;
}
.hyjx-years .swiper-button-prev, .hyjx-years .swiper-button-next {
  width: 0.7rem;
  height: 0.7rem;
  background: #FFFFFF;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.35rem;
}
.hyjx-years .swiper-button-prev::after, .hyjx-years .swiper-button-next::after {
  display: none;
}
.hyjx-years .swiper-button-prev:hover, .hyjx-years .swiper-button-next:hover {
  background: #0f6cff;
}
.hyjx-years .swiper-button-prev:hover img, .hyjx-years .swiper-button-next:hover img {
  display: none;
}
.hyjx-years .swiper-button-prev:hover .picact, .hyjx-years .swiper-button-next:hover .picact {
  display: block;
}

.hyjx-tab {
  width: 51.4%;
  height: 0.7rem;
  background: #FFFFFF;
  border-radius: 0.35rem;
  border: 1px solid #D8DAE0;
  margin: 0 auto 0.7rem;
}
.hyjx-tab span {
  display: block;
  width: 25%;
  border-radius: 0.7rem;
  font-size: 0.24rem;
  cursor: pointer;
  line-height: 0.7rem;
  text-align: center;
}
.hyjx-tab .hyjx-tabact {
  background: #0f6cff;
  color: #FFF;
}

.hyjx-row {
  position: relative;
  padding-bottom: .4rem;
}
.hyjx-row::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 0.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0.1rem 0.5rem 0px rgba(33, 33, 33, 0.1);
  border-radius: 1px 0px 0px 1px;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.hyjxrow-box {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.hyjxmain{
  padding-top:0;
}
.hyjxmain-btn {
  margin-top: 0.5rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  border: 1px solid #D8DAE0;
  text-align: center;
}
.hyjxmain-btn span {
  font-size: 0.24rem;
  color: #666973;
  padding-right: 0.45rem;
  position: relative;
  display: inline-block;
}
.hyjxmain-btn span::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #666973;
  border-right: 2px solid #666973;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.06rem;
}
.hyjxmain-btn:hover {
  background: #0f6cff;
  border-color: #0f6cff;
}
.hyjxmain-btn:hover span {
  color: #FFF;
}
.hyjxmain-btn:hover span:before {
  border-color: #FFF;
}

.hyjxrow-item {
  display: none;
}
.hyjxrow-item:first-child {
  display: block;
}

.hyjxrow-listbox {
  align-items: initial;
  justify-content: flex-start;
}

.hyjxrow-list {
  width: 23.7%;
  background: #FFFFFF;
  border-radius: 0.2rem 0.2rem 0px 0px;
  border: 1px solid #D8DAE0;
  box-sizing: border-box;
  padding: 0.5rem 0.35rem;
  margin-right: 1.73%;
}
.hyjxrow-list:nth-child(4n) {
  margin-right: 0;
}
.hyjxrow-list i {
  display: block;
  margin: 0 auto;
  width: 36%;
  overflow: hidden;
  border-radius: 50%;
}
.hyjxrow-list h4 {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  margin: 0.3rem 0;
  line-height: 1.5em;
  min-height: 4.5em;
}
.hyjxrow-list p {
  font-size: 0.2rem;
  color: #666;
  text-align: center;
  height: 11.9em;
  line-height: 1.7em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.zlrzbox {
  background: url(../images/zlrzbg.jpg) no-repeat;
  background-size: 100% 100%;
}

/*about-6-1*/
.hyjxpage {
  background: url(../images/hyjxpagebg.jpg) no-repeat;
  background-size: 100% auto;
}
.hyjxpage-top .abouttit{
  position: relative;
}

.hyjxpage-top p {
  text-align: center;
  font-size: 0.24rem;
  color: #666666;
  margin-top: 0.7rem;
}

.hyjx-itembox {
  background: #FFF;
  padding-top: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.hyjx-item {
  padding-left: 0.7rem;
}

.hyjx-tit {
  position: relative;
}
.hyjx-tit::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #FFF;
  box-sizing: border-box;
  border: 0.15rem solid #0f6cff;
  border-radius: 50%;
  position: absolute;
  left: -0.9rem;
  top: 0;
}
.hyjx-tit h3 {
  font-weight: bold;
  font-size: 0.48rem;
  color: #0f6cff;
}

.hyjx-nav span {
  display: inline-block;
  height: 0.6rem;
  width: 1.8rem;
  font-size: 0.24rem;
  margin: 0 0.1rem;
  text-align: center;
  line-height: 0.6rem;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 0.3rem;
  border: 1px solid #D5D5D5;
}
.hyjx-nav .hyjx-navact {
  background: #0f6cff;
  border-color: #0f6cff;
  color: #FFF;
}

.hykx-itemcon {
  padding-top: 0.25rem;
}

.hyjxlist {
  align-items: initial;
  justify-content: flex-start;
  overflow: hidden;
}
.hyjxlist li {
  width: 23.7%;
  margin-top: 0.22rem;
  background: #FFFFFF;
  margin-right: 1.73%;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.4rem 0.3rem;
  border: 1px solid #D8DAE0;
}
.hyjxlist li:nth-child(4n) {
  margin-right: 0;
}
.hyjxlist li .aniimg {
  border-radius: 50%;
  width: 1rem;
  margin-bottom: 0.4rem;
}
.hyjxlist li h4 {
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.hyjxlist li p {
  font-size: 0.2rem;
  color: #666;
}
.hyjxlist li:hover {
  background: #F4F5F8;
}

.hykxbtn {
  width: 0.6rem;
  height: 0.6rem;
  background: #F1F2F6;
  border-radius: 0.3rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.39rem;
  position: relative;
  cursor: pointer;
}
.hykxbtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  border-top: 2px solid #0f6cff;
  border-left: 2px solid #0f6cff;
  transform: rotate(-135deg);
  top: 50%;
  left: 50%;
  margin-top: -0.1rem;
  margin-left: -0.09rem;
}
.hykxbtn:hover {
  background: #0f6cff;
  border-color: #0f6cff;
}
.hykxbtn:hover::before {
  border-color: #FFF;
}
.hykxbtn.show {
  background: #0f6cff;
  border-color: #0f6cff;
}
.hykxbtn.show::before {
  border-color: #FFF;
  transform: rotate(45deg);
  margin-top: -0.03rem;
}

.hykx-itemrow {
  display: none;
}
.hykx-itemrow:first-child {
  display: block;
}

.hyjx-item {
  position: relative;
  padding-bottom: 1rem;
}
.hyjx-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #D0D7DC;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.hyjx-item:last-child::before {
  display: none;
}

/*about-7*/
.qqfwzxbox {
  background: url(../images/qqfwzxbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.qqfwlist {
  margin-top: -0.4rem;
}
.qqfwlist li {
  width: 48.8%;
  margin-top: 0.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.38rem 0.02rem rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
}
.qqfwlist li .pic {
  width: 36.5%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.qqfwlist li .pic img{
  aspect-ratio: 1/1;
}
.qqfwlist li .txt {
  width: 63.5%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.qqfwlist li .txt h4 {
  padding-bottom: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  border-bottom: 1px solid #CACACA;
}
.qqfwlist li .txt h5 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 0.2rem;
}
.qqfwlist li .txt span {
  display: inline-block;
  width: 78%;
  vertical-align: middle;
  line-height: 1.3em;
}
.qqfwlist li .txt p {
  margin-top: 0.2rem;
}
.qqfwlist li .txt p i {
  width:28px;
  height: 28px;
  background: #0f6cff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.qqfwlist li .txt p a {
  font-size: 16px;
}
.qqfwlist li .txt p a:hover {
  color: #0f6cff;
}

.mtlllist {
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.38rem 0.02rem rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
  border: 1px solid #D8DAE0;
  padding: 0.8rem 1rem;
  padding-top: .3rem;

}
.mtlllist li {
  padding-left: 1.58rem;
  position: relative;
  /* min-height: 1.33rem; */
  margin-top: .50rem;
}
.mtlllist li i {
  width: 1.18rem;
  height: 1.33rem;
  display: block;
  background: url(../images/mtllbg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.665rem;
}
.mtlllist li span {
  display: block;
  color: #666;
  font-size: 16px;
}
.mtlllist li a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.1rem;
  display: block;
}
.mtlllist li a:hover {
  color: #0f6cff;
}
.mtlllist li:hover i img {
  animation: icon-bounce 0.5s alternate;
}

.jtzbbox {
  background: url(../images/jtzbbg.jpg) no-repeat 100% center;
  background-size: 100% auto;
}

.jtzbrow {
  border-top: 1px solid rgba(171, 175, 188, 0.6);
}
.jtzbrow .abouttit {
  position: relative;
}
.jtzbrow .abouttit .messagebtn {
  position: absolute;
  right: 0;
  top: 0;
  background: #FFF;
}
.jtzbrow .abouttit .messagebtn:hover {
  background: #0f6cff;
}
.jtzbrow .message-pic .txt a {
  font-size: 0.48rem;
}
.jtzbrow .message-item {
  height: 0.8rem;
}

.mes-aboutbtn {
  width: 2.2rem;
  height: 0.6rem;
  background: #0f6cff;
  border-radius: 0.3rem;
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mes-aboutbtn:hover {
  opacity: 0.95;
}
.mes-aboutbtn input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.mes-aboutbtn span {
  font-size: 0.24rem;
  color: #FFF;
}
.mes-aboutbtn span img {
  display: inline-block;
  vertical-align: middle;
  width: 0.15rem;
  margin-left: 0.2rem;
}
.zlrzbtn{
  width: .14rem;
  height: .14rem;
  border-left: 2px solid #9A9A9A;
  border-top: 2px solid #9A9A9A;
  display: block;
  transform: rotate(-135deg);
  margin-right: .2rem;
  transition: all .3s;
}
.zlrzbtn-act{
  transform: rotate(45deg);
  margin-top: .2rem;
}
.zlrzbtn:hover{
 border-color: #0f6cff;
 cursor: pointer;
}
.zlrztit .dxzztit{
  margin-top: 0;
  margin-bottom: 0;
}
.zlrztit{
  margin-bottom: 0.3rem;
  margin-top: 0.8rem;
}
.copyLink{
  position: relative;
}
.notification{
  position: absolute;
  background: #FFF;
  border-radius: .1rem;
  white-space: nowrap;
  padding: .05rem;
  box-shadow: 0px 0.01rem 0.01rem 0.01rem rgba(0, 0, 0, 0.05);
  left: 50%;
  transform: translateX(-50%);
  margin-top: .05rem;
}

@media (max-width: 1500px) {
  .search-con {
    width: 90%;
  }
}
@media (max-width: 1380px) {
  .news-content {
    width: 90%;
  }
}