.home-link {
  background: url(../images/link-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4% 0 6%;
}
.home-link .content ul {
  display: flex;
  justify-content: space-between;
}
.home-link .content ul li {
  width: 15%;
}
.home-link .content ul li a {
  background-color: #fff;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.home-link .content ul li a .icon {
  font-size: #0d6fb8;
  font-size: 50px;
  margin-bottom: 10px;
}
.home-link .content ul li a:hover {
  background-color: #0067ac;
}
.home-link .content ul li a:hover .icon {
  color: #fff;
}
.home-link .content ul li a:hover p {
  color: #fff;
}

.home-about {
  display: flex;
}
.home-about .pro {
  width: 50%;
  background: url(../images/ipro-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5% 5% 8%;
  background-position: center center;
}
.home-about .pro p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
}
.home-about .pro ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8%;
}
.home-about .pro ul li {
  margin: 0 2%;
}
.home-about .pro ul li a {
  width: 212px;
  height: 222px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-about .pro ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/ipro-bg1.png) no-repeat;
  background-image: 100%;
  background-position: center center;
  transition: 4s;
}
.home-about .pro ul li a:hover::before {
  transform: rotate(360deg);
}

.home-about .about {
  width: 50%;
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5% 5% 8%;
  background-position: center center;
}
.home-about .about .desc {
  margin-top: 20px;
  line-height: 26px;
}
.home-about .about ul {
  display: flex;
  margin: 5% 0 6%;
}
.home-about .about ul li {
  flex: 1;
}
.home-about .about ul li h3 {
  display: flex;
  align-items: center;
}
.home-about .about ul li h3 span {
  margin-left: 8px;
}
.home-about .about .more {
  width: 130px;
  height: 36px;
  background-color: #0067ac;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border: 2px #0067ac solid;
  color: #fff;
}
.home-about .about .more:hover {
  background-color: #fff;
  color: #0067ac;
}
.home-client {
  padding: 5% 0;
}
.home-client p {
  margin-top: 12px;
}
.home-client .client-container {
  margin-top: 3%;
}
.home-client ul li .img {
  height: 110px;
  border: 1px #ddd solid;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-client ul li .img img {
  max-width: 98%;
  max-height: 98%;
}
.home-client .client-pagination {
  margin-top: 20px;
}
.home-client .client-pagination span {
  margin: 0 3px;
}
.home-client .client-pagination .swiper-pagination-bullet-active {
  background-color: #fd0b07;
}
.home-quanq {
  background: url(../images/qq-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4% 0 9%;
}
.home-quanq p {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 20px;
}
.home-quanq .desc {
  line-height: 26px;
  margin-bottom: 30px;
}
.home-quanq a {
  width: 120px;
  height: 36px;
  border: 2px #df1b18 solid;
  border-radius: 4px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #df1b18;
}
.home-quanq a:hover {
  background-color: #fff;
  color: #df1b18;
}
.home-quanq .map {
  display: flex;
  justify-content: center;
  margin-top: 8%;
}
.home-quanq .map img {
  max-width: 100%;
}

.home-news {
  padding: 3% 0 3%;
}
.home-news .news-pagination span {
  margin: 0 3px;
}
.home-news .news-pagination .swiper-pagination-bullet-active {
  background-color: #fd0b07;
}
.home-news .tab-pane {
  display: none;
}
.home-news .tab-pane.active {
  display: block;
}
.home-news ol {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding-bottom: 40px;
}
.home-news ol li {
  margin: 0 20px;
}
.home-news ol li a {
  padding-bottom: 12px;
  border-bottom: 2px #fff solid;
}
.home-news ol li a:hover,
.home-news ol li.active a {
  color: #0067ac;
  border-bottom-color: #0067ac;
}
.home-news ul li a {
  display: block;
}
.home-news ul li a .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.home-news ul li a .text h4 {
  margin: 16px 0 10px;
}
.home-news ul li a .text span {
  color: #999;
  font-size: 12px;
}
.home-news ul li a:hover img {
  transform: scale(1.1);
}
.home-news ul li a:hover .text h4 {
  color: #0067ac;
}

.home-case {
  width: 100%;
  padding: 48px 0;
}
.home-case .case-top {
  width: 100%;
  padding-right: 13.4%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-case .case-top .case-left {
  display: none;
  justify-content: space-between;
  width: 0;
  transition: 0.25s;
  opacity: 0;
}
.home-case .case-top .case-left.active {
  display: flex;
  width: 75%;
  animation: newstab 0.25s forwards;
  -moz-animation: newstab 0.25s forwards; /* Firefox */
  -webkit-animation: newstab 0.25s forwards; /* Safari 和 Chrome */
  -o-animation: newstab 0.25s forwards; /* Opera */
}
.home-case .case-top .case-left .case-img {
  width: 55%;
  height: 390px;
  position: relative;
}
.home-case .case-top .case-left .case-img img {
  width: 100%;
  display: block;
  height: 100%;
}

.case-left .case-img > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-left .case-img > a span {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-left .case-img .icon {
  color: #0067ac;
  font-size: 24px;
}
.home-case .case-top .case-left .case-details {
  width: 45%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.case-left .case-details h3 {
  color: #333;
  font-size: 30px;
  border-bottom: 1px #e3e3e3 dashed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.case-left .case-details p {
  color: #757575;
  font-size: 16px;
  line-height: 24px;
}
.case-left .case-details img {
  display: block;
  width: 160px;
}

.home-case .case-btn {
  width: 100%;
  margin-top: 36px;
}
.home-case .case-btn .case-logo {
  width: 100%;
  padding-left: 13.4%;
  padding-right: 36px;
  box-sizing: border-box;
}
.home-case .case-btn .case-logo ul {
  display: flex;
}
.case-logo .swiper-container {
  padding-bottom: 60px;
}
.case-logo .swiper-button-prev {
  bottom: 2px;
  left: 47%;
  top: auto !important;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
}
.case-logo .swiper-button-next {
  bottom: 2px;
  right: 47%;
  top: auto !important;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
}
.case-logo .swiper-container {
  --swiper-navigation-size: 18px; /* 设置按钮大小 */
}
.home-case .case-btn .case-logo ul li {
  display: flex;
  flex-direction: column;
  margin-right: 1%;
  width: 19%;
}
.home-case .case-btn .case-logo ul li .logo-img {
  width: 100%;
  height: 140px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-case .case-btn .case-logo ul li .logo-img img {
  max-width: 80%;
  max-height: 80%;
}
.home-case .case-btn .case-logo ul li .logo-details {
  text-align: center;
  padding-top: 6px;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: 0.25s;
}
.home-case .case-btn .case-logo ul li .logo-details h4 {
  color: #333;
  font-size: 20px;
  font-weight: 550;
  margin-bottom: 8px;
}
.home-case .case-btn .case-logo ul li .logo-details p {
  color: #757575;
  font-size: 16px;
}
.home-case .case-btn .case-logo ul li:hover .logo-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(223, 27, 24, 0.9);
}
.home-case .case-btn .case-logo ul li:hover .logo-details {
  transform: translateY(-110px);
}
.home-case .case-btn .case-logo ul li:hover .logo-details h4 {
  animation: caselogoh4 0.25s forwards;
  -moz-animation: caselogoh4 0.25s forwards; /* Firefox */
  -webkit-animation: caselogoh4 0.25s forwards; /* Safari 和 Chrome */
  -o-animation: caselogoh4 0.25s forwards; /* Opera */
}
@keyframes caselogoh4 {
  0% {
    color: #333;
  }
  25% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
.home-case .case-btn .case-logo ul li:hover .logo-details p {
  animation: caselogop 0.25s forwards;
  -moz-animation: caselogop 0.25s forwards; /* Firefox */
  -webkit-animation: caselogop 0.25s forwards; /* Safari 和 Chrome */
  -o-animation: caselogop 0.25s forwards; /* Opera */
}

.case-btn .hd2 ul {
  height: 12px;
  display: flex;
  justify-content: center;
  margin: 24px 0;
  overflow: hidden;
}
.case-btn .hd2 ul li {
  cursor: pointer;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  float: none;
  background: #f1f1f1;
  line-height: 999px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 10px;
  color: rgba(0, 0, 0, 0);
}
.case-btn .hd2 ul .on {
  background-color: #0067ac;
}

@keyframes caselogop {
  0% {
    color: #757575;
  }
  25% {
    color: #757575;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
