#fp-nav.fp-right {
  display: none;
}
#section0 {
  width: 100%;
  height: 100vh;
}
#section0 .index-ban {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#section0 .index-ban .swiper-pagination {
  position: relative;
  bottom: 10vh;
}
#section0 .index-ban .swiper-pagination-bullet {
  width: 112px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 0.5s !important;
}
#section0 .index-ban .banSwiper .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
#section0 .index-ban .banSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr h3 {
  font-size: 50px;
  line-height: 63px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  font-weight: 550;
  letter-spacing: 3px;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr h4 {
  font-size: 50px;
  line-height: 63px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  font-weight: 550;
  letter-spacing: 3px;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr h5 {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 3vh;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr .ban-ljgd {
  width: 200px;
  height: 60px;
  border: solid 1px #ffffff;
  margin: auto;
  margin-top: 11vh;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  transition: all 0.5s;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr .ban-ljgd:hover {
  box-shadow: 1px 1px 10px #004795;
  background: rgba(255, 255, 255, 0.8);
  color: #004795;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr .ban-ljgd::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: -1px;
  bottom: -1px;
  transition: all 0.5s;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr .ban-ljgd:hover::before {
  width: 100%;
  height: 100%;
  border-left: 1px solid #004795;
  border-bottom: 1px solid #004795;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr .ban-ljgd::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: -1px;
  right: -1px;
  transition: all 0.5s;
}
#section0 .index-ban .banSwiper .swiper-slide .ban-nr .ban-ljgd:hover::after {
  width: 100%;
  height: 100%;
  border-top: 2px solid #004795;
  border-right: 2px solid #004795;
}

.index-ban .banSwiper .swiper-wrapper .swiper-slide-active img {
  animation: ban 6s 0s forwards;
}
@keyframes ban {
  0% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* about */
#section1 {
  width: 100%;
  height: 100vh;
}
#section1 .i-about {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section1 .i-about .i-about-lt {
  width: 50%;
}
#section1 .i-about .i-about-rt {
  width: 50%;
}
#section1 .i-about .i-about-rt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section1 .i-about .i-about-lt {
  padding: 18vh 14vh 0 17vh;
  background: #f1f2f3;
}
#section1 .i-about .i-about-lt h3 {
  font-size: 28px;
  line-height: 33px;
  color: #004795;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
