@charset "UTF-8";
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}

.pagings {
  margin: 30px 0 0;
  padding-top: 30px;
}

.pagings .navigation div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagings .navigation div .current {
  background-color: #0061ae;
  color: #fff;
  border: 1px solid #0061ae;
}

.pagings .navigation div span,
.pagings .navigation div a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 50px;
  height: 30px;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  border: 1px solid #ccc;
}

.prevn {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prevn p {
  font-size: 14px;
  color: #555;
}

.prevn p:first-child {
  margin-right: 20px;
}

.prevn p a {
  color: #666;
}

.prevn p a:hover {
  color: #0061ae;
}

.hcommon-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hcommon-title h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
}

.hcommon-title h2::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #3798c2;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}

.hcommon-title span {
  font-size: 14px;
  color: #666;
}

.hcommon-gap {
  padding: 65px 0;
  overflow: hidden;
}

.bakctop {
  position: fixed;
  right: 20px;
  bottom: 40px;
}

.bakctop img {
  border-radius: 100%;
  width: 40px;
  cursor: pointer;
}

.page-banner .pb-img {
  height: 560px;
}

.aboutintr .aboutintr-box {
  margin-top: 40px;
}

.aboutintr .aboutintr-box .aboutintr-left figure {
  margin-bottom: 0;
  overflow: hidden;
}

.aboutintr .aboutintr-box .aboutintr-left figure:hover img {
  transform: scale(1.03);
}

.aboutintr .aboutintr-box .aboutintr-left figure img {
  transition: all 0.6s;
  width: 100%;
}

.aboutintr .aboutintr-box .aboutintr-right p {
  font-size: 16px;
}

.abouthen {
  position: relative;
  padding: 100px 0;
  background-attachment: fixed;
}

.abouthen::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.abouthen .abouthen-box {
  position: relative;
  z-index: 9;
  color: #fff;
}

.abouthen .abouthen-box > h2 {
  font-size: 32px;
  margin-bottom: 75px;
  font-weight: 600;
  text-align: center;
}

.abouthen .abouthen-box .abouthen-ulst li {
  margin-bottom: 0;
}

.abouthen .abouthen-box .abouthen-ulst li:nth-of-type(n + 2) {
  margin-bottom: 0;
}

.abouthen .abouthen-box .abouthen-ulst li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.abouthen .abouthen-box .abouthen-ulst li .abouthen-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.abouthen .abouthen-box .abouthen-ulst li .abouthen-items > h5 {
  margin-bottom: 10px;
}

.abouthen .abouthen-box .abouthen-ulst li .abouthen-items > h5 span {
  font-size: 24px;
  font-weight: 600;
}

.abouthen .abouthen-box .abouthen-ulst li .abouthen-items > h5 span:first-child {
  font-size: 32px;
}

.abouthen .abouthen-box .abouthen-ulst li .abouthen-items > span {
  font-size: 16px;
}

.aboutcours .aboutcours-box {
  width: 700px;
  max-height: 1000px;
  margin: 40px auto 0;
  position: relative;
  overflow-y: auto;
  padding: 0 10px;
}

.aboutcours .aboutcours-box::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}

.aboutcours .aboutcours-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #4288a6;
}

.aboutcours .aboutcours-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.aboutcours .aboutcours-box .abcors-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 25px;
}

.aboutcours .aboutcours-box .abcors-items::before {
  content: "";
  position: absolute;
  right: 49%;
  width: 2px;
  height: 100%;
  background-color: #ccc;
  top: 0;
  transform: translateX(-50%);
}

.aboutcours .aboutcours-box .abcors-items:nth-child(2n) {
  flex-direction: row-reverse;
}

.aboutcours .aboutcours-box .abcors-items:nth-child(2n) .abcors-left::after {
  border-width: 5px 5px 5px 0;
  border-color: transparent #eee transparent transparent;
  left: -5px;
  right: auto;
}

.aboutcours .aboutcours-box .abcors-items:nth-child(2n) .abcors-right {
  flex-direction: row-reverse;
}

