* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Monoton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../css/fonts/5h1aiZUrOngCibe4TkHLQka4BU4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
 body,
html {
  background: none repeat scroll 0 0;
  font: calc(100vw / 120) Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif ;
  color: #333;
  /* overflow-x: hidden; */
}
a,
ul,
li,
p,
h3 {
  list-style: none;
  text-decoration: none;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
img,
table {
  /*  max-width: 100%; */
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
*:hover {
  transition: all 0.6s ease;
}
a:hover {
  cursor: pointer;
}

.banner .swiper {
  height: 55.63rem;
}
.banners{
    height: 55.63rem!important;

}

.banner img {
  width: 100%;
  height:100%;
  background-size: 100% 100%;
  object-fit: cover;
}

.zwnr-img{
    width: 100%;
    text-align:center;
}

.zwnr-img img{
  width:30%;
}
.banner .swiper-pagination {
  width: max-content;
  right: 3.125rem;
  left: auto;
  top: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.banner .swiper-pagination .swiper-pagination-bullet {
 width: 0.88rem;
height: 0.88rem;
background: rgba(0,0,0,0.2);
opacity: 1;
  margin-bottom: 2.5rem;
  border-radius: 0.1875rem 0.1875rem 0.1875rem 0.1875rem;
  -webkit-border-radius: 0.1875rem 0.1875rem 0.1875rem 3px;
  -moz-border-radius: 0.1875rem 0.1875rem 0.1875rem 3px;
  -ms-border-radius: 0.1875rem 0.1875rem 0.1875rem 3px;
  -o-border-radius: 0.1875rem 0.1875rem 0.1875rem 3px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
 width: 0.88rem;
height: 0.88rem;
border-radius: 50%!important;
position: relative;
  background-repeat: no-repeat;
}
.banner .swiper-pagination .swiper-pagination-bullet{
  border-radius: 50%!important;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::after{
  position: absolute;
  content: '';
    width: 1.88rem;
    background-size: 100% 100%;
height: 1.88rem;  background-image: url(../images/gre.png);
left: -0.5rem;
background-repeat: no-repeat;
}

.btn {
  position: absolute;
  bottom: 1.875rem;
  right: 3.125rem;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.btn .swiper-button-prev,
.btn .swiper-button-next {
  position: static;
  margin: 0;
  width: 1.8125rem;
  height: 1.0625rem;

  background-size: 100% 100%;
  opacity: 1;
}


.btn .swiper-button-prev::after,
.btn .swiper-button-next::after {
  display: none;
}

.btn .svg {
  position: relative;
width: 61px;
height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 1.25rem 0;
}


.btn .svg svg {
  position: absolute;
  left: 0;
  top: 0;
}

.btn .svg span {
  font-size: 1rem;
  color: #ffffff;
  padding-left: 0.1rem;
}

.btn .svg span:first-child {
  font-weight: bold;
  font-size: 1.375rem;
  margin-right: 0.2rem;
}
.btn .svg span:last-child {
  font-weight: bold;
  font-size: 1.375rem;
  margin-left: 0.1rem;
}

/* 企业文化加入我们 */
.rlzy ul {
  display: flex;
  justify-content: space-between;
}

.rlzy ul li {
  width: 100%;
  height: 32.375rem;
  position: relative;
  overflow: hidden;
  object-fit:cover;
  background-size: 100% 100%;
}

.rlzy ul li a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.rlzy ul li a .text {
  position: relative;
  padding: 3.625rem 6.25rem;
  padding-left: 4.375rem;
  border: 1px solid #fff;
}

.rlzy ul li a .text::before {
  content: "";
  display: flex;
  width: 0.375rem;
  height: 4.5rem;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.rlzy ul li::after {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.3125rem solid #0d2f8d;
  opacity: 0;
  box-sizing: border-box;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.rlzy ul li:hover a {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}

.rlzy ul li:hover::after,
.rlzy ul li.active::after {
  opacity: 1;
}

.rlzy ul li a .text h3 {
  font-weight: bold;
  font-size: 2.25rem;
  color: #ffffff;
}

.rlzy ul li a .text p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #ffffff;
}

.rlzy ul li a .texts {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 12.5rem;
  background-color: #0d2f8d;
  padding: 2.375rem 2.75rem;
  box-sizing: border-box;
  padding-right: 4.6875rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.rlzy ul li a .texts h3 {
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.875rem;
}

.rlzy ul li a .texts p {
  width: 10.19rem;
  height: 2.75rem;
  border-radius: 1.38rem;
  font-size:1rem;
  border: 1px solid #ffffff;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.rlzy ul li:hover a .text,
.rlzy ul li.active a .text {
  border: 0;
}

.rlzy ul li:hover a .texts,
.rlzy ul li.active a .texts {
  opacity: 1;
}

/* 关于安标 */
.about-us-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 4.38rem 3.13rem 4.88rem 3.19rem;
}
.about-us-text {
  width: 34.12rem;
  height: 24rem;
  padding-right: 4.06rem;
}
.about-us-text h1 {
  color: #b1b1b1;
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: 2.25rem;
  color: #b1b1b1;
  line-height: 1.88rem;
}
.about-us-text .line {
  width: 3.75rem;
  height: 0.31rem;
  background: #009d41;
  margin-top: 1.19rem;
  margin-bottom: 0.88rem;
}
.about-us-text h2 {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
  line-height: 2.19rem;
  margin-bottom: 2rem;
}

.about-us-text h3 {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 1.88rem;
  color: #0d2f8d;
  line-height: 1.81rem;
  margin-bottom: 1rem;
}
.about-us-text p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #444444;
  line-height: 1.88rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
  overflow: hidden;
}
.about-us-text button {
  width: 9.69rem;
  height: 2.63rem;
  border-radius: 1.31rem;
  border: 1px solid #898989;
  background-color: #fff;

  cursor: pointer;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #555555;
  margin-top: 3.6rem;
}
.about-us-text button:hover {
  color: #ffffff;
  background-color: #0d2f8d;
  transition: all 1s;
}
.about-us-cards {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.about-us-card {
 width: 38.38rem;
height: 24rem;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
}
.about-us-card .imgs{
   width:100%;
height:100%;
object-fit: cover;
}
.about-us-card img {
width: 2.63rem;
  height: 2.5rem;
  object-fit: cover;
  margin-right: 0.5rem;
  height: auto;
  display: block;
}



.about-us-card .card-overlay {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18.31rem;
  height: 6.44rem;
  border: 2px solid #ffffff;
  padding-left: 2.3rem;

  align-items: center;
  color: #fff;
  text-align: center;
}
.about-us-card .card-overlay div:nth-child(2) {
  margin-left: 0.27rem;
}
.about-us-card .card-overlay h3 {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  color: #fefefe;
  padding-bottom: 0.4rem;
}
.about-us-card .card-overlay .item{
  margin-right: 0.5rem;
}
.about-us-card .card-overlay .item img{

  width:2.75rem;
}
.about-us-card .card-overlay P {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 0.75rem;
  color: #fefefe;
  opacity: 0.8;
}

/* 我们的服务 */

.service-container {
  position: relative;
  width: 100%;
  height: 52.81rem;
  background: url("../images/fw1.jpg") center/cover no-repeat;
  background-color: #e6f0ff;
  padding: 4.56rem 3.13rem 7.69rem 3.13rem;
  transition: background-image 0.5s ease-in-out;
  background-size: 100% 100%;
}

.service-container .section-title {
  /* color: #0a3d62;
            margin-bottom: 30px; */
}
.service-container .section-title .line {
  width: 3.75rem;
  height: 0.31rem;
  background: #009d41;
}
.service-container .section-title h2 {
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 1.81rem;
  margin-bottom: 1.19rem;
}

.service-container .section-title p {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 2.6rem;
  margin-top: 0.88rem;
  margin-bottom: 3.5rem;
}

.service-container .service-content {
  display: flex;
  min-height: 30.56rem;
}
.service-container .swiper-button-next, .service-container  .swiper-button-prev {
    color: #ffffff !important;
width: 4rem;
    background-size: 100% 100%;
    border-radius: 50% !important;

}

.service-container  .swiper-button-prev{

  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.service-container  .swiper-button-next{
top: auto;
  bottom: 1.5rem!important;
  left: 50%;
  transform: translateX(-50%);
}

.service-container  .swiper-button-prev::after,.service-container  .swiper-button-next::after{

  color: transparent;
}



.service-container  .swiper-button-next:hover,  .service-container  .swiper-button-prev:hover{

opacity: 1;
}
.service-container .swiper-button-next:after, .service-container  .swiper-button-prev:after{
font-size:1.4rem;
}
.service-container .service-tabs {
  width: 30.69rem;
  height: 30.56rem;
margin-right: 4rem;
  opacity: 0.85;
  padding: 4rem 0;
  background-image: url(../images/icon1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-left: 0.63rem solid #009d41;
  color: white;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.service-container .max {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  padding-right: 1rem;
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
      overflow: hidden;
}
.service-container .tab-item a {
  color:#ffffff;
}
.service-container .max .swiper-wrapper{

      width: 100% !important;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    padding-top:4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-container .tab-item {
  width: 13.94rem!important;
  height: 4.3rem!important;
  padding: 0.88rem 2.81rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
   border-bottom: 0.06rem solid transparent;
}

.service-container .tab-item.active {
  color: #0cd436;
  border-bottom: 0.06rem solid #009d41;
}

.service-container .tab-item:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* .service-container .tab-arrows {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
}

.service-container .arrow-up {
  top: 2.44rem;
  background-image: url(../images/icon2.png);
  width: 4rem;
  height: 2.25rem;
}

.service-container .arrow-down {
  bottom: 2.44rem;
  background-image: url(../images/icon3.png);
  width: 4rem;
  height: 2.25rem;
} */

.service-container .service-details {
 height: 30.56rem;

  flex: 1;
  background-color: rgba(255, 255, 255, 1);
  padding: 3.5rem 3.31rem 5.06rem 4.81rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.service-container .detail-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.service-container .detail-content.active {
  display: block;
}

.service-container .detail-title {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 2.06rem;
  color: #333333;
  margin-bottom: 2.69rem;
  border-left: 0.44rem solid #009d41;
  padding-left: 1.15rem;
  line-height: 2rem;
  display: flex;
  align-items: center;
}

.service-container .service-cards {
  display: flex;
}

.service-container .service-card {
  flex: 1;

  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.service-container .service-card:nth-child(1) {
  padding-right: 3.63rem;
}
.service-container .service-card:nth-child(3) {
 border-right: 0;
}

.service-container .service-card:nth-child(2),
.service-container .service-card:nth-child(3) {
  padding: 0 3.56rem;
}

.service-container .card-title {
  width: 15.13rem;
  height: 2.56rem;
  line-height: 2.56rem;
  background: #009d41;
  border-radius: 1.25rem;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.31rem;
  color: #ffffff;
}

.service-container .card-content {
  width: 18.94rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  line-height: 1.88rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-container .more-btn {
  width: 9.69rem;
  height: 2.63rem;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #555555;
  border-radius: 1.31rem;
  border: 1px solid #898989;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-container .more {
  margin-top: 4.25rem;
  text-align: center;
}

.service-container .more-btn:hover {
  background-color: #0d2f8d;
  color: #ffffff;
}

.service-container .standard-text {
  position: absolute;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 2.25rem;
  right: 3.25rem;
  top: 9.38rem;
  letter-spacing: 20px;
  font-style: italic;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .service-content {
    flex-direction: column;
    height: auto;
  }

  .service-tabs {
    width: 100%;
  }

  .service-cards {
    flex-direction: column;
  }
}


.news-section {
  height: 13.88rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.5rem 3.13rem 2rem 3.13rem;
}
.news-section .more-btn{
  width: 9.69rem;
  text-align: center;
height: 2.63rem;
border-radius: 1.31rem;
font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1rem;
color: #555555;
border: 1px solid #898989;
}
.news-section .more-btn:hover{
  background-color: #0D2F8D;
  color: #FFFFFF;
}
.news-title {
  display: flex;
  flex-direction: column;
}
.news-en {
  font-family: SourceHanSansCN;
  font-weight: 800;
  font-size: 2.25rem;
  color: #b1b1b1;
  line-height: 1.18rem;
}
.news-cn {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.19rem;
  margin-top: 0.88rem;
  color: #333333;
}
.news-en::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 0.31rem;
  background: #009d41;
  margin-top: 1.19rem;
}
.more-btn {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background-color: transparent;
  color: #666;
  cursor: pointer;
}
.more-btn:hover {
  border-color: #28a745;
  color: #28a745;
}

.hzal .hzal-top,
.hzal ul li {
  height: 4.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9.13rem 0 1.94rem;
  box-sizing: border-box;
}

.hzal .hzal-top {
  background: #e3eefa;
}

.hzal p {
  width: 3.125rem;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0d2f8d;
  margin-right: 0.625rem;
}

.hzal .name {
  width: 51.125rem;
}

.hzal .mone {
  width: 12.75rem;
}

.hzal .d {
  /* width: 8.125rem; */
}

.hzal ul li p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333;
}

.hzal ul li:nth-child(2n) {
  background: #fafafa;
}
.hzal .maxs{
  min-height:30rem;
}
.hzal .maxs ul {
  border: 1px solid #eeeeee;

}

.hzal ul li {
  border-bottom: 1px solid #eeeeee;
}

.hzal ul li:last-child {
  border: 0;
}

.hzal .top {
  padding: 0 3.13rem;
  height: 5rem;
  background-color: #f6f6f6;
}
.hzal .top h3 {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  line-height: 5rem;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 0.31rem solid #009d41;
}
.hzal .maxs {
  padding: 4.38rem 3.13rem 6.25rem 3.13rem;
}
.banner {
  margin-top: 5.63rem;
  position: relative;
  height: 35.63rem;
  
  width: 100%;
}
.banner .list {
  position: absolute;
  padding: 1.81rem 2.19rem;
  z-index: 1;
  left: 3.3rem;
  bottom: 0;
  background-size: 100% 100%;

  box-sizing: border-box;
  width: 20.75rem;
  height: 8.5rem;
  background-image: url(../images/xbt.jpg);
}
.banner h3 {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 2.19rem;
}

.banner P,
.banner P a {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}

.banner .list ul h3::after {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4375rem;
  height: 2.3125rem;
  background: #ffffff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.banner .list p::before {
  content: "";
  display: flex;
  width: 1.0625rem;
  height: 1.1875rem;
  background-image: url("../images/dw.png");
  background-size: 100% 100%;
  margin-right: 0.9375rem;
}
/* 内页tab */
.tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 3.13rem;
  padding-right: 3.13rem;
  background-color: #f6f6f6;
  height: 5rem;
}
.tab-nav li {
  height: 5rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  border-bottom:0.31rem solid #f6f6f6;
}

.tab-nav li a {
  line-height: 5rem;
  width: 100%;
  height: 5rem;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.25rem;
  color: #333333;
}
.tab-nav li.active {
  border-bottom: 0.31rem solid green;
  color: #333;
  background: #ffffff;
}

.tab-nav li:hover {
  border-bottom: 0.31rem solid green;
  background: #ffffff;
  transition: all 0.6s;
}
.tab-content {
  min-height: 44.56rem;
  padding: 4.5rem 6.31rem 6.25rem 3.13rem;
}
.company-info {
  display: flex;
  align-items: flex-start;
}
.company-info .imgs {
  margin-right: 2.88rem;
  width: 41.3%;
height: 33.81rem;
  overflow: hidden;
}
.company-info .imgs img {
  width: 100%;
  height:100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  object-fit: cover;
}
.company-info .imgs .text {
  flex: 1;
}
.company-info .imgs:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.company-info .text {
  width: 56.3%;
}
.company-info .text P {
  text-align: justify;

  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 3rem;
}

.rcln h3,.zplb h3 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.rcln h3::before,.zplb  h3::before {
    content: "";
    display: flex
;
    width: 0.5rem;
    height: 2.375rem;
    background: #0D2F8D;
    margin-right: 0.8125rem;
} 
.zplb h4 {
  margin-top: 1.64rem;
  margin-left: 1.69rem;
 
    display: flex;
    align-items: center;
    padding-bottom: 1.38rem;
font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.5rem;
color: #222222;
position: relative;
}
.zplb h4::before {
  position: absolute;
  bottom: 0;
    content: "";
    display: flex
;
    width: 2.56rem;
height: 0.31rem;
    background: #009D41;;
    margin-right: 0.8125rem;
}
.service-content {
  min-height: 46.88rem;
}
.service-detail {
  display: flex;
}
.service-detail .left {
  width: 55rem;
  padding-top: 0.6rem;
  margin-right: 3.25rem;
}
.service-image {
  width: 55rem;
  height: 25.81rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.service-image img {
  width: 100%;
  height: auto;
}

.service-detail p {
  font-weight: 400;
  font-size: 1.13rem;
  color: #333333;
  line-height: 2.25rem;
}

.service-image:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.service-text {
  flex: 1;
  min-width: 300px;
}
.service-text p {
  font-family: SourceHanSansCN;
  font-size: 1.13rem;
  color: #333333;
  line-height: 2.25rem;
}

.service-text p strong {
  color: #009d41;
  font-style: normal;
}

.zwxx {
  padding: 3.75rem 3.13rem 6.25rem 3.13rem;
}

.zwxx .rcln {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  height: 30rem;
  background-repeat: no-repeat;
  margin-bottom: 3.38rem;
  background-size:100% 100%;
  object-fit:cover;
}

.zwxx .rcln .left {
  height: 100%;
  width: 60%;
}

.zwxx .rcln .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zwxx .rcln .right {
width: 56.94rem;
height: 100%;
background: rgba(255, 255, 255, 0.8);
  padding-left: 3.125rem;
  box-sizing: border-box;
  padding-right: 3.125rem;
  padding-top: 5.3125rem;
}

.zwxx .rcln .right p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  line-height: 3rem;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;

}


.zplb > h3 {
font-family: SourceHanSansCN;
font-weight: 500;
font-size: 2.06rem;
color: #333333;
line-height: 3rem;
}

.zplb > h3::before {
  content: "";
  display: flex;
  width: 0.5rem;
  height: 2.375rem;
  background: #0D2F8D;
  margin-right: 0.8125rem;
}

.zplb ul {
  width: 100%;
  margin: 0 -0.8438rem;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  
}
.zplb ul li {
  cursor: pointer;
  width: calc(100% / 4);
 height: 14.88rem;
  float: left;
  padding: 0 0.8438rem;
  box-sizing: border-box;
  margin-bottom: 1.5625rem;
}

.zplb ul li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}

.zplb ul li > a::after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #0D2F8D;
  border-left-width: 0.4375rem;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.zplb ul li a h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333333;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}

.zplb ul li a .top {
  margin-bottom: 1.875rem;
  margin-left: 1.69rem;
  margin-top: 1.2rem;
}

.zplb ul li a .top p,
.zplb ul li a.ck p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #767676;
  line-height: 1.875rem;
}

.zplb ul li a .ck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
height: 3.63rem;
border: 0.06px solid #E2E2E2;
background-color: #F9F9F9;
display: flex;
align-items: center;
justify-content: center;

}
.zplb ul li a .ck p{
font-family: SourceHanSansCN;
text-align: center;
font-weight: 400;
font-size: 1.13rem;
color: #939393;
}


.zplb ul li a .ck p::after {
  content: "";
  display: flex;
  width: 0.5rem;
  height: 0.8125rem;
  display: inline-block;
  background-image: url("../images/jiant2.png");
  background-size: 100% 100%;
  margin-left: 0.625rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.zplb ul li > a:hover .ck p::after{

    background-image: url("../images/jiant3.png");

}
.rcln > h3::before {
    content: "";
    display: flex
;
    width: 0.5rem;
    height: 2.375rem;
    background: #0D2F8D;
    margin-right: 0.8125rem;
}

.zplb ul li:hover a::after {
  opacity: 1;
}

.zplb ul li:hover a .ck p:last-child {
  color: #0D2F8D;
}

.zplb ul li:hover a .ck p::after {
  background-image: url("../images/jiant3.png");
}
.zplb .pops .box .bottom img{

  margin-right: .94rem;
}
.zplb .pops {
    position: fixed !important;
    width: 100vw !important;    /* 100% 的视口宽度 */
    height: 100vh !important;   /* 100% 的视口高度 */

    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    opacity: 0;
    z-index:-1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}

.zplb  .maxs {
    width: 107.5rem;
    margin: auto;
}

.zplb .pops.active {
  opacity: 1;
  z-index: 999;
}

.zplb .pops .maxs {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zplb .pops .box {
  position: relative;
  width: 68rem;
  height: 50.0625rem;
  background-color: #fff;
}

.zplb .pops .box .top {
  position: relative;
  height: 9rem;
  background-color: #0D2F8D;
  padding: 1.875rem 2.875rem 1.4375rem 2.875rem;
  box-sizing: border-box;
}

.zplb .pops .box .top h3 {
font-family: SourceHanSansCN;
font-weight: 500;
font-size: 2.38rem;
color: #FFFFFF;
margin-bottom: 1.19rem;
}
.zplb .pops .box .top h3::before{
content: "";
    display: flex
;
    width: 0;
    height: 0.31rem;
    background: #009D41;
    margin-right: 0;

}

.zplb .pops .box .top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zplb .pops .box .top ul li {
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0;

}
.zplb .pops .box .top ul li:nth-child(2){
text-align: center;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
    border-right: 1px rgba(255, 255, 255, 0.5) solid;
}

.zplb .pops .box .top .closes {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  width: 2.9375rem;
  height: 2.9375rem;
  z-index: 20000;
}

.zplb .pops .box .top .closes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zplb .pops .box .center {
  padding: 2.25rem 2.875rem;
}

.zplb .pops .box .center .items {
  max-height: 34.4375rem;
  overflow: auto;
}

.zplb .pops .box .center .item {
  margin-bottom: 2.5rem;
}

.zplb .pops .box .center .item h3 {
font-family: SourceHanSansCN;
font-weight: bold;
font-size: 1.5rem;
color: #333333;
  margin-bottom: 1.6rem;
}

.zplb .pops .box .center .item h3::before {
  content: "";
  display: flex;
  width: 0;
  height: 0;
  background: #0D2F8D;
  margin-right: 0;
}

.zplb .pops .box .center .item p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.25rem;
}

.zplb .pops .box .bottom p,
.zplb .pops .box .bottom p a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}

.zplb .pops .box .bottom p::before {
  content: "";
  margin-right: 0.625rem;
  display: flex;
  width: 2rem;
  height: 1.25rem;
  background-size: 100% 100%;
}

.zplb .pops .box .bottom p a {
  color: #0358bf;
}

.zplb .pops .box .bottom p a::after {
  display: none;
}

.zplb .pops .box .bottom {
  position: absolute;
  height: 4.9375rem;
  background: #eeeeee;
  width: 100%;
  left: 0;
  bottom: 0;
}

.zplb .pops .box .top .closes:hover img {
  transform: rotate(135deg);
}

.zplb .jzgd {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.zplb .jzgd p a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  width: 10rem;
  height: 2.9375rem;
  background: #0D2F8D;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -ms-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -o-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.zplb .jzgd p a {
  font-weight: 400;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
}

.zplb .jzgd p a::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/zwxx-add.png");
  background-size: 100% 100%;
  margin-left: 0.625rem;
}
.qywh-container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  padding: 10.25rem 3.13rem 12.69rem 3.13rem;
  height: 47.44rem;
  background: url(../images/qywh.jpg) no-repeat center center;
  background-size: cover;
}
.qywh-item {
  width: 34.13rem;
  height: 24.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 5.06rem 2.8rem 0 5rem;
  box-sizing: border-box;
}
*:hover{
  cursor: pointer;
}
.qywh-item:hover{
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-2rem);

}
.qywh-item .text {
  display: flex;
}
.qywh-title {
  font-family: "hongleixingshu";
  font-weight: 400;
  font-size: 3.75rem;
  color: #333333;
  line-height: 3rem;
  position: relative;
}
.qywh-en {
  font-family: "SourceHanSerifSC", serif;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
  line-height: 3rem;
  margin-left: 0.56rem;

  opacity: 0.5;
}
.qywh-title::after {
  position: absolute;
  content: "";
  width: 6rem;
  left: 0;
  height: 0.38rem;
  background: #009d41;
  bottom: -1rem;
}
.qywh-content {
  font-weight: 400;
  font-size: 1.75rem;
  color: #333333;
  line-height: 3rem;
  margin-top: 2.38rem;
}
.qywh-values {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.38rem;
}
.qywh-value-item {
  width: 45.8%;
  font-weight: 400;
  font-size: 1.75rem;
  color: #333333;
  margin-top: 1.38rem;
}

.dqaq-container {
}
.dqaq-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5.25rem 3.13rem 3.5rem 3.13rem;

  width: 100%;
}
.dqaq-container li {
  width: 48%;
  padding-bottom: 4.4rem;
}
.dqaq-container li .imgs {
  width: 100%;
  height: 25.81rem;
  overflow: hidden;
}
.dqaq-container li .imgs img{
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  object-fit: cover;
}
.dqaq-container li h3 {
  background: #009d41;
  border-radius: 4.25rem;
  padding: 0 3rem;
  display: inline-block;
  margin-top: 2.75rem;
  font-weight: bold;
  line-height: 2.56rem;
  font-size: 1.5rem;
  color: #ffffff;

  line-height: 3rem;
  margin-bottom: 0.6rem;
  display:inline-block;
}
.layui-btn-primary:hover{
  border:transparent solid 1px;
}
.layui-btn+.layui-btn{
  margin-left:0!important;
}
.layui-btn-primary:hover {
    border-color: #e8e8e8!important;
    color: #333;
}
.dqaq-container li p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.13rem;
  color: #333333;
  line-height: 2.25rem;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dqaq-container li:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  cursor: pointer;
}

.dqaq-container li:hover P {
  color: #0d2f8d;
}

.gdwsjc .max {
  padding: 5.31rem 3.31rem 8.3rem 3.31rem;
}

.gdwsjc .max .imgs {
  height: 25.81rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 3.37rem;
}

.gdwsjc .max .imgs img {
  object-fit: cover;
  background-size: 100%;
  height: 100%;
  width: 100%;
}

.gdwsjc .max p {
  font-size: 1.13rem;
  color: #333333;
  line-height: 2.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gdwsjc .max .h3 {
  width: 15.06rem;
  font-weight: bold;
  height: 2.56rem;
  font-style: normal;
  background: #009d41;
  border-radius: 1.25rem;
  text-align: center;
  line-height: 2.56rem;
  margin-bottom: 1.75rem;

  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
.gdwsjc .max .left {
  width: 59.56rem;
}
.gdwsjc .max .left ul {
  padding: 1.71rem 1.56rem 1.9rem 1.56rem;
  background-color: rgba(134, 173, 222, 0.1);
  margin-top: 1.8rem;
  margin-bottom: 2.44rem;
}
.gdwsjc .max .left ul li {
  font-size: 1.13rem;
  color: #333333;
  line-height: 2.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gdwsjc .max .right {
  width: 43.03rem;
}
.gdwsjc .max .imgs:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.gdwsjc .max .info-box {
  justify-content: space-between;
  display: flex;
}

.dzjc {
  padding: 1rem 3.13rem 6.19rem 3.13rem;
}
.dzjc li {
  width: 100%;
}
.dzjc li a {
  width: 100%;
  display: flex;
  height: 38.69rem;
  padding-top: 4.31rem;
  padding-bottom: 4.81rem;
  border-bottom: 0.06rem #e5e5e5 solid;
  box-sizing: border-box;
}
.dzjc li .text .title {
  width: 15.06rem;
  height: 2.56rem;
  line-height: 2.56rem;
  background: #009d41;
  border-radius: 1.25rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.69rem;
}
.dzjc li .text h6 {
  font-size: 1.25rem;
  color: #009d41;
  font-style: normal;
  padding-bottom: 0.63rem;
  padding-top: 1rem;
}
.dzjc li .text P {
  font-family: SourceHanSansCN;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2.25rem;
}
.dzjc li .imgs {
  width: 46.5rem;
  height: 25.81rem;
  display: flex;
  overflow: hidden;
  margin-right: 3.13rem;
}
.dzjc li:hover .imgs img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.dzjc li .text {
  flex: 1;
}

.dzjc .ys {
  padding: 3rem 5.38rem 5rem 5.44rem;
  box-sizing: border-box;
  width: 100%;
  height: 18.38rem;
  background-repeat: no-repeat;
  display: flex;
  margin-top: 1rem;
  background-size:100% 100%;
  object-fit:cover;
}
.dzjc li:last-child a {
  border-bottom: none;
}
.dzjc .ys .content {
  width: 100%;
  border-left: #ffffff solid 0.06rem;
  display: flex;
  padding-left: 3.5rem;
}
.dzjc .ys .title {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 2.25rem;
  margin-right: 1.75rem;
  color: #ffffff;
  height: 5.44rem;
}
.dzjc .ys .title p {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.dzjc .ys .content P {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.13rem;
  color: #ffffff;

  line-height: 2.25rem;
}
.dzjc .ys .content p::before {
  content: "";
  display: inline-block;
  background-image: url(../images/sjx.png);
  width: 1.13rem;
  height: 1rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.dzjc .ys .content .left {
  width: 54.3rem;
  margin-right: 3.3rem;
}

.dzjc .ys .content .right {
  flex: 1;
}

/* 新闻咨询-政策内容 */

.new-container {
  padding: 4.44rem 3.19rem 6.19rem 3.19rem;
}
.new-container ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.new-container ul li {
  border: 1px solid #eeeeee;
  background: #ffffff;
  margin-bottom: 2.31rem;
}
.new-container ul li a {
  width: 55.63rem;
  height: 11.44rem;
  background: #ffffff;
  display: flex;
  padding: 3.25rem 3.25rem 3.25rem 0;
  box-sizing: border-box;
}
.new-container ul li a .time {
  width: 10.13rem;
  padding: 0.19rem 3.1rem 0.63rem 3.1rem;
  box-sizing: border-box;
  border-right: 0.06rem #dcdcdc solid;
}
.new-container ul li a .time :nth-child(1) {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 3.25rem;
  color: #444444;
  line-height: 2.25rem;
  margin-bottom: 0.81rem;
}

.new-container ul li a .time p:nth-child(2) {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #a5a5a5;
  line-height: 0.81rem;
  white-space:nowrap;
}
.new-container ul li a .text {
  flex: 1;
}
.new-container ul li a .text p {
  font-family: SourceHanSansCN;
  padding-left: 2.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #222222;
  line-height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-container ul li a .text p span{
   font-family: SourceHanSansCN;
  padding-left: 2.25rem;
  font-weight: 500;
  font-size: 1.5rem!important;
  color: #222222;
  line-height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-container ul li:hover a .text p {
  color: #0d2f8d;
}
.new-container ul li:hover:hover {
  border: 1px solid #0d2f8d;
}
.new-container ul li:hover .time p {
  color: #0d2f8d;
}
.new-container ul li:hover .time p:nth-child(2) {
  color: #0d2f8d;
}
.new-container .pages {
  margin-top: 1.5rem;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages > ul {
  width: max-content;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  box-sizing: border-box;
  margin: 0;
}

.pages ul a {
  display: inline-block;
  padding: 0 1.3125rem;
  box-sizing:border-box;

  margin-left: 0.0625rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 3.38rem;
  height: 3.38rem;
  background-color: #e8e8e8;
}

.pages ul a.curr,
.pages ul a:hover {
  background-color: #0d2f8d;
  color: #fff;
}

.gsxw-new .maxs ul{
}
.gsxw-new .maxs {
  width: 100%;
  height: 100%;
}
.gsxw{
  padding-top:0;
}

.gsxw-new .maxs > ul {
  margin-top: 2.5rem;
  padding: 4.44rem 1.88rem 3.5rem 1.88rem;
}

.gsxw-new .maxs > ul li {
  position: relative;
  width: calc(100% / 3);
  float: left;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

.gsxw-new .maxs > ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 31.19rem;
  box-sizing: border-box;
}

.gsxw-new .maxs > ul li a::after {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  border-bottom: 0.1875rem solid #0D2F8D;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.gsxw-new .maxs > ul li a i {
  display: block;
  width: 100%;
  height: 23.69rem;
  overflow: hidden;
}

.gsxw-new .maxs > ul li a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-share .icon-wechat .wechat-qrcode{

  left:-1rem;
}
.social-share a:before{
  font-size:1.8rem;

}
.gsxw-new .maxs > ul li a h3 {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.38rem;
  color: #222222;
  margin-bottom: 1.2rem;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

  display: box;
  box-orient: vertical;

  overflow: hidden;
}

.gsxw-new .maxs > ul li a .time {
  position: relative;
  font-weight: 400;

  justify-content: space-between;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 0.88rem;
  color: #929292;
  padding-left: 1.82rem;
}
.gsxw-new .maxs > ul li a .time::before {
  position: absolute;
  content: "";
  width: 0.88rem;
  height: 0.88rem;
  display: inline-block;
  background-image: url(../images/time2.png);
  background-size: 100% 100%;
  left: 0;
  top: 0.3rem;
}
.gsxw-new .maxs > ul li a:hover .time::before {
  background-image: url(../images/time2-a.png);
}
.gsxw-new .maxs > ul li a .text .item {
  font-family: SourceHanSansCN;
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.88rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
  overflow: hidden;
  display: none;
  margin-bottom: 3.44rem;
}
.gsxw-new .maxs > ul li a:hover i img {
  transform: calc(1.1);
  -webkit-transform: calc(1.1);
  -moz-transform: calc(1.1);
  -ms-transform: calc(1.1);
  -o-transform: calc(1.1);
}
.gsxw-new .maxs > ul li a:hover h3,
.gsxw-new .maxs > ul li a:hover .time {
  color: #ffffff;
}
.gsxw-new .maxs ul li:hover  img {
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}



.gsxw-new .maxs > ul li a .text {
  padding: 1.75rem 1.44rem 2rem 1.44rem;

  background-color: rgba(0, 0, 0, 0.05);
  height: 7.5rem;
  box-sizing: border-box;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;

  overflow: hidden;
}

.gsxw-new .maxs > ul li a .text1{
  position:absolute;
  padding: 2.4rem 1.81rem 2rem 1.44rem;
  display:none;
  background-color: #0d2f8d;
  width:100%;
  bottom:0;
  color: #ffffff;
  height:0rem; /* 初始高度为0 */
  
  transform: translateY(100%);
  opacity: 0; 
 transition: 
    height 1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 1s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.gsxw-new .maxs > ul li a .text1 .time{
  color: #ffffff;
  margin-top:1.3rem;
}

.gsxw-new .maxs > ul li a .text1 .item{

  line-height:1.8rem;
  
  height:3.88rem;
  overflow:hidden;
  transition:all 0.6s;
font-size: 1rem;
color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: box;
    box-orient: vertical;
    overflow: hidden;

}

.gsxw-new .maxs > ul li a .text1 h3{
   color: #ffffff;
}
.gsxw-new .maxs > ul li a:hover .item {
  display: block;
}
.gsxw-new .maxs > ul li a:hover .text {
display:none;
}
.gsxw-new .maxs > ul li a:hover .text1 {
 display: -webkit-box; 
  display: block;
  height: 14.4375rem;
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}


.lxww-lxfs {
  padding: 4.44rem 3.13rem 6.25rem 3.13rem;
}
.lxww-lxfs .contact-container {
  display: flex;
  justify-content: space-between;

}
.lxww-lxfs .contact-card {
  width: calc(100% / 4);
  border: 1px solid #e5e5e5;
  height: 13.88rem;
  padding: 3.31rem 1.81rem 2.81rem 2.88rem;
  box-sizing: border-box;
  width: 22.5%;
  box-sizing: border-box;
}
.lxww-lxfs .contact-item {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0d2f8d;
}

.lxww-lxfs .contact-item .top {
  display: flex;
  margin-bottom: 1.75rem;
  
}
.lxww-lxfs .wx-item{

  display: flex;
  justify-content: space-between;
}
.lxww-lxfs .contact-item .wx-item .top img{
  width: 3.13rem;
height: 2.5rem;
}
.lxww-lxfs .contact-item .top img {
  margin-right: 0.88rem;
  width:2.875rem;
  object-fit:cover;
}

.lxww-lxfs .icon {
  background-size: 100% 100%;
}
.lxww-lxfs .contact-info {
  flex: 1;
}
.lxww-lxfs .contact-info h4 {
  margin: 0 0 1.5rem 0;
  font-weight: 600;
  color: #333;
}
.lxww-lxfs .contact-info p {
  margin: 0;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.38rem;
  color: #333333;
  line-height: 1.88rem;
}
.lxww-lxfs .wechat-qr {
  width: 7.06rem;
  height: 7rem;
}
.lxww-lxfs .map{

width: 100%;
  height: 40.06rem;
  object-fit: cover;
  margin-top: 5.63rem;
}

.lxww-lxfs .max{

  width: 100%;
}


.bccx-search-container {
  position: relative;
  width: 92.63rem;
height: 30.81rem;
padding-top: 4.19rem;

 background: linear-gradient(
    to bottom, 
    rgba(13, 47, 141, 0.5), 
    rgba(13, 47, 141, 0) 
  );top: -18.25rem;
opacity: 0.5;
left:13.69rem;

}
.bccx-search-container .search-container {
  position: relative;
  top: -30.81rem;

            display: flex;
            width: 100%;
            background-size: 100% 100%;
            max-width: 58.94rem;
            height: 4.63rem;
        }


        .bccx-search-container .search{

          height: 4.63rem;
          width: 58.94rem;
          display: flex;
          margin-left: 16.88rem;
     
        }
    .bccx-search-container   .search-input {
            padding: 1.56rem 2rem;
        
            width: 56.44rem;

            border: none;
            border-radius:  0.38rem 0 0 0.38rem;
           font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.5rem;
color: #9F9F9F;
            color: #666;
            outline: none;
        }
       .bccx-search-container  .search-button {
            width: 7.5rem;
height: 4.63rem;
background: #009D41;
            cursor: pointer;
             border-radius:0  0.38rem   0.38rem 0;
            font-family: SourceHanSansCN;
font-weight: 500;
font-size: 1.5rem;
color: #FFFFFF;
border: none;
        }
      .bccx-search-container .search-button:hover {
            background-color: #008d5c;
        }

        .cxbg-content{
          position: absolute;
          width: 100%;
          top: 12.5rem;
          left: 50%;
            transform: translateX(-50%);
          border-top:  0.44rem solid #EF001E;
box-shadow: 0px 8px 16px 2px rgba(134,105,105,0.11);
          max-width: 85.75rem;
height: 30.81rem;
background: #FFFFFF;
padding: 3.69rem 7.69rem 3.69rem 8.44rem;
        }
            .cxbg-content h3{
              font-family: SourceHanSansCN;
font-weight: 500;
font-size: 1.5rem;
color: #0D2F8D;
            }
.cxbg-content h5{
  font-family: SourceHanSansCN;
font-weight: 500;
font-size: 1.5rem;
color: #0D2F8D;
margin-bottom: 2.75rem;
}
.search .cxbg-content{

  display:none;
}

.search .text{
  padding-left:1rem;
  font-size: 1.125rem;

}
             .cxbg-content ul li a{

              display: flex;
              align-items: center;
              justify-content: space-between;
             }
             .cxbg-content ul li {
              margin-bottom:1rem;
             }

             .cxbg-content ul li a .item{
              display: flex;
              
              
             }
                 .cxbg-content ul li a .item img{

                  margin-right: 1rem;
                 }

                    .cxbg-content ul li a .item P{

                  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.5rem;
color: #333333;
line-height: 1.88rem;
  display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
  display:-webkit-flex;
                 }


                   .cxbg-content ul li a span{

               width: 9.81rem;
height: 2.88rem;
background: #FFFFFF;
border-radius: 1.44rem;
border: 1px solid #DCDCDC;
box-sizing: border-box;
line-height:2.88rem;
justify-content: center;
display: flex;
align-items: center;

                 }
                    .cxbg-content ul li:hover span{
                      border: 1px solid #0D2F8D;
                    }

                   .cxbg-content ul li:hover .item p{
        color: #0D2F8D;

                   }
                        .cxbg-content ul li:hover{
                          color: #0D2F8D;
                        }

                      .cxbg-content ul li a span img{
width: 1.25rem;
height: 1.25rem;
                        margin-right: 0.63rem;
                      }

                      .bgcx .title{

                        position: absolute;
                        display: flex;
                        top: 6.63rem;
                        left: 52.38rem;
                      }




                      .bgcx .title img{

                        width: 14.44rem;
                        margin-right: 0.94rem;
                        background-size: 100% 100%;
height: 3.06rem;
                      }



.ryzz  .container {
            display: flex;
            width: 100%;
            min-height: 57.69rem;
            margin: 0 auto;
            padding: 3.5rem 3.13rem 7.5rem 3.13rem;
        }
      .ryzz  .sidebar {
          width: 20.75rem;
height: 30.25rem;
background: #0D2F8D;
padding: 5.81rem 2.63rem 7rem 2.5rem;
        }
        .ryzz .sidebar nav{
          height: 100%;
        }
      .ryzz  .sidebar nav ul {
            list-style: none;
             height: 100%;
             display: flex;
             flex-direction: column;
             justify-content: space-between;
        }
    
       .ryzz .sidebar nav ul li a {

font-size: 1.25rem;
white-space: nowrap;
color: #FFFFFF;
width: 100%;
display: inline-block;
padding-bottom: .31rem;
            border-bottom: 0.06rem solid #0D2F8D;


        }
        .ryzz .sidebar nav ul li a:hover,
        .sidebar nav ul li a.active {
          color: #00E35E;
            border-bottom: 0.06rem solid #00E35E;;
        }
       .ryzz .main {
            flex: 1;
           margin-left: 3rem;
        }
      .ryzz  .main h2 {
           font-family: SourceHanSansCN;
font-weight: bold;
font-size: 1.88rem;
line-height: 1.81rem;
padding-left: 0.81rem;
color: #333333;
            border-left:  0.31rem  solid #009D41;
            margin-bottom: 1.25rem;
          
        }
              .ryzz  .main .text{
                padding-top: 1.94rem;
                border-top: 0.06rem solid #E5E5E5;

              }
     .ryzz   .main p {
font-family: SourceHanSansCN;
font-size: 1.25rem;
color: #333333;
line-height: 3rem;

        }
        .ryzz .main p strong{
          font-size: 1.25rem!important;
        }
        .ryzz .main p span{
font-size: 1.25rem!important;
color: #333333;
          }
       .ryzz .certificates  {
            display: flex;
            gap:0 8.69rem;
            margin-top: 4rem;
           
        }
        .ryzz .certificates .certificate-item .imgs {
width: 24.13rem;
height: 35.63rem;
            overflow: hidden;
           }
            .ryzz .certificates .certificate-item .imgs img{
              width: 100%;
              height: 100%;
   background-size: 100% 100% ;
          object-fit: cover;

            }
         .ryzz .certificates .certificate-item:hover img{
       
  transform: scale(1.1);
  transition: all 0.6s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
         }
       .ryzz .certificate-item {
         
          width: 24.13rem;
            text-align: center;
        }
    .ryzz .certificate-item p{
      font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.5rem;
color: #0D2F8D;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: box;
box-orient: vertical;
overflow: hidden;
margin-top: 0.5rem;

    }

.gcfl{
  padding: 5.31rem 3.13rem 0 3.13rem;
}
.xfaq{
  padding: 4.9rem 3.13rem 5.63rem 3.13rem;
}
    .txrz .certificates{
margin-top: 2.1rem!important;
    }

    .ryzz  main ul{
border-top: 0.06rem solid #E5E5E5;padding-top: 0.7rem;
    }
      .ryzz  main ul li{

        display: flex;
        padding: 2rem 0   2rem 0;
        border-bottom: 0.06rem solid  #E5E5E5;
      }
      .ryzz main ul li .item:nth-child(2n+1){
        width: 42.44rem;
      }
       .ryzz main ul li .item:nth-child(2n){
        flex: 1;
       padding-left: 5.81rem;
      }
        .ryzz  main ul li h6{
          color: #009D41;
          font-size: 1.5rem;
          font-weight: bold;
        }

          .ryzz  main ul li h3::before{

            content: '';
            width: 1.13rem;
height: 1.19rem;
background-image: url(../images/jt.png);
display: inline-block;
background-size: 100% 100%;
background-repeat: no-repeat;
          }

          .ryzz main ul li .item:nth-child(2n){

                    border-left: 0.06rem solid  #E5E5E5;
          }

             .ryzz main ul li {
width: 100%;
              display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
  display:-webkit-flex;
          }

          .gzsm  .container{
height: 95.88rem;
            padding: 4.5rem  10.13rem 6.26rem 10.19rem;
          }

  .gzsm  .container .main{
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 108, 189, 1), rgba(255, 255, 255, 0.1));

height: 52.69rem;
    padding: 3.13rem 4rem 0 4rem;

  }

    .gzsm  .container .main h4{
      font-family: SourceHanSansCN;
font-weight: bold;
font-size: 2.25rem;
color: #FFFFFF;
text-align: center;
margin-bottom: 2.63rem;
    }
    
    .gzsm  .container .main .box{
      background-color: #FFFFFF;
      padding: 3.13rem 4.44rem 3.31rem 5rem;
      border-top:  0.5rem #EF001E solid;
      box-shadow: 0px 8px 16px 2px rgba(134,105,105,0.11);

    }

         .gzsm  .container .main .box p{
          font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.25rem;
color: #333333;
line-height: 3.44rem;
         }

             .gzsm  .container .main .box .qm{
font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.25rem;
color: #333333;
justify-content: end;            display: flex;
            align-items: center;
             }

              .gzsm  .container .main .box .qm img{
                width: 17.56rem;
height: 4.94rem;
background-repeat: no-repeat;
object-fit: cover;
              }


              
.info {
  position: relative;
  margin-top: -21.94rem;
}

.info .maxs {
  /* width: 85rem; */
  padding: 0 3.13rem;
  display: flex;
  justify-content: space-between;
}

.info .left {
  width: 66%;
  padding-left: 6.25rem;
}

.info .left h3 {
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */
  text-align: center;

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
 font-family: SourceHanSansCN;
font-weight: bold;
font-size: 2.75rem;
color: #FFFFFF;
line-height: 3.75rem;
  margin-top: 3.75rem;
    margin-bottom: 2.94rem;
}

.info .left .fot {
  margin-bottom: .875rem;
}

.info .left .fot,
.info .left .fot .years,
.info .left .fot .size {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info .left .fot .years p {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  margin-right: 1.875rem;
}

.info .left .fot .years p::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
width: 0.88rem;
height: 0.88rem;
  background-image: url('../images/times.png');
  background-size: contain;
  margin-right: .625rem;
  background-repeat: no-repeat;
  margin-bottom: 0.1rem;
}

.info .left .fot .years p:last-child:before {
  background-image: url('../images/ll.png');
width: 1.13rem;
height: 0.75rem;
margin-bottom: 0.3rem;
}

.info .left .fot .size p,
.info .left .fot .size span {
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}

.info .left .fot .size span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info .left .fot .size img {
  width: 19px;
  height: 1.125rem;
  object-fit: contain;
}

.info .left .fot .size span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .8;
  border: 1px solid rgba(255, 255, 255, .5);
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: .375rem .375rem .375rem .375rem;
  -webkit-border-radius: .375rem .375rem .375rem .375rem;
  -moz-border-radius: .375rem .375rem .375rem .375rem;
  -ms-border-radius: .375rem .375rem .375rem .375rem;
  -o-border-radius: .375rem .375rem .375rem .375rem;
}

.info .left .fot .size span:nth-child(2n) {
  margin: 0 .625rem;
}

.info .left .info-text {
  background-color: #fff;
  padding-top: 3.5rem;
  padding-left: 2.75rem;
    padding-right: 2.75rem;
  padding: 3.5rem 2.75rem;
  /* box-shadow: 0 0 .3125rem 0 #ccc; */
  padding-bottom: 5rem;
}

.info .left .info-text p {
  font-weight: 400;
  /* font-size: 18px; */
  color: #333333;
  line-height: 2.25rem;

}

.info .left .info-text img {
  max-width: 100%;
  margin-bottom: 1.5rem !important;
}

.info .left .info-text .text-img {
  text-align: center;
  margin: 1.875rem 0;
}

.info .left .info-text .back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.75rem 0;
  margin-top: 5.25rem;
}

.info .left .info-text .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
width: 7.81rem;
height: 7.81rem;
background: linear-gradient(28deg, #059E4B, #0D338B);
box-shadow: 0rem 1rem 1rem 0rem rgba(22,206,137,0.24);
 background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: 300;
  font-size: 1.125rem;
  color: #FFFFFF;
}

.info .left .info-text .back a::after {
  content: "";
  width: 2.25rem;
  height: 2.375rem;
  background-image: url('../images/back.png');
  background-size: 100% 100%;
}

.info .left .info-text .yt ul,
.info .left .info-text .yt ul li p:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info .left .info-text .yt ul li {
  width: 46%;
  height: 11.25rem;
  position: relative;
  padding: 1.25rem;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .left .info-text .yt ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: .25rem solid #0D2F8D;
  opacity: .3;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.info .left .info-text .yt ul li:hover a::after {
  opacity: 1;
}

.info .left .info-text .yt ul li:hover {
  box-shadow: 0px .5625rem .9375rem 0rem #ccc;
}

.info .left .info-text .yt ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.info .left .info-text .yt ul li a p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 2;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.info .left .info-text .yt ul li a p span:first-child {
  font-size: 1.5rem;
  color: #333333;
}

.info .left .info-text .yt ul li a p span:last-child {
  color: #868686;
}

.info .left .info-text .yt ul li a p:last-child {
  margin-top: 1.25rem;
}

.info .right {
  width: 26%;
  margin-top: 23rem;
}

.info .right .titless {
  padding-bottom: 1.625rem;
  border-bottom: .0625rem solid #d6d6d6;
  margin-bottom: 1.5rem;
}

.info .right .titless h3 {
  line-height: 2.1875rem;
  padding-left: 1.625rem;
  position: relative;
  width: max-content;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
}

.info .right .titless h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  width: .4375rem;
  height: 100%;
  background-color: #0D2F8D;
}

.info .right ul li {
  margin-bottom: 1.875rem;
}

.info .right ul li a p {
  /* font-weight: 300; */
  font-size: 1.125rem;
  color: #000000;
  position: relative;
  padding-left: 1.8125rem;
}

.info .right ul li:hover a p {
  color: #0D2F8D;
}

.info .right ul li a p:last-child {
  font-weight: 300;
  font-size: 1rem;
  color: #8A8A8A;
  margin-top: 0.2rem;

}

.info .right ul li a p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #D2D2D2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.info-list {
  position: absolute;
  left: -1rem;
  top: 23rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-list>p {
  font-weight: 300;
  font-size: .875rem;
  color: #989898;
  margin-bottom: 1.25rem;
}

.info-list>p::after,
.info-list>p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: .0625rem;
  background-color: #989898;
}

.info-list p::after {
  margin-left: .3125rem;
}

.info-list p::before {
  margin-right: .3125rem;
}

.social-share {
  display: flex;
  flex-direction: column;
}

.social-share a {
  width: 3.25rem !important;
  height: 3.25rem !important;
  background: #B5B5B5;
  border: 0 !important;
  font-size: 30px !important;
  line-height: 3.25rem !important;
  color: #fff !important;
}

.wz,
.wz a {
  font-weight: 500;
  font-size: 0.88rem!important;
  color: #FFFFFF!important;
}


.wz::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.1875rem;
  height: 1.4375rem;
  background-image: url('../images/wz.png');
  background-size: 100% 100%;
  margin-right: .625rem;
}
#circlePath{
  width: 5.19rem;
height: 5.19rem;
}


.about-us-card:hover .imgs{
      transform: scale(1.1);
  transition: all .6s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.home .new-container{
padding-top: 0rem;
padding-left: 2.5rem;
padding-bottom: 0;
}
.home .new ul{
  height: 11.44rem;
}
.home  .new-container .swiper-slide {
    padding-left: 0;
    padding-top: 0;
    position: relative;
    display: flex
;
}

.home   .new-container ul li{
  margin-bottom: 0;
}
.home  .new-container .swiperbox{
  width: 100%;
  height: 100%;
}


.home .new-container .swiper-pagination-dt {
  position: absolute;
  bottom: 0rem;
  right: 0;
  bottom: 0;
width: 100%;
  text-align: right;
  z-index: 6666666666666;
  padding-right: 1.88rem;
  padding-bottom: 1.88rem;
  /* 防止分页器超出容器范围 */
  box-sizing: border-box;
}
.home .new-container .left{

  width: 56.88rem;
  height:32.81rem;
}
.new-container .left img{
  width: 100%;
  height: 100%;
background-size: 100% 100%;
}
.home .new-container .right{
width: 56.88rem;
  padding: 3.13rem 4.25rem 6rem 4.19rem;
  box-sizing: border-box;
  height: 32.81rem;

  background-color: #ffffff;
}
.home .new-container .right h4{
  font-family: SourceHanSansCN;
font-weight: bold;
font-size: 3.25rem;
color: #444444;
line-height: 2.56rem;
font-style: normal;
margin-bottom: 0.75rem;
}
.home .new-container .right .time{
font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1rem;
color: #A5A5A5;
line-height: 0.81rem;
font-weight: normal;
font-style: normal;
margin-bottom: 2rem;

}

.home .new-container .right  h1{

  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 2.25rem;
font-weight: normal;
font-style: normal;
height:6rem;
color: #222222;
line-height: 3rem;
margin-bottom: 1.9rem;
 display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
  display:-webkit-flex;


}

.home .new-container .right .more{
  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1rem;
color: #686868;
display: flex;
position: relative;
align-items: center;
padding-left: 0.5rem;
position: relative;

}
.home .new-container .right .more::after{
content: '';
position: absolute;
bottom: 0;
left: 0;
  width: 7.19rem;
height: 0.06rem;
background: #959595;
z-index: 99999;
}
.home .new-container .swiper-slide{
  background-color:#ffffff;
}

.home .new-container .right .more  img{
margin-left: 0.5rem;
width: 1.48rem;
height: 0.69rem;
}
.home .new-container .right  .xq{
display: flex;
margin-top: 4.75rem;

justify-content: space-between;
}
.home .new-container .right  p{
  height:3.75rem;

  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1rem;
color: #686868;
line-height: 1.88rem;
 display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
  display:-webkit-flex;
}

 .home .new-container .swiper-pagination {
bottom: 5rem;
line-height: 3rem;
left: 61.57rem;
width: 8rem;


 }
.home .new-container .swiper-pagination .swiper-pagination-bullet {

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
width: 0.63rem;
height: 0.63rem;
background: #959595;
border-radius: 50%;
  opacity: 1;
  z-index: 6666;
  /* 添加间距 */
  margin: 0 0.3rem;
  /* 移除默认边框 */
  border: none;
  outline: none;
  /* 鼠标悬停效果 */
  cursor: pointer;
  transition: transform 0.2s ease;
}

.home .new-container .swiper-pagination .swiper-pagination-bullet-active{
width: 3rem;
height: 0.63rem;
background: #009D41;
border-radius: 0.31rem;
  transform: scale(1.1);

}

.home .new-container .swiper-pagination .swiper-pagination-bullet:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.chax{
  width: 75.63rem;
height: 8.75rem;
background: rgba(13, 47, 141,  0.89);
padding: 2rem 4.8rem;
box-sizing: border-box;
position: absolute;
left: 0;
bottom: 0;
z-index: 59;
}
.chax .max{
      width: 100%;
}
.chax .search {
    width: 100%;
  height: 4.63rem;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.detail-content:nth-child(2) .service-card{
  padding:0 4rem!important;flex:0.7;
}
.chax .search input {
    width: 51.44rem;
  height: 4.63rem;
    border: 0;
    outline: 0;
    border-radius: 0.38rem 0 0 0.38rem ;
    padding-left: 2rem;
    padding-right:2rem;
    box-sizing:border-box;
}
.chax .search  img{
  width: 4.88rem;
  object-fit: cover;
  margin-right: 2.25rem;
  background-size: 100% 100%;
}

.chax .search button {
    width: 7.5rem;
    height: 4.63rem;
    background-color: #009D41;
    border: 0;
    height: 100%;
        border-radius:0 0.38rem  0.38rem 0  ;

  font-family: SourceHanSansCN;
font-weight: 500;
font-size: 1.5rem;
color: #FFFFFF;
    cursor: pointer;
}
.chax .search input::placeholder{
  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 1.5rem;
color: #9F9F9F;
}


.home .new {
    padding: 2.5rem 3.13rem  6.75rem 3.13rem ;
}
.banner  .xia{

  position: absolute;
  bottom: 5.25rem;
  left: 78rem;
}
.banner  .xia::after {
    content: "";
    background-image: url(../images/x.png);
   width: 1.45rem;
   background-repeat: no-repeat;
height: 2.31rem;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    object-fit: cover;
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: upDown 2s infinite;
    background-size: 100% 100%;
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}