.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;
}
.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: #032b5f;
  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);
}
.title a {
  display: block;
  font-weight: bold;
  font-size: 44px;
  line-height: 1;
}
.title p {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-top: 24px;
}
.product {
  padding-top: 93px;
  padding-bottom: 91px;
}
.product .productTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.product .productTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .productTitle .hd ul li {
  margin-left: 20px;
  height: 53px;
  line-height: 53px;
  border-radius: 53px;
  padding: 0 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productTitle .hd ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productTitle .hd ul li a i {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/productBd1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 12px;
}
.product .productTitle .hd ul li a span {
  display: block;
  line-height: 53px;
  color: #333;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productTitle .hd ul li:hover,
.product .productTitle .hd ul li.on {
  background: #032b5f;
}
.product .productTitle .hd ul li:hover a i,
.product .productTitle .hd ul li.on a i {
  background: url(../images/productBd2.png) no-repeat center;
}
.product .productTitle .hd ul li:hover a span,
.product .productTitle .hd ul li.on a span {
  color: #fff;
}
.product .bd {
  margin-top: 53px !important;
}
.product .bd .productList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 42px;
}
.product .bd .productList ul li {
  border: 1px solid #ebebeb;
  width: 398px;
  padding: 10px 10px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .bd .productList ul li i {
  width: 100%;
  display: block;
  height: 297px;
}
.product .bd .productList ul li i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .bd .productList ul li em {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .bd .productList ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0px 14px 10px 0px rgba(3, 43, 95, 0.1);
}
.reason {
  width: 100%;
  height: 842px;
  background: url(../images/reasonBg.jpg) no-repeat center;
}
.reason .title {
  text-align: center;
  padding-top: 107px;
}
.reason .title a {
  color: #fff;
}
.reason .title p {
  color: #fff;
}
.reason .title em {
  display: block;
  width: 46px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  margin: 32px auto 0;
}
.reason .reasonBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 58px;
}
.reason .reasonBox ul li {
  width: 387px;
  height: 428px;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li i {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.reason .reasonBox ul li i::after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/reasonIco.png) no-repeat center;
}
.reason .reasonBox ul li i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li em {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox ul li:hover {
  background: #032b5f;
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.reason .reasonBox ul li:hover i img {
  transform: scale(1.1);
}
.reason .reasonBox ul li:hover i::after {
  background: url(../images/reasonIco2.png) no-repeat center;
}
.reason .reasonBox ul li:hover em {
  color: #fff;
}
.reason .reasonBox ul li:hover p {
  color: #fff;
}
.about {
  width: 100%;
  height: 738px;
  background: url(../images/aboutBg.jpg) no-repeat center;
  padding-top: 137px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutL {
  width: 347px;
}
.about .aboutBox .aboutL .aboutTitle h3 {
  width: 347px;
  height: 123px;
  position: relative;
  background: url(../images/aboutTitle.png) no-repeat center;
}
.about .aboutBox .aboutL .aboutTitle h3 a {
  display: block;
  font-size: 44px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 3px;
}
.about .aboutBox .aboutL .aboutTitle p {
  border-top: 1px solid #b2b2b2;
  margin-top: 30px;
  padding-top: 15px;
  line-height: 1;
  color: #363636;
  font-size: 22px;
  letter-spacing: 1px;
}
.about .aboutBox .aboutL .hd {
  margin-top: 135px;
}
.about .aboutBox .aboutL .hd ul li {
  margin-bottom: 58px;
  position: relative;
}
.about .aboutBox .aboutL .hd ul li::after {
  content: "“";
  position: absolute;
  width: 29px;
  height: 22px;
  background: url(../images/aboutIco3.png) no-repeat center;
  top: 10px;
  left: -60px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutL .hd ul li a {
  display: flex;
  align-items: center;
}
.about .aboutBox .aboutL .hd ul li a i {
  width: 90px;
  height: 90px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/aboutHd1.png) no-repeat center;
}
.about .aboutBox .aboutL .hd ul li a em {
  margin-left: 12px;
  width: 110px;
  border-bottom: 1px solid #5e5e5e;
  text-align: right;
  line-height: 2;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.about .aboutBox .aboutL .hd ul li:nth-child(2) a i {
  background: url(../images/aboutHd2.png) no-repeat center;
}
.about .aboutBox .aboutL .hd ul li.on::after {
  opacity: 1;
}
.about .aboutBox .aboutL .hd ul li.on a em {
  color: #032b5f;
}
.about .aboutBox .aboutR {
  width: 814px;
  margin-top: 30px;
}
.about .aboutBox .aboutR .aboutMore {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.about .aboutBox .aboutR .aboutMore a {
  width: 160px;
  height: 45px;
  background: #093183;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutR .aboutMore a i {
  width: 23px;
  height: 24px;
  background: url(../images/aboutMore.png) no-repeat center;
}
.about .aboutBox .aboutR .aboutMore a em {
  color: #fff;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.about .aboutBox .aboutR .aboutMore a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.about .aboutBox .aboutR p {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 33px;
  color: #484848;
}
.about .aboutBox .aboutR .aboutImg {
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 345px;
  overflow: hidden;
}
.about .aboutBox .aboutR .aboutImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about .aboutZs {
  width: 122px;
  height: 114px;
  display: block;
  background: url(../images/aboutZs.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.case {
  width: 100%;
  height: 706px;
  background: url(../images/caseBg.jpg) no-repeat center bottom;
  padding-top: 138px;
  box-sizing: border-box;
}
.case .title {
  text-align: center;
}
.case .caseBox {
  position: relative;
}
.case .caseBox .caseBoxList {
  width: 100%;
  overflow-x: hidden;
}
.case .caseBox .caseBoxList ul li {
  margin-top: 63px;
  width: 414px;
  border: 1px solid #eaeaea;
  float: left;
  margin-right: 16px;
  margin-left: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseBoxList ul li a i {
  display: block;
  width: 100%;
  height: 322px;
}
.case .caseBox .caseBoxList ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .caseBox .caseBoxList ul li a em {
  display: flex;
  height: 60px;
  border-bottom: 1px solid #eaeaea;
  width: 90%;
  margin: 0 auto 13px;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.case .caseBox .caseBoxList ul li a em b {
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 14em;
}
.case .caseBox .caseBoxList ul li a em span {
  display: block;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #bdbdbd;
  text-transform: uppercase;
  margin-left: 5px;
  margin-top: 8px;
}
.case .caseBox .caseBoxList ul li:hover {
  transform: translateY(-10px);
  border-color: #032b5f;
}
.case .caseBox .caseL {
  width: 43px;
  height: 51px;
  display: block;
  background: url(../images/case1.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseL:hover {
  background-image: url(../images/case2.png);
}
.case .caseBox .caseR {
  width: 43px;
  height: 51px;
  display: block;
  background: url(../images/case1.png) no-repeat center;
  cursor: pointer;
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox .caseR:hover {
  background-image: url(../images/case2.png);
}
.news {
  background: url(../images/newsBg.jpg) no-repeat top left;
  padding-top: 62px;
  padding-bottom: 84px;
  background-size: cover;
}
.news .newsTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddedf;
}
.news .newsTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsTitle .hd ul li {
  margin-left: 17px;
  width: 150px;
  height: 52px;
  border-radius: 52px;
  text-align: center;
  background: rgba(3, 43, 95, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .hd ul li a {
  display: block;
  line-height: 52px;
  font-size: 18px;
  color: #555555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsTitle .hd ul li:hover,
.news .newsTitle .hd ul li.on {
  background: #032b5f;
}
.news .newsTitle .hd ul li:hover a,
.news .newsTitle .hd ul li.on a {
  color: #fff;
}
.news .newsBox .newsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px !important;
}
.news .newsBox .newsList .newsL {
  width: 858px;
  border-bottom: 1px solid #ccc;
}
.news .newsBox .newsList .newsL ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news .newsBox .newsList .newsL ul li {
  width: 413px;
  padding-bottom: 20px;
}
.news .newsBox .newsList .newsL ul li a {
  display: block;
  width: 100%;
}
.news .newsBox .newsList .newsL ul li a i {
  display: block;
  width: 100%;
  height: 320px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList .newsL ul li a i img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.news .newsBox .newsList .newsL ul li a .newsTime {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 90px;
  height: 27px;
  line-height: 27px;
  background: #c4ccda;
  border-radius: 27px;
  text-align: center;
  font-size: 12px;
  margin-top: 21px;
  margin-bottom: 28px;
}
.news .newsBox .newsList .newsL ul li a .newsTitles {
  display: block;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.news .newsBox .newsList .newsL ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666666;
  margin-top: 20px;
  height: 60px;
}
.news .newsBox .newsList .newsL ul li:hover a i img {
  transform: scale(1.1);
}
.news .newsBox .newsList .newsL ul li:hover a .newsTime {
  background: #032b5f;
  color: #fff;
}
.news .newsBox .newsList .newsL ul li:hover a .newsTitles {
  color: #032b5f;
}
.news .newsBox .newsList .newsR {
  width: 393px;
}
.news .newsBox .newsList .newsR ul li {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.news .newsBox .newsList .newsR ul li a {
  padding: 18px 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsBox .newsList .newsR ul li a i {
  width: 171px;
  height: 125px;
  display: block;
  overflow: hidden;
}
.news .newsBox .newsList .newsR ul li a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newsList .newsR ul li a em {
  width: 165px;
  display: block;
}
.news .newsBox .newsList .newsR ul li a em b {
  line-height: 30px;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.news .newsBox .newsList .newsR ul li a em span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 90px;
  height: 27px;
  line-height: 27px;
  background: #c4ccda;
  border-radius: 27px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.news .newsBox .newsList .newsR ul li:nth-child(2) {
  margin: 17px 0;
}
.news .newsBox .newsList .newsR ul li:hover a i img {
  transform: scale(1.1);
}
.news .newsBox .newsList .newsR ul li:hover a em b {
  color: #032b5f;
}
.news .newsBox .newsList .newsR ul li:hover a em span {
  background: #032b5f;
  color: #fff;
}
