@charset "UTF-8";
html, body {
  position: relative;
  height: 100%;
}

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

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

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

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

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

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

.banner {
  height: 100%;
}
.banner li {
  position: relative;
}

.rowcen {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner li > img {
  min-height: 100%;
  width: 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;
}

@-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);
  }
}
.bantxt h2 {
  font-size: 0.64rem;
  color: #FFF;
  font-weight: bold;
}
.bantxt h3 {
  font-weight: bold;
  color: #FFF;
  font-size: 0.58rem;
  letter-spacing: 0.16rem;
  line-height: 1.3em;
}
.bantxt h4 {
  font-size: 0.5rem;
  line-height: 1.3em;
  color: #FFF;
  font-weight: bold;
}

.index-container .swiper-slide {
  overflow: hidden;
}

.slide-banner {
  overflow: hidden;
}

.morebtn {
  margin-top: 0.85rem;
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #FFFFFF;
  font-size: 0.2rem;
  text-align: center;
  display: block;
  color: #FFF;
  transition: all 0.3s;
}
.morebtn:hover {
  background: #054CA3;
  border-color: #054CA3;
}

.scroll {
  position: absolute;
  z-index: 2;
  bottom: 0.8rem;
  width: 100%;
  color: #FFF;
  align-items: flex-start;
}
.scroll img {
  width: 14px;
  -webkit-animation: mouse 2s infinite;
  -moz-animation: mouse 2s infinite;
  -o-animation: mouse 2s infinite;
  animation: mouse 2s infinite;
  position: relative;
}

@-webkit-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-moz-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@-o-keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
@keyframes mouse {
  0% {
    top: 10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 10px;
  }
}
.banbtn {
  width: 29.5%;
  margin-top: 0.3rem;
}
.banbtn .swiper-pagination {
  position: static;
  width: 44.5%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}
.banbtn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFF;
}

.scroll .content {
  align-items: flex-start;
}

.swiper-banbtn {
  width: 1.42rem;
}
.swiper-banbtn .swiper-button-prev, .swiper-banbtn .swiper-button-next {
  position: static;
  left: auto;
  top: auto;
  bottom: auto;
  right: 0;
  margin: 0;
  padding: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  background: #FFF;
  position: relative;
}
.swiper-banbtn .swiper-button-prev:after, .swiper-banbtn .swiper-button-next:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #054CA3;
  border-top: 2px solid #054CA3;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
}
.swiper-banbtn .swiper-button-prev:hover, .swiper-banbtn .swiper-button-next:hover {
  background: #054CA3;
}
.swiper-banbtn .swiper-button-prev:hover:after, .swiper-banbtn .swiper-button-next:hover:after {
  border-color: #FFF;
}
.swiper-banbtn .swiper-button-next:after {
  transform: rotate(135deg);
}

.swiper-num {
  color: #FFF;
  font-size: 0.4rem;
}

