.clear {
  clear: both;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
}
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0% 0% 0% 0%);
}
.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}
.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../images/next.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../images/prev.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}
.banner .bannerbox .swiper_positon {
  position: absolute;
  right: 0%;
  z-index: 9;
  width: 98%;
  display: flex;
  justify-content: flex-end;
  bottom: 70px;
  padding-right: 5%;
}
.banner .bannerbox .swiper_positon span {
  background: #014daf;
  width: 100px;
  opacity: 1;
  height: 100%;
  margin: 0 10px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  display: block;
  position: relative;
  border: 1px solid #fff;
}
.banner .bannerbox .swiper_positon span img {
  width: 100%;
  display: block;
}
.banner .bannerbox .swiper_positon span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  clip-path: inset(0% 0% 0px 0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 100px;
}
.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active em {
  clip-path: inset(0% 100% 0px 0px);
}
.banner .bannerMouse {
  width: 26px;
  height: 31px;
  background: url(../images/bannerMouse.png) no-repeat center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: gd 4s ease infinite alternate;
}
.mbanner1 .dl-container {
  padding: 94px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mbanner1 .dl-container .mbannerText span {
  display: block;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.mbanner1 .dl-container .mbannerText h3 {
  display: block;
  line-height: 1;
  margin-top: 13px;
  font-size: 38px;
  letter-spacing: 1.2px;
}
.mbanner1 .dl-container .mbannerText p {
  font-size: 20px;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
.mbanner1 .dl-container .mbannerMore {
  width: 150px;
  height: 40px;
  display: block;
  background: #014daf;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
}
.mbanner1 .mbannerImg {
  position: relative;
}
.mbanner1 .mbannerImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.mbanner1 .mbannerImg::after {
  content: "";
  position: absolute;
  top: -180px;
  right: 0;
  width: 209px;
  height: 662px;
  z-index: 2;
  background: url(../images/mbannerAfter.png) no-repeat center;
}
.title {
  padding-top: 121px;
  display: block;
}
.title a {
  display: table;
  text-align: center;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
.title a::after {
  content: "";
  width: 103px;
  height: 115px;
  background: url(../images/titleBg.png) no-repeat center;
  position: absolute;
  top: -42px;
  right: -70px;
}
.title a b {
  font-size: 44px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.title span {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 48px;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.title em {
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #b0b0b0;
  font-weight: normal;
  margin: 18px auto 0;
  text-align: center;
}
.product .productBox .hd {
  margin-top: 65px;
  height: 98px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.product .productBox .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 98px;
  align-items: center;
}
.product .productBox .hd ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product .productBox .hd ul li a i {
  width: 18px;
  height: 18px;
  display: block;
  background: url(../images/productHd1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .hd ul li a em {
  line-height: 20px;
  margin-left: 18px;
  font-size: 20px;
  display: block;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .hd ul li:hover a i,
.product .productBox .hd ul li.on a i {
  background-image: url(../images/productHd2.png);
}
.product .productBox .hd ul li:hover a em,
.product .productBox .hd ul li.on a em {
  color: #014daf;
}
.product .productBox .productList {
  border-bottom: 1px solid #eaeaea;
}
.product .productBox .productList ul {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
}
.product .productBox .productList ul li {
  gap: 0;
  width: 425px;
  border-left: 1px solid #eaeaea;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li i {
  display: block;
  width: 334px;
  height: 334px;
  border-radius: 50%;
  overflow: hidden;
  margin: 70px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li i img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  object-fit: cover;
}
.product .productBox .productList ul li em {
  margin-top: 42px;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}
.product .productBox .productList ul li span {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #aeaeae;
  height: 12px;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: block;
  margin-top: 18px;
  margin-bottom: 70px;
}
.product .productBox .productList ul li:nth-child(1),
.product .productBox .productList ul li:nth-child(2),
.product .productBox .productList ul li:nth-child(3) {
  border-bottom: 1px solid #eaeaea;
}
.product .productBox .productList ul li:hover {
  background: rgba(1, 77, 175, 0.1);
}
.product .productBox .productList ul li:hover i img {
  transform: scale(1.1);
}
.product .productBox .productMore {
  width: 180px;
  height: 50px;
  display: block;
  background: #014daf;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin: 50px auto 80px;
  padding-top: 8px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productMore i {
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0px auto 0;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productMore:hover {
  transform: translateY(-5px);
}
.about {
  width: 100%;
  margin-top: 80px;
  background: url(../images/aboutBg.jpg) no-repeat center;
  position: relative;
  height: 890px;
}
.about::after {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  width: 209px;
  height: 662px;
  z-index: 2;
  background: url(../images/mbannerAfter.png) no-repeat center;
  transform: rotate(180deg);
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBox .aboutL {
  width: 750px;
}
.about .aboutBox .aboutL .title a {
  text-align: left;
  margin-left: 0;
}
.about .aboutBox .aboutL .title a b {
  color: #fff;
}
.about .aboutBox .aboutL .title a::after {
  background: url(../images/titleBg2.png) no-repeat center;
}
.about .aboutBox .aboutL .title span {
  text-align: left;
  color: #fff;
  position: relative;
}
.about .aboutBox .aboutL .title span::before {
  content: "“";
  position: absolute;
  font-size: 52px;
  color: #fff;
  line-height: 1;
  top: -5px;
  left: -60px;
}
.about .aboutBox .aboutL .title span::after {
  content: '';
  width: 309px;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 260px;
  transform: translateY(-50%);
}
.about .aboutBox .aboutL .title em {
  text-align: left;
  opacity: 0.2;
  color: #fff;
}
.about .aboutBox .aboutL p {
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  margin-top: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 128px;
}
.about .aboutBox .aboutL .aboutMore {
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  margin-top: 90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL .aboutMore i {
  color: #fff;
}
.about .aboutBox .aboutL .aboutMore:hover {
  transform: translateY(-5px);
}
.about .aboutBox .aboutR {
  width: 308px;
  height: 890px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.about .aboutBox .aboutR ul {
  position: absolute;
  top: 117px;
  left: 0;
  width: 630px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.about .aboutBox .aboutR ul li {
  width: 100%;
  height: 202px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.about .aboutBox .aboutR ul li::after {
  content: "";
  height: 202px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-image: linear-gradient(69deg, #054ead, rgba(5, 78, 173, 0.4), rgba(5, 78, 173, 0));
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutR ul li .aboutList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 308px;
  height: 202px;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about .aboutBox .aboutR ul li .aboutList em {
  display: block;
}
.about .aboutBox .aboutR ul li .aboutList em i {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 1;
}
.about .aboutBox .aboutR ul li .aboutList em span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin-top: 12px;
}
.about .aboutBox .aboutR ul li .aboutList b {
  font-size: 43px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.about .aboutBox .aboutR ul li:hover::after {
  width: 100%;
}
.reason {
  width: 100%;
  background: url(../images/reasonBg.png) no-repeat center right;
  height: 896px;
}
.reason .reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.reason .reasonBox .reasonL {
  width: 560px;
}
.reason .reasonBox .reasonL .title a {
  margin: 0;
}
.reason .reasonBox .reasonL .bd {
  margin-top: 50px;
}
.reason .reasonBox .reasonL .bd ul li p {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  height: 150px;
}
.reason .reasonBox .reasonL .hd {
  height: 156px;
  width: 100%;
  border-right: 1px solid #f0f0f0;
  position: relative;
}
.reason .reasonBox .reasonL .hd ul {
  position: absolute;
  height: 156px;
  width: 200%;
  top: 0;
  right: 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-left: calc(100% + 32px);
  box-sizing: border-box;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.reason .reasonBox .reasonL .hd ul li {
  cursor: pointer;
  flex: 1;
  height: 156px;
  padding-top: 36px;
}
.reason .reasonBox .reasonL .hd ul li i {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../images/reasonHd1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.reason .reasonBox .reasonL .hd ul li em {
  font-size: 18px;
  line-height: 1;
  margin-top: 17px;
  display: block;
  text-align: center;
}
.reason .reasonBox .reasonL .hd ul li:nth-child(2) i {
  background-image: url(../images/reasonHd2.png);
}
.reason .reasonBox .reasonL .hd ul li:nth-child(3) i {
  background-image: url(../images/reasonHd3.png);
}
.reason .reasonBox .reasonL .hd ul li:nth-child(4) i {
  background-image: url(../images/reasonHd4.png);
}
.reason .reasonBox .reasonL .hd ul li.on i {
  background-position: 0 -40px;
}
.reason .reasonBox .reasonL .reasonTel {
  width: 180px;
  height: 50px;
  display: block;
  background: #014daf;
  border-radius: 50px;
  text-align: center;
  margin-top: 54px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.reason .reasonBox .reasonR {
  width: 602px;
  position: relative;
}
.reason .reasonBox .reasonR .reasonRSwiper {
  position: absolute;
  width: 840px;
  height: 530px;
  top: 202px;
  left: 0;
}
.reason .reasonBox .reasonR .reasonRSwiper ul li {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fff;
}
.reason .reasonBox .reasonR .reasonRSwiper ul li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@layer utilities {
  .content-auto {
    content-visibility: auto;
  }
  .card-stack-0 {
    transform: translate(0, 0) scale(1);
    z-index: 40;
  }
  .card-stack-1 {
    transform: translate(44%, 10px) scale(0.85);
    z-index: 30;
  }
  .card-stack-2 {
    transform: translate(88%, 20px) scale(0.7);
    z-index: 20;
  }
  .card-stack-3 {
    transform: translate(128%, 30px) scale(0.55);
    z-index: 10;
  }
  .transition-card {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.witness {
  width: 100%;
  height: 870px;
  background: url(../images/witnessBg.png) no-repeat center right;
}
.witness .title {
  padding-top: 50px;
  position: relative;
}
.witness .title::after {
  content: "";
  position: absolute;
  top: 180px;
  width: 540px;
  height: 1px;
  background: #eaeaea;
  right: 0;
}
.witness .title::before {
  content: "";
  position: absolute;
  top: 180px;
  width: 540px;
  height: 1px;
  background: #eaeaea;
  left: 0;
}
.witness .witnessBox {
  padding: 0 78px 0;
  width: 100%;
  box-sizing: border-box;
}
.witness .witnessBox ul {
  padding-top: 75px;
  padding-bottom: 15px;
}
.witness .witnessBox ul li {
  border: 1px solid #ededed;
  padding: 10px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.witness .witnessBox ul li a {
  display: block;
  width: 100%;
}
.witness .witnessBox ul li a i {
  width: 100%;
  display: block;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.witness .witnessBox ul li a i img,
.witness .witnessBox ul li a i canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.witness .witnessBox ul li a em {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.witness .witnessBox ul li.swiper-slide-next {
  transform: translateY(-10px);
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}
.witness .witnessBox ul li:hover a i img {
  transform: scale(1.1);
}
.witness .witnessBox ul li:hover a em {
  color: #014daf;
}
.witness .witnessBox .productMore {
  width: 180px;
  height: 50px;
  display: block;
  background: #014daf;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin: 50px auto 80px;
  padding-top: 8px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.witness .witnessBox .productMore i {
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0px auto 0;
  padding-bottom: 5px;
}
.witness .witnessBox .productMore:hover {
  transform: translateY(-5px);
}
.news {
  width: 100%;
  background: #f7f7f7;
  position: relative;
  height: 1170px;
}
.news::after {
  content: "";
  position: absolute;
  top: -56px;
  right: 0;
  width: 242px;
  height: 399px;
  z-index: 2;
  background: url(../images/newsBg.png) no-repeat center;
}
.news .newsTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 121px;
  align-items: center;
}
.news .newsTitle .title {
  padding-top: 0;
}
.news .newsTitle .title a {
  margin-left: 0;
}
.news .newsTitle .hd {
  width: 437px;
  position: relative;
}
.news .newsTitle .hd::after {
  content: "";
  width: 200%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: -32px;
  left: 0;
}
.news .newsTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .newsTitle .hd ul li {
  position: relative;
}
.news .newsTitle .hd ul li a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .hd ul li::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: #51b3fc;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .hd ul li.on a {
  position: relative;
}
.news .newsTitle .hd ul li.on a i {
  font-weight: bold;
}
.news .newsTitle .hd ul li.on::before {
  opacity: 1;
}
.news .newslist {
  padding-top: 44px;
}
.news .newslist ul li {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.news .newslist ul li a {
  padding: 17px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .newslist ul li a .newsImg {
  width: 340px;
  height: 229px;
  display: block;
  overflow: hidden;
}
.news .newslist ul li a .newsImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newslist ul li a .newsText {
  width: 860px;
  display: block;
}
.news .newslist ul li a .newsText em {
  display: block;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newslist ul li a .newsText span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #919191;
  margin-top: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newslist ul li a .newsMoreAndTime {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  align-items: center;
}
.news .newslist ul li a .newsMoreAndTime u {
  width: 126px;
  height: 32px;
  border: 1px solid #dbdbdb;
  line-height: 32px;
  text-align: center;
  list-style: none;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newslist ul li a .newsMoreAndTime u:hover {
  background: #014daf;
  border-color: #014daf;
  color: #fff;
}
.news .newslist ul li a .newsMoreAndTime b {
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4b4b4b;
  text-transform: uppercase;
}
.news .newslist ul li:hover a .newsImg img {
  transform: scale(1.1);
}
.news .newslist ul li:hover a .newsText em {
  color: #014daf;
}
.news .newslist ul li:hover a .newsText span {
  color: #666;
}
.mbanner2 {
  width: 100%;
  height: 435px;
  background: url(../images/mbanner2.jpg) no-repeat center;
}
.mbanner2 h4 {
  text-align: center;
  padding-top: 180px;
  font-size: 46px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.5);
}
.mbanner2 .aboutMore {
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 90px auto;
}
.mbanner2 .aboutMore i {
  color: #fff;
  letter-spacing: 4px;
}
.mbanner2 .aboutMore:hover {
  transform: translateY(-5px);
}