#section1 .i-about .i-about-lt h4 {
  width: 81%;
  font-size: 30px;
  line-height: 46px;
  color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 500;
  margin-top: 3vh;
}
#section1 .i-about .i-about-lt p {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  font-family: "Noto Sans SC";
  font-weight: 500;
  margin-top: 10vh;
}
#section1 .i-about .i-about-lt a {
  font-size: 18px;
  line-height: 30px;
  color: #004795;
  font-family: "Noto Sans SC";
  font-weight: 500;
  margin-top: 8vh;
}
/* .gg-tit .tit  */
.i-index {
  width: 100%;
  height: 100vh;
  padding-top: 13vh;
}
.gg-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gg-tit .tit h3 {
  font-size: 30px;
  line-height: 50px;
  color: #004795;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.gg-tit .tit h4 {
  font-size: 40px;
  line-height: 35px;
  color: #000000;
  font-family: "Noto Sans SC";
  font-weight: 550;
}
.gg-tit .tit-tsgd a {
  font-size: 18px;
  line-height: 30px;
  color: #004795;
  font-family: "Noto Sans SC";
  font-weight: 500;
  height: 100%;
}
.i-index .i-pro {
  margin-top: 5vh;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.swiper-slidezw {
  width: 181px;
  height: 62vh;
  background-color: #f1f2f3;
}
.i-index .i-pro .iproSwiper {
  margin: 0 14px;
}
.i-index .i-pro .iproSwiper .swiper-slide {
  position: relative;
  height: 62vh;
  overflow: hidden;
  cursor: pointer;
  background: #f1f2f3;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-nr {
  padding: 8vh 3vh 0 3vh;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-nr h3 {
  font-size: 26px;
  line-height: 50px;
  color: #1a1a1a;
  font-family: "Noto Sans SC";
  font-weight: 550;
  transition: all 0.5s;
  position: relative;
}
.i-index .i-pro .iproSwiper .swiper-slide:hover .i-pro-nr h3 {
  color: #fff;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-nr h3::before {
  content: "";
  width: 19px;
  height: 3px;
  background-color: #004795;
  position: absolute;
  left: 0;
  top: -17px;
  transition: all 0.5s;
}
.i-index .i-pro .iproSwiper .swiper-slide:hover .i-pro-nr h3::before {
  background-color: #fff;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-nr h4 {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  font-family: "Noto Sans SC";
  font-weight: 500;
  transition: all 0.5s;
}
.i-index .i-pro .iproSwiper .swiper-slide:hover .i-pro-nr h4 {
  color: #fff;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-nr a {
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30vh;
  width: 30%;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.i-index .i-pro .iproSwiper .swiper-slide:hover .i-pro-nr a {
  width: 100%;
  opacity: 1;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.5s;
  z-index: -1;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-img img {
  width: 100%;
  object-fit: cover;
}
.i-index .i-pro .iproSwiper .swiper-slide .i-pro-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 36, 75, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.i-index .i-pro .iproSwiper .swiper-slide:hover .i-pro-img::before {
  opacity: 1;
}
.i-index .i-pro .iproSwiper .swiper-slide:hover .i-pro-img {
  top: 0;
}
.i-index .i-pro .swiper-button-prev {
  position: absolute;
  top: 30vh;
  left: 3vw;
}
.i-index .i-pro .swiper-button-prev:after {
  color: #999;
  font-size: 32px;
}
.i-index .i-pro .swiper-button-next {
  position: absolute;
  top: 30vh;
  right: 3vw;
}
.i-index .i-pro .swiper-button-next:after {
  color: #999;
  font-size: 32px;
}
/* index-yyly */
#section3 {
  overflow: hidden;
}
.i-yy {
  width: 100%;
  height: 100vh;
  padding-top: 13vh;
  overflow: hidden;
}
.i-yy .i-yy-nr {
  display: flex;
  justify-content: space-between;
  padding-left: 19vw;
  margin-top: 5vh;
  background: #f5f5f5;
  padding: 5vh 0 16vh 0;
}
.i-yy .i-yy-nr .i-yy-nrlt {
  padding-left: 18vw;
  width: 34%;
}
.i-yy .i-yy-nr .i-yy-nrlt .mySwiper .swiper-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.i-yy .i-yy-nr .i-yy-nrlt .mySwiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.i-yy .i-yy-nr .i-yy-nrlt .mySwiper .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  line-height: 50px;
  color: #666666;
  font-family: "Noto Sans SC";
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
  padding-left: 0.6vw;
}
.i-yy .i-yy-nr .i-yy-nrlt .mySwiper .swiper-wrapper .swiper-slide p::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #004795;
  position: absolute;
  top: 26px;
  left: 120px;
  transition: all 0.5s;
}
.i-yy .i-yy-nr .i-yy-nrlt .mySwiper .swiper-wrapper .swiper-slide:hover p {
  font-size: 24px;
  line-height: 50px;
  color: #004795;
  padding-left: 0;
}
.i-yy
  .i-yy-nr
  .i-yy-nrlt
  .mySwiper
  .swiper-wrapper
  .swiper-slide:hover
  p::after {
  width: 120px;
}
.i-yy .i-yy-nr .i-yy-nrrt {
  width: 64%;
  height: 52vh;
}
.i-yy
  .i-yy-nr
  .i-yy-nrlt
  .mySwiper
  .swiper-wrapper
  .swiper-slide-thumb-active
  p {
  font-size: 24px;
  line-height: 50px;
  color: #004795;
  position: relative;
  padding-left: 0;
}
.i-yy
  .i-yy-nr
  .i-yy-nrlt
  .mySwiper
  .swiper-wrapper
  .swiper-slide-thumb-active
  p::after {
  content: "";
  width: 135px;
  height: 1px;
  background-color: #004795;
  position: absolute;
  top: 26px;
  left: 120px;
}

.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide a .yy-img {
  width: 48.5vw;
  height: 52vh;
  overflow: hidden;
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide a .yy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide a p {
  font-size: 24px;
  line-height: 50px;
  color: #333333;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 1vw;
  font-family: "Noto Sans SC";
  transition: all 0.5s;
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide a p span {
  margin-left: 2vh;
  opacity: 0;
  transition: all 0.5s;
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide a p::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #004795;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.5s;
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide:hover a .yy-img img {
  transform: scale(1.05);
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide:hover a p {
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #004795;
  font-family: "Noto Sans SC";
  font-weight: 550;
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide:hover a p span {
  opacity: 1;
}
.i-yy .i-yy-nr .i-yy-nrrt .mySwiper2 .swiper-slide:hover a p::after {
  width: 100%;
}
.i-yy .swiper-button-prev:after {
  content: url(../images/z.png);
}
.i-yy .swiper-button-prev {
  position: absolute;
  left: 24vw;
  top: 88vh;
}
.i-yy .swiper-button-next:after {
  content: url(../images/y.png);
}
.i-yy .swiper-button-next {
  position: absolute;
  left: 29vw;
  top: 88vh;
}
/* i-news */
.i-news {
  width: 100%;
  height: 100vh;
  padding-top: 13vh;
}
.i-news .i-news-nr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5vh;
}
.i-news .i-news-nr .i-news-nrlt {
  width: 34vw;
  cursor: pointer;
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltnr {
  border: solid 1px #cccccc;
  border-bottom: none;
  padding: 5% 4% 7% 4%;
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltnr h3 {
  font-size: 28px;
  line-height: 28px;
  color: #004795;
  font-family: "Noto Sans SC";
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltnr h4 {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  font-family: "Noto Sans SC";
  margin-top: 1vh;
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltnr p {
  font-size: 16px;
  line-height: 25px;
  color: #808080;
  margin-top: 3vh;
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltnr a {
  width: 94px;
  height: 36px;
  background-color: #004795;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  transition: all 0.5s;
  margin-top: 5vh;
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltnr a:hover {
  box-shadow: 1px 1px 10px #004795;
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltimg {
  width: 100%;
  height: 37vh;
  overflow: hidden;
}
.i-news .i-news-nr .i-news-nrlt .i-news-nrltimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.i-news .i-news-nr .i-news-nrlt:hover .i-news-nrltimg img {
  transform: scale(1.05);
}
.i-news .i-news-nr .i-news-nrrt {
  width: 44vw;
}
.i-news .i-news-nr .i-news-nrrt ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.i-news .i-news-nr .i-news-nrrt ul li {
  position: relative;
  border: solid 1px #cccccc;
  padding: 3% 3% 3% 8%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.i-news .i-news-nr .i-news-nrrt ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2px solid #004795;
  border-bottom: 2px solid #004795;
  position: absolute;
  left: -1px;
  bottom: -1px;
  transition: all 0.5s;
  opacity: 0;
}
.i-news .i-news-nr .i-news-nrrt ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 2px solid #004795;
  border-top: 2px solid #004795;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all 0.5s;
  opacity: 0;
}
.i-news .i-news-nr .i-news-nrrt ul li:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.i-news .i-news-nr .i-news-nrrt ul li:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.i-news .i-news-nr .i-news-nrrt ul li > div h3 {
  width: 76px;
  height: 76px;
  background-color: #004795;
  font-size: 41px;
  line-height: 76px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: -2vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.i-news .i-news-nr .i-news-nrrt ul li > div h4 {
  font-size: 23px;
  line-height: 28px;
  font-family: "Noto Sans SC";
  color: #333333;
  transition: all 0.5s;
}
.i-news .i-news-nr .i-news-nrrt ul li:hover > div h4 {
  color: #004795;
}
.i-news .i-news-nr .i-news-nrrt ul li > div h5 {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  font-family: "Noto Sans SC";
  transition: all 0.5s;
}
.i-news .i-news-nr .i-news-nrrt ul li:hover > div h5 {
  color: #004795;
  opacity: 0.8;
}
.i-news .i-news-nr .i-news-nrrt ul li > div p {
  font-size: 16px;
  line-height: 25px;
  color: #808080;
  font-family: "Noto Sans SC";
  margin-top: 1.5vh;
  width: 87%;
}
.i-news .i-news-nr .i-news-nrrt ul li a {
  width: 94px;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #004da2;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #004da2;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.i-news .i-news-nr .i-news-nrrt ul li a:hover {
  box-shadow: 1px 1px 10px #004795;
  background-color: #004795;
  color: #ffffff;
}
/* about */
.n-banner {
  position: relative;
}
.n-banner .ban-nr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.n-banner .ban-nr h3 {
  font-size: 60px;
  line-height: 63px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  font-weight: 550;
}
.n-banner .ban-nr h4 {
  font-size: 30px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Noto Sans SC";
  margin-top: 5%;
}
/* mbx */
.mbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 1% 0;
  margin-top: 1%;
}
.mbx .mbx-lt p {
  display: inline-block;
}
.mbx .mbx-lt p a {
  display: inline-block;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.mbx .mbx-rt {
  width: 35%;
}
.mbx .mbx-rt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mbx .mbx-rt ul li {
  position: relative;
}
.mbx .mbx-rt ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  cursor: pointer;
  font-family: "Noto Sans SC";
  transition: all 0.5s;
}
.mbx .mbx-rt ul li::after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #005cba;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.mbx .mbx-rt ul li:hover::after {
  width: 100%;
}
.mbx .mbx-rt ul li:hover {
  font-size: 16px;
  color: #333333;
  font-weight: 550;
}
.mbx .mbx-rt ul .mx-active {
  font-size: 16px;
  color: #333333;
  font-weight: 550;
}
.mbx .mbx-rt ul .mx-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #005cba;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transition: all 0.5s;
  transform: translateX(-50%);
}
/* gsjj */
.gsjj {
  margin-top: 4%;
}
.n-tit {
  text-align: center;
}
.n-tit h3 {
  font-size: 48px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #e6e6e6;
  font-weight: 600;
  position: relative;
  z-index: -1;
  font-family: "Noto Sans SC";
  top: 5px;
}
.n-tit h4 {
  font-size: 36px;
  line-height: 28px;
  color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 600;
}
.jj-nr {
  margin-top: 4%;
}
.jj-nr p {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  text-align: center;
  font-family: "Noto Sans SC";
}
.jj-nr .jj-nrimg {
  width: 100%;
  height: 709px;
  margin-top: 3%;
}
.jj-nr .jj-nrimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qywh {
  margin-top: 4%;
}
.qywh .qywh-nr {
  margin-top: 5%;
}
.qywh .qywh-nr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qywh .qywh-nr ul li {
  width: 32%;
  box-shadow: 0px 0px 20px 0px rgba(13, 1, 0, 0.11);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3% 3%;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.qywh .qywh-nr ul li::after {
  content: "";
  width: 0%;
  height: 5px;
  background-color: #004795;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.qywh .qywh-nr ul li:hover::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.qywh .qywh-nr ul li img {
  transition: all 0.5s;
}
.qywh .qywh-nr ul li h3 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 600;
  margin-top: 6%;
}
.qywh .qywh-nr ul li:hover {
  transform: translateY(-10px);
}
.qywh .qywh-nr ul li:hover img {
  transform: rotateY(360deg);
}
.qywh .qywh-nr ul li p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #808080;
  font-family: "Noto Sans SC";
  margin-top: 4%;
}
.hxys {
  width: 100%;
  height: 940px;
  background: url(../images/ysbj.png) no-repeat center center;
  background-size: cover;
  margin-top: 4%;
  padding-top: 4%;
}
.hxys .hxys-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.fzlc {
  margin-top: 4%;
  position: relative;
}
.fzlc .fzlc-nr {
  margin-top: 5%;
}
.fzlc .fzlc-nr .mySwiper2 {
  width: 80%;
  margin: auto;
}
.fzlc .fzlc-nr .mySwiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fzlc .fzlc-nr .mySwiper2 .swiper-wrapper .swiper-slide .fz-lt {
  width: 35%;
  margin-right: 8%;
}
.fzlc .fzlc-nr .mySwiper2 .swiper-wrapper .swiper-slide .fz-lt h3 {
  font-size: 72px;
  line-height: 28px;
  color: #cccccc;
  font-family: "Noto Sans SC";
  font-weight: 600;
}
.fzlc .fzlc-nr .mySwiper2 .swiper-wrapper .swiper-slide .fz-lt p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #808080;
  font-family: "Noto Sans SC";
  margin-top: 11%;
}
.fzlc .fzlc-nr .mySwiper2 .swiper-wrapper .swiper-slide .fz-rt {
  width: 43%;
  height: 318px;
}
.fzlc .fzlc-nr .mySwiper2 .swiper-wrapper .swiper-slide .fz-rt img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.fzlc .fzlc-nr .mySwiper {
  margin-top: 5%;
  position: relative;
}
.fzlc .fzlc-nr .mySwiper::after {
  content: "";
  width: 100%;
  border: 1px dashed #999;
  position: absolute;
  left: 0;
  bottom: 41%;
}
.fzlc .fzlc-nr .mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  padding-top: 3%;
}
.fzlc .fzlc-nr .mySwiper .swiper-wrapper .swiper-slide .kong {
  width: 14px;
  height: 14px;
  background-color: #cccccc;
  border-radius: 50%;
}
.fzlc .fzlc-nr .mySwiper .swiper-wrapper .swiper-slide p {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans SC";
  font-size: 18px;
}
.fzlc .fzlc-nr .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
  position: relative;
}
.fzlc .fzlc-nr .mySwiper .swiper-wrapper .swiper-slide-thumb-active p {
  position: relative;
  top: -52px;
  transition: all 0.5s;
  font-size: 36px;
  line-height: 28px;
  color: #004795;
  font-family: "Noto Sans SC";
  font-weight: 600;
}
.fzlc .fzlc-nr .mySwiper .swiper-wrapper .swiper-slide::after {
  content: url(../images/fzi.png);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transition: all 0.3s;
  transform: translateX(-50%);
  opacity: 0;
}
.fzlc .fzlc-nr .mySwiper .swiper-wrapper .swiper-slide-thumb-active::after {
  opacity: 1;
  bottom: 0;
}
.fzlc .swiper-button-prev {
  width: 72px;
  height: 72px;
  background-color: #004795;
  background-image: none;
  position: absolute;
  left: 0;
  top: 45%;
}
.fzlc .swiper-button-prev:after {
  content: url(../images/fzz.png);
}
.fzlc .swiper-button-next {
  width: 72px;
  height: 72px;
  background-color: #004795;
  background-image: none;
  position: absolute;
  right: 0;
  top: 45%;
}
.fzlc .swiper-button-next:after {
  content: url(../images/fzy.png);
}
.ryzz {
  margin-top: 4%;
  padding-bottom: 9%;
  background-color: #f7f7f7;
  padding-top: 4%;
  position: relative;
}
.ryzz .ryzz-nr {
  margin-top: 5%;
}
.ryzz .swiper-pagination {
  position: absolute;
  left: 49%;
  bottom: 10%;
  transform: translateX(-50%);
}
.ryzz .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #00428e;
  margin-right: 10px;
}
#certify .swiper-slide {
  width: 358px;
  height: 476px;
}
#certify .swiper-slide img{
  width: 100%;
}
#certify {
  margin: 0 auto;
  margin-top: 4.7%;
  max-width: 1266px;
}
.zlhz {
  margin-top: 4%;
}
.zlhz .zlhz-nr {
  margin-top: 5%;
}
.zlhz .zlhz-nr .hzSwiper {
  padding: 1% 0.5% 1% 1%;
}
.zlhz .zlhz-nr .hzSwiper .swiper-slide .hz-box {
  width: 284px;
  height: 183px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(13, 1, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.zlhz .zlhz-nr .hzSwiper .swiper-slide .hz-box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 2px solid rgba(204, 206, 201, 0.8);
  border-bottom: 2px solid rgba(204, 206, 201, 0.8);
  position: absolute;
  left: -1px;
  bottom: -1px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.zlhz .zlhz-nr .hzSwiper .swiper-slide .hz-box::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 2px solid rgba(204, 206, 201, 0.8);
  border-top: 2px solid rgba(204, 206, 201, 0.8);
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.zlhz .zlhz-nr .hzSwiper .swiper-slide .hz-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.zlhz .zlhz-nr .hzSwiper .swiper-slide .hz-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.zlhz .zlhz-nr .hzSwiper .swiper-slide .hz-box:nth-child(2) {
  margin-top: 32px;
}
.zlhz .zlhz-nr .hzSwiper .swiper-slide .hz-box:hover {
  transform: translateY(-5px);
}
.dw {
  position: relative;
  top: -80px;
}
.n-yyal ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n-yyal ul li {
  width: 32%;
  margin-top: 4%;
  transition: all 0.5s;
}
.n-yyal ul li .n-yyal-img {
  width: 100%;
  height: 376px;
  overflow: hidden;
}
.n-yyal ul li .n-yyal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.n-yyal ul li p {
  font-size: 23px;
  line-height: 25px;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans SC";
  font-weight: 500;
  margin-top: 6%;
  transition: all 0.5s;
}
.n-yyal ul li:hover .n-yyal-img img {
  transform: scale(1.05);
}
.n-yyal ul li:hover p {
  color: #00428e;
}
.n-yyal ul li:hover {
  transform: translateY(-10px);
}
.n-yyal ul li:nth-last-child(1) {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
/* 应用案例详情 */
.n-yyalxq {
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.n-yyalxq .yyalxq-lt {
  width: 43%;
}
.n-yyalxq .yyalxq-lt img {
  width: 100%;
  object-fit: cover;
}
.n-yyalxq .yyalxq-rt {
  width: 52%;
}
.n-yyalxq .yyalxq-rt h3 {
  font-size: 36px;
  letter-spacing: 0px;
  color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 500;
  padding-left: 5%;
  position: relative;
}
.n-yyalxq .yyalxq-rt h3::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #004795;
  position: absolute;
  left: 17px;
  top: 25px;
  z-index: -1;
}
.n-yyalxq .yyalxq-rt h3::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #2c76c7;
  position: absolute;
  left: 12px;
  top: 22px;
  z-index: 1;
}
.n-yyalxq .yyalxq-rt p {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  font-family: "微软雅黑" !important;
  margin-top: 3%;
}
.n-yyalxq .yyalxq-rt p span{
  font-family: "微软雅黑" !important;
}
.n-yyalxq .yyalxq-rt p span span{
  font-family: "微软雅黑" !important;
}
.news-next {
  display: flex;
  justify-content: space-between;
  padding-top: 1%;
  border-top: 1px solid #cccccc;
  margin-top: 4%;
}
.news-next .news-page p a {
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #333333;
}
.news-next .news-page p {
  font-size: 16px;
  line-height: 42px;
  color: #333333;
}
.news-next .news-fh a {
  font-size: 16px;
  line-height: 42px;
  color: #333333;
}
#news-tab {
  width: 10%;
}
/* news */
.new-top {
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.new-top .new-toplt {
  width: 45%;
  height: 417px;
  overflow: hidden;
}
.new-top .new-toplt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.new-top .new-toprt {
  width: 50%;
  cursor: pointer;
}
.new-top .new-toprt h3 {
  font-size: 30px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 2%;
  font-family: "Noto Sans SC";
  font-weight: 600;
  margin-bottom: 3%;
}
.new-top .new-toprt p {
  font-size: 14px;
  line-height: 40px;
  color: #808080;
  font-family: "Noto Sans SC";
}
.more {
  width: 150px;
  height: 44px;
  background-color: #f7f7f7;
  margin-top: 9%;
  border: solid 1px #e5e5e5;
  transition: all 0.5s;
}
.more a {
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
  height: 100%;
}
.more a p {
  font-size: 14px;
  line-height: 40px;
  color: #808080;
  transition: all 0.5s;
  font-family: "Noto Sans SC";
}
.more a .n-jt {
  position: relative;
  width: 54px;
  overflow: hidden;
}
.more a .n-jt img {
  position: absolute;
  top: 41%;
  right: 46%;
  transition: all 0.5s;
}
.more a .n-jt .img1 {
  opacity: 1;
  visibility: visible;
}
.more a .n-jt .img2 {
  opacity: 0;
  visibility: hidden;
}
.more:hover {
  background-color: #004795 !important;
  border: solid 1px #004795 !important;
  box-shadow: 1px 1px 10px #004795;
}
.more:hover a p {
  color: #fff !important;
}
.more:hover a .img1 {
  opacity: 0;
  visibility: hidden;
}
.more:hover a .img2 {
  opacity: 1;
  visibility: visible;
}
.more:hover a img {
  transform: translateX(10px);
}
.new-top:hover .new-toplt img {
  transform: scale(1.05);
}
.news-bot {
  margin-top: 2%;
}
.news-bot ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-bot ul li {
  width: 32%;
  margin-top: 3%;
  cursor: pointer;
  transition: all 0.5s;
}
.news-bot ul li:hover {
  transform: translateY(-15px);
}
.news-bot ul li .news-bot-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.news-bot ul li .news-bot-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-bot ul li .news-bot-nr {
  background-color: #f7f7f7;
  padding: 6% 5% 10% 5%;
}
.news-bot ul li .news-bot-nr h3 {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  font-family: "Noto Sans SC";
  transition: all 0.5s;
}
.news-bot ul li .news-bot-nr h4 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-family: "Noto Sans SC";
  font-weight: 550;
  margin-top: 1%;
  margin-bottom: 13%;
  transition: all 0.5s;
}
.news-bot ul li:hover .news-bot-nr h4 {
  color: #004795;
}
.news-bot ul li:hover .news-bot-nr h3 {
  color: #004795;
}
.news-bot ul li:hover .news-bot-img img {
  transform: scale(1.05);
}
.news-bot ul li:nth-last-child(1) {
  margin: 0;
}
.newsxq-nr {
  margin-top: 4%;
}
.newsxq-nr h3 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #000000;
  font-family: "Noto Sans SC";
  font-weight: 550;
}
.newsxq-nr h4 {
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  color: #999999;
  margin: 1% 0 3% 0;
  font-family: "Noto Sans SC";
}
.newsxq-nr p {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
}
.rcln h3 {
  font-size: 36px;
  line-height: 32px;
  color: #000000;
  font-family: "Noto Sans SC";
  font-weight: 550;
  margin-top: 3%;
}
.rcln p {
  font-size: 16px;
  line-height: 32px;
  color: #808080;
  font-family: "Noto Sans SC";
  margin: 2% 0;
}
.rcln > img {
  width: 100%;
}
.recruit > h3 {
  font-size: 36px;
  line-height: 32px;
  color: #000000;
  font-family: "Noto Sans SC";
  font-weight: 550;
  margin-top: 3%;
}
.recruit .recruit-list .recruit-title ul {
  display: flex;
  justify-content: space-between;
  line-height: 65px;
  background-color: #004795;
  padding: 0 2.6% 0 5.1316%;
  margin-top: 4%;
}
.recruit .recruit-list .recruit-title ul li {
  width: 20%;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.recruit .recruit-list .recruit-title ul li:first-child {
  text-align: left;
  width: 15%;
}
.recruit .recruit-list .row {
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding: 0 2.6% 0 5.1316%;
}
.recruit .recruit-list .row ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.recruit .recruit-list .row ul li {
  width: 20%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  font-family: "Noto Sans SC";
  font-weight: 550;
}
.recruit .recruit-list .row ul li .on {
  color: #333;
}
.recruit .recruit-list .row ul li .on i {
  color: #666;
}
.recruit .recruit-list .row ul li .off {
  color: #0154a4;
  display: none;
}
.recruit .recruit-list .row ul li:first-child {
  text-align: left;
  width: 15%;
}
.recruit .recruit-list .row .content {
  display: none;
  font-size: 14px;
  color: #333;
  padding: 14px 0 55px;
  text-align: justify;
}
.recruit .recruit-list .row .content h4 {
  font-size: 16px;
  color: #0154a4;
  font-weight: 700;
  margin-bottom: 8px;
}
.recruit .recruit-list .row .content p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 550;
}
.recruit .recruit-list .row .content a {
  width: 100px;
  height: 40px;
  background-color: #004795;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin-top: 4%;
  transition: all 0.5s;
}
.recruit .recruit-list .row .content a:hover {
  box-shadow: 1px 1px 10px #004795;
}
/* 联系我们 */

@keyframes fd1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  0% {
    transform: scale(1);
  }
}
.lxwm-box h3 {
  font-size: 36px;
  line-height: 32px;
  color: #000000;
  font-family: "Noto Sans SC";
  font-weight: 550;
  margin-top: 3%;
}
.lxwm {
  width: 100%;
}
.lxwm ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10%;
}
.lxwm ul li {
  width: 32%;
  background-color: #f7f7f7;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding: 5.2% 0;
}
.lxwm ul li .lxwm-img {
  width: 99px;
  height: 99px;
  background-color: #00428e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -22%;
  transform: translateX(-50%);
}
.lxwm ul li h4 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #404040;
  font-family: "Noto Sans SC";
  font-weight: 600;
}
.lxwm ul li p {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  font-family: "Noto Sans SC";
}
.lxwm ul li:hover .lxwm-img img {
  animation: 0.7s fd1 linear;
}
/* 地图 */
.contact-map {
  width: 100%;
  height: 519px;
  margin-top: 4%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.ly {
  margin-top: 2%;
  width: 100%;
}
.ly form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.ly form input {
  width: 49%;
  height: 73px;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-top: 2.5%;
  padding-left: 29px;
  font-size: 18px;
  line-height: 24px;
  color: #999999;
}
.ly form input:nth-child(3) {
  width: 100%;
}
.ly form textarea {
  width: 100%;
  height: 206px;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-top: 2.5%;
  padding: 3% 2%;
  font-size: 18px;
  line-height: 24px;
  color: #999999;
}
.ly form button {
  width: 171px;
  height: 51px;
  background-color: #00428e;
  border-radius: 8px;
  font-size: 16px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  cursor: pointer;
}
/* pro */
.pro {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4%;
  padding: 0;
}
.pro .pro-lt {
  width: 17.5%;
}
.pro .pro-lt h3 {
  font-family: "Noto Sans SC";
  font-weight: 600;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #004795;
  text-align: center;
}
.pro-nav {
  width: 100%;
  background-color: #f2f2f2;
}
.pro-nav .pro-nav-list {
  width: 100%;
  border-top: none;
  transition: all 0.5s;
}
.pro-nav .pro-nav-list p {
  position: relative;
  padding: 0 26px 0 43px;
  cursor: pointer;
  border-bottom: 1px dashed #e5e5e5;
}
.pro-nav .pro-nav-list p a {
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #1a1a1a;
  font-family: "Noto Sans SC";
  width: fit-content;
}
.pro-nav .pro-nav-list p img {
  position: absolute;
  top: 19px;
  right: 44px;
  cursor: pointer;
  transition: all 0.5s;
}
.pro-nav .pro-nav-list p .img2 {
  display: none;
}

.pro-nav .pro-nav-list:hover p a {
  font-size: 16px;
  color: #004795;
}
.pro-nav .pro-nav-list:hover p .img2 {
  display: block;
}
.pro-nav .pro-nav-list:hover p .img1 {
  display: none;
}
.pro-nav .pro-navactive1 {
  border-top: solid 1px #fff;
}
.pro-nav .pro-navactive1 p a {
  font-size: 16px;
  color: #004795;
  opacity: 0.8;
}
.pro-nav .pro-navactive1 p .img1 {
  display: none;
}
.pro-nav .pro-navactive1 p .img2 {
  display: block;
}
.pro-nav .pro-nav-list .pro-nav2 {
  background-color: #f2f2f2;
  display: none;
}
.pro-nav .pro-nav-list .pro-nav2 a {
  padding-left: 49px;
  font-size: 16px;
  color: #808080;
  opacity: 0.8;
  transition: all 0.5s;
  line-height: 42px;
  font-family: "Noto Sans SC";
}
.pro-nav .pro-nav-list .pro-nav2 a span {
  margin-right: 5px;
}

.pro-nav .pro-navactive1 .pro-navactive2 > a {
  color: #808080;
}

.pro-nav .pro-nav-list .pro-nav2 .nav3-box {
  display: none;
}
.pro-nav .pro-nav-list .pro-nav2 .pro-nav3 > a {
  font-size: 16px;
  line-height: 31px;
  color: #666666;
  padding-left: 66px;
  position: relative;
  font-family: "Noto Sans SC";
}
.pro-nav .pro-nav-list .pro-nav2 .pro-nav3 > a::after{
  content: "";
  width: 78%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
}
.pro-nav .pro-nav-list .pro-nav2 .pro-nav3:nth-last-child(1)> a::before{
  content: "";
  width: 78%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pro-nav .pro-nav-list .pro-nav2 .pro-nav3:hover > a {
  color: #004795;
}
.pro-nav .pro-navactive1 .pro-navactive2 .pro-navactive3 > a {
  color: #004795 !important;
}
.pro-rt {
  width: 75%;
}
.rx{
  width: 100%;
	height: 113px;
	background-color: #004795;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rx h4{
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
  font-family: "Noto Sans SC";
}
.rx p{
  font-size: 30px;
	line-height: 36px;
	color: #ffffff;
  font-family: "Noto Sans SC";
}
.pro-rt{
  width: 74.5%;
}
.pro-rt h3{
  width: 100%;
  font-size: 28px;
	line-height: 70px;
	letter-spacing: 0px;
	color: #004795;
  background-color: #f2f2f2;
  padding-left: 28px;
  font-family: "Noto Sans SC";
}
.pro-rt .pro-xq{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
.pro-rt .pro-xq .pro-xqlt{
  width: 40%;
  overflow: hidden;
  display: flex;
  align-items: center;
    /*border: 1px solid #b3b3b3;*/
    /*height: 293px;*/
    object-fit: cover;
}
.pro-rt .pro-xq .pro-xqlt:hover img{
  transform: scale(1.05);
}
.pro-rt .pro-xq .pro-xqlt img{
  width: 100%;
  /*height: 100%;*/
  transition: all .5s;
}
.pro-rt .pro-xq .pro-xqrt{
  width: 50%;
}
.pro-rt .pro-xq .pro-xqrt h4{
  font-size: 28px;
	line-height: 25px;
	color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 550;
  margin: 7% 0 4% 0;
}
.pro-rt .pro-xq .pro-xqrt p{
  font-size: 16px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #666666;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.pro-rt .pro-xq .pro-xqrt a{
  width: 120px;
	height: 44px;
	background-color: #004795;
  text-align: center;
  font-size: 16px;
	line-height: 44px;
	color: #ffffff;
  margin-top: 7%;
  transition: all .5s;
}
.pro-rt .pro-xq .pro-xqrt a:hover{
  box-shadow: 1px 1px 10px #004795;
}
.pro-rt .pro-rt-b{
  margin-top: 2%;
}
.pro-rt .pro-rt-b h4{
  font-size: 28px;
	color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 550;
  position: relative;
  padding-left: 1.5%;
}
.pro-rt .pro-rt-b h4::before{
    content: "";
    width: 5px;
    height: 27px;
    background-color: #004795;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hx img{
  width: 100%;
}
.pro-rt .pro-rt-b .cpcs{
  margin-top: 4%;
}
.pro-rt .pro-rt-b .cpcs ul{
  width: 30%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 1%;
}
.pro-rt .pro-rt-b .cpcs ul li{
  width: 30%;
  font-size: 16px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #666666;
  font-family: "Noto Sans SC";
  font-weight: 550;
  opacity: .9;
}
.wl .wl-nr .hzSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.wl .wl-nr .hzSwiper .swiper-wrapper .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wl .wl-nr .hzSwiper .swiper-wrapper .swiper-slide>div{
  width: 135px;
  height: 135px;
}
.wl .wl-nr .hzSwiper .swiper-wrapper .swiper-slide>div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wl .wl-nr .hzSwiper .swiper-wrapper .swiper-slide p{
  text-align: center;
  font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333333;
  font-family: "Noto Sans SC";
  font-weight: 500;
  margin-top: 1%;
}
.yyly{
  width: 100%;
}
.yyly .yySwiper .swiper-wrapper .swiper-slide .sl-img{
  margin-top: 13% !important;
}
.yyly .yySwiper .swiper-wrapper .swiper-slide .sl-img img{
  width: 100%;
  object-fit: cover;
}
.yyly .yySwiper .swiper-wrapper .swiper-slide p{
  text-align: center;
  font-size: 18px;
	line-height: 25px;
	color: #333333;
  margin-top: 8%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.sjSwiper{
  display: none;
}
.n-yyal ul li a{
  width: 100%;
}
.box {
  width: 100%;
  text-align: center;
    margin-top: 3.636%;
    margin-bottom: 3%;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li a {
  display: block;
  padding: 0px 9px;
  line-height: 26px;
  border: 1px solid #e5eeff;
  background-color: #fff;
  margin: 3px 5px;
  color: #666;
  border-radius: 4px;
  transition: all 0.5s;
}
.pagination .active a {
  color: #fff;
  background-color: #004a82;
  border: 1px solid #e5eeff;
}
.pagination .active a:hover {
  color: #fff;
}
.pagination li a:hover {
  color: #004a82;
}
.pagination .disabled a {
  color: #999;
  cursor: not-allowed;
}
.newsxq-nr table{
    margin: auto !important;
}
.newsxq-nr table tr{
      font-size: 16px;
  font-family: "微软雅黑";
  color: #333;
}
.newsxq-nr table tr td{
      font-size: 16px;
  font-family: "微软雅黑";
  color: #333;
}
.newsxq-nr table tr p{
      font-size: 16px;
  font-family: "微软雅黑";
    color: #333;
}