.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: #1e48a4;
  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: flex;
}
.title a b {
  font-weight: bold;
  font-size: 48px;
  color: #1e48a4;
  line-height: 1;
}
.title a em {
  font-weight: bold;
  font-size: 48px;
  color: #333;
  line-height: 1;
}
.title i {
  display: block;
  width: 21px;
  height: 22px;
  background: url(../images/titles.png) no-repeat center;
  margin: 27px 0 30px;
}
.title p {
  font-size: 22px;
  font-weight: 100;
  line-height: 1;
}
.product {
  padding-top: 118px;
  padding-bottom: 72px;
}
.product .productTitle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product .productTitle .hd {
  width: 630px;
}
.product .productTitle .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product .productTitle .hd ul li {
  padding: 12px 24px;
  border: 4px solid #f1f6fa;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productTitle .hd ul li a {
  line-height: 1;
  font-size: 18px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.product .productTitle .hd ul li.on,
.product .productTitle .hd ul li:hover {
  padding: 16px 28px;
  border: 0;
  background-image: linear-gradient(to top left, #2657a7, #56b5bc);
}
.product .productTitle .hd ul li.on a,
.product .productTitle .hd ul li:hover a {
  color: #fff;
}
.product .productBox {
  width: 1340px;
  margin: 0 auto;
}
.product .productBox .productList {
  margin-top: 80px;
}
.product .productBox .productList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 20px;
}
.product .productBox .productList ul li {
  width: 320px;
  background: #f1f6fa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li a {
  display: block;
  border: 10px solid #f1f6fa;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li a i {
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productBox .productList ul li a em {
  display: block;
  background: #f7fafc;
  height: 66px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 66px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 0 5px 5px;
}
.product .productBox .productList ul li a:hover {
  border-color: #1e48a4;
  background: #1e48a4;
}
.product .productBox .productList ul li a:hover i img {
  transform: scale(1.1);
}
.reason {
  width: 100%;
  background: url(../images/resaonBg.jpg) no-repeat center;
  box-sizing: border-box;
  padding-top: 141px;
  padding-bottom: 41px;
  min-height: 732px;
  position: relative;
}
.reason .reasonBox {
  height: 550px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .reasonBox .reasonL {
  width: 682px;
}
.reason .reasonBox .reasonL .title a em {
  font-size: 40px;
}
.reason .reasonBox .reasonL .bd {
  padding-top: 40px;
  display: block;
}
.reason .reasonBox .reasonL .bd ul li p {
  font-size: 22px;
  line-height: 40px;
}
.reason .reasonBox .reasonL .bd ul li em {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  opacity: 0.4;
  display: block;
  margin-top: 10px;
}
.reason .reasonBox .reasonL .hd {
  position: absolute;
  bottom: 90px;
  left: 0;
}
.reason .reasonBox .reasonL .hd ul {
  display: flex;
  position: relative;
}
.reason .reasonBox .reasonL .hd ul::before {
  content: "";
  width: 308px;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: -314px;
  top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .hd ul::after {
  content: "";
  width: 188px;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -190px;
  top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .hd ul li {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .hd ul li i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 25px;
  display: block;
  background: url(../images/reasonIco1.png) no-repeat center;
}
.reason .reasonBox .reasonL .hd ul li em {
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reason .reasonBox .reasonL .hd ul li em::after {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.reason .reasonBox .reasonL .hd ul li:nth-child(2) i {
  background: url(../images/reasonIco2.png) no-repeat center;
}
.reason .reasonBox .reasonL .hd ul li:nth-child(3) i {
  background: url(../images/reasonIco3.png) no-repeat center;
}
.reason .reasonBox .reasonL .hd ul li:nth-child(4) i {
  background: url(../images/reasonIco4.png) no-repeat center;
}
.reason .reasonBox .reasonL .hd ul li.on i {
  width: 25px;
  margin-right: 10px;
}
.reason .reasonBox .reasonL .hd ul li:last-child em::after {
  content: "";
  width: 0;
}
.reason .reasonBox .resaonR {
  width: 591px;
  height: 548px;
  display: block;
  position: relative;
}
.reason .reasonBox .resaonR ul li img {
  display: block;
  width: 700px;
  height: 548px;
  object-fit: contain;
}
.about {
  padding-top: 90px;
  padding-bottom: 40px;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBox .aboutL {
  width: 620px;
}
.about .aboutBox .aboutL a {
  display: block;
}
.about .aboutBox .aboutL a img {
  display: block;
  width: 100%;
}
.about .aboutBox .aboutR {
  width: 610px;
  padding-top: 30px;
}
.about .aboutBox .aboutR .title i {
  width: 100%;
  background: url(../images/titles.png) no-repeat bottom left;
  font-size: 35px;
  height: 36px;
  line-height: 1;
  font-weight: 100;
  padding-left: 50px;
  letter-spacing: 3px;
}
.about .aboutBox .aboutR .title p {
  margin-top: 10px;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  letter-spacing: 0.5px;
}
.about .aboutBox .aboutR .aboutText {
  font-size: 16px;
  line-height: 36px;
  color: #5d5d5d;
  margin-top: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 108px;
}
.about .aboutBox .aboutR .aboutMore {
  width: 158px;
  height: 51px;
  display: flex;
  justify-content: center;
  background: #1e48a4;
  border-radius: 51px;
  margin-top: 85px;
  line-height: 51px;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutR .aboutMore em {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.about .aboutBox .aboutR .aboutMore i {
  margin-left: 41px;
  width: 11px;
  height: 11px;
  display: block;
  background: url(../images/aboutMore.png) no-repeat center;
}
.about .aboutBox .aboutR .aboutMore:hover {
  transform: translateY(-10px);
}
.about .aboutBottom {
  border-top: 1px solid #e9e9e9;
  margin-top: 58px;
}
.about .aboutBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBottom ul li {
  flex: 1;
  border-right: 1px solid #e9e9e9;
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
}
.about .aboutBottom ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #1e48a4;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
}
.about .aboutBottom ul li:last-child {
  border-right: 0;
}
.about .aboutBottom ul li:last-child::after {
  width: 0;
  height: 0;
}
.about .aboutBottom ul li .aboutBottomList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBottom ul li .aboutBottomList em {
  width: 120px;
  display: block;
}
.about .aboutBottom ul li .aboutBottomList em b {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.about .aboutBottom ul li .aboutBottomList em span {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.about .aboutBottom ul li .aboutBottomList em span i {
  font-size: 10px;
  opacity: 0.4;
  line-height: 1;
  margin: 0 6px;
}
.about .aboutBottom ul li .aboutBottomList p {
  width: 225px;
}
.case {
  background: url(../images/caseBg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 95px;
  overflow: hidden;
  padding-bottom: 128px;
}
.case .title a em {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 40px;
}
.case .title p {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
}
.case .title i {
  margin: 28px auto 0;
}
.case .hd {
  padding-top: 38px;
  border-bottom: 1px solid #c5d2cd;
}
.case .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.case .hd ul li a {
  font-size: 20px;
  position: relative;
  padding-bottom: 26px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .hd ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #1e48a4;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .hd ul li.on a {
  font-weight: bold;
  color: #1e48a4;
}
.case .hd ul li.on a::after {
  width: 100%;
}
.case .bd {
  width: 98%;
  margin: 40px auto 0;
}
.case .bd .caseList ul li a {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
}
.case .bd .caseList ul li a i {
  display: block;
  width: 100%;
  height: 100%;
}
.case .bd .caseList ul li a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case .bd .caseList ul li a em {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background: url(../images/casefadeout.png) no-repeat center;
  background-size: cover;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .bd .caseList ul li a em b {
  padding-top: 100px;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: 26px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .bd .caseList ul li a em span {
  display: block;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 132px;
}
.case .bd .caseList ul li:hover a em,.case .bd .caseList ul li.swiper-slide-active a em {
  top: 0;
}
.case .bd .case_positon {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.case .bd .case_positon span {
  width: 22px;
  height: 22px;
  background: url(../images/case_positon1.png) no-repeat center;
  margin: 0 2px;
}
.case .bd .case_positon span.swiper-pagination-bullet-active {
  background: url(../images/case_positon2.png) no-repeat center;
}
.honor .honorBox {
  margin-top: 80px;
  padding-bottom: 94px;
}
.honor .honorBox ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 22px 21px;
}
.honor .honorBox ul li {
  width: 243px;
  height: 88px;
  display: block;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .honorBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.honor .honorBox ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .honorBox ul li:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.honor .honorBox ul li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news {
  width: 100%;
  padding-top: 85px;
  background: url(../images/newsBg.jpg) no-repeat center top;
  padding-bottom: 85px;
}
.news .title {
  position: relative;
}
.news .title i {
  width: 100%;
  background: url(../images/titles.png) no-repeat bottom left;
  font-size: 35px;
  height: 36px;
  line-height: 1;
  font-weight: 100;
  padding-left: 50px;
  letter-spacing: 3px;
}
.news .title p {
  margin-top: 10px;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  letter-spacing: 0.5px;
}
.news .title::after {
  content: "";
  width: 674px;
  height: 225px;
  background: url(../images/newsPic.png) no-repeat center;
  position: absolute;
  top: -140px;
  right: 0;
}
.news .newsBox {
  padding-top: 50px;
}
.news .newsBox ul li a {
  border: 1px solid #f0f0f0;
  width: calc(100% - 2px);
  display: block;
  padding: 16px 15px;
  box-sizing: border-box;
}
.news .newsBox ul li a i {
  display: block;
  width: 100%;
  height: 282px;
  overflow: hidden;
}
.news .newsBox ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox ul li a em {
  display: block;
  height: 78px;
  line-height: 78px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox ul li a p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 38px;
  background: #f6f6f6;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox ul li a p b {
  line-height: 38px;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #888888;
}
.news .newsBox ul li a p span {
  line-height: 38px;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #888888;
}
.news .newsBox ul li:hover a i img {
  transform: scale(1.1);
}
.news .newsBox ul li:hover a em {
  color: #1e48a4;
}
.news .newsBox ul li:hover a p {
  background: #1e48a4;
}
.news .newsBox ul li:hover a p b {
  color: #fff;
}
.news .newsBox ul li:hover a p span {
  color: #fff;
}
.message {
  width: 100%;
  height: 375px;
  background: url(../images/messageBg.jpg) no-repeat center;
}
.message h4 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  padding-top: 100px;
  line-height: 1;
}
.message p {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1;
  padding-top: 20px;
}
.message a {
  width: 244px;
  height: 48px;
  display: block;
  background-image: linear-gradient(to left, #387aaf, #499cb7, #5cc0bf);
  border-radius: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 40px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.message a:hover {
  transform: translateY(-5px);
  background-image: linear-gradient(to right, #387aaf, #499cb7, #5cc0bf);
}
