@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.c-docum .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
.c-docum .c-list li {
  width: 33.333333%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 767px) {
  .c-docum .c-list li {
    width: 100%;
  }
}
.c-docum .c-list li .c-wrap {
  display: block;
  padding: 0.4rem 0.3rem;
  border-radius: 10px;
  color: #333;
  transition: all 0.4s;
  background: #fafafa url(../images/docum-bg.png) no-repeat center / cover;
  overflow: hidden;
}
.c-docum .c-list li .c-wrap .c-ico {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .c-docum .c-list li .c-wrap .c-ico {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-docum .c-list li .c-wrap .c-ico path {
  fill: #4b79b0;
  transition: all 0.4s;
}
.c-docum .c-list li .c-wrap .c-line {
  margin: 0.4rem 0 0.15rem;
  width: 40px;
  border-top: 2px solid #ddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-docum .c-list li .c-wrap .c-line {
    width: 0.8rem;
  }
}
.c-docum .c-list li .c-wrap .c-title {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-docum .c-list li .c-wrap .c-title {
    font-size: 0.36rem;
  }
}
.c-docum .c-list li .c-wrap .c-box {
  display: flex;
  justify-content: flex-end;
  margin: 0.2rem -0.1rem -0.2rem 0;
}
.c-docum .c-list li .c-wrap .c-box .c-view {
  display: flex;
  align-items: center;
  color: #222;
  transition: all 0.4s;
}
.c-docum .c-list li .c-wrap .c-box .c-view .c-ico2 {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .c-docum .c-list li .c-wrap .c-box .c-view .c-ico2 {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-docum .c-list li .c-wrap .c-box .c-view .c-ico2 path {
  fill: #222;
  transition: all 0.4s;
}
.c-docum .c-list li .c-wrap:hover {
  background-color: #19549b;
}
.c-docum .c-list li .c-wrap:hover .c-ico path {
  fill: #fff;
}
.c-docum .c-list li .c-wrap:hover .c-line {
  opacity: 0;
}
.c-docum .c-list li .c-wrap:hover .c-title {
  color: #fff;
  transform: translateY(-0.2rem);
}
.c-docum .c-list li .c-wrap:hover .c-box .c-view {
  color: #fff;
}
.c-docum .c-list li .c-wrap:hover .c-box .c-view .c-ico2 path {
  fill: #fff;
}
@keyframes publicLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.public-load {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .public-load {
    margin-top: 0.3rem;
  }
}
.public-load .c-bg {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1199px) {
  .public-load .c-bg {
    display: none;
  }
}
.public-load .c-ico {
  position: relative;
  z-index: 10;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  animation: publicLoad 2s linear 0s infinite;
}
.public-load .c-ico path {
  fill: #666;
}
.public-load span {
  z-index: 10;
}
.c-picture .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-picture .c-list li {
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-picture .c-list li {
    width: 50%;
  }
}
.c-picture .c-list li .c-wrap {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.c-picture .c-list li .c-wrap .public-img::before {
  padding-top: 66.26%;
}
.c-picture .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.c-picture .c-list li .c-wrap .c-box .c-ico {
  margin-bottom: 0.1rem;
  width: 20px;
  height: 20px;
}
.c-picture .c-list li .c-wrap .c-box .c-ico path {
  fill: #fff;
}
.c-picture .c-list li .c-wrap:hover .c-box {
  opacity: 1;
}
#c-img-pop {
  opacity: 0;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.4s, left 0s 0.4s;
}
#c-img-pop.on {
  left: 0;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.4s, left 0s 0s;
}
#c-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#c-img-pop .hi-close {
  position: fixed;
  top: 85%;
  left: 50%;
  margin-left: -25px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  #c-img-pop .hi-close {
    width: 40px;
    height: 40px;
  }
}
#c-img-pop .hi-close:after,
#c-img-pop .hi-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.3s;
}
#c-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#c-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c-img-pop .hi-close:hover {
  background: #19549b;
}
#c-img-pop .hi-close:hover:after,
#c-img-pop .hi-close:hover:before {
  background: #fff;
}
#c-img-pop > .swiper-container {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 110vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}
@media (max-width: 991px) {
  #c-img-pop > .swiper-container {
    max-width: 98vw;
  }
}
#c-img-pop > .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
}
#c-img-pop > .swiper-container img {
  max-height: 100%;
  max-width: 100%;
}
#c-img-pop > .swiper-container .swiper-button-prev,
#c-img-pop > .swiper-container .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  right: -1rem;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
  color: #fff;
  opacity: 1;
}
#c-img-pop > .swiper-container .swiper-button-prev.swiper-button-disabled,
#c-img-pop > .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
#c-img-pop > .swiper-container .swiper-button-prev img,
#c-img-pop > .swiper-container .swiper-button-next img,
#c-img-pop > .swiper-container .swiper-button-prev svg,
#c-img-pop > .swiper-container .swiper-button-next svg {
  width: 40%;
  height: 40%;
}
#c-img-pop > .swiper-container .swiper-button-prev img path,
#c-img-pop > .swiper-container .swiper-button-next img path,
#c-img-pop > .swiper-container .swiper-button-prev svg path,
#c-img-pop > .swiper-container .swiper-button-next svg path {
  fill: #333;
  transition: all 0.4s;
}
#c-img-pop > .swiper-container .swiper-button-prev:hover,
#c-img-pop > .swiper-container .swiper-button-next:hover {
  background: #19549b;
}
#c-img-pop > .swiper-container .swiper-button-prev:hover svg path,
#c-img-pop > .swiper-container .swiper-button-next:hover svg path {
  fill: #fff;
}
#c-img-pop > .swiper-container .swiper-button-prev {
  left: -1rem;
  transform: rotate(180deg);
}
.c-video .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.45rem;
}
.c-video .c-list li {
  padding: 0 0.1rem 0.45rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-video .c-list li {
    width: 100%;
  }
}
.c-video .c-list li .public-img {
  border-radius: 10px;
  cursor: pointer;
}
.c-video .c-list li .public-img::before {
  padding-top: 66.37%;
}
.c-video .c-list li .public-img .c-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-video .c-list li .public-img .c-play .c-ico {
  width: 60px;
  height: 60px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-video .c-list li .public-img .c-play .c-ico {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-video .c-list li .public-img:hover .c-play .c-ico {
  transform: scale(1.2);
}
.c-video .c-list li .c-title {
  margin-top: 0.25rem;
}
.c-about1 {
  padding: 1rem 0 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-about1 {
    padding-bottom: 1.2rem;
  }
}
.c-about1 .c-text {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
}
.c-about2 .c-about2-banner .swiper-slide {
  display: flex;
  align-content: flex-start;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-slide {
    flex-wrap: wrap;
    padding-bottom: 1.1rem;
  }
}
.c-about2 .c-about2-banner .swiper-slide .public-img {
  width: 50%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-slide .public-img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.c-about2 .c-about2-banner .swiper-slide .c-text-box {
  display: flex;
  justify-content: flex-end;
  width: 74%;
  margin-left: -24%;
  background-color: #fafafa;
  border-radius: 10px;
  transform: translateY(0.5rem);
  color: #333;
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-slide .c-text-box {
    margin-left: 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    transform: translateY(0);
  }
}
.c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap {
  width: 67.57%;
  padding: 1rem 1rem 1rem 0.65rem;
}
@media (max-width: 991px) {
  .c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap {
    width: 100%;
  }
}
.c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap .c-text {
  position: relative;
  z-index: 1;
}
.c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap .c-text::before {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: -0.15rem;
  z-index: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/ico-dh.svg) no-repeat center / contain;
}
.c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap .c-text::after {
  content: "";
  position: absolute;
  right: -0.35rem;
  bottom: -0.8rem;
  z-index: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/ico-dh.svg) no-repeat center / contain;
  transform: rotate(180deg);
}
.c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap .c-box {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap .c-box img {
  margin-left: 0.3rem;
  max-width: 90px;
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-slide .c-text-box .c-wrap .c-box img {
    max-width: 1.8rem;
  }
}
.c-about2 .c-about2-banner .swiper-button-prev,
.c-about2 .c-about2-banner .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 1.2rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #222;
  opacity: 0.2;
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 991px) {
  .c-about2 .c-about2-banner .swiper-button-prev,
  .c-about2 .c-about2-banner .swiper-button-next {
    bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-button-prev,
  .c-about2 .c-about2-banner .swiper-button-next {
    bottom: 0;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-about2 .c-about2-banner .swiper-button-prev img,
.c-about2 .c-about2-banner .swiper-button-next img,
.c-about2 .c-about2-banner .swiper-button-prev svg,
.c-about2 .c-about2-banner .swiper-button-next svg {
  width: 40%;
  height: 40%;
}
.c-about2 .c-about2-banner .swiper-button-prev img path,
.c-about2 .c-about2-banner .swiper-button-next img path,
.c-about2 .c-about2-banner .swiper-button-prev svg path,
.c-about2 .c-about2-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-about2 .c-about2-banner .swiper-button-prev:hover,
.c-about2 .c-about2-banner .swiper-button-next:hover {
  opacity: 1;
}
.c-about2 .c-about2-banner .swiper-button-prev {
  left: 50%;
  transform: rotate(180deg) translateX(-0.65rem);
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-button-prev {
    left: 36%;
    transform: rotate(180deg) translateX(0);
  }
}
.c-about2 .c-about2-banner .swiper-button-next {
  right: auto;
  left: 50%;
  margin-left: 80px;
  transform: translateX(0.65rem);
}
@media (max-width: 767px) {
  .c-about2 .c-about2-banner .swiper-button-next {
    left: auto;
    right: 36%;
    transform: translateX(0);
  }
}
.c-about3 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-about3 .c-list li {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-about3 .c-list li {
    width: 50%;
  }
}
.c-about3 .c-list li:nth-child(even) {
  flex-direction: column-reverse;
}
.c-about3 .c-list li:nth-child(even) .public-img {
  border-radius: 0 0 10px 10px;
}
.c-about3 .c-list li:nth-child(even) .public-img::after {
  top: 0;
  bottom: auto;
  transform: rotate(0deg);
}
.c-about3 .c-list li:nth-child(even) .c-box {
  border-radius: 10px 10px 0 0;
}
.c-about3 .c-list li .public-img {
  width: 100%;
  height: 2.8rem;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1580px) {
  .c-about3 .c-list li .public-img {
    height: 3.1rem;
  }
}
.c-about3 .c-list li .public-img::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0.1rem;
  background: url(../images/about3-arrow.png) no-repeat center / cover;
  transform: rotate(180deg);
}
.c-about3 .c-list li .c-box {
  padding: 0.45rem 0.4rem;
  width: 100%;
  height: 2.6rem;
  text-align: center;
  border-radius: 0 0 10px 10px;
  background-color: #fafafa;
}
@media (max-width: 1580px) {
  .c-about3 .c-list li .c-box {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-about3 .c-list li .c-box {
    padding: 0.3rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
}
.c-about3 .c-list li .c-box .c-title {
  margin-bottom: 0.1rem;
  color: #999;
}
@media (max-width: 767px) {
  .c-about3 .c-list li .c-box .c-title {
    font-size: 0.28rem;
    width: 100%;
  }
}
.c-about3 .c-list li .c-box .c-text {
  color: #333;
}
@media (max-width: 767px) {
  .c-about3 .c-list li .c-box .c-text {
    font-size: 0.3rem;
    width: 100%;
  }
}
.c-about4 {
  position: relative;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.c-about4 .c-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.2rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: transform 0.4s;
  color: #fff;
  transform: scale(0);
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-about4 .c-arrow {
    display: none;
  }
}
.c-about4 .c-arrow img,
.c-about4 .c-arrow svg {
  width: 40%;
  height: 40%;
}
.c-about4 .c-arrow img path,
.c-about4 .c-arrow svg path {
  fill: #fff;
  transition: all 0.4s;
}
.c-about4 .c-arrow.on {
  transform: scale(1);
}
.c-about4 .c-arrow.on2 img,
.c-about4 .c-arrow.on2 svg {
  transform: rotate(180deg);
}
.c-about4 .c-bg1,
.c-about4 .c-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-about4 .c-bg2 {
  z-index: 5;
  transform: scale(1.1);
}
.c-about4 .c-title-box {
  position: relative;
  z-index: 10;
}
.c-about4 .c-title-box .hm_tit .f_tit {
  color: #fff;
}
.c-about4 .c-about4-banner1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 4rem;
  opacity: 0.1;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-about4 .c-about4-banner1 {
    font-size: 2.8rem;
  }
}
.c-about4 .c-about4-banner1 .container {
  position: relative;
}
.c-about4 .c-about4-banner2 {
  position: relative;
  z-index: 8;
  color: #fff;
  text-align: center;
  min-height: 6rem;
}
@media (max-width: 767px) {
  .c-about4 .c-about4-banner2 {
    min-height: 4rem;
  }
}
.c-about4 .c-about4-banner2 .swiper-container {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .c-about4 .c-about4-banner2 .swiper-container {
    padding: 1rem 0;
  }
}
.c-about4 .c-about4-banner3 {
  position: relative;
  z-index: 8;
  color: #fff;
  text-align: center;
}
.c-about4 .c-about4-banner3 .swiper-container::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.c-about4 .c-about4-banner3 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-about4 .c-about4-banner3 .swiper-slide {
    height: 1rem;
  }
}
.c-about4 .c-about4-banner3 .c-dot {
  margin: 0 auto ;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s;
}
.c-about4 .c-about4-banner3 .c-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.c-about4 .c-about4-banner3 .c-num {
  width: 100%;
  transition: all 0.4s;
  line-height: 1;
  opacity: 0.3;
}
.c-about4 .c-about4-banner3 .swiper-slide-thumb-active .c-dot {
  border-color: #fff;
}
.c-about4 .c-about4-banner3 .swiper-slide-thumb-active .c-num {
  opacity: 1;
  font-size: 24px;
}
@media (max-width: 767px) {
  .c-about4 .c-about4-banner3 .swiper-slide-thumb-active .c-num {
    font-size: 0.4rem;
  }
}
@media (max-width: 991px) {
  .c-about5 {
    padding-bottom: 1.4rem;
  }
}
.c-about5 .hm_tit {
  margin-bottom: -0.5rem;
}
@media (max-width: 767px) {
  .c-about5 .hm_tit {
    margin-bottom: 0;
  }
}
.c-about5 .hm_tit .c-text {
  margin-top: 0.1rem;
  color: #333;
}
.c-about5 .c-box {
  position: relative;
}
@media (max-width: 767px) {
  .c-about5 .c-box {
    margin-top: 0rem;
  }
}
.c-about5 .c-box .c-bg {
  width: 100%;
}
@media (max-width: 991px) {
  .c-about5 .c-box .c-bg {
    display: none;
  }
}
.c-about5 .c-box .f_img1 {
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .c-about5 .c-box .f_img1 {
    display: none;
  }
}
.c-about5 .c-box .c-title {
  position: absolute;
  top: 62%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #004190;
}
@media (max-width: 991px) {
  .c-about5 .c-box .c-title {
    position: static;
    transform: translate(0, 0);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-about5 .c-box .c-title {
    position: relative;
    top: 0;
    left: 0;
    display: none;
  }
}
.c-about5 .c-box .c-list1,
.c-about5 .c-box .c-list2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .c-about5 .c-box .c-list1,
  .c-about5 .c-box .c-list2 {
    position: static;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-about5 .c-box .c-list1,
  .c-about5 .c-box .c-list2 {
    display: none;
  }
}
.c-about5 .c-box .c-list1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  background-color: #4b79b0;
  border-radius: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 1580px) {
  .c-about5 .c-box .c-list1 li {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .c-about5 .c-box .c-list1 li {
    position: static;
    opacity: 1;
    transform: translate(0, 0);
    width: 100px !important;
    height: 100px !important;
    margin: 0.2rem 0.1rem 0;
    background-color: #4b79b0 !important;
  }
}
@media (max-width: 767px) {
  .c-about5 .c-box .c-list1 li {
    width: 2rem !important;
    height: 2rem !important;
  }
}
.c-about5 .c-box .c-list1 li:nth-child(1) {
  top: 74.35%;
  left: 42.7%;
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.8s 0.1s;
}
.c-about5 .c-box .c-list1 li:nth-child(2) {
  top: 48.71%;
  left: 55.2%;
  font-size: 18px;
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.8s 0.1s;
}
.c-about5 .c-box .c-list1 li:nth-child(3) {
  top: 46.15%;
  left: 43.75%;
  font-size: 22px;
  width: 1rem;
  height: 1rem;
  transition: all 0.8s 0.2s;
}
.c-about5 .c-box .c-list1 li:nth-child(4) {
  top: 74.35%;
  left: 57.29%;
  width: 1rem;
  height: 1rem;
  background-color: rgba(75, 121, 176, 0.4);
  transition: all 0.8s 0.3s;
}
.c-about5 .c-box .c-list1 li:nth-child(5) {
  top: 57.69%;
  left: 33.333%;
  width: 1rem;
  height: 1rem;
  background-color: rgba(75, 121, 176, 0.4);
  transition: all 0.8s 0.4s;
}
.c-about5 .c-box .c-list1 li:nth-child(6) {
  top: 57.05%;
  left: 64.58%;
  width: 0.9rem;
  height: 0.9rem;
  background-color: rgba(75, 121, 176, 0.4);
  transition: all 0.8s 0.5s;
}
.c-about5 .c-box .c-list2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 16px 0px rgba(210, 223, 240, 0.67);
  opacity: 0;
}
@media (max-width: 991px) {
  .c-about5 .c-box .c-list2 li {
    position: static;
    opacity: 1;
    transform: translate(0, 0);
    width: 100px !important;
    height: 100px !important;
    margin: 0.2rem 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .c-about5 .c-box .c-list2 li {
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin: 0.2rem 0.16rem 0;
  }
}
.c-about5 .c-box .c-list2 li:nth-child(1) {
  top: 61.53%;
  left: 10.4%;
  transition: all 0.8s 0.7s;
}
.c-about5 .c-box .c-list2 li:nth-child(2) {
  top: 46.15%;
  left: 22.91%;
  transition: all 0.8s 1.1s;
}
.c-about5 .c-box .c-list2 li:nth-child(3) {
  top: 25.64%;
  left: 30.72%;
  transition: all 0.8s 0.9s;
}
.c-about5 .c-box .c-list2 li:nth-child(4) {
  top: 24.35%;
  left: 44.27%;
  transition: all 0.8s 0.6s;
}
.c-about5 .c-box .c-list2 li:nth-child(5) {
  top: 16.66%;
  left: 55.72%;
  transition: all 0.8s 1.2s;
}
.c-about5 .c-box .c-list2 li:nth-child(6) {
  top: 32.05%;
  left: 67.18%;
  transition: all 0.8s 1s;
}
.c-about5 .c-box .c-list2 li:nth-child(7) {
  top: 39.74%;
  left: 80.72%;
  transition: all 0.8s 1.3s;
}
.c-about5 .c-box .c-list2 li:nth-child(8) {
  top: 66.66%;
  left: 86.45%;
  transition: all 0.8s 0.8s;
}
.c-about5 .c-box .c-list2 li img {
  max-width: 150%;
  max-height: 50%;
}
@media (max-width: 767px) {
  .c-about5 .c-box .c-list2 li img {
    max-width: 80%;
    object-fit: contain;
  }
}
.c-about5 .c-box.on .c-list1 li,
.c-about5 .c-box.on .c-list2 li {
  opacity: 1;
}
.c-contact1 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-contact1 {
    padding-bottom: 1.2rem;
  }
}
.c-contact1 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-contact1 .container .c-text-box {
  width: 50%;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-text-box {
    margin-bottom: 0.8rem;
    width: 100%;
  }
}
.c-contact1 .container .c-text-box .c-title {
  margin-bottom: 0.4rem;
}
.c-contact1 .container .c-text-box .c-text {
  line-height: 1.55555556;
  color: #333;
}
.c-contact1 .container .c-text-box .c-text p {
  margin-bottom: 0.1rem;
}
.c-contact1 .container .c-text-box .c-text p:last-child {
  margin-bottom: 0;
}
.c-contact1 .container .c-img {
  width: 50%;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-img {
    width: 100%;
  }
}
.c-contact1 .container .c-img img {
  width: 100%;
}
.c-contact2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.8rem;
}
.c-contact2 .c-list li {
  width: 33.333%;
  padding: 0 0.2rem 0.8rem;
}
@media (max-width: 991px) {
  .c-contact2 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-contact2 .c-list li {
    width: 100%;
  }
}
.c-contact2 .c-list li .c-title-box {
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #ddd;
}
.c-contact2 .c-list li .c-title {
  display: inline-flex;
  position: relative;
  margin-bottom: -1px;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 2px solid #004190;
}
.c-contact2 .c-list li .c-text {
  color: #333;
}
.c-contact2 .c-list li .c-text p {
  margin-bottom: 0.1rem;
}
.c-contact2 .c-list li .c-text p:last-child {
  margin-bottom: 0;
}
.c-brand .c-brand-banner1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.c-brand .c-brand-banner1 .swiper-slide {
  position: relative;
}
.c-brand .c-brand-banner1 .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.c-brand .c-brand-banner1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-img {
    opacity: 0;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .c-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: none;
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-img2 {
    display: block;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .f_vidoe {
  position: absolute;
  left: 0;
  background-color: #000;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner1 .swiper-slide .f_vidoe {
    display: none;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .f_vidoe video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.c-brand .c-brand-banner1 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.c-brand .c-brand-banner1 .swiper-slide .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box {
    display: none;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .c-text-box .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box .container {
    display: block;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-title {
  display: none;
  color: #fff;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-title {
    display: block;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-text {
  color: #fff;
  width: 50%;
  max-width: 440px;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-text {
    margin: 0.2rem 0 0.4rem;
    width: 80%;
    max-width: 100%;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-text {
    width: 90%;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  transition: transform 0.4s, left 0.02s linear, top 0.02s linear;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-more {
    position: relative;
    transform: scale(1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    border: solid 1px #fff;
    transition: all 0.4s;
    background: transparent;
  }
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-more br {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-more {
    width: 2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.c-brand .c-brand-banner1 .swiper-slide .c-text-box .container .c-more.on {
  transform: scale(1);
}
.c-brand .c-brand-banner2 {
  margin-top: calc(-50vh + -0.35rem);
  padding-bottom: 50vh;
  pointer-events: none;
}
.c-brand .c-brand-banner2 .swiper-wrapper {
  flex-wrap: wrap;
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide {
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 1.2rem;
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-wrap {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-title {
  font-size: 0.72rem;
  line-height: 1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-title {
    font-size: 0.7rem;
  }
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-text {
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-text {
    display: none;
  }
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-ico {
  display: none;
  color: #ffffff;
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-ico img,
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-ico svg {
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-ico img,
  .c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-ico svg {
    margin-left: 0.26rem;
  }
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-ico img path,
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide .c-ico svg path {
  fill: #fff;
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide-thumb-active {
  color: #fff;
}
.c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide-thumb-active .c-text {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-brand .c-brand-banner2 .swiper-wrapper .swiper-slide-thumb-active .c-ico {
    display: flex;
    font-size: 0.26rem;
    align-items: center;
  }
}
.newbanner.c-banner .cont .container {
  display: flex;
  line-height: 1;
}
.newbanner.c-banner .cont .container .tit {
  font-size: 0.72rem;
}
@media (max-width: 767px) {
  .newbanner.c-banner .cont .container .tit {
    font-size: 0.7rem;
  }
}
.newbanner.c-banner .cont .container .c-text {
  line-height: 1.5;
}
.breadbox.c-site {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media (max-width: 1199px) {
  .breadbox.c-site {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .breadbox.c-site {
    top: 60px;
  }
}
.breadbox.c-site span {
  color: rgba(255, 255, 255, 0.5);
}
.breadbox.c-site a {
  color: rgba(255, 255, 255, 0.5);
}
.breadbox.c-site a:hover {
  color: #fff;
}
.breadbox.c-site a:last-child {
  color: #fff;
}
.c-brand-info1 .hm_tit {
  text-align: left;
}
@media (max-width: 767px) {
  .c-brand-info1 .hm_tit {
    text-align: center;
  }
}
.c-brand-info1 .c-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-brand-info1 .c-bottom .c-box1 {
  padding-right: 0.4rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-brand-info1 .c-bottom .c-box1 {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.c-brand-info1 .c-bottom .c-box1 .c-img img {
  max-height: 0.8rem;
}
.c-brand-info1 .c-bottom .c-box1 .c-text {
  margin-top: 0.46rem;
  color: #333;
  line-height: 1.66666667;
}
.c-brand-info1 .c-bottom .c-box2 {
  width: 50%;
}
@media (max-width: 767px) {
  .c-brand-info1 .c-bottom .c-box2 {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-brand-info1 .c-bottom .c-box2 .c-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-brand-info1 .c-bottom .c-box2 .c-list {
    justify-content: center;
  }
}
.c-brand-info1 .c-bottom .c-box2 .c-list li {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  width: 57.14%;
  flex-shrink: 1;
  overflow: hidden;
  text-align: center;
  color: #333;
  transition: all 0.4s;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li:nth-child(2) {
  margin-left: -14%;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #446eac;
  opacity: 0;
  transition: all 0.4s;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  opacity: 0;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li .c-box3 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0.4rem;
  transform: translateY(-50%);
}
.c-brand-info1 .c-bottom .c-box2 .c-list li .c-box3 .c-title {
  line-height: 1.33333333;
  margin-bottom: 0.1rem;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li.on {
  color: #fff;
  z-index: 5;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li.on img {
  opacity: 1;
}
.c-brand-info1 .c-bottom .c-box2 .c-list li.on::after {
  opacity: 0.7;
}
.c-brand-info2 {
  overflow: hidden;
}
.c-brand-info2 .c-main {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .c-brand-info2 .c-main {
    padding: 1.2rem 0;
  }
}
.c-brand-info2 .c-brand-info2-banner {
  overflow: visible;
}
.c-brand-info2 .c-brand-info2-banner .public-img {
  border-radius: 10px;
}
.c-brand-info2 .c-brand-info2-banner .public-img::before {
  padding-top: 64%;
}
.c-brand-info2 .c-brand-info2-banner .public-img:hover img {
  transform: scale(1.05);
}
.c-brand-info2 .c-brand-info2-banner .c-text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4rem;
  color: #333;
  opacity: 0;
  transition: all 0.8s;
}
.c-brand-info2 .c-brand-info2-banner .c-text-box .c-text {
  margin-top: 0.05rem;
}
.c-brand-info2 .c-brand-info2-banner .c-text-box .c-box {
  width: 100%;
  text-align: center;
}
.c-brand-info2 .c-brand-info2-banner .c-text-box .hm_but {
  margin-left: 0.4rem;
  flex-shrink: 0;
  display: none;
}
.c-brand-info2 .c-brand-info2-banner .swiper-slide-active .c-text-box {
  opacity: 1;
}
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.4s;
  color: #fff;
  transform: translateY(-3vw);
}
@media (max-width: 767px) {
  .c-brand-info2 .c-brand-info2-banner .swiper-button-prev,
  .c-brand-info2 .c-brand-info2-banner .swiper-button-next {
    display: none;
  }
}
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev img,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next img,
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev svg,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next svg {
  width: 30%;
  height: 30%;
}
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev img path,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next img path,
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev svg path,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next svg path {
  fill: #fff;
  transition: all 0.4s;
}
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev:hover,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next:hover {
  background-color: rgba(0, 65, 144, 0.3);
}
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev:hover svg path,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next:hover svg path {
  fill: #fff;
}
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev.swiper-button-disabled,
.c-brand-info2 .c-brand-info2-banner .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.c-brand-info2 .c-brand-info2-banner .swiper-button-prev {
  transform: translateY(-3vw) rotate(180deg);
}
.public-box {
  padding: 1.2rem 0 1.6rem;
}
@media (max-width: 767px) {
  .public-box {
    padding: 1.2rem 0;
  }
}
.public-box .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
.public-box .c-list li {
  padding: 0 0.2rem 0.4rem;
  width: 25%;
}
@media (max-width: 991px) {
  .public-box .c-list li {
    width: 50%;
  }
}
.public-box .c-list li .c-wrap {
  display: block;
  text-align: center;
  color: #333;
}
.public-box .c-list li .c-wrap .public-img {
  margin: 0 auto;
  width: 130px;
  background: #fafafa;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-box .c-list li .c-wrap .public-img {
    width: 2rem;
  }
}
.public-box .c-list li .c-wrap .public-img img,
.public-box .c-list li .c-wrap .public-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.6);
  object-fit: contain;
}
.public-box .c-list li .c-wrap .public-img img path,
.public-box .c-list li .c-wrap .public-img svg path {
  fill: #333;
  transition: all 0.4s;
}
.public-box .c-list li .c-wrap .c-title {
  margin-top: 0.25rem;
}
.public-box .c-list li .c-wrap .c-text {
  white-space: wrap;
  word-break: break-all;
}
.public-box .c-list li .c-wrap:hover .public-img {
  background: #4b79b0;
}
.public-box .c-list li .c-wrap:hover svg path {
  fill: #fff;
}
.public-box .c-list li a.c-wrap .public-img img,
.public-box .c-list li a.c-wrap .public-img svg {
  transform: scale(0.31);
}
.public-box .c-list li a:hover .c-text {
  text-decoration: underline;
}
.public-box2 {
  padding: 1.2rem 0 1.6rem;
}
@media (max-width: 767px) {
  .public-box2 {
    padding: 1.2rem 0;
  }
}
.public-box2 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.public-box2 .container .c-title {
  padding-right: 0.6rem;
  width: 50%;
}
@media (max-width: 767px) {
  .public-box2 .container .c-title {
    padding: 0;
    width: 100%;
  }
}
.public-box2 .container .c-text {
  width: 50%;
  color: #333;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .public-box2 .container .c-text {
    padding: 0.2rem 0 0;
    width: 100%;
  }
}
.c-develop2 {
  padding: 0.7rem 0 1.6rem;
}
.c-develop2 .c-list {
  margin-bottom: -0.3rem;
}
.c-develop2 .c-list li {
  margin-bottom: 0.3rem;
}
.c-develop2 .c-list li .c-wrap {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
.c-develop2 .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.c-develop2 .c-list li .c-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-develop2 .c-list li .c-wrap .c-box {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 0.7rem;
  min-height: 5.85rem;
  width: 100%;
  max-width: 690px;
}
.c-develop2 .c-list li .c-wrap .c-box .c-title {
  font-weight: bold;
  line-height: 1.25;
}
.c-develop2 .c-list li .c-wrap .c-box .c-text {
  margin: 0.3rem 0 0.55rem;
  line-height: 1.55555556;
}
@media (min-width: 768px) {
  .c-develop2 .c-list li:first-child .c-wrap:before {
    background: url(../images/linianguanimg1.png) left top / 100% 100% no-repeat;
  }
}
@keyframes manage2 {
  from {
    left: -50%;
  }
  to {
    left: 0%;
  }
}
.c-manage2 {
  overflow: hidden;
}
.c-manage2 .c-bottom {
  position: relative;
}
.c-manage2 .c-bottom::before,
.c-manage2 .c-bottom::after {
  opacity: 0.4;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 200%;
  height: 60px;
  margin-top: -4vw;
  background: url(../images/line1.png) repeat-x top left / auto 100%;
  animation: manage2 4s linear infinite;
}
.c-manage2 .c-bottom::after {
  background: url(../images/line2.png) repeat-x top left / auto 100%;
}
.c-manage2 .c-bottom .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-manage2 .c-bottom .container {
  position: relative;
  z-index: 10;
}
.c-manage2 .c-bottom .container .c-list {
  display: flex;
  align-items: center;
  min-height: 7.4rem;
}
@media (max-width: 767px) {
  .c-manage2 .c-bottom .container .c-list {
    padding: 1.2rem 0;
    overflow-x: auto;
  }
}
.c-manage2 .c-bottom .container .c-list li {
  width: 33.333333%;
  text-align: center;
}
@media (max-width: 767px) {
  .c-manage2 .c-bottom .container .c-list li {
    padding: 0 0.2rem;
    width: 5rem;
    margin-bottom: 0.4rem;
  }
}
.c-manage2 .c-bottom .container .c-list li .c-wrap {
  position: relative;
  display: inline-block;
  max-width: 270px;
  color: #fff;
}
@media (max-width: 991px) {
  .c-manage2 .c-bottom .container .c-list li .c-wrap {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .c-manage2 .c-bottom .container .c-list li .c-wrap {
    width: 100%;
  }
}
.c-manage2 .c-bottom .container .c-list li .c-wrap .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  margin-bottom: 0.2rem;
  width: 270px;
  height: 270px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-manage2 .c-bottom .container .c-list li .c-wrap .c-img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .c-manage2 .c-bottom .container .c-list li .c-wrap .c-img {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.c-manage2 .c-bottom .container .c-list li .c-wrap .c-img .c-ico {
  width: 0.66rem;
  height: 0.66rem;
  margin-bottom: 0.2rem;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap .c-img .c-ico path {
  fill: #fff;
  transition: all 0.4s;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap .c-img .c-title {
  font-weight: bold;
  transition: all 0.4s;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap .c-img .c-text {
  transition: all 0.4s;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap .c-text2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-manage2 .c-bottom .container .c-list li .c-wrap .c-text2 {
    position: static;
    opacity: 1;
  }
}
.c-manage2 .c-bottom .container .c-list li .c-wrap:hover .c-img {
  background: #fff;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap:hover .c-img .c-ico path {
  fill: #19549b;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap:hover .c-img .c-title {
  color: #222;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap:hover .c-img .c-text {
  color: #666;
}
.c-manage2 .c-bottom .container .c-list li .c-wrap:hover .c-text2 {
  opacity: 1;
}
.c-manage3 {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .c-manage3 {
    padding: 1.2rem 0;
  }
}
.c-manage3 .c-img img {
  width: 100%;
}
.c-manage4 {
  padding-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .c-manage4 {
    padding-bottom: 0.6rem;
  }
}
.c-manage4 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-manage4 .c-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
}
.c-manage4 .c-list li {
  width: 33.3333%;
  padding: 0 0 0.6rem;
}
@media (max-width: 767px) {
  .c-manage4 .c-list li {
    padding: 0 0.1rem;
    width: 100%;
    flex-shrink: 1;
  }
}
.c-manage4 .c-list li .c-wrap {
  width: 320px;
  height: 320px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #999;
}
@media (max-width: 1199px) {
  .c-manage4 .c-list li .c-wrap {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 991px) {
  .c-manage4 .c-list li .c-wrap {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .c-manage4 .c-list li .c-wrap {
    width: 5rem;
    height: 5rem;
  }
}
.c-manage4 .c-list li .c-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-manage4 .c-list li .c-wrap .c-box {
  position: relative;
  z-index: 5;
}
.c-manage4 .c-list li .c-wrap .c-box .c-text1 {
  color: #333;
  font-weight: bold;
}
.c-manage4 .c-list li .c-wrap .c-box .c-text2 {
  margin: 0.2rem 0;
  line-height: 1;
  font-weight: bold;
  color: #4b79b0;
}
.c-manage4 .c-list li .c-wrap .c-box .c-text3 {
  display: flex;
  align-items: flex-start;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.c-manage4 .c-list li .c-wrap .c-box .c-text3 div {
  width: 100%;
}
.c-manage4 .c-list li .c-wrap .c-box .c-text3 img,
.c-manage4 .c-list li .c-wrap .c-box .c-text3 svg {
  margin: 7px 0 0 0.05rem;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}
.c-manage4 .c-list li .c-wrap .c-box .c-text3:hover {
  height: auto;
}
.c-manage4 .c-list li .c-wrap .c-box .c-text3:hover svg,
.c-manage4 .c-list li .c-wrap .c-box .c-text3:hover img {
  transform: rotate(-90deg);
}
.c-manage4 .c-list li .c-wrap .c-box .c-text4 {
  margin-top: 0.1rem;
  font-size: 12px;
}
.c-manage5 .c-main {
  padding: 1.2rem 0 1.6rem;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-manage5 .c-main {
    padding: 1.2rem 0;
  }
}
.c-manage5 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
.c-manage5 .c-list li {
  width: 33.333333%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 767px) {
  .c-manage5 .c-list li {
    width: 100%;
  }
}
.c-manage5 .c-list li .c-wrap {
  display: block;
  padding: 0.4rem 0.3rem;
  border-radius: 10px;
  color: #333;
  transition: all 0.4s;
  background: #fafafa url(../images/docum-bg.png) no-repeat center / cover;
  overflow: hidden;
}
.c-manage5 .c-list li .c-wrap .c-ico {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .c-manage5 .c-list li .c-wrap .c-ico {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-manage5 .c-list li .c-wrap .c-ico path {
  fill: #4b79b0;
  transition: all 0.4s;
}
.c-manage5 .c-list li .c-wrap .c-line {
  margin: 0.4rem 0 0.15rem;
  width: 40px;
  border-top: 2px solid #ddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-manage5 .c-list li .c-wrap .c-line {
    width: 0.8rem;
  }
}
.c-manage5 .c-list li .c-wrap .c-title {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.4s;
}
.c-manage5 .c-list li .c-wrap .c-box {
  display: flex;
  justify-content: flex-end;
  margin: 0.2rem -0.1rem -0.2rem 0;
}
.c-manage5 .c-list li .c-wrap .c-box .c-view {
  display: flex;
  align-items: center;
  color: #222;
  transition: all 0.4s;
}
.c-manage5 .c-list li .c-wrap .c-box .c-view .c-ico2 {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .c-manage5 .c-list li .c-wrap .c-box .c-view .c-ico2 {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.c-manage5 .c-list li .c-wrap .c-box .c-view .c-ico2 path {
  fill: #222;
  transition: all 0.4s;
}
.c-manage5 .c-list li .c-wrap:hover {
  background-color: #19549b;
}
.c-manage5 .c-list li .c-wrap:hover .c-ico path {
  fill: #fff;
}
.c-manage5 .c-list li .c-wrap:hover .c-line {
  opacity: 0;
}
.c-manage5 .c-list li .c-wrap:hover .c-title {
  color: #fff;
  transform: translateY(-0.2rem);
}
.c-manage5 .c-list li .c-wrap:hover .c-box .c-view {
  color: #fff;
}
.c-manage5 .c-list li .c-wrap:hover .c-box .c-view .c-ico2 path {
  fill: #fff;
}
.c-product3 {
  position: relative;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .c-product3 {
    padding: 1.2rem 0;
  }
}
.c-product3 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product3 .container {
  position: relative;
  z-index: 5;
}
.c-product3 .container .c-box {
  width: 50%;
  padding: 1rem 0.6rem;
  max-width: 620px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-product3 .container .c-box {
    width: 100%;
  }
}
.c-product3 .container .c-box .c-title {
  color: #222;
  line-height: 1.25;
}
.c-product3 .container .c-box .c-text {
  margin-top: 0.4rem;
  color: #666;
  line-height: 2;
}
.c-product4 {
  padding-top: 1.2rem;
}
.c-product4 .hm_tit .c-text {
  margin: 0.1rem auto 0;
  color: #666;
  max-width: 800px;
}
.c-product4 .c-img img {
  width: 100%;
}
.c-product5 {
  padding: 1.6rem 0;
}
@media (max-width: 767px) {
  .c-product5 {
    padding: 1.2rem 0;
  }
}
.c-product5 .c-main {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.c-product5 .c-main > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product5 .c-main .c-list {
  position: relative;
  z-index: 10;
  display: flex;
  align-content: flex-start;
  padding: 1.15rem 0.75rem;
  margin-bottom: -0.8rem;
}
@media (max-width: 991px) {
  .c-product5 .c-main .c-list {
    padding: 0.8rem 0.4rem;
    margin-bottom: -0.4rem;
  }
}
@media (max-width: 767px) {
  .c-product5 .c-main .c-list {
    flex-wrap: wrap;
  }
}
.c-product5 .c-main .c-list li {
  display: flex;
  padding: 0 0.4rem 0.8rem;
  width: 33.3333%;
}
@media (max-width: 991px) {
  .c-product5 .c-main .c-list li {
    padding: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-product5 .c-main .c-list li {
    width: 100%;
  }
}
.c-product5 .c-main .c-list li .c-wrap {
  width: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.8rem 0.4rem;
  text-align: center;
}
.c-product5 .c-main .c-list li .c-wrap img,
.c-product5 .c-main .c-list li .c-wrap svg {
  margin: 0.2rem 0 0.55rem;
  width: 1rem;
  height: 1rem;
}
.c-product5 .c-main .c-list li .c-wrap img path,
.c-product5 .c-main .c-list li .c-wrap svg path {
  fill: #4b79b0;
}
.c-product5 .c-main .c-list li .c-wrap .c-text {
  color: #666;
  line-height: 1.875;
}
@keyframes product6 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.c-product6 {
  position: relative;
  padding: 1.6rem 0;
}
@media (max-width: 767px) {
  .c-product6 {
    padding: 1.2rem 0;
  }
}
.c-product6 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product6 .container {
  position: relative;
  z-index: 10;
}
.c-product6 .container .hm_tit .f_tit {
  color: #fff;
}
.c-product6 .container .c-list {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-product6 .container .c-list {
    flex-wrap: wrap;
  }
}
.c-product6 .container .c-list li {
  position: relative;
  z-index: 1;
  margin: 0 -1%;
  width: 20%;
}
@media (min-width: 992px) {
  .c-product6 .container .c-list li {
    animation: product6 4s 0s ease-in-out infinite;
  }
  .c-product6 .container .c-list li:nth-child(even) {
    margin-top: 0.8rem;
  }
  .c-product6 .container .c-list li:nth-child(2) {
    animation: product6 4s 2s ease-in-out infinite;
  }
  .c-product6 .container .c-list li:nth-child(3) {
    animation: product6 4s 0.5s ease-in-out infinite;
  }
  .c-product6 .container .c-list li:nth-child(4) {
    animation: product6 4s 1.5s ease-in-out infinite;
  }
  .c-product6 .container .c-list li:nth-child(5) {
    animation: product6 4s 2s ease-in-out infinite;
  }
  .c-product6 .container .c-list li:nth-child(6) {
    animation: product6 4s 1s ease-in-out infinite;
  }
}
@media (max-width: 991px) {
  .c-product6 .container .c-list li {
    margin-top: -2%;
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .c-product6 .container .c-list li {
    width: 50%;
  }
}
.c-product6 .container .c-list li:hover {
  z-index: 5;
}
.c-product6 .container .c-list li:hover .c-wrap::before {
  opacity: 1;
}
.c-product6 .container .c-list li:hover .c-wrap .c-box .c-more {
  height: 2em;
}
.c-product6 .container .c-list li .c-wrap {
  display: block;
  color: #fff;
  position: relative;
}
.c-product6 .container .c-list li .c-wrap::before {
  opacity: 0.2;
  content: "";
  display: block;
  padding-top: 100%;
  background: url(../images/product6-2.png) no-repeat center center / contain;
  transition: all 0.4s;
}
.c-product6 .container .c-list li .c-wrap .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  transform: translateY(-50%);
  text-align: center;
}
.c-product6 .container .c-list li .c-wrap .c-box .c-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .c-product6 .container .c-list li .c-wrap .c-box .c-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .c-product6 .container .c-list li .c-wrap .c-box .c-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .c-product6 .container .c-list li .c-wrap .c-box .c-title {
    font-size: 0.36rem;
  }
}
.c-product6 .container .c-list li .c-wrap .c-box .c-title img,
.c-product6 .container .c-list li .c-wrap .c-box .c-title svg {
  margin-left: 0.1rem;
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) {
  .c-product6 .container .c-list li .c-wrap .c-box .c-title img,
  .c-product6 .container .c-list li .c-wrap .c-box .c-title svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .c-product6 .container .c-list li .c-wrap .c-box .c-title img,
  .c-product6 .container .c-list li .c-wrap .c-box .c-title svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.c-product6 .container .c-list li .c-wrap .c-box .c-title img path,
.c-product6 .container .c-list li .c-wrap .c-box .c-title svg path {
  fill: #fff;
}
.c-product6 .container .c-list li .c-wrap .c-box .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  line-height: 2;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-product6 .container .c-list li .c-wrap .c-box .c-more {
    height: 2em;
  }
}
.c-product6 .container .c-list li .c-wrap .c-box .c-more img,
.c-product6 .container .c-list li .c-wrap .c-box .c-more svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .c-product6 .container .c-list li .c-wrap .c-box .c-more img,
  .c-product6 .container .c-list li .c-wrap .c-box .c-more svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.c-product6 .container .c-list li .c-wrap .c-box .c-more img path,
.c-product6 .container .c-list li .c-wrap .c-box .c-more svg path {
  fill: #fff;
}
.c-method {
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .c-method {
    padding-bottom: 1.2rem;
  }
}
.c-method .c-top .c-title {
  padding: 0.6rem 0 0.3rem;
  line-height: 1;
}
.c-method .newsbox-sec1 .cont .container {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .c-method .newsbox-sec1 .cont .container {
    justify-content: flex-start;
  }
}
.c-method .newsbox-sec1 .cont .container .lt {
  width: auto;
  max-width: 100%;
}
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide {
  margin-right: 0.5rem;
}
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide:last-child {
  margin: 0;
}
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide .li {
  padding: 0;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide .li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide .li {
    font-size: 0.26rem;
  }
}
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a {
  display: flex;
  align-items: center;
}
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a svg,
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a img {
  margin-left: 0.1rem;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a svg,
  .c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a img {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a svg path,
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a img path {
  fill: #666;
  transition: all 0.4s;
}
.c-method .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide a:hover svg path {
  fill: #333;
}
.c-method .newsbox-sec1 .cont::before {
  left: 50%;
  width: 74%;
  max-width: 1400px;
  transform: translateX(-50%);
}
@media (max-width: 1580px) {
  .c-method .newsbox-sec1 .cont::before {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .c-method .newsbox-sec1 .cont::before {
    width: 90%;
  }
}
.c-method .c-bottom {
  margin-top: 0.5rem;
}
.c-method .c-bottom .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-method .c-bottom .container {
    flex-wrap: wrap;
  }
}
.c-method .c-bottom .container .c-list1-box {
  flex-shrink: 0;
  position: static;
  position: -webkit-sticky;
  margin-right: 0.4rem;
  top: 90px;
  width: 280px;
}
@media (max-width: 991px) {
  .c-method .c-bottom .container .c-list1-box {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .c-method .c-bottom .container .c-list1-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-method .c-bottom .container .c-list1-box .c-list {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0.4rem;
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
.c-method .c-bottom .container .c-list1-box li {
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-method .c-bottom .container .c-list1-box li a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.4rem;
  color: #666;
  transition: all 0.4s;
  min-height: 0.8rem;
}
@media (max-width: 991px) {
  .c-method .c-bottom .container .c-list1-box li a {
    padding: 0.2rem;
  }
}
.c-method .c-bottom .container .c-list1-box li:hover a {
  color: #4b79b0;
}
.c-method .c-bottom .container .c-list1-box li.on a {
  color: #fff;
  background-color: #4b79b0;
}
.c-method .c-bottom .container .c-list2-box {
  width: 100%;
}
.c-method .c-bottom .container .c-list2-box .c-note {
  margin-bottom: 0.2rem;
}
.c-method .c-bottom .container .c-list2-box .c-list {
  margin-bottom: -0.1rem;
}
.c-method .c-bottom .container .c-list2-box .c-list > li {
  margin-bottom: 0.1rem;
}
.c-method .c-bottom .container .c-list2-box .c-list > li.on .c-wrap .c-title-box .c-add::after {
  left: 50%;
  width: 0;
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0.8rem;
  padding: 0.2rem 0.4rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box {
    min-height: 1rem;
  }
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-title {
  position: relative;
  padding-left: 20px;
  line-height: 1.41666667;
}
@media (max-width: 767px) {
  .c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-title {
    font-size: 0.34rem;
  }
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #222;
  transform: translateY(-50%);
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-add {
  position: relative;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-add {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-add::before,
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px solid #666;
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .c-title-box .c-add::after {
  transform: rotate(90deg);
  transition: all 0.4s;
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .public-content {
  display: none;
  border-top: 1px solid #f0f0f0;
  padding: 0.35rem 0.4rem;
  font-size: 16px;
  background-color: #fafafa;
}
@media (max-width: 1580px) {
  .c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .public-content {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .public-content {
    font-size: 0.26rem;
  }
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .public-content ul li {
  list-style: circle;
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .public-content hr {
  margin: 1.8em 0;
  height: 1px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .public-content .c-num {
  margin: -1px 0.1rem 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-method .c-bottom .container .c-list2-box .c-list > li .c-wrap .public-content .c-num {
    width: 0.36rem;
    height: 0.36rem;
    font-size: 0.24rem;
  }
}
.public-content {
  color: #666;
  line-height: 1.7;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content ul li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol li {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
.c-environment2 {
  padding: 1.2rem 0 1.6rem;
}
@media (max-width: 767px) {
  .c-environment2 {
    padding: 1.2rem 0;
  }
}
.c-environment2 .c-list {
  margin-bottom: -0.8rem;
}
@media (max-width: 991px) {
  .c-environment2 .c-list {
    margin-bottom: -1.6rem;
  }
}
.c-environment2 .c-list li {
  padding-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .c-environment2 .c-list li {
    margin-bottom: 0.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .c-environment2 .c-list li:last-child {
    border: 0;
  }
}
.c-environment2 .c-list li .c-wrap .c-title {
  margin-bottom: 0.35rem;
  line-height: 1.25;
}
.c-environment2 .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .c-environment2 .c-list li .c-box {
    flex-wrap: wrap;
  }
}
.c-environment2 .c-list li .c-box .c-text-box {
  padding: 0.45rem 0.9rem 0.45rem 0.5rem;
  width: 50%;
  color: #666;
}
@media (max-width: 991px) {
  .c-environment2 .c-list li .c-box .c-text-box {
    padding: 0 0 0.6rem;
    width: 100%;
  }
}
.c-environment2 .c-list li .c-box .c-text-box .c-text {
  margin-bottom: 0.4rem;
  line-height: 2;
}
.c-environment2 .c-list li .c-box .public-img {
  width: 50%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .c-environment2 .c-list li .c-box .public-img {
    width: 100%;
  }
}
.c-environment2 .c-list li .c-box .public-img::before {
  padding-top: 60%;
}
.c-environment-info1 .public-box2 {
  padding: 0.7rem 0 1.2rem;
}
.c-environment-info1 .public-box2 .container .c-text {
  color: #666;
}
.c-environment-info2 {
  padding: 1.2rem 0;
  background-color: #fafafa;
}
.c-environment-info2 .c-swiper-box {
  position: relative;
}
.c-environment-info2 .c-swiper-box .swiper-container {
  margin-bottom: 0.5rem;
}
.c-environment-info2 .c-swiper-box .swiper-container .public-img {
  border-radius: 10px;
}
.c-environment-info2 .c-swiper-box .swiper-container .public-img::before {
  padding-top: 107.46%;
}
.c-environment-info2 .c-swiper-box .swiper-button-prev,
.c-environment-info2 .c-swiper-box .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.2rem;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 1199px) {
  .c-environment-info2 .c-swiper-box .swiper-button-prev,
  .c-environment-info2 .c-swiper-box .swiper-button-next {
    display: none;
  }
}
.c-environment-info2 .c-swiper-box .swiper-button-prev img,
.c-environment-info2 .c-swiper-box .swiper-button-next img,
.c-environment-info2 .c-swiper-box .swiper-button-prev svg,
.c-environment-info2 .c-swiper-box .swiper-button-next svg {
  width: 40%;
  height: 40%;
}
.c-environment-info2 .c-swiper-box .swiper-button-prev img path,
.c-environment-info2 .c-swiper-box .swiper-button-next img path,
.c-environment-info2 .c-swiper-box .swiper-button-prev svg path,
.c-environment-info2 .c-swiper-box .swiper-button-next svg path {
  fill: #fff;
  transition: all 0.4s;
}
.c-environment-info2 .c-swiper-box .swiper-button-prev:hover,
.c-environment-info2 .c-swiper-box .swiper-button-next:hover {
  background-color: #000;
}
.c-environment-info2 .c-swiper-box .swiper-button-prev.swiper-button-disabled,
.c-environment-info2 .c-swiper-box .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  display: none;
}
.c-environment-info2 .c-swiper-box .swiper-button-next {
  right: -1rem;
}
.c-environment-info2 .c-swiper-box .swiper-button-prev {
  left: -1rem;
  transform: rotate(180deg);
}
.c-environment-info2 .c-text {
  color: #666;
  line-height: 1.625;
  height: 4.875em;
  overflow: hidden;
}
.c-environment-info2 .c-text ul li {
  margin-left: 20px;
  list-style: circle;
}
.c-environment-info2 .c-btn {
  margin: 0.3rem 0 0 20px;
  display: flex;
  align-items: center;
  color: #333;
  transition: all 0.4s;
  cursor: pointer;
}
.c-environment-info2 .c-btn .c-box span:nth-child(2) {
  display: none;
}
.c-environment-info2 .c-btn img,
.c-environment-info2 .c-btn svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
}
.c-environment-info2 .c-btn img path,
.c-environment-info2 .c-btn svg path {
  fill: #333;
}
.c-environment-info2.on .c-text {
  height: auto;
}
.c-environment-info2.on .c-btn .c-box span {
  display: none;
}
.c-environment-info2.on .c-btn .c-box span:nth-child(2) {
  display: block;
}
.c-environment-info2.on .c-btn img,
.c-environment-info2.on .c-btn svg {
  transform: rotate(-90deg);
}
.public-box3 .c-main {
  padding: 1.2rem 0;
  border-bottom: 1px solid #ddd;
}
.public-box3 .swiper-container {
  padding-bottom: 0.8rem;
}
.public-box3 .swiper-container .swiper-pagination {
  bottom: 0;
}
.public-box3 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.public-box3 .c-wrap {
  display: block;
  padding: 0.4rem 0.3rem;
  border-radius: 10px;
  color: #333;
  transition: all 0.4s;
  background: #fafafa url(../images/docum-bg.png) no-repeat center / cover;
  overflow: hidden;
}
.public-box3 .c-wrap .c-ico {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .public-box3 .c-wrap .c-ico {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.public-box3 .c-wrap .c-ico path {
  fill: #4b79b0;
  transition: all 0.4s;
}
.public-box3 .c-wrap .c-line {
  margin: 0.4rem 0 0.15rem;
  width: 40px;
  border-top: 2px solid #ddd;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-box3 .c-wrap .c-line {
    width: 0.8rem;
  }
}
.public-box3 .c-wrap .c-title {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.4s;
}
.public-box3 .c-wrap .c-box {
  display: flex;
  justify-content: flex-end;
  margin: 0.2rem -0.1rem -0.2rem 0;
}
.public-box3 .c-wrap .c-box .c-view {
  display: flex;
  align-items: center;
  color: #222;
  transition: all 0.4s;
}
.public-box3 .c-wrap .c-box .c-view .c-ico2 {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .public-box3 .c-wrap .c-box .c-view .c-ico2 {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-box3 .c-wrap .c-box .c-view .c-ico2 path {
  fill: #222;
  transition: all 0.4s;
}
.public-box3 .c-wrap:hover {
  background-color: #19549b;
}
.public-box3 .c-wrap:hover .c-ico path {
  fill: #fff;
}
.public-box3 .c-wrap:hover .c-line {
  opacity: 0;
}
.public-box3 .c-wrap:hover .c-title {
  color: #fff;
  transform: translateY(-0.2rem);
}
.public-box3 .c-wrap:hover .c-box .c-view {
  color: #fff;
}
.public-box3 .c-wrap:hover .c-box .c-view .c-ico2 path {
  fill: #fff;
}
.c-administer2 {
  padding: 1.2rem 0;
  overflow: hidden;
}
.c-administer2 .c-img {
  width: 100%;
  overflow: auto;
  margin-bottom: 0.46rem;
}
@media (max-width: 767px) {
}
.c-administer2 .c-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-administer2 .c-img img {
    width: 1000px;
  }
}
.c-administer2 .c-banner-box1 {
  display: flex;
  align-content: flex-start;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-administer2 .c-banner-box1 {
    flex-wrap: wrap;
  }
}
.c-administer2 .c-banner-box1 .c-administer2-banner1 {
  flex-shrink: 0;
  width: 300px;
  border: 0.3rem solid transparent;
  background-color: #fbfbfb;
  text-align: center;
}
@media (max-width: 991px) {
  .c-administer2 .c-banner-box1 .c-administer2-banner1 {
    width: 100%;
    height: auto;
  }
}
.c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide {
    padding: 0.15rem;
  }
}
@media (max-width: 767px) {
  .c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide {
    padding: 0.26rem 0.26rem;
  }
}
.c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide .c-title {
  font-weight: bold;
  color: #333;
  transition: all 0.4s;
}
.c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide .c-text {
  color: #666;
  transition: all 0.4s;
}
.c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide-thumb-active {
  background: #4b79b0;
}
.c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide-thumb-active .c-title,
.c-administer2 .c-banner-box1 .c-administer2-banner1 .swiper-slide-thumb-active .c-text {
  color: #fff;
}
.c-administer2 .c-banner-box1 .c-administer2-banner2 {
  background: url(../images/administer2-bg.jpg) no-repeat center / cover;
  border-radius: 10px;
}
.c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (max-width: 767px) {
  .c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide {
    padding: 0.8rem;
  }
}
.c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide .c-wrap {
  position: relative;
  max-width: 610px;
  line-height: 2;
}
.c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide .c-wrap::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -1.5rem;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../images/administer2-bg2.png) no-repeat center / contain;
}
@media (max-width: 1900px) {
  .c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide .c-wrap::before {
    left: -1rem;
  }
}
@media (max-width: 1580px) {
  .c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide .c-wrap::before {
    left: -0.9rem;
  }
}
@media (max-width: 991px) {
  .c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide .c-wrap::before {
    left: -0.6rem;
  }
}
.c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide .c-wrap .c-text {
  font-weight: bold;
}
.c-administer2 .c-banner-box1 .c-administer2-banner2 .swiper-slide .c-wrap .c-text2 {
  color: #666;
}
.c-administer2 .c-banner-box2 {
  margin-top: 1.2rem;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 {
  position: relative;
  z-index: 5;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .c-administer2 .c-banner-box2 .c-administer2-banner3 {
    padding-left: 20px;
  }
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper {
  align-content: flex-start;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide {
  height: auto;
  cursor: pointer;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap {
  max-width: 150px;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-title {
  font-weight: bold;
  color: #999;
  transition: all 0.4s;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-text {
  padding: 0.1rem 0 95px;
  color: #666;
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-text {
    padding-bottom: 70px;
  }
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-dot {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #222;
  background: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-dot {
    bottom: 35px;
  }
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  transition: all 0.4s;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-arrow {
  position: absolute;
  bottom: 0;
  left: -10px;
  border: 15px solid transparent;
  border-bottom: 20px solid #fafafa;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide .c-wrap .c-arrow {
    left: -5px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fafafa;
  }
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide-thumb-active .c-wrap .c-title {
  color: #000;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide-thumb-active .c-wrap .c-text {
  color: #666;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide-thumb-active .c-wrap .c-arrow {
  opacity: 1;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide-thumb-active .c-wrap .c-dot {
  background: #222;
}
.c-administer2 .c-banner-box2 .c-administer2-banner3 .swiper-wrapper .swiper-slide-thumb-active .c-wrap .c-dot::before {
  transform: scale(3);
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4::before {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  width: 200vw;
  transform: translateX(-50%);
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-administer2 .c-banner-box2 .c-administer2-banner4::before {
    top: -40px;
  }
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-wrapper {
  align-content: flex-start;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-wrapper .swiper-slide {
  height: auto;
  min-height: 2rem;
  padding: 0.5rem;
  background-color: #fafafa;
  border-radius: 10px;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-wrapper .swiper-slide .c-text {
  color: #666;
  line-height: 1.875;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -55px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background: #e5e5e5;
  opacity: 1;
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 1199px) {
  .c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev,
  .c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next {
    display: none!important;
  }
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev img,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next img,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev svg,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next svg {
  width: 40%;
  height: 40%;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev img path,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next img path,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev svg path,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next svg path {
  fill: #fff;
  transition: all 0.4s;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev:hover,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next:hover {
  background-color: #000;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev.swiper-button-disabled,
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
  cursor: pointer;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-next {
  right: -1rem;
}
.c-administer2 .c-banner-box2 .c-administer2-banner4 .swiper-button-prev {
  left: -1rem;
  transform: rotate(180deg);
}
.c-administer3 {
  position: relative;
  padding: 1.4rem 0 1rem;
}
.c-administer3 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-administer3 .container {
  position: relative;
  z-index: 5;
}
.c-administer3 .hm_tit .f_tit {
  color: #fff;
}
.c-administer3 .hm_tit .c-text {
  color: #fff;
}
.c-administer3 .swiper-container {
  padding-bottom: 0.6rem;
}
.c-administer3 .swiper-container .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}
.c-administer3 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.c-administer3 .swiper-container .swiper-wrapper {
  align-content: flex-start;
}
.c-administer3 .swiper-container .swiper-slide {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 0.4rem 0.4rem 0.8rem;
}
.c-administer3 .swiper-container .swiper-slide img,
.c-administer3 .swiper-container .swiper-slide svg {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}
.c-administer3 .swiper-container .swiper-slide .c-title {
  margin: 0.35rem 0 0.2rem;
  color: #333;
  line-height: 1.41666667;
}
.c-administer3 .swiper-container .swiper-slide .c-text {
  color: #666;
  line-height: 1.625;
}
