:root {
  --public-color: #004178;
  --max: 1430px;
}

.middle {
  padding-top: 123px;
}

/* middle-one */
.middle .middle-one {
  padding: 0 0 100px 0;
  background: url(../../images/bg_banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  min-height: 650px;
}

.middle .middle-one .container-xl>div {
  width: 60%;
}

.middle .middle-one .t1 h1 {
  font-family: "Urbanist", sans-serif;
  line-height: 64px;
  font-size: 56px;
  color: #fff;
  font-weight: 800;
}

.middle .middle-one .t2 {
  margin-top: 35px;
  font-family: "Urbanist", sans-serif;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.middle .middle-one .but {
  margin-top: 35px;
  max-width: 280px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.middle .middle-one .but a {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 64px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

/* middle-two */
.middle .middle-two {
  padding: 0 0 55px 0;
  background-color: #fff;
}

.middle .middle-two .container-xl {
  position: relative;
}

.middle .middle-two .cont {
  position: relative;
  z-index: 1;
}

.middle .middle-two .cont .up {
  padding-top: 140px;
  width: 50%;
}

.middle .middle-two .cont .up .t1 {
  color: var(--public-color);
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
}

.middle .middle-two .cont .up .t2 {
  margin-top: 30px;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.middle .middle-two .cont .mid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.middle .middle-two .cont .mid .left {
  width: 40%;
}

.middle .middle-two .cont .mid .left .t1 a {
  line-height: 48px;
  font-size: 36px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: var(--public-color);
}

.middle .middle-two .cont .mid .left .t1 a:hover {
  text-decoration: underline;
}

.middle .middle-two .cont .mid .left .t2 {
  margin-top: 40px;
}

.middle .middle-two .cont .mid .left .t2 p {
  color: #666666;
  line-height: 32px;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
}

.middle .middle-two .cont .mid .left .t2 p::before {
  position: absolute;
  content: '\f00c';
  font-family: 'CmsFont' !important;
  font-size: 14px;
  top: 0;
  left: 0;
  color: var(--public-color);
}

.middle .middle-two .cont .mid .left .but {
  max-width: 280px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-top: 60px;
}

.middle .middle-two .cont .mid .left .but a {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 64px;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}

.middle .middle-two .cont .mid .left .but:hover {
  background: linear-gradient(to left, #24b66f, #88ca4e) !important;
}

.middle .middle-two .cont .mid .right {
  width: 60%;
}

.middle .middle-two .cont .mid .right a {
  width: 100%;
  height: 100%;
}

.middle .middle-two .cont .down {
  margin-top: 95px;
}

.middle .middle-two .cont .down .col-md-3 {
  padding-right: 40px;
  padding-bottom: 40px;
}

.middle .middle-two .cont .down .col-md-3 .image {
  height: 150px;
  background-color: #f2f5f8;
}

.middle .middle-two .cont .down .col-md-3 .image a {
  width: 100%;
  height: 100%;
  display: flex;
}

.middle .middle-two .cont .down .col-md-3 .image a img {
  mix-blend-mode: multiply;
  margin: auto;
}

.middle .middle-two .cont .down .col-md-3 .text {
  margin-top: 35px;
}

.middle .middle-two .cont .down .col-md-3 .text a {
  font-weight: 700;
  color: #666666;
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
  line-height: 34.55px;
}

.middle .middle-two .cont .down .col-md-3 .text a:hover {
  color: var(--public-color);
  text-decoration: underline;
}

.middle .middle-two .other {
  position: absolute;
  width: 44%;
  height: 610px;
  top: -120px;
  right: 0;
  z-index: 0;
  background: linear-gradient(135deg, #005aa6, #004178);
  background-size: cover;
  background-repeat: no-repeat;
  /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 64.33%); */
}

/* middle-three */
.middle .middle-three {
  padding: 88px 0 55px 0;
  background-color: #f2f5f8;
}

.middle .middle-three .cont-one {
  padding-bottom: 45px;
}

.middle .middle-three .cont-one .up {
  position: relative;
  font-weight: 800;
  font-size: 42px;
  line-height: 64px;
  color: var(--public-color);
  padding-left: 135px;
  padding-right: 135px;
  text-align: center;
  margin: auto;
}



.middle .middle-three .cont-one .down {
  margin-top: 50px;
}

.middle .middle-three .cont-one .down .col-md-4 {
  padding-right: 25px;
  padding-bottom: 15px;
}

.middle .middle-three .cont-one .down .col-md-4>div {
  padding: 0 22px 40px 22px;
  transition: all 1s;
  height: 100%;
}

.middle .middle-three .cont-one .down .col-md-4>div:hover {
  background-color: var(--public-color);
}

.middle .middle-three .cont-one .down .col-md-4>div:hover .image {
  box-shadow: none;
}

.middle .middle-three .cont-one .down .col-md-4>div:hover .t1 a {
  color: #fff;
}

.middle .middle-three .cont-one .down .col-md-4>div:hover .t2 p {
  color: #fff;
}

.middle .middle-three .cont-one .down .col-md-4>div:hover .t2 p::before {
  border: 2px solid #fff;
}

.middle .middle-three .cont-one .down .col-md-4>div .image {
  background-color: #fff;
  box-shadow: 0px 0px 15px 2px rgba(51, 51, 51, 0.2);
  height: 180px;
}

.middle .middle-three .cont-one .down .col-md-4>div .image a {
  width: 100%;
  height: 100%;
  display: flex;
}

.middle .middle-three .cont-one .down .col-md-4>div .image a img {
  mix-blend-mode: multiply;
  margin: auto;
}

.middle .middle-three .cont-one .down .col-md-4>div .t1 {
  margin-top: 40px;
}

.middle .middle-three .cont-one .down .col-md-4>div .t1 a {
  color: var(--public-color);
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .cont-one .down .col-md-4>div .t2 {
  margin-top: 20px;
}

.middle .middle-three .cont-one .down .col-md-4>div .t2 p {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  padding-left: 30px;
  position: relative;
}

.middle .middle-three .cont-one .down .col-md-4>div .t2 p::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border: 2px solid #3e638d;
  left: 0;
  top: 10px;
}

.middle .middle-three .cont-two .up .t1 {
  font-size: 42px;
  line-height: 64px;
  color: var(--public-color);
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .cont-two .up .t2 {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .cont-two .down {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.middle .middle-three .cont-two .down .mySwiper {
  position: relative;
  overflow: hidden;
  width: 62%;
  margin: 0;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-wrapper {}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide {}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .image {}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text {
  width: 34%;
}

.middle .middle-three .cont-two .down>.text {
  width: 34%;
  padding-right: 90px;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .text-box {
  background: #fff;
  padding-left: 33px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 15px;
}

.middle .middle-three .cont-two .down>.text .text-boxs .text-box {
  background: #fff;
  padding-left: 33px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 15px;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .text-box a {
  color: var(--public-color);
  font-size: 20px;
  line-height: 64px;
  font-weight: 800;
}

.middle .middle-three .cont-two .down>.text .text-boxs .text-box a {
  color: var(--public-color);
  font-size: 20px;
  line-height: 64px;
  font-weight: 800;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .text-box::before {
  position: absolute;
  top: 50%;
  left: 33px;
  width: 18px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
  content: "";
  background: url(../../images/right-arrow.png) no-repeat;
  opacity: 0;
}

.middle .middle-three .cont-two .down>.text .text-boxs .text-box::before {
  position: absolute;
  top: 50%;
  left: 33px;
  width: 18px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
  content: "";
  background: url(../../images/right-arrow.png) no-repeat;
  opacity: 0;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .text-box:hover {
  padding-left: 70px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-three .cont-two .down>.text .text-boxs .text-box:hover {
  padding-left: 70px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .text-box:hover a {
  color: #fff;
}

.middle .middle-three .cont-two .down>.text .text-boxs .text-box:hover a {
  color: #fff;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .text-box:hover::before {
  opacity: 1;
}

.middle .middle-three .cont-two .down>.text .text-boxs .text-box:hover::before {
  opacity: 1;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .active {
  padding-left: 70px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-three .cont-two .down>.text .text-boxs .active {
  padding-left: 70px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .active::before {
  opacity: 1;
}

.middle .middle-three .cont-two .down>.text .text-boxs .active::before {
  opacity: 1;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-boxs .active a {
  color: #fff;
}

.middle .middle-three .cont-two .down>.text .text-boxs .active a {
  color: #fff;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-hover {
  margin-top: 55px;
  position: relative;
  transition: 0.5s;
  padding-right: 40px;
  max-width: 240px;
}

.middle .middle-three .cont-two .down>.text .text-hover {
  margin-top: 55px;
  position: relative;
  transition: 0.5s;
  padding-right: 40px;
  max-width: 240px;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-hover a {
  color: var(--public-color);
  font-size: 18px;
  line-height: 48px;
  font-weight: 800;
}

.middle .middle-three .cont-two .down>.text .text-hover a {
  color: var(--public-color);
  font-size: 18px;
  line-height: 48px;
  font-weight: 800;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-hover::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
  content: "";
  background: url(../../images/left-arrow.png) no-repeat;
  opacity: 0;
}

.middle .middle-three .cont-two .down>.text .text-hover::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
  content: "";
  background: url(../../images/left-arrow.png) no-repeat;
  opacity: 0;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-hover:hover a {
  text-decoration: underline;
}

.middle .middle-three .cont-two .down>.text .text-hover:hover a {
  text-decoration: underline;
}

.middle .middle-three .cont-two .down .mySwiper .swiper-slide .text .text-hover:hover::before {
  opacity: 1;
}

.middle .middle-three .cont-two .down>.text .text-hover::before {
  opacity: 1;
}

/* middle-four */
.middle-four {
  padding: 98px 0 100px 0;
  background-color: #fff;
}

.middle-four .up .t1 {
  position: relative;
  font-weight: 800;
  font-size: 42px;
  line-height: 64px;
  color: var(--public-color);
  padding-left: 135px;
  padding-right: 135px;
  text-align: center;
  margin: auto;
  max-width: 880px;
}

.middle-four .up .t1::before {
  position: absolute;
  content: "";
  border-radius: 2px;
  width: 80px;
  height: 4px;
  left: 0;
  top: 50%;
  background-color: #c2d4e4;
  transform: translateY(-50%);
}

.middle-four .up .t1::after {
  position: absolute;
  content: "";
  border-radius: 2px;
  width: 80px;
  height: 4px;
  right: 0;
  top: 50%;
  background-color: #c2d4e4;
  transform: translateY(-50%);
}

.middle-four .up .t2 {
  margin-top: 25px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.middle-four .down {
  margin-top: 50px;
}

.middle-four .down .col-md-3 {
  padding-right: 14px;
  padding-bottom: 15px;
}

.middle-four .down .col-md-3>div {
  padding-bottom: 30px;
  border-bottom: 3px solid var(--public-color);
  transition: 0.5s;
  height: 100%;
}

.middle-four .down .col-md-3>div .image a {
  width: 100%;
  height: 100%;
}

.middle-four .down .col-md-3>div .t1 {
  margin-top: 40px;
  padding: 0 20px;
}

.middle-four .down .col-md-3>div .t1 a {
  color: var(--public-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  transition: 0.5s;
}

.middle-four .down .col-md-3>div .t2 {
  margin-top: 15px;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  padding: 0 20px;
  transition: 0.5s;
}

.middle-four .down .col-md-3>div .but {
  margin-top: 30px;
  padding: 0 20px;
}

.middle-four .down .col-md-3>div .but a {
  background: url(../../images/left-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
  transition: 0.5s;
}

.middle-four .down .col-md-3>div:hover {
  background: linear-gradient(135deg, #005aa6, #004178);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.middle-four .down .col-md-3>div:hover .t1 a {
  color: #fff;
  transition: 0.5s;
}

.middle-four .down .col-md-3>div:hover .t2 {
  color: #fff;
  transition: 0.5s;
}

.middle-four .down .col-md-3>div:hover .t2 a{
  color: #fff;
  transition: 0.5s;
}

.middle-four .down .col-md-3>div:hover .but a {
  background: url(../../images/white-left-arrow.png) no-repeat;
  transition: 0.5s;
}

/* middle-five */
.middle-five {
  padding: 100px 0 70px 0;
  background: linear-gradient(135deg, #005aa6, #004178);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle-five .container-xl {
  margin-right: 0;
  padding-right: 0;
  max-width: 1665px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.middle-five .container-xl .left {
  width: 45%;
}

.middle-five .container-xl .left .t1 {
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  font-family: "Urbanist", sans-serif;
  width: 95%;
}

.middle-five .container-xl .left .t2 {
  margin-top: 45px;
  color: #fff;
  font-weight: 300;
  line-height: 32px;
  font-size: 18px;
}

.middle-five .container-xl .left .but {
  max-width: 280px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-top: 45px;
}

.middle-five .container-xl .left .but a {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 64px;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}

.middle-five .container-xl .left .t3 {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.middle-five .container-xl .right {
  width: 54.3125%;
}

/* middle-six */
.middle-six {
  padding: 94px 0 90px 0;
  background-color: #fff;
}

.middle-six .t1 {
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 64px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
}

.middle-six .t2 {
  font-size: 42px;
  line-height: 64px;
  font-weight: 800;
  color: var(--public-color);
  text-align: center;
  font-family: "Urbanist", sans-serif;
}

.middle-six .t3 {
  width: 70%;
  margin: auto;
  margin-top: 35px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #666666;
  text-align: center;
  font-family: "Urbanist", sans-serif;
}

.middle-six .row {
  margin-top: 55px;
}

.middle-six .col-md-6 {
  padding-right: 60px;
}

.middle-six .col-md-6>div {
  position: relative;
  padding-bottom: 15px;
  height: 100%;
}

.middle-six .col-md-6>div::before {
  position: absolute;
  content: "";
  width: 50%;
  left: 50%;
  height: 3px;
  background-color: var(--public-color);
  transform: translateX(-50%);
  bottom: 0;
}

.middle-six .col-md-6>div .image a {
  width: 100%;
  height: 100%;
}

.middle-six .col-md-6>div .text1 {
  margin: auto;
  margin-top: 40px;
  text-align: center;
  width: 80%;
}

.middle-six .col-md-6>div .text1 a {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: var(--public-color);
}

.middle-six .col-md-6>div .text1 a:hover {
  text-decoration: underline;
}

.middle-six .col-md-6>div .text2 {
  margin: auto;
  margin-top: 40px;
  color: #666666;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  width: 80%;
}

.middle-six .col-md-6>div .but {
  margin-top: 15px;
  text-align: center;
}

.middle-six .col-md-6>div .but a {
  background: url(../../images/left-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
}

/* middle-seven */
.middle-seven {
  margin: 80px 0;;
  background-color: #fff;
}

.middle-seven .up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.middle-seven .up .left {
  width: 50%;
  color: var(--public-color);
  font-size: 42px;
  line-height: 64px;
  font-weight: 800;
}

.middle-seven .up .right {
  margin-left: auto;
}

.middle-seven .up .right a {
  padding: 0 30px;
  color: var(--public-color);
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  text-decoration: underline;
  transition: 0.5s;
  cursor: pointer;
}

.middle-seven .up .right a:hover {
  background-color: var(--public-color);
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.middle-seven .up .right .active {
  background-color: var(--public-color);
  color: #fff;
  text-decoration: none;
}

.middle-seven .mid {
  margin-top: 50px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.middle-seven .mid .img{margin-bottom:30px;border: 1px #d8d8e8 solid;}
.middle-seven .mid .img a{display: flex;align-items: center;justify-content: center;height: 235px;overflow: hidden;}
.middle-seven .mid .t1{font-size: 18px;line-height: 26px;font-weight: bold;color:var(--public-color);}
.middle-seven .mid .t2{font-size: 14px;line-height: 24px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.middle-seven .mid .t3{margin-top:10px;font-weight: bold;}
.middle-seven .mid .t3 time{margin-right: 20px;color:#999;border-bottom:1px solid #999;}
.middle-seven .mid .t3 .news-more{color:var(--public-color);border-bottom:1px solid var(--public-color);}

@media (max-width:768px){
    .middle-seven .mid{grid-template-columns: repeat(1, 1fr);}
    .middle-seven .mid .img{margin-bottom:10px;}
    .middle-seven .mid .t1{font-size: 16px;line-height:20px;}
    .middle-seven .mid .t2{line-height:20px;}
}

.middle-seven .mid .mid-item{

}

.middle-seven .mid .row {
  margin: 0;
}

.middle-seven .mid .col-md-4 {
  padding-right: 40px;
  padding-bottom: 15px;
  height: 100%;
}

.middle-seven .mid .col-md-4>div {
  background: #fff;
  position: relative;
  height: 231px;
  overflow:hidden;
}

.middle-seven .mid .col-md-4>div .text {
  position: relative;
  background: #fff;
  /* max-height: 230px; */
  padding: 25px 38px 20px 38px;
  box-shadow: 0px 0px 15px 2px rgba(51, 51, 51, 0.2);
  z-index: 1;
  transition: 0.5s;
  height: 100%;
}

.middle-seven .mid .col-md-4>div .text .t1 a {
  font-size: 18px;
  line-height: 24px;
  color: var(--public-color);
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle-seven .mid .col-md-4>div .text .t2 {
  margin-top: 10px;
  color: #333333;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle-seven .mid .col-md-4>div .text .t3 {
  margin-top: 20px;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}

.middle-seven .mid .col-md-4>div .text .but {
  margin-top: 20px;
}

.middle-seven .mid .col-md-4>div .text .but a {
  background: url(../../images/left-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
  transition: 0.5s;
}

.middle-seven .mid .col-md-4>div .text:hover {
  background: linear-gradient(to right, #004178, transparent);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle-seven .mid .col-md-4>div .text:hover .t1 a {
  color: #fff;
}

.middle-seven .mid .col-md-4>div .text:hover .t2 {
  color: #fff;
}

.middle-seven .mid .col-md-4>div .text:hover .t3 {
  color: #fff;
}

.middle-seven .mid .col-md-4>div .text:hover .but a {
  background: url(../../images/white-left-arrow.png) no-repeat;
}

.middle-seven .mid .col-md-4>div .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.middle-seven .mid .col-md-4>div .image a {
  width: 100%;
  height: 100%;
  display:flex;align-items:center;
  justify-content:center;
}


.middle-seven .down {
  margin-top: 35px;
  position: relative;
  transition: 0.5s;
  padding-right: 20px;
  max-width: 220px;
}

.middle-seven .down::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 10px;
  transform: translateY(-50%);
  transition: 0.5s;
  content: "";
  background: url(../../images/left-arrow.png) no-repeat;
  opacity: 0;
}

.middle-seven .down a {
  color: var(--public-color);
  font-size: 18px;
  line-height: 48px;
  font-weight: 800;
}

.middle-seven .down:hover a {
  text-decoration: underline;
}

.middle-seven .down:hover:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .middle .middle-one .t2,
  .middle .middle-one .but,
  .middle .middle-two .cont .up .t2,
  .middle .middle-two .cont .mid,
  .middle .middle-two .cont .mid .right,
  .middle .middle-two .cont .down,
  .middle .middle-two .cont .down .col-md-3 .text,
  .middle .middle-three .cont-one .down,
  .middle .middle-three .cont-one .down .col-md-4>div .t1,
  .middle .middle-three .cont-one .down .col-md-4>div .t2,
  .middle .middle-three .cont-two .down>.text .text-hover,
  .middle-four .up .t2,
  .middle-four .down,
  .middle-five .container-xl .left .t2,
  .middle-five .container-xl .left .but,
  .middle-five .container-xl .left .t3,
  .middle-five .container-xl .right,
  .middle-six .row,
  .middle-seven .mid,
  .middle .middle-two .cont .mid .left .but
  {margin-top: 15px;}
  .middle .middle-two .other,
  .middle .middle-three .cont-one .down .col-md-4>div .t2
  {display: none;}
  .middle .middle-one{padding-bottom: 30px;min-height:auto;padding-top: 30px;}
  .middle .middle-one .container-xl>div {width: 100%;}
  .middle .middle-one .but a{line-height: 45px;}
  .middle .middle-two{padding-bottom: 15px;}
  .middle .middle-two .cont .up{padding-top: 30px;width: 100%;}
  .middle .middle-two .cont .down .col-md-3{padding-right: 7px;padding-bottom: 15px;}
  .middle .middle-two .cont .down .col-md-3 .text a{font-size: 14px;line-height: 22px;}
  .middle .middle-three{padding: 30px 0 30px 0;}
  .middle .middle-three .cont-one{padding-bottom: 15px;}
  .middle .middle-three .cont-one .up{padding-left: 0px;padding-right: 0px;}
  .middle .middle-three .cont-one .down .col-md-4{padding-right: 7px;padding-bottom: 15px;}
  .middle .middle-three .cont-one .down .col-md-4>div{padding: 15px 0;}
  .middle .middle-three .cont-two .down{margin-top: 15px;flex-wrap: wrap;padding-right: 15px;padding-left: 15px;}
  .middle .middle-three .cont-two .down .mySwiper{width: 100%;}
  .middle .middle-three .cont-two .down>.text{width: 100%;margin-top: 15px;padding: 0;}
  .middle-four{padding: 30px 0 30px 0;}
  .middle-four .up .t1{padding-left: 100px;padding-right: 100px;}
  .middle-four .down .col-md-3{padding-right: 7px;padding-bottom: 15px;}
  .middle-four .down .col-md-3>div{padding-bottom: 15px;}
  .middle-four .down .col-md-3>div .t1,.middle-four .down .col-md-3>div .t2,.middle-four .down .col-md-3>div .but{margin-top: 15px;padding: 0 7px;}
  .middle-five,.middle-six{padding: 30px 0 30px 0;}
  .middle-five .container-xl .left .but a{line-height: 45px;}
  .middle-six .t3,.middle-six .col-md-6>div .text1,.middle-six .col-md-6>div .text2{width: 100%;margin-top: 15px;}
  .middle-six .col-md-6{padding-right: 7px;padding-bottom: 15px;}
  .middle-seven{padding-bottom: 30px;margin: 30px 0;}
  .middle-seven .up .left{width: 100%;font-size: 24px;line-height: 32px;}
  .middle-seven .up .right{margin: 0;}
  .middle-seven .mid .col-md-4{padding-right: 7px;padding-right: 15px;}
  .middle-seven .mid .col-md-4>div .text{padding: 15px;}
  .middle-seven .down{margin-top: 0;}
  .middle .middle-two .cont .mid .left .but a{line-height: 45px;}
  .middle .middle-three .cont-two .up .t2{margin-top: 15px;}
  .middle-five .container-xl{padding-right: 15px;}
}

.z1-banner{position: relative;overflow: hidden;}
.z1-banner .banner-text{display: block;text-align: left;}
.z1-banner .banner-text .text-box{position: absolute;left: 0;bottom: 70px;max-width: 1400px;padding: 40px 0; background: rgba(0, 68, 125, 0.6);display: flex;align-items: center;padding-left: 14.2%;}
.z1-banner .banner-text .text-box .z1-t1{font-size: 48px;font-weight: bold;letter-spacing: -2px;}
.z1-banner .banner-text .text-box .z1-p1{font-size: 18px;font-weight: 400;margin-top: 10px;}

@media (max-width: 768px) {
  .z1-banner{text-align: center;}
  .z1-banner>img{height: 200px;width: auto;}
  .z1-banner .banner-text .text-box {
    bottom: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px 15px;
    padding-left: 15px;
  }

  .z1-banner .banner-text .text-box .z1-t1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .z1-banner .banner-text .text-box .z1-p1 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }
}

/* z1-pro */
.z1-pro{margin:80px 0 100px;background: url(../../images/z1-bg1.webp) no-repeat right top;}
.z1-pro-cont{position:relative;}
.z1-pro-mid{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;}
.z1-pro-left{width:48.5%;background: #fff;}
.z1-pro-t1{color:var(--public-color);font-size:42px;line-height:48px;font-weight:700;font-family:"Urbanist",sans-serif;}
.z1-pro-p1{margin-top:30px;color:#666666;font-size:18px;line-height:32px;font-weight:300;font-family:"Urbanist",sans-serif;}
.z1-pro-t2{margin-top:30px;line-height:34px;font-size:24px;font-family:"Urbanist",sans-serif;font-weight:600;color:var(--public-color);}
.z1-pro-t3{margin-top:20px;}
.z1-pro-t3 p{color:#666666;line-height:32px;font-size:18px;font-family:"Urbanist",sans-serif;font-weight:400;position:relative;padding-left: 30px;margin-bottom: 10px;}
.z1-pro-t3 p::before{content:'';background: url(../../images/z1-tb2.webp) no-repeat;width:14px;height:14px;display: inline-block;position: absolute;left: 0;top:9px;}
.z1-pro-but{max-width:280px;background:linear-gradient(to left,#24b66f,#88ca4e);background-size:cover;background-repeat:no-repeat;border-radius:4px;margin-top:40px;}
.z1-pro-but a{display:block;width:100%;text-align:center;color:#fff;line-height:64px;font-size:18px;font-weight:700;text-transform:uppercase;font-family:"Urbanist",sans-serif;}
.z1-pro-but a:hover{text-decoration: none;}
.z1-pro-but:hover{background:linear-gradient(to left,#24b66f,#88ca4e) !important;}
.z1-pro-right{width:51.5%;}
.z1-pro-right img{width:100%;height:auto;}
.z1-pro-down{margin-top:95px;}
.z1-pro-down .col-lg-3{padding-bottom:15px;}
.z1-pro-down .z1-pro-item .image{height:180px;background-color:#f2f5f8;}
.z1-pro-down .z1-pro-item .image a{width:100%;height:100%;display:flex;}
.z1-pro-down .z1-pro-item .image a img{mix-blend-mode:multiply;margin:auto;}
.z1-pro-down .z1-pro-item .text{margin-top:20px;}
.z1-pro-down .z1-pro-item .text a{font-weight:700;color:#666666;font-size:17px;font-family:"Urbanist",sans-serif;line-height:34px;}
.z1-pro-down .z1-pro-item .text a:hover{color:var(--public-color);text-decoration:underline;}
@media (max-width:768px){
  .z1-pro{margin:30px 0;background: none;}
.z1-pro-mid{margin-top:15px;}
.z1-pro-left,.z1-pro-right{width:100%;}
.z1-pro-right{margin-top:15px;}
.z1-pro-t1{font-size:24px;line-height:32px;}
.z1-pro-p1,.z1-pro-t3{margin-top:15px;font-size: 14px;line-height: 22px;}
.z1-pro-t2{margin-top:15px;font-size:20px;line-height:28px;}
.z1-pro-but{margin-top:15px;}
.z1-pro-but a{line-height:45px;}
.z1-pro-t3 p{font-size: 14px;line-height: 22px;}
.z1-pro-down{margin-top:15px;}
.z1-pro-down .col-lg-3{padding-right:7px;padding-bottom:15px;}
.z1-pro-down .z1-pro-item .text{margin-top:15px;}
.z1-pro-down .z1-pro-item .text a{font-size:14px;line-height:22px;}
}

/* z1-case */
.z1-case{margin:94px 0 90px;background-color:#fff;}
.z1-case .container-xl{max-width:1260px;}
.z1-case-up{text-align:center;}
.z1-case-label{background:linear-gradient(to left,#24b66f,#88ca4e);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:24px;line-height:64px;font-weight:800;font-family:"Urbanist",sans-serif;}
.z1-case-t1{font-size:42px;line-height:64px;font-weight:800;color:var(--public-color);font-family:"Urbanist",sans-serif;}
.z1-case-p1{width:70%;margin:15px auto 0;font-size:18px;line-height:32px;font-weight:300;color:#666666;font-family:"Urbanist",sans-serif;}
.z1-case-down{margin-top:55px;}
.z1-case-down .col-md-6{padding-right:60px;}
.z1-case-item{position:relative;height:100%;text-align:center;background:#f7f9fa;}
.z1-case-item .image img{width:100%;height:auto;}
.z1-case-item .text1{margin:40px auto 0;width:80%;}
.z1-case-item .text1{font-family:"Urbanist",sans-serif;font-weight:600;font-size:22px;line-height:24px;color:var(--public-color);}
.z1-case-item .text2{margin:20px auto 0;color:#666666;font-family:"Urbanist",sans-serif;font-weight:300;font-size:18px;line-height:32px;width:90%;}
.z1-case-item .but{margin-top:40px;}
.z1-case-item .but a{display:inline-block;padding:0 40px;background-color:var(--public-color);color:#fff;font-size:18px;line-height:54px;font-weight:700;font-family:"Urbanist",sans-serif;border-radius:4px;}
.z1-case-item .but a:hover{opacity:0.9;}
@media (max-width:768px){.z1-case{margin:30px 0;}
.z1-case-t1{font-size:24px;line-height:32px;}
.z1-case-p1{width:100%;margin-top:15px;font-size: 14px;line-height: 22px;}
.z1-case-down{margin-top:15px;}
.z1-case-down .col-md-6{padding-right:7px;padding-bottom:15px;}
.z1-case-item .text1,.z1-case-item .text2{width:100%;margin-top:15px;font-size: 14px;line-height: 22px;}
.z1-case-item .but,.z1-case-item--quote .link{margin-top:15px;}
.z1-case-item .but a{line-height:45px;padding:0 25px;font-size:16px;}
}

/* z1-faq */
.z1-faq{margin:100px 0 100px;background-color:#fff;}
.z1-faq-t1{font-size:42px;line-height:64px;font-weight:800;color:var(--public-color);font-family:"Urbanist",sans-serif;}
.z1-faq-grid{margin-top:50px;}
.z1-faq-grid .col-lg-6{padding-right:30px;padding-bottom:30px;}
.z1-faq-item{height:100%;padding:35px 40px 40px;background-color:#fff;border-radius:6px;box-shadow:0 8px 24px rgba(0,65,120,0.08);}
.z1-faq-item:hover{background-color:var(--public-color);box-shadow:0 8px 24px rgba(0,65,120,0.18);}
.z1-faq-q{display:flex;align-items:flex-start;gap:15px;}
.z1-faq-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;background-color:var(--public-color);color:#fff;font-weight:700;font-size:22px;line-height:1;border-radius:2px;margin-top:2px;}
.z1-faq-item:hover .z1-faq-icon{background-color:#fff;color:var(--public-color);}
.z1-faq-q h3{font-size:22px;line-height:32px;font-weight:700;color:var(--public-color);font-family:"Urbanist",sans-serif;}
.z1-faq-item:hover .z1-faq-q h3{color:#fff;}
.z1-faq-a{margin-top:20px;padding-left:43px;}
.z1-faq-a p{font-size:18px;line-height:32px;font-weight:300;color:#666666;font-family:"Urbanist",sans-serif;}
.z1-faq-item:hover .z1-faq-a p{color:#fff;}
@media (max-width:768px){.z1-faq{margin:30px 0;}
.z1-faq-t1{font-size:24px;line-height:32px;}
.z1-faq-grid{margin-top:15px;}
.z1-faq-grid .col-lg-6{padding-right:7px;padding-bottom:15px;}
.z1-faq-item{padding:20px 15px;}
.z1-faq-q h3{font-size:18px;line-height:26px;}
.z1-faq-a{margin-top:15px;padding-left:0;}
.z1-faq-a p{font-size:14px;line-height:22px;}
}

/* z1-feedback */
.z1-feedback{padding:80px 0 0px;background-color:#f0f4f8;}
.z1-feedback-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.z1-feedback-left{width:45%;}
.z1-feedback-t1{font-size:36px;line-height:48px;font-weight:800;color:var(--public-color);font-family:"Urbanist",sans-serif;}
.z1-feedback-line{width:80px;height:6px;margin-top:30px;background:linear-gradient(to left,#24b66f,#88ca4e);border-radius:3px;}
.z1-feedback-p1{margin-top:30px;font-size:18px;line-height:32px;font-weight:300;color:#666666;font-family:"Urbanist",sans-serif;}
.z1-feedback-right{width:48%;}
.z1-feedback-form{background-color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,65,120,0.1);padding:40px 35px 35px;}
.z1-feedback-form .form-row{margin-left:-12px;margin-right:-12px;}
.z1-feedback-form .form-row > .col,.z1-feedback-form .form-row > [class*="col-"]{padding:0 12px;}
.z1-feedback-form .form-group{margin-bottom:20px;}
.z1-feedback-form .form-control{height:54px;padding:0 20px;border:1px solid #d8dfe6;border-radius:27px;font-size:16px;line-height:54px;color:#666666;font-family:"Urbanist",sans-serif;background-color:#fff;}
.z1-feedback-form textarea.form-control{height:auto;line-height:28px;padding:18px 20px;resize:vertical;}
.z1-feedback-form .form-control::placeholder{color:#999999;}
.z1-feedback-form .form-control:focus{border-color:var(--public-color);outline:none;box-shadow:none;}
.z1-feedback-form .btn-box{margin-top:10px;}
.z1-feedback-form .z1-feedback-btn{background:linear-gradient(to left,#24b66f,#88ca4e) !important;border:none;border-radius:4px;color:#fff;font-size:18px;line-height:54px;font-weight:700;padding:0 30px;text-transform:uppercase;font-family:"Urbanist",sans-serif;}
.z1-feedback-form .z1-feedback-btn:hover{background:linear-gradient(to left,#24b66f,#88ca4e) !important;opacity:0.9;color:#fff;}
@media (max-width:768px){.z1-feedback{margin:30px 0;padding: 30px 0;}
.z1-feedback-left,.z1-feedback-right{width:100%;}
.z1-feedback-right{margin-top:20px;}
.z1-feedback-t1{font-size:24px;line-height:32px;}
.z1-feedback-line,.z1-feedback-p1{margin-top:15px;}
.z1-feedback-form{padding:20px 15px;}
.z1-feedback-form .form-control{height:45px;line-height:45px;font-size:14px;}
.z1-feedback-form .z1-feedback-btn{line-height:45px;font-size:16px;}
}