.aboutcours .aboutcours-box .abcors-items:nth-child(2n) .abcors-right span {
  margin: inherit;
  margin-left: 15px;
}

.aboutcours .aboutcours-box .abcors-items:nth-child(2n) .abcors-right span::before {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #4288a6;
  right: -5px;
  left: auto;
}

.aboutcours .aboutcours-box .abcors-items:nth-child(2n) .abcors-right span::after {
  left: auto;
  right: -54%;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #4288a6;
  background-color: #fff;
  border-radius: 100%;
}

.aboutcours .aboutcours-box .abcors-items .abcors-left {
  background-color: #eee;
  position: relative;
  padding: 10px;
  width: 45%;
}

.aboutcours .aboutcours-box .abcors-items .abcors-left::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #eee;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.aboutcours .aboutcours-box .abcors-items .abcors-left p {
  font-size: 14px;
  line-height: 1.5;
}

.aboutcours .aboutcours-box .abcors-items .abcors-right {
  font-size: 16px;
  width: 45%;
  color: #fff;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aboutcours .aboutcours-box .abcors-items .abcors-right span {
  position: relative;
  display: flex;
  width: fit-content;
  background-color: #4288a6;
  margin-right: 15px;
  min-width: 95px;
  justify-content: center;
}

.aboutcours .aboutcours-box .abcors-items .abcors-right span::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #4288a6 transparent transparent;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.aboutcours .aboutcours-box .abcors-items .abcors-right span::after {
  content: "";
  position: absolute;
  left: -44%;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #4288a6;
  background-color: #fff;
  border-radius: 100%;
}

.aboutcours .aboutcours-box .abcors-items .abcors-right img {
  width: 165px;
}

.aboutcert .aboutcert-box .aboutcert-swiper {
  margin-top: 40px;
}

.aboutcert .aboutcert-box .aboutcert-swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.aboutcert .aboutcert-box .aboutcert-swiper .swiper-slide a:hover img {
  transform: scale(1.03);
}

.aboutcert .aboutcert-box .aboutcert-swiper .swiper-slide a img {
  transition: all 0.6s;
}

.newsinfo .newsinfo-navs {
  margin: 50px 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.newsinfo .newsinfo-navs a {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  padding: 0 15px;
}

.newsinfo .newsinfo-navs a:not(:last-child) {
  margin-right: 35px;
}

.newsinfo .newsinfo-navs .newsinfo-navs-active {
  background-color: #0061ae;
  color: #fff;
  border: 1px solid #0061ae;
}

.newsinfo .newsinfo-box .hotnews {
  position: relative;
}

.newsinfo .newsinfo-box .hotnews::before {
  content: "推荐";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d80000;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  transform: rotate(-30deg);
  z-index: 99;
}

.newsinfo .newsinfo-box .newsinfo-items {
  padding: 15px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  min-height: 205px;
}

.newsinfo .newsinfo-box .newsinfo-items:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}

.newsinfo .newsinfo-box .newsinfo-items:hover {
  background-color: #f4f4f4;
}

