.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: 10%;
  z-index: 9;
  width: 98%;
  display: flex;
  justify-content: flex-end;
  bottom: 70px;
  padding-right: 10%;
}
.banner .bannerbox .swiper_positon span {
  background: #00479d;
  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;
}
.about {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 116px;
  background: url(../images/aboutBg.jpg) no-repeat center bottom;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.about .aboutBox .aboutl {
  width: 350px;
}
.about .aboutBox .aboutl h3 a {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.about .aboutBox .aboutl h4 {
  font-size: 36px;
  color: #00479d;
  line-height: 52px;
  margin-top: 30px;
}
.about .aboutBox .aboutl .aboutMore {
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-size: 16px;
}
.about .aboutBox .aboutl .aboutMore i {
  display: block;
  width: 54px;
  height: 54px;
  background: url(../images/aboutMore.png) no-repeat center;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about .aboutBox .aboutl .aboutMore:hover {
  color: #00479d;
  font-weight: bold;
}
.about .aboutBox .aboutl .aboutMore:hover i {
  transform: rotate(45deg);
}
.about .aboutBox .aboutl .aboutCommper {
  width: 100%;
  margin-top: 160px;
}
.about .aboutBox .aboutl .aboutCommper ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutBox .aboutl .aboutCommper ul li h4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about .aboutBox .aboutl .aboutCommper ul li h4 i {
  font-size: 44px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}
.about .aboutBox .aboutl .aboutCommper ul li h4 em {
  margin-left: 11px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
.about .aboutBox .aboutl .aboutCommper ul li b {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.about .aboutBox .aboutr {
  width: 782px;
}
.about .aboutBox .aboutr p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #525252;
  display: block;
  font-size: 17px;
  line-height: 38px;
  height: 152px;
}
.about .aboutBox .aboutr p div {
  font-size: 17px;
}
.about .aboutBox .aboutr .aboutImg {
  margin-top: 60px;
  display: block;
}
.title {
  display: block;
}
.title a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 36px;
  line-height: 1;
}
.title span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 20px auto;
  letter-spacing: 15px;
  transition: letter-spacing 0.5s ease;
}
.title em {
  display: block;
  width: 40px;
  height: 6px;
  background: #00479d;
  margin: 0 auto;
}
.block {
  display: inline-block;
  white-space: nowrap;
}
.letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  font-size: 36px;
  transform: translateY(-50px);
}
.title a .letter {
  display: inline-block;
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.letter.show {
  transform: translateY(0);
  opacity: 1;
}
.product {
  width: 100%;
  background: url(../images/productBg.jpg) no-repeat center;
  padding-top: 86px;
  padding-bottom: 62px;
  background-size: cover;
}
.product .productBox {
  width: 1540px;
  margin: 0 auto;
}
.product .productBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}
.product .productBox ul li {
  display: block;
  width: 556px;
  height: 350px;
  background: #fff;
  border-radius: 30px 0 0 0;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
.product .productBox ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .productBox ul li a .productImg {
  display: block;
  width: 356px;
  height: 304px;
  overflow: hidden;
}
.product .productBox ul li a .productImg img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.product .productBox ul li a .productText {
  display: block;
  padding-left: 20px;
  width: 140px;
  height: 304px;
}
.product .productBox ul li a .productText span {
  display: block;
  text-align: center;
  padding-top: 77px;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
}
.product .productBox ul li a .productText b {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #adadad;
  display: block;
  letter-spacing: 1px;
  margin-top: 13px;
}
.product .productBox ul li a .productText em {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
  background: url(../images/productMore1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 63px auto 0;
}
.product .productBox ul li a:hover .productImg img {
  transform: scale(1.1);
}
.product .productBox ul li a:hover .productText span {
  color: #00479d;
}
.product .productBox ul li a:hover .productText em {
  border-color: #00479d;
  background: #00479d url(../images/productMore2.png) no-repeat center;
}
.product .productBox ul li:nth-child(3n-1) {
  width: 356px;
}
.product .productBox ul li:nth-child(3n-1) a .productImg {
  width: 316px;
  height: 244px;
  display: block;
}
.product .productBox ul li:nth-child(3n-1) a .productImg img {
  display: block;
}
.product .productBox ul li:nth-child(3n-1) a .productText {
  width: 100%;
  padding-left: 0;
}
.product .productBox ul li:nth-child(3n-1) a .productText span {
  margin-top: 22px;
  line-height: 1;
  padding-top: 0;
}
.product .productBox ul li:nth-child(3n-1) a .productText em {
  display: none;
}
.honor {
  padding-top: 90px;
  padding-bottom: 120px;
}
.honor .honorBox {
  position: relative;
}
.honor .honorBox .bd ul {
  margin-top: 34px !important;
}
.honor .honorBox .bd ul li {
  width: 310px;
  float: left;
  margin-right: 20px;
  height: 424px;
  position: relative;
}
.honor .honorBox .bd ul li::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #00479d;
  position: absolute;
  bottom: 2px;
  z-index: 2;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.honor .honorBox .bd ul li a i {
  display: block;
  width: 310px;
  height: 320px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.honor .honorBox .bd ul li a i img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.honor .honorBox .bd ul li a em {
  width: 100%;
  display: block;
  height: 102px;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 36px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honorBox .bd ul li:hover::after {
  width: 100%;
}
.honor .honorBox .bd ul li:hover a em {
  color: #00479d;
}
.honor .honorBox .honorL {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/honorJt1.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  cursor: pointer;
}
.honor .honorBox .honorL:hover {
  background: url(../images/honorJt2.png) no-repeat center;
}
.honor .honorBox .honorR {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/honorJt1.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -120px;
  cursor: pointer;
}
.honor .honorBox .honorR:hover {
  background: url(../images/honorJt2.png) no-repeat center;
}
.device {
  width: 100%;
  background: url(../images/deviceBg.jpg) no-repeat center;
  padding: 90px 0;
  background-size: cover;
}
.device .deviceBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1540px;
  margin: 0 auto;
}
.device .deviceBox .hd {
  width: 455px;
}
.device .deviceBox .hd ul li {
  width: 455px;
  height: 327px;
  display: block;
  background: url(../images/deviceHd1.jpg) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.device .deviceBox .hd ul li a {
  display: block;
  padding-top: 67px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.device .deviceBox .hd ul li a i {
  display: block;
  width: 93px;
  height: 93px;
  background-image: url(../images/devicehover1.png);
  background-position: 0 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.device .deviceBox .hd ul li a em {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 40px;
}
.device .deviceBox .hd ul li a b {
  text-align: center;
  line-height: 1;
  display: block;
  margin-top: 15px;
  color: #95a0a9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
}
.device .deviceBox .hd ul li:nth-child(2) a i {
  background-image: url(../images/devicehover2.png);
}
.device .deviceBox .hd ul li.on {
  background: url(../images/deviceHd2.jpg) no-repeat center;
}
.device .deviceBox .hd ul li.on a i {
  background-position: 0 -93px;
}
.device .deviceBox .hd ul li.on a em {
  color: #fff;
}
.device .deviceBox .hd ul li.on a b {
  color: rgba(255, 255, 255, 0.5);
}
.device .deviceBox .bd {
  width: 1085px;
  height: 654px;
  background: #fff;
}
.device .deviceBox .bd .deviceList {
  width: 100%;
}
.device .deviceBox .bd .deviceList ul {
  float: left;
}
.device .deviceBox .bd .deviceList ul li {
  float: left;
  width: 361px;
  height: 326px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.device .deviceBox .bd .deviceList ul li a {
  display: block;
  padding: 32px 36px 0 36px;
  box-sizing: border-box;
}
.device .deviceBox .bd .deviceList ul li a i {
  width: 289px;
  height: 212px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.device .deviceBox .bd .deviceList ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.device .deviceBox .bd .deviceList ul li a em {
  display: block;
  text-align: center;
  line-height: 84px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.device .deviceBox .bd .deviceList ul li:nth-child(3n) {
  border-right: 0;
}
.device .deviceBox .bd .deviceList ul li.container :nth-last-child(1),
.device .deviceBox .bd .deviceList ul li.container :nth-last-child(2),
.device .deviceBox .bd .deviceList ul li.container :nth-last-child(3) {
  border-bottom: 0;
}
.device .deviceBox .bd .deviceList ul li::after {
  content: "";
  width: 0%;
  height: 4px;
  background: #00479d;
  position: absolute;
  bottom: -3px;
  z-index: 2;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.device .deviceBox .bd .deviceList ul li:hover a i img {
  transform: scale(1.1);
}
.device .deviceBox .bd .deviceList ul li:hover a em {
  color: #00479d;
}
.device .deviceBox .bd .deviceList ul li:hover::after {
  width: 100%;
}
.case {
  padding-top: 98px;
  padding-bottom: 70px;
}
.case .caseBox {
  position: relative;
}
.case .caseBox ul li {
  float: left;
  margin: 0 25px;
  padding-top: 52px;
  padding-bottom: 30px;
}
.case .caseBox ul li a {
  display: block;
  width: 400px;
  height: 410px;
}
.case .caseBox ul li a i {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding: 28px;
  display: block;
  box-shadow: 0px 0px 27px 7px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.case .caseBox ul li a i img {
  display: block;
  width: 100%;
  height: 244px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li a em {
  box-shadow: 0px 0px 27px 7px rgba(0, 0, 0, 0.06);
  width: 100%;
  margin-top: 13px;
  padding: 24px 28px;
  box-sizing: border-box;
  height: 98px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li a em span {
  display: block;
  width: 260px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 24px;
  background: url(../images/casemores.png) no-repeat 0 33px;
}
.case .caseBox ul li a em b {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/caseMore.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .caseBox ul li a:hover i img {
  border-radius: 10px;
}
.case .caseBox ul li a:hover em span {
  color: #00479d;
}
.case .caseBox ul li a:hover em b {
  transform: rotate(32deg);
}
.case .caseBox .caseL {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/honorJt1.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  cursor: pointer;
}
.case .caseBox .caseL:hover {
  background: url(../images/honorJt2.png) no-repeat center;
}
.case .caseBox .caseR {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/honorJt1.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -120px;
  cursor: pointer;
}
.case .caseBox .caseR:hover {
  background: url(../images/honorJt2.png) no-repeat center;
}
.news {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/newsBg.jpg) no-repeat center;
  background-size: cover;
}
.news .newsBox {
  width: 1540px;
  margin: 0 auto;
}
.news .newsBox .hd {
  margin-top: 32px;
}
.news .newsBox .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.news .newsBox .hd ul li {
  background: #fff;
  margin: 0 15px;
}
.news .newsBox .hd ul li a {
  padding: 15px 34px;
  display: block;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .hd ul li.on {
  background: #00479d;
}
.news .newsBox .hd ul li.on a {
  color: #fff;
}
.news .newsBox .newslist {
  padding-top: 35px;
}
.news .newsBox .newslist ul li {
  width: 360px;
  height: 444px;
  background: #fff;
  float: left;
  margin-right: 33px;
  padding: 10px;
  box-sizing: border-box;
}
.news .newsBox .newslist ul li:last-child {
  margin-right: 0;
}
.news .newsBox .newslist ul li a .newsImg {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.news .newsBox .newslist ul li a .newsImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsBox .newslist ul li a .newsTitle b {
  display: block;
  padding-top: 44px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .newslist ul li a .newsTitle span {
  display: block;
  margin-top: 23px;
  font-size: 16px;
  line-height: 26px;
  color: #a8a8a8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
.news .newsBox .newslist ul li a .newsTitle em {
  margin-top: 26px;
  display: block;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: url(../images/newsMore.png) no-repeat center right;
}
.news .newsBox .newslist ul li:hover a .newsImg img {
  transform: scale(1.1);
}
.news .newsBox .newslist ul li:hover a .newsTitle b {
  color: #00479d;
}
.news .newsBox .newslist ul li:hover a .newsTitle em {
  color: #00479d;
  background: url(../images/newsMore2.png) no-repeat center right;
}