.slide-company {
  background: url(../images/gsjsbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.in-titbox {
  margin-bottom: 5vh;
  position: relative;
}
.in-titbox h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  position: absolute;
  bottom: 0.1rem;
  width: 100%;
  font-size: 0.54rem;
}
.in-titbox span {
  font-family: Montserrat;
  text-align: center;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px rgba(0, 0, 0, 0.5);
  opacity: 0.3;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}

.companytxt h3 {
  font-size: 0.28rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.23rem;
  position: relative;
  margin-bottom: 0.24rem;
}
.companytxt h3::after {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.05rem;
  background: #054CA3;
  border-radius: 0.03rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.125rem;
}
.companytxt p {
  font-size: 0.22rem;
  color: #888888;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.rowbot {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.company-video {
  margin-top: 6vh;
  position: relative;
  max-height: 50vh;
  overflow: hidden;
}
.company-video .content {
  margin-top: 0.5rem;
}
.company-video .morebtn {
  background: #054CA3;
  margin: 0 auto;
  margin-top: 13vh;
  border-color: #FFF;
  border-color: #054CA3;
}
.company-video .m-video {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #FFF;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}
.company-video .m-video:hover {
  transform: rotate(-90deg);
}
.company-video .m-video:after {
  content: "";
  position: absolute;
  left: -0.27rem;
  top: -0.27rem;
  right: -0.27rem;
  bottom: -0.27rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.company-video .m-video:before {
  content: "";
  position: absolute;
  left: -0.51rem;
  top: -0.51rem;
  right: -0.51rem;
  bottom: -0.51rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.in-titfff span {
  opacity: 0.35;
  text-stroke: 1px rgba(255, 255, 255, 0.35);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
}
.in-titfff h2 {
  color: #FFF;
}

.servicepic {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
}
.servicepic img {
  width: 100%;
  min-height: 100%;
}

.slide-service {
  padding-top: 1px;
}

.servicecon {
  margin-top: 9vh;
}

.servicetxt {
  margin-top: 7vh;
}
.servicetxt p {
  color: #FFF;
  font-size: 0.22rem;
  text-align: center;
}
.servicetxt .morebtn {
  margin: 0.49rem auto 0;
  background: rgba(255, 255, 255, 0.15);
}
.servicetxt .morebtn:hover {
  border-color: #FFF;
  background: rgba(255, 255, 255, 0.3);
}

.servicetxt-con p {
  display: none;
}
.servicetxt-con p:first-child {
  display: block;
}

.servicelist {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.servicelist li {
  width: 25%;
  padding: 0.6rem 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.servicelist li.serviceact {
  border-top: 0.04rem solid #FFF;
  background: linear-gradient(357deg, rgba(5, 76, 163, 0) 0%, rgba(255, 255, 255, 0.3294117647) 100%);
}
.servicelist li.serviceact i {
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
.servicelist li:first-child {
  border-left: 0 none;
}
.servicelist li i {
  width: 0.8rem;
  display: block;
  margin: 0 auto;
}
.servicelist li p {
  color: #FFF;
  font-size: 0.34rem;
  font-weight: bold;
  margin-top: 0.25rem;
  text-align: center;
}

.slide-pro {
  background: url(../images/probg.jpg) no-repeat;
  background-size: 100% 100%;
}

.promain {
  position: relative;
  padding-top: 0.65rem;
}
.promain:after {
  content: "";
  display: block;
  width: 6.5rem;
  position: absolute;
  top: 0;
  bottom: 1.05rem;
  right: 0;
  background: linear-gradient(0deg, #CBD8EA 0%, #E9EEF4 100%);
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.promain:before {
  content: "";
  display: block;
  width: 6.5rem;
  position: absolute;
  top: 0;
  bottom: 1.05rem;
  left: 0;
  background: linear-gradient(0deg, #CBD8EA 0%, #E9EEF4 100%);
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.promain .content {
  position: relative;
}
.promain .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
}
.promain .swiper-slide-active, .promain .swiper-slide-duplicate-active {
  transform: scale(1);
}
.promain li h4 {
  text-align: center;
  font-size: 0.26rem;
  margin-top: 0.2rem;
  display: none;
}
.promain .swiper-slide-active .aniimg {
  background: url(../images/proactbg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 0.5rem;
}
.promain .swiper-slide-active h4 {
  display: block;
}
.promain .swiper-button-next, .promain .swiper-button-prev {
  width: 25px;
  height: 50px;
  margin-top: -0.6rem;
}
.promain .swiper-button-next {
  background: url(../images/proright.png) no-repeat;
  background-size: 100% 100%;
}
.promain .swiper-button-prev {
  background: url(../images/proleft.png) no-repeat;
  background-size: 100% 100%;
}

.promain .content {
  padding-bottom: 9vh;
}
.promain .content .swiper-pagination {
  bottom: 0;
  text-align: center;
  width: 100%;
}
.promain .content .swiper-pagination li {
  font-size: 0.22rem;
  font-weight: bold;
  margin: 0 0.1rem;
  opacity: 1;
}
.promain .content .swiper-pagination .swiper-pagination-bullet-active .proline {
  width: 1.6rem;
  height: 1px;
  background: rgba(5, 76, 163, 0.5);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0.2rem;
  transition: all 0.1s;
}
.promain .content .swiper-pagination .swiper-pagination-bullet-active .proline i {
  display: block;
  height: 3px;
  position: absolute;
  background: #E69121;
  left: 0;
  top: -1px;
}
.promain .content .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border: none;
  background: none;
}

.slide-applicat {
  padding-top: 9vh;
}
.slide-applicat .in-titbox {
  position: relative;
  z-index: 3;
}

.arealist {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.arealist li {
  width: 20.83%;
  overflow: hidden;
  position: relative;
  background: #054ca3;
  z-index: 1;
  height: 100%;
}
.arealist li > img {
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.arealist .arealistact {
  width: 37.5%;
  background: #e69121;
}
.arealist .arealistact .arealisttxt {
  left: 1.6rem;
}

.arealisttxt {
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
  bottom: 12vh;
  left: 0.78rem;
}
.arealisttxt h4 {
  font-size: 0.36rem;
  color: #FFF;
  font-weight: bold;
  padding-bottom: 0.3rem;
  position: relative;
  margin-bottom: 0.68rem;
}
.arealisttxt h4:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
  left: 0;
  bottom: 0;
}
.arealisttxt span {
  font-size: 0.22rem;
  color: #FFF;
  opacity: 0.3;
}

.slide-news {
  background: url(../images/inewsbg.jpg) no-repeat;
  background-size: 100% 100%;
}

.news-left {
  width: 65.7%;
}
.news-left li {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0.03rem 0.07rem 0.19rem 0.01rem rgba(0, 0, 0, 0.04);
  width: 47.56%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-left li .aniimg img {
  aspect-ratio: 500/335;
}

.news-left li:hover h4 {
  color: #054CA3;
}
.news-left li:hover .aniimg img {
  transform: scale(1.1);
}

.newstxt {
  padding: 0.42rem 0.59rem;
}
.newstxt h3 {
  display: inline-block;
  height: 0.3rem;
  background: #054CA3;
  border-radius: 0.15rem;
  padding: 0 0.14rem;
  line-height: 0.3rem;
  color: #FFF;
  margin-bottom: 0.25rem;
  font-weight: normal;
}
.newstxt h4 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 1.3em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  overflow: hidden;
  height: 2.6em;
}
.newstxt span {
  font-size: 0.18rem;
  color: #999999;
  display: block;
  margin-top: 0.28rem;
}

.news-right {
  width: 31.2%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0.03rem 0.07rem 0.19rem 0.01rem rgba(0, 0, 0, 0.04);
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.62rem;
}
.news-right li {
  border-bottom: 2px solid #EEEEEE;
  padding: 0.45rem 0;
}
.news-right li:last-child {
  border-bottom: 0 none;
}
.news-right li:hover h4 {
  color: #054CA3;
}
.news-right h3 {
  display: inline-block;
  height: 0.3rem;
  background: #054CA3;
  border-radius: 0.15rem;
  padding: 0 0.14rem;
  line-height: 0.3rem;
  color: #FFF;
  font-weight: normal;
}
.news-right h4 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 1.3em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  overflow: hidden;
  height: 2.6em;
}
.news-right span {
  font-size: 0.18rem;
  color: #999999;
  display: block;
  margin-top: 0.28rem;
}

.news-main {
  align-items: initial;
}

/*jsfw*/
.jsfw-ban {
  overflow: hidden;
}
.jsfw-ban > img {
  position: absolute;
  min-height: 100%;
  width: 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;
}

.jsfwban-txt {
  background: rgba(0, 61, 116, 0.1);
  border-radius: 0.2rem;
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  padding: 0.9rem 0.9rem 1.2rem;
}
.jsfwban-txt h2 {
  font-weight: bold;
  text-align: center;
  font-size: 0.46rem;
  position: relative;
  padding-bottom: 0.3rem;
  color: #FFF;
  margin-bottom: 0.64rem;
}
.jsfwban-txt h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.45rem;
  height: 0.05rem;
  background: #FFFFFF;
  border-radius: 0.03rem;
  bottom: 0;
  left: 50%;
  margin-left: -0.225rem;
}
.jsfwban-txt p {
  color: #FFF;
  font-size: 0.34rem;
  text-align: center;
  font-weight: normal;
}

.jsfw-row1 {
  background: url(../images/jsfw-row1bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.jsfwlist {
  margin-top: -0.5rem;
}
.jsfwlist li {
  width: 23.1%;
  background: #FFFFFF;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding: 0.65rem 0.45rem 0.85rem;
}
.jsfwlist li:hover i img {
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
.jsfwlist li i {
  width: 1.06rem;
  height: 1.06rem;
  display: block;
  border-radius: 50%;
  border: 0.02rem solid #F5F6F8;
  margin: 0 auto 0.24rem;
}
.jsfwlist li h4 {
  text-align: center;
  font-size: 0.26rem;
}

.jsfw-wysztab {
  position: relative;
  z-index: 2;
}
.jsfw-wysztab li {
  width: 24.3%;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
}
.jsfw-wysztab .jsfw-wysztabact {
  background: #003D74;
  color: #FFF;
  border-color: #003D74;
}

.jsfw-wyszrow {
  margin-top: 6vh;
}

.wysztxt {
  margin-top: 4vh;
}
.wysztxt p {
  padding-left: 0.25rem;
  line-height: 2em;
  font-size: 0.24rem;
  position: relative;
}
.wysztxt p:before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #003D74;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -0.04rem;
}

@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);
  }
}
.jylplist {
  align-items: initial;
  margin-top: -10vh;
}
.jylplist li {
  width: 29.9%;
  margin-top: 10vh;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  position: relative;
}
.jylplist li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #003D74;
  right: -0.4rem;
  top: 50%;
  margin-top: -4px;
}
.jylplist li:nth-child(3n)::before {
  border-width: 8px 6px 0 6px;
  border-color: #003D74 transparent transparent transparent;
  bottom: -0.4rem;
  left: 50%;
  top: auto;
  margin-left: -6px;
}
.jylplist li:nth-child(4)::before, .jylplist li:nth-child(5)::before {
  border-width: 6px 8px 6px 0;
  border-color: transparent #003D74 transparent transparent;
}
.jylplist li:last-child::before {
  display: none;
}

.jylplist-tit {
  background: #CBE4F6;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.43rem;
}
.jylplist-tit h4 {
  font-size: 0.24rem;
  color: #003D74;
}

.jylplist-txt {
  padding: 0.4rem 0.42rem 0.4rem;
}
.jylplist-txt p {
  font-size: 0.18rem;
  padding-left: 0.2rem;
  line-height: 1.7em;
  position: relative;
}
.jylplist-txt p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #003D74;
  top: 0.7em;
}

.xpfztit {
  margin-bottom: 0.4rem;
}
.xpfztit p {
  color: #666;
  position: relative;
  padding-left: 0.32rem;
  font-size: 0.22rem;
}
.xpfztit p::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #003D74;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.xpfzlist {
  margin-top: -0.3rem;
  align-items: initial;
  height: 60vh;
  overflow-y: auto;
}
.xpfzlist li {
  margin-top: 0.3rem;
  width: 48.7%;
  border-radius: 0.3rem;
  background: url(../images/xpfzbg.jpg) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.55rem;
  padding-left: 0.7rem;
  align-items: flex-end;
}
.xpfzlist li h4 {
  font-size: 0.28rem;
}
.xpfzlist li img {
  width: auto;
  max-width: 40%;
}

.xpcsbox {
  background: #F5F6F8;
  border-radius: 0.3rem;
}

.xpcspic {
  border-radius: 0.3rem;
  width: 49.7%;
  overflow: hidden;
}

.xpcstxt {
  width: 45.4%;
}
.xpcstxt li {
  position: relative;
  padding-left: 0.58rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.xpcstxt li span {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  background: #003D74;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.15rem;
  border-radius: 50%;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 0.3rem;
}
.xpcstxt li h4 {
  font-size: 0.24rem;
}
.xpcstxt li p {
  color: #666;
  font-size: 0.22rem;
}

.jsfw-wysz {
  padding-top: 9vh;
}

.jsfw-wyszitem {
  display: none;
}
.jsfw-wyszitem:first-child {
  display: block;
}
.jsfw-wyszitem-growth{
  overflow-y:auto;
  max-height: 72vh;
}
.jsfw-wyszitem-img {
  overflow: hidden;
}
.jsfw-wyszitem-img img {
  min-width: 100%;
  min-height: 100%;
}

.jsfw-tact {
  background: #f5f6f8;
}

.listtit {
  margin-bottom: 7vh;
}
.listtit h2 {
  font-weight: bold;
  font-size: 0.46rem;
  text-align: center;
  padding-bottom: 0.3rem;
  position: relative;
}
.listtit h2::before {
  content: "";
  display: block;
  width: 0.45rem;
  height: 0.05rem;
  background: #0C58B4;
  border-radius: 0.03rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.225rem;
}

.jsfwtctbox {
  border-radius: 0.2rem;
  background: #FFF;
  align-items: initial;
}

.jsfwtctpic {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  overflow: hidden;
  width: 49.7%;
  z-index: 1;
  position: relative;
}
.jsfwtctpic > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jsfwtcttxt {
  box-sizing: border-box;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}
.jsfwtcttxt h4 {
  color: #FFF;
  font-size: 0.3rem;
}
.jsfwtcttxt h5 {
  color: #FFF;
  margin-top: 0.3rem;
  font-size: 0.2rem;
}
.jsfwtcttxt h5 a {
  font-size: 0.3rem;
  color: #FFF;
}

.jsfwtct-phone {
  margin-top: 0.38rem;
  width: 72%;
}
.jsfwtct-phone p {
  color: #FFF;
  width: 50%;
  display: inline-block;
  font-size: 0.2rem;
}
.jsfwtct-phone p a {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
}

.jsfwtct-form {
  width: 50.3%;
  padding: 0.4rem 1.13rem 0.7rem;
  box-sizing: border-box;
}
.jsfwtct-form .jsfwtct-item {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 0.15rem;
  width: 100%;
  margin-top: 0.45rem;
}
.jsfwtct-form .jsfwtct-item input {
  width: 82%;
  font-size: 0.2rem;
  line-height: 0.4rem;
  border: 0 none;
  display: block;
}
.jsfwtct-form .jsfwtct-item label {
  font-size: 0.2rem;
  color: #000;
  position: relative;
}
.jsfwtct-form .jsfwtct-item label span {
  font-size: 0.24rem;
  color: #E69121;
  left: -0.2rem;
  position: absolute;
  top: 50%;
  margin-top: -0.15rem;
}
.jsfwtct-form .jsfwtct-area {
  border-bottom: 1px solid #B7B7B7;
  margin-top: 0.45rem;
}
.jsfwtct-form .jsfwtct-area input {
  width: 82%;
  font-size: 0.2rem;
  line-height: 0.4rem;
  border: 0 none;
  display: block;
}
.jsfwtct-form .jsfwtct-area label {
  font-size: 0.2rem;
  color: #000;
  position: relative;
  display: block;
}
.jsfwtct-form .jsfwtct-area label span {
  font-size: 0.24rem;
  color: #E69121;
  left: -0.2rem;
  position: absolute;
  top: 50%;
  margin-top: -0.15rem;
}
.jsfwtct-form .jsfwtct-area textarea {
  margin-top: 0.1rem;
  border: 0 none;
  width: 100%;
  font-size: 0.2rem;
}
.jsfwtct-form .jsfwtct-btn {
  margin-top: 0.45rem;
}
.jsfwtct-form .jsfwtct-btn input {
  border: 0 none;
  display: block;
  width: 2.2rem;
  height: 0.7rem;
  color: #FFF;
  font-size: 0.24rem;
  text-align: center;
  display: block;
  border: 0 none;
  line-height: 0.7rem;
  background: #003D74;
  border-radius: 0.35rem;
}

.jsfw-hzhb {
  margin-top: 7vh;
  padding: 0 0.4rem;
  padding-bottom: 8vh;
  position: relative;
}
.jsfw-hzhb .swiper-pagination{
  width: 100%;
  box-sizing: border-box;
  bottom: 5vh;
  left: 0;
}
.jsfw-hzhb .swiper-pagination span{
  margin: 0 3px;
}
.jsfw-hzhb .swiper-pagination-bullet-active{
  background: #0C58B4;
}
.jsfw-hzhb li{
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jsfw-hzhb li a{
  display: inline-block;
  max-width: 90%;
}
.jsfw-hzhb li img{
  width: auto;
  box-sizing: border-box;
  max-width: 100%;
}
/*about*/
.listban {
  overflow: hidden;
  position: relative;
}
.listban > img {
  width: 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;
}

.listbantxt {
  margin-top: 0.5rem;
}
.listbantxt h2 {
  color: #FFF;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
.listbantxt p {
  color: #FFF;
  font-size: 0.22rem;
  margin-top: 0.3rem;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.11rem;
  text-align: center;
}

.listnavbox {
  border-bottom: 2px solid #E5E5E5;
  position: relative;
  padding: 0.35rem 0;
}

.route img {
  width: 0.17rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.13rem;
}
.route a {
  font-size: 0.2rem;
  color: #333333;
  margin-right: 0.3rem;
  padding-left: 0.2rem;
  position: relative;
  color: #003D74;
}
.route a:first-child {
  padding-left: 0;
  color: #333;
}
.route a:first-child::before {
  display: none;
}
.route a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #D2D2D2;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.listnav::before {
  content: "";
  height: 2px;
  background: #003D74;
  width: 38%;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.listnav li {
  display: inline-block;
  font-weight: bold;
}
.listnav li a {
  font-size: 0.2rem;
  margin-left: 0.8rem;
}

.abouttop-txt {
  width: 48.09%;
  background: url(../images/abouttopbg.png) no-repeat left top;
  background-size: 0.79rem 0.77rem;
  padding-top: 1rem;
}
.abouttop-txt p {
  font-size: 0.26rem;
  color: #888;
  margin-top: 0.5rem;
}
.abouttop-txt p a {
  color: #003D74;
  font-weight: bold;
}

.abouttop-pic {
  width: 46.28%;
  border-radius: 0.3rem;
  position: relative;
}
.abouttop-pic > img {
  border-radius: 0.3rem;
}
.abouttop-pic:before {
  content: "";
  display: block;
  background: #003D74;
  border-radius: 0.3rem;
  position: absolute;
  left: 0.15rem;
  right: 0.15rem;
  bottom: -0.1rem;
  height: 50%;
  z-index: -1;
}
.abouttop-pic .m-video {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-left: -0.29rem;
  margin-top: -0.29rem;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
}
.abouttop-pic .m-video:hover {
  transform: rotate(-90deg);
}
.abouttop-pic .m-video::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.25rem;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}
.abouttop-pic .m-video::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}

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

.historycon {
  padding: 0 14%;
  position: relative;
}
.historycon li {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE/Edge */
  user-select: none;
  text-align: center;
}
.historycon li h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  padding: 0 0.8rem;
  background: #edf1f6;
  display: inline-block;
  text-align: center;
  font-family: Barlow;
  color: #808080;
}
.historycon li h4 b {
  color: #003D74;
  line-height: 1em;
}
.historycon li .historytxt {
  display: block;
}
.historycon .swiper-button-next, .historycon .swiper-button-prev {
  background: none;
  padding: 0 0.5rem;
  background: #edf1f6;
  width: auto;
  top: 25%;
  margin-top: 0;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE/Edge */
  user-select: none;
  height: auto;
}
.historycon .swiper-button-next span, .historycon .swiper-button-prev span {
  font-size: 0.4rem;
  color: #999999;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0.3rem;
}
.historycon .swiper-button-next i, .historycon .swiper-button-prev i {
  width: 0.6rem;
  height: 0.6rem;
  background: #DBDCDD;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
}
.historycon .swiper-button-next i:hover, .historycon .swiper-button-prev i:hover {
  background: #003D74;
}
.historycon .swiper-button-next i::before, .historycon .swiper-button-prev i::before {
  content: "";
  width: 0.2rem;
  display: block;
  height: 0.2rem;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
}
.historycon .swiper-button-next span {
  padding-right: 0;
}
.historycon .swiper-button-next i::before {
  transform: rotate(135deg);
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -0.15rem;
}
.historycon .swiper-button-prev span {
  padding-left: 0;
}
.historycon .swiper-button-prev i::before {
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -0.08rem;
}

.historytxt {
  margin-top: 0.6rem;
  text-align: center;
  width: 100%;
  display: none;
}
.historytxt p {
  text-align: center;
  font-size: 0.26rem;
  color: #666666;
  line-height: 2em;
}

.historyrow {
  position: relative;
}
.historyrow:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #D5D9E4;
  top: 33%;
  left: 0;
}

.listtitfff h2 {
  color: #FFF;
}
.listtitfff h2:before {
  background: #FFF;
}

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

.qywhlist {
  align-items: initial;
}
.qywhlist li {
  width: 26%;
}
.qywhlist li i {
  display: block;
  width: 0.66rem;
  margin: 0 auto 0.2rem;
}
.qywhlist li h4 {
  color: #FFF;
  font-size: 0.3rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.qywhlist li h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.34rem;
  height: 0.05rem;
  background: #FFFFFF;
  border-radius: 0.02rem;
  opacity: 0.3;
  bottom: 0;
  left: 50%;
  margin-left: -0.17rem;
}

.qywhtxt {
  margin-top: 0.3rem;
}
.qywhtxt p {
  color: #FFF;
  text-align: center;
  font-size: 0.26rem;
}

.honorl {
  width: 16.8%;
  border-bottom: 2px solid #E5E5E5;
}
.honorl span {
  display: inline-block;
  padding-bottom: 0.17rem;
  font-size: 0.26rem;
  color: #999999;
  font-weight: bold;
  cursor: pointer;
}
.honorl .honorlact {
  color: #003D74;
  position: relative;
}
.honorl .honorlact::after {
  content: "";
  display: block;
  height: 4px;
  background: #042747;
  position: absolute;
  width: 100%;
  bottom: -3px;
}

.honorr {
  width: 55%;
}
.honorr p {
  display: none;
  font-weight: bold;
  font-size: 0.3rem;
  padding-left: 0.3rem;
  border-left: 2px solid #DCDCDC;
}
.honorr p b {
  color: #003D74;
}
.honorr p:first-child {
  display: block;
}

.honorcon {
  background: url(../images/honorbg.png) no-repeat center center;
}
.honorcon li {
  position: relative;
}
.honorcon li.swiper-slide-active h4 {
  display: block;
}
.honorcon li.swiper-slide-active .honorconpic {
  background: url(../images/honoract.png) no-repeat center bottom;
  background-size: 100% 1.74rem;
  padding-bottom: 1.2rem;
}
.honorcon li h4 {
  text-align: center;
  display: none;
  font-size: 0.28rem;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.honorcon .content {
  overflow: hidden;
  padding: 0 5%;
  padding-top: 1.2rem;
}
.honorcon .swiper {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.honorcon .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 7.27rem;
  /* height: 5.2rem; */
}
.honorcon .swiper-slide img {
  width: 39%;
  margin: 0 auto;
}

.honorbtn {
  width: 1.4rem;
  margin: 0.2rem auto 0;
}
.honorbtn .swiper-button-prev, .honorbtn .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #DBDCDD;
  display: block;
  border-radius: 50%;
  left: auto;
  position: relative;
  right: auto;
}
.honorbtn .swiper-button-prev:hover, .honorbtn .swiper-button-next:hover {
  background: #003D74;
}
.honorbtn .swiper-button-prev::before, .honorbtn .swiper-button-next::before {
  content: "";
  width: 0.2rem;
  display: block;
  height: 0.2rem;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
}
.honorbtn .swiper-button-next::before {
  transform: rotate(135deg);
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -0.15rem;
}
.honorbtn .swiper-button-prev::before {
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -0.08rem;
}

.honoritem {
  display: none;
}
.honoritem:first-child {
  display: block;
}

/*pro*/
.proban .listbantxt h2 {
  text-align: left;
}
.proban .listbantxt p {
  text-align: left;
}

.prolistpic {
  width: 43.7%;
  background: url(../images/prolistbg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.prolistpic img {
  width: auto;
  transition: all 0.5s;
  max-width: 80%;
}

.prolisttxt {
  width: 56.3%;
  box-sizing: border-box;
  padding: 0.85rem;
}
.prolisttxt h4 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.prolisttxt p {
  font-size: 0.22rem;
  color: #666666;
}
.prolisttxt span {
  margin-top: 0.7rem;
  width: 1.47rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #003D74;
  border-radius: 0.25rem;
  font-size: 0.18rem;
  text-align: center;
  display: block;
  color: #FFF;
}

.prolist {
  margin-top: -0.8rem;
}
.prolist li {
  box-shadow: 0px 0px 0.3rem 0px rgba(153, 153, 153, 0.05);
  border-radius: 0.26rem;
  border: 1px solid #EBEAEA;
  margin-top: 0.8rem;
  overflow: hidden;
}
.prolist li a {
  align-items: initial;
}
.prolist li:nth-child(2n) a {
  flex-direction: row-reverse;
}
.prolist li:hover .prolistpic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.prolist li:hover h4 {
  color: #003D74;
}

.propage header {
  background: url(../images/proheadbg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: auto;
}
.propage .listnavbox {
  border-bottom: 0 none;
}

.proshowcon {
  align-items: flex-start;
  margin-top: 0.6rem;
}

.pro-class {
  width: 17.67%;
  background: #FAFAFA;
  border-radius: 0.05rem;
  overflow: hidden;
}
.pro-class h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFF;
  background: #003D74;
  padding: 0.4rem 0.28rem;
}

.pro-classcon > li {
  border-top: 1px solid #EEEEEE;
  cursor: pointer;
  transition: all 0.3s;
}
.pro-classcon > li h4 {
  font-size: 0.22rem;
  color: #333;
  box-sizing: border-box;
  padding: 0.25rem 0.3rem;
  position: relative;
}
.pro-classcon > li h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.15rem;
  height: 0.02rem;
  background: #999999;
  right: 0.3rem;
  top: 50%;
  margin-top: -1px;
}
.pro-classcon > li h4:after {
  content: "";
  display: block;
  position: absolute;
  height: 0.15rem;
  width: 0.02rem;
  background: #999999;
  right: 0.361rem;
  top: 50%;
  margin-top: -0.07rem;
}
.pro-classcon > li:hover h4::before {
  background: #003D74;
}
.pro-classcon > li:hover h4::after {
  background: #003D74;
}
.pro-classcon > li ul {
  display: none;
}
.pro-classcon > li ul li {
  border-top: 1px solid #EEEEEE;
  padding: 0.25rem 0.3rem;
}
.pro-classcon > li ul li:hover a {
  color: #003D74;
}
.pro-classcon > li ul li:hover a::before {
  background: #003D74;
}
.pro-classcon > li ul li a {
  font-size: 0.2rem;
  color: #666;
  position: relative;
  display: block;
  padding-left: 0.16rem;
}
.pro-classcon > li ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.pro-classcon .pro-classact {
  border-color: rgba(0, 61, 116, 0.8705882353);
}
.pro-classcon .pro-classact:hover h4::after {
  display: none;
}
.pro-classcon .pro-classact:hover h4::before {
  background: #FFF;
}
.pro-classcon .pro-classact h4 {
  background: #003D74;
  color: #FFF;
}
.pro-classcon .pro-classact h4::after {
  display: none;
}
.pro-classcon .pro-classact h4::before {
  background: #FFF;
}

.pro-show {
  width: 74.7%;
}

.proshowtop {
  align-items: initial;
}

.proshowpic {
  background: #FFFFFF;
  width: 56.1%;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.03rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proshowpic img {
  width: auto;
  max-width: 100%;
}

.proshowtxt {
  width: 39.4%;
}
.proshowtxt h1 {
  font-size: 0.36rem;
  font-weight: bold;
}

.proshow-special {
  border-top: 1px solid #E1DFDF;
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  overflow: hidden;
}
.proshow-special h4 {
  float: left;
  font-size: 0.22rem;
  font-weight: bold;
  width: 29.5%;
}
.proshow-special ul {
  float: left;
  max-width: 69%;
}
.proshow-special ul li {
  margin-bottom: 0.1rem;
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.22rem;
}
.proshow-special ul li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 0.12rem;
  height: 0.12rem;
  border: 0.03rem solid #003D74;
  left: 0;
  top: 50%;
  box-sizing: border-box;
  margin-top: -0.06rem;
}

.showbtn {
  width: 1.69rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #003D74;
  border-radius: 0.25rem;
  margin-top: 0.4rem;
  cursor: pointer;
}
.showbtn:hover {
  opacity: 0.95;
}
.showbtn span {
  font-size: 0.18rem;
  color: #FFF;
  display: inline-block;
}
.showbtn span img {
  display: inline-block;
  width: 0.2rem;
  vertical-align: middle;
  margin-right: 0.14rem;
}

.protable {
  margin-top: 0.7rem;
}
.protable table {
  width: 100%;
  border: 1px solid #E8E9EB;
  border-collapse: collapse;
}
.protable table tr {
  height: 0.8rem;
  background: #F6F6F6;
}
.protable table tr:first-child {
  background: #6C707A;
}
.protable table tr:nth-child(2n) {
  background: #FFF;
}
.protable table th {
  font-size: 0.24rem;
  color: #FFF;
  box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 .2rem;
}
.protable table th:last-child{
  min-width: 2.2rem;
}
.protable table td {
  text-align: center;
  font-size: 0.2rem;
  padding: 0 .2rem;
  box-sizing: border-box;
  color: #333;
}
.protable table td a {
  margin-right: 0.25rem;
}
.protable table td a img {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  margin-right: 0.1rem;
}
.protable table td a:hover {
  color: #003D74;
}

.prompt {
  color: #6C707A;
  font-size: 0.22rem;
  margin-top: 0.27rem;
}
.prompt img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 0.23rem;
}

.show-morebox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.show-more {
  background: #FFF;
  border-radius: 0.2rem;
  position: relative;
}
.show-more .jsfwtcttxt {
  padding-left: 0.6rem;
  padding-top: 0.6rem;
}

.proclose {
  position: absolute;
  width: 0.23rem;
  height: 0.23rem;
  right: 0.4rem;
  top: 0.38rem;
  transition: all 0.3s;
  cursor: pointer;
}
.proclose:hover {
  transform: rotate(90deg);
}

.model-pro {
  width: 72%;
  margin-top: 0.5rem;
}

.model-protxt {
  color: #FFF;
  opacity: 0.7;
  max-width: 38%;
}
.model-protxt h4 {
  font-size: 0.2rem;
  line-height: 1.7em;
}

.model-propic {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-propic img {
  width: auto;
  max-width: 100%;
}

/*应用领域*/
.listnavact a {
  color: #003D74;
}

.yylytop {
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  align-items: flex-start;
}

.yylytop-pic {
  width: 49.9%;
}

.yylytop-txt {
  width: 50.1%;
  box-sizing: border-box;
  padding: 0 0.8rem;
  padding-top: 0.7rem;
  position: relative;
}
.yylytop-txt::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/swyxbg.png) no-repeat;
  background-size: 100% 100%;
  right: 0.8rem;
  top: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
}
.yylytop-txt h4 {
  font-size: 0.38rem;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.yylytop-txt p {
  font-size: 0.22rem;
  color: #666;
}

.related-probox {
  background: #F6F6F6;
}

.related-prolist li.swiper-slide {
  width: auto;
  float: none;
  margin-right: 0;
}
.related-prolist li {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0.4rem;
  box-sizing: border-box;
}
.related-prolist li h4 {
  text-align: center;
  margin-top: 0.3rem;
  font-size: 0.22rem;
  color: #666;
}
.related-prolist li .aniimg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}
.related-prolist li img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.related-prolist li:hover h4 {
  color: #003D74;
}
.related-prolist li:hover .aniimg img {
  transform: scale(1.1);
}

.related-btnbox {
  margin-top: 0.4rem;
  position: relative;
}
.related-btnbox::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 2px;
  width: 89.9%;
  background: #DEDCDC;
  opacity: 0.8;
  top: 50%;
  margin-top: -1px;
}

.related-btn {
  width: 1.4rem;
}
.related-btn .swiper-button-prev, .related-btn .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #DBDCDD;
  display: block;
  border-radius: 50%;
  opacity: 1;
  left: auto;
  position: relative;
  right: auto;
}
.related-btn .swiper-button-prev:hover, .related-btn .swiper-button-next:hover {
  background: #003D74;
}
.related-btn .swiper-button-prev::before, .related-btn .swiper-button-next::before {
  content: "";
  width: 0.2rem;
  display: block;
  height: 0.2rem;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  position: absolute;
}
.related-btn .swiper-button-next::before {
  transform: rotate(135deg);
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -0.15rem;
}
.related-btn .swiper-button-prev::before {
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -0.08rem;
}

.kxyjtop-txt h4 {
  font-size: 0.3rem;
}
.kxyjtop-txt p {
  font-size: 0.2rem;
}

.related-prolist {
  zoom: 1;
}
.related-prolist:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.related-prolist li {
  width: 31.8%;
  float: left;
  margin-right: 2.3%;
}
.related-prolist li:nth-child(3n) {
  margin-right: 0;
}

/*news*/
.newsbox {
  background: url(../images/newsbg.png) no-repeat center top #f7f7f7;
  background-size: 100% auto;
  padding: 1px 0;
}

.newstop {
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.newstop:hover h4 {
  color: #003D74;
}
.newstop:hover .aniimg img {
  transform: scale(1.1);
}

.newstoppic {
  width: 54.4%;
  border-radius: 0.2rem;
}
.newstoppic img{
	aspect-ratio: 864/533;
}
.newstoptxt {
  width: 45.6%;
  padding: 0.4rem 0.8rem;
  box-sizing: border-box;
}
.newstoptxt h4 {
  font-size: 0.32rem;
  line-height: 1.35em;
  max-height: 2.7em;
  text-overflow: ellipsis;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newstoptxt span {
  font-size: 0.2rem;
  color: #666;
  display: block;
  margin-top: 0.35rem;
  margin-bottom: 0.45rem;
}
.newstoptxt p {
  color: #666666;
  font-size: 0.18rem;
  max-height: 3.4em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newstoptxt i {
  display: block;
  margin-top: 0.75rem;
  width: 1.69rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #003D74;
  border-radius: 0.25rem;
  color: #FFF;
  font-style: normal;
  font-size: 0.18rem;
  text-align: center;
}

.newslist li {
  border-radius: 0.15rem;
  border: 1px solid #CED5CE;
  padding: 0.8rem 0.65rem 0.8rem 1.1rem;
  margin-bottom: 0.3rem;
}
.newslist li:hover {
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(1, 6, 3, 0.1);
  background: #FFF;
  border: 0 none;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.newslist li:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #003D74;
  width: 0.1rem;
}

.newslist-date {
  width: 10.6%;
  border-right: 1px solid rgba(186, 194, 209, 0.5);
  box-sizing: border-box;
}
.newslist-date span {
  font-size: 0.36rem;
  color: #444444;
  font-weight: bold;
}
.newslist-date i {
  display: block;
  font-size: 0.2rem;
  margin-top: 0.3rem;
  font-style: normal;
  color: #999;
}

.newslist-txt {
  width: 85.4%;
}
.newslist-txt h4 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newslist-txt p {
  font-size: 0.18rem;
  color: #999999;
  max-height: 3.4em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pagebox {
  text-align: center;
  margin-top: 1rem;
}
.pagebox a, .pagebox span {
  width: 0.54rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.2rem;
  color: #989898;
  text-align: center;
  margin: 0 0.1rem;
}
.pagebox a:hover, .pagebox .pageact {
  background: #003D74;
  color: #FFF;
}
.pagebox .pageprev, .pagebox .pagenext {
  position: relative;
}
.pagebox .pageprev::before, .pagebox .pagenext::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #989898;
  border-left: 2px solid #989898;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.06rem;
  margin-top: -0.06rem;
}
.pagebox .pageprev:hover::before, .pagebox .pageprev.pageact::before, .pagebox .pagenext:hover::before, .pagebox .pagenext.pageact::before {
  border-color: #FFF;
}
.pagebox .pagenext:before {
  border: 0 none;
  border-bottom: 2px solid #989898;
  border-right: 2px solid #989898;
  margin-left: -0.1rem;
}

.newsshow {
  width: 75%;
  margin: 0 auto;
}
.newsshow h1 {
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
}

.newsshow-source {
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 0.75rem;
  color: #888888;
  text-align: center;
  font-size: 0.18rem;
}
.newsshow-source span {
  padding: 0 0.4rem;
}

.newsshow-prompt {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.55rem 0;
}
.newsshow-prompt p {
  font-size: 0.18rem;
}

.newsshow-row {
  margin-top: 0.65rem;
}
.newsshow-row p {
  font-size: 0.18rem;
  text-indent: 2em;
  line-height: 2em;
  margin-bottom: 2em;
}
.newsshow-row img {
  max-width: 100%;
  width: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.newsshare .wx-box {
  position: absolute;
  bottom: 0;
  background-color: #FFF;
  border-radius: 0.2rem;
  border: 1px solid #ccc;
  padding: 0.2rem;
  width: 1.6rem;
  bottom: 0.65rem;
  left: 50%;
  margin-left: 0.8rem;
  margin-left: -0.4rem;
  display: none;
}

.newsshare .wx-box canvas {
  width: 100%;
}

.newsshare .wx-box .wx-box-head {
  text-align: left;
  margin-bottom: 10px;
}

.newsshare .wx-box .wx-box-head .wx-box-close {
  float: right;
  width: auto;
  height: auto;
}

.newsshare {
  position: relative;
  margin-top: 0.8rem;
}
.newsshare::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #D4E2E2;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.newsshare-con {
  width: 2.75rem;
  background: #FFF;
  box-sizing: border-box;
  padding: 0 0.48rem;
  margin: 0 auto;
  position: relative;
}
.newsshare-con > a, .newsshare-con > span {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 50%;
  background: #F6F6F6;
  font-size: 0.18rem;
  line-height: 0.5rem;
  text-align: center;
}
.newsshare-con > a {
  background: #003D74;
}
.newsshare-con > a:hover {
  background: #E69121;
}

.wx-box-foot {
  text-align: center;
  margin-top: 0.1rem;
}

.shownews-next {
  margin-top: 0.9rem;
}
.shownews-next li {
  width: 49.5%;
  background: #F6F6F6;
  box-sizing: border-box;
  padding: 0.38rem 0.5rem;
}
.shownews-next li a {
  font-size: 0.18rem;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.shownews-next li:hover a {
  color: #003D74;
}

/*tact*/
.tactpic {
  width: 50.46%;
  border-radius: 0.2rem;
  overflow: hidden;
}

.tacttxt {
  width: 48%;
}
.tacttxt .listtit {
  margin-bottom: 0.6rem;
}
.tacttxt .listtit h2 {
  text-align: left;
}
.tacttxt .listtit h2::before {
  left: 0;
  margin-left: 0;
}
.tacttxt h4 {
  font-size: 0.38rem;
  color: #666;
}

.tacttxt-zp {
  margin-top: 2.04rem;
}
.tacttxt-zp p {
  font-size: 0.22rem;
}
.tacttxt-zp p i {
  display: inline-block;
  width: 0.33rem;
  height: 0.33rem;
  background: #003D74;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.tacttxt-zp p span {
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 5px;
}
.tacttxt-zp p a:hover {
  color: #003D74;
}

.tact-adsbox {
  border-top: 1px solid #E8E9EF;
}

.tact-ads {
  background: #F8F9FB;
}

.tact-adstab {
  background: rgba(236, 237, 242, 0.78);
}
.tact-adstab li {
  width: 25%;
  font-size: 0.24rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: 1rem;
  line-height: 1rem;
}
.tact-adstab li.tact-adstabact {
  font-size: 0.3rem;
  position: relative;
  background: #F8F9FB;
}
.tact-adstab li.tact-adstabact::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.07rem;
  background: #003D74;
  position: absolute;
  top: 0;
  left: 0;
}

.tact-adscon {
  padding: 0.9rem 0.8rem;
  box-sizing: border-box;
  display: none;
  width: 100%;
}
.tact-adscon:first-child {
  display: block;
}
.tact-adscon li {
  color: #666666;
  font-size: 0.2rem;
  margin-top: 0.13rem;
}
.tact-adscon li i {
  display: inline-block;
  width: 0.33rem;
  height: 0.33rem;
  background: #003D74;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.tact-adscon li span {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  color: #333;
}
.tact-adscon li a {
  color: #666666;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.2rem;
}
.tact-adscon li a:hover {
  color: #003D74;
}

.tact-lxwm {
  background: url(../images/lxwmbg.jpg) no-repeat;
  background-size: 100% 100%;
}
.tact-lxwm .jsfwtct-form {
  background: #FFF;
  box-shadow: 0px 0.2rem 0.5rem 0px rgba(68, 68, 68, 0.08);
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0.6rem 0.95rem;
  width: 100%;
  margin-top: 0;
}
.tact-lxwm .jsfwtct-form ul li {
  width: 47.5%;
}
.tact-lxwm .jsfwtct-btn input {
  margin-left: auto;
  margin-right: auto;
}


.pagesearch {
  width: 60%;
  margin: 0 auto 0.3rem;
  height: 0.7rem;
  border-radius: 0.7rem;
  border: 1px solid #0C58B4;
  position: relative;
}
.pagesearch input[type=text] {
  width: 100%;
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0 none;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  background: none;
}
.pagesearch input[type=button] {
  position: absolute;
  border: 0 none;
  background: url(../images/search.png) no-repeat center center;
  width: 1.5rem;
  border-radius: 0.7rem;
  right: 0;
  cursor: pointer;
  top: 0;
  height: 0.7rem;
}
.pagesearch:after {
  content: "";
  width: 1.5rem;
  height: 0.7rem;
  position: absolute;
  border-radius: 0.7rem;
  right: 0;
  z-index: -1;
  background:#0C58B4;
  top: 0;
}

.pagesearchtxt {
  font-size: 0.22rem;
  text-align: center;
  color: #666;
}
.pagesearchtxt i {
  font-style: normal;
  color: #0C58B4;
}
.pagesearchtxt span {
  padding: 0 0.4rem;
}

.pagesearlist {
  margin-top: 0.5rem;
}
.noresult{
  margin-top: 0.5rem;
}
.noresult img{
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.noresult h5{
  font-size: .28rem;
  text-align: center;
  color: #9e9e9e;
  margin-top: .3rem;
}
.pagesearlist li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
}
.pagesearlist li h4 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.pagesearlist li h4 span {
  color: #0C58B4;
}

.pagesearlist li a > span {
  color: #999;
  margin-bottom: 0.2rem;
  font-size: 16px;
  display: block;
}
.pagesearlist li p {
  font-size: 0.18rem;
  max-height: 3.4em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}
.pagesearlist li:hover h4{
  color: #0C58B4;
}
@media (max-width: 1400px) {
  .tacttxt h4 {
    font-size: 0.3rem;
  }
}