.newsinfo .newsinfo-box .newsinfo-items:hover .newsinfo-items-left img {
  transform: scale(1.03);
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  overflow: hidden;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-left img {
  transition: all 0.6s;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-right {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-right h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-right span {
  font-size: 13px;
  color: #888;
  line-height: 1;
  margin: 8px 0;
  display: inline-block;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-right span i {
  margin-right: 5px;
  font-size: 13px;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-right > p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-right > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  border: 1px solid #ccc;
  color: #666;
  margin-top: 15px;
  font-size: 12px;
  transition: all 0.3s;
  align-self: flex-end;
}

.newsinfo .newsinfo-box .newsinfo-items .newsinfo-items-right > a:hover {
  background-color: #0061ae;
  color: #fff;
  border: 1px solid #0061ae;
}

.newsinfo .newsinfo-details .details-cont {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.newsinfo .newsinfo-details .details-cont h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.newsinfo .newsinfo-details .details-cont .details-list {
  display: flex;
  align-items: center;
}

.newsinfo .newsinfo-details .details-cont .details-list > span,
.newsinfo .newsinfo-details .details-cont .details-list > p {
  flex: 1;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  color: #888;
}

.contact-direct .direct-box {
  margin-top: 25px;
  background-color: #f8f8f8;
  padding: 15px;
  overflow: hidden;
}

.contact-direct .direct-box .direct-left {
  text-align: center;
}

.contact-direct .direct-box .direct-left img {
  max-width: 260px;
}

.contact-direct .direct-box .direct-right {
  margin-top: 15px;
}

.contact-direct .direct-box .direct-right h3 {
  font-size: 18px;
  color: #0061ae;
  font-weight: 600;
  text-align: center;
}

.contact-direct .direct-box .direct-right p {
  font-size: 13px;
}

.contact-info {
  margin: 25px -5px 0;
}

.contact-info .col-6 {
  padding: 0 5px;
}

.contact-info .info-items {
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 160px;
  transition: all 0.6s;
}

.contact-info .info-items:hover {
  box-shadow: 2px 2px 5px #999;
}

.contact-info .info-items span {
  background-color: #0061ae;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto;
}

.contact-info .info-items span i {
  color: #fff;
  font-size: 30px;
}

.contact-info .info-items ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.contact-info .info-items ul li {
  line-height: 1.5;
  font-size: 12px;
}

.contact-info .info-items ul li:first-child {
  font-weight: 600;
  font-size: 14px;
}

.contact-info .info-items ul li:not(:last-child) {
  margin-bottom: 5px;
}

.contact-maps {
  margin-top: 25px;
}

.contact-maps .contact-maps-cont {
  margin-top: 20px;
}

.contact-maps .contact-maps-cont iframe {
  max-width: 100%;
}

@media (min-width: 768px) {
  .contact-direct .direct-box {
    display: flex;
    align-items: center;
    padding: 25px;
  }
  .contact-direct .direct-box .direct-left {
    margin-right: 20px;
  }
  .contact-direct .direct-box .direct-left img {
    max-width: 210px;
  }
  .contact-direct .direct-box .direct-right {
    margin-top: 0;
  }
  .contact-direct .direct-box .direct-right h3 {
    font-size: 20px;
    text-align: left;
  }
  .contact-direct .direct-box .direct-right p {
    font-size: 14px;
  }
  .contact-info .info-items {
    padding: 15px;
    min-height: 175px;
  }
  .contact-info .info-items ul li {
    font-size: 13px;
  }
  .contact-info .info-items ul li:first-child {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .contact-direct .direct-box {
    padding: 55px;
    margin-top: 35px;
  }
  .contact-direct .direct-box .direct-left {
    margin-right: 50px;
  }
  .contact-direct .direct-box .direct-left img {
    max-width: 255px;
  }
  .contact-direct .direct-box .direct-right h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contact-info {
    margin-top: 35px;
  }
  .contact-info .info-items {
    padding: 15px 20px;
    min-height: 175px;
  }
  .contact-info .info-items ul li {
    font-size: 14px;
  }
  .contact-info .info-items ul li:first-child {
    font-size: 16px;
  }
  .contact-maps {
    margin-top: 55px;
  }
  .contact-maps .contact-maps-cont {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  .contact-direct .direct-box {
    margin-top: 40px;
  }
  .contact-direct .direct-box .direct-left {
    margin-right: 55px;
  }
  .contact-direct .direct-box .direct-left img {
    max-width: 270px;
  }
  .contact-direct .direct-box .direct-right h3 {
    font-size: 24px;
  }
  .contact-info {
    margin: 40px -15px 0;
  }
  .contact-info .col-6 {
    padding: 0 15px;
  }
  .contact-info .info-items {
    padding: 15px 20px;
    min-height: 175px;
    height: 100%;
  }
  .contact-info .info-items span {
    margin-bottom: 10px;
  }
  .contact-info .info-items ul li:first-child {
    font-size: 18px;
  }
  .contact-maps {
    margin-top: 60px;
  }
  .contact-maps .contact-maps-cont {
    margin-top: 40px;
  }
  .contact-maps .contact-maps-cont .my-map {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
}

.industry {
  padding: 70px 0;
  position: relative;
}

.industry::after {
  content: "INDUSTRY APPLICATION";
  position: absolute;
  left: 50px;
  top: 50px;
  font-size: 180px;
  font-weight: 700;
  color: #0061ae;
  opacity: 0.1;
  line-height: 1.5;
}

.industry .industry-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.industry .industry-title h2 {
  font-size: 32px;
  font-weight: 600;
}

.industry .industry-box {
  margin-top: 50px;
}

.industry .industry-box .industry-items {
  margin-bottom: 25px;
  position: relative;
  z-index: 9;
}

.industry .industry-box .industry-items:hover .industry-items-imgs img {
  transform: scale(1.03);
}

.industry .industry-box .industry-items .industry-items-imgs {
  display: block;
  overflow: hidden;
}

.industry .industry-box .industry-items .industry-items-imgs img {
  transition: all 0.3s;
}

.industry .industry-box .industry-items h5 {
  text-align: center;
  background-color: #0061ae;
  margin-bottom: 0;
}

.industry .industry-box .industry-items h5 a {
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 5px 15px;
  line-height: 2;
}

.industry .pagings {
  position: relative;
  z-index: 9;
}

.brandulst {
  display: flex;
  align-items: center;
}

.brandulst li {
  font-size: 15px;
  color: #333;
  position: relative;
  font-weight: 600;
}

.brandulst li:not(:last-child) {
  margin-right: 25px;
}

.brandulst li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}

.brandulst li a {
  color: #0061ae;
}

.prolist {
  background: url(../images/hdrivesolut-bg.jpg) no-repeat center center/cover;
}

.prolist::after {
  content: none;
}

.recompro {
  background-color: #f4f7f9;
  padding: 70px 0;
}

.recompro .recompro-title h2 {
  font-size: 28px;
}

.recompro .recompro-box {
  margin-top: 60px;
}

.recompro .recompro-box .recompro-swiper .swiper-slide {
  height: 300px;
  position: relative;
}

.recompro .recompro-box .recompro-swiper .swiper-slide:hover .recompro-cont {
  opacity: 1;
}

.recompro .recompro-box .recompro-swiper .swiper-slide .recompro-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 174, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}

.recompro .recompro-box .recompro-swiper .swiper-slide .recompro-cont span {
  padding: 25px;
  color: #fff;
  line-height: 1.8;
  width: 100%;
  text-align: center;
  font-size: 22px;
}

.procenter {
  padding: 70px 0;
  background: url(../images/hdrivesolut-bg.jpg) no-repeat center center/cover;
}

.procenter .procenter-title h2 {
  font-size: 28px;
}

.procenter .procent-box {
  margin-top: 60px;
}

.procenter .procent-box .col-6:nth-child(even) {
  margin-top: 50px;
}

.procenter .procent-box .procent-items {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 355px;
}

.procenter .procent-box .procent-items img {
    width: 100%;
    height: 100%;
}

.procenter .procent-box .procent-items:hover .procent-float {
  transform: translateY(0);
}

.procenter .procent-box .procent-items:hover > h5 {
  transform: translateY(50px);
}

.procenter .procent-box .procent-items > h5 {
  font-size: 22px;
  background-color: #0061ae;
  width: fit-content;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  border-radius: 0 10px 0 0;
}

.procenter .procent-box .procent-items > h5 a {
  color: #fff;
  display: block;
  padding: 10px 25px;
}

.procenter .procent-box .procent-items .procent-float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 97, 174, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-360px);
  transition: all 0.5s;
}

.procenter .procent-box .procent-items .procent-float a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.procenter .procent-box .procent-items .procent-float h5 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.procenter .procent-box .procent-items .procent-float span {
  font-size: 18px;
  color: #eee;
  display: block;
  margin: 20px 0 30px;
}

.procenter .procent-box .procent-items .procent-float button {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 10px;
  color: #0061ae;
}
