.clear {
  clear: both;
}
.wzline2 {
  background-size: 100% 2px;
}
.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;
}
.bannerSwiper {
  width: 100%;
  position: relative;
  /* blinds 容器 */
  /* 每一条 */
}
.bannerSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.bannerSwiper .img {
  position: relative;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.bannerSwiper .blinds {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}
.bannerSwiper .blind {
  flex: 1;
  background: rgba(0, 0, 0, 0.21);
  transform-origin: center;
  transform: scaleY(1);
}
.bannerSwiper .bannerl {
  width: 63px;
  height: 63px;
  display: block;
  background: url(../images/next.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.bannerSwiper .bannerr {
  width: 63px;
  height: 63px;
  display: block;
  background: url(../images/prev.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.bannerSwiper .banner-pagination {
  position: absolute;
  bottom: 50px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  align-items: center;
}
.bannerSwiper .banner-pagination span {
  display: block;
  opacity: 1 !important;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  line-height: 1;
}
.bannerSwiper .banner-pagination span.swiper-pagination-current {
  font-size: 48px;
  line-height: 1;
  font-weight: 100;
}
.bannerSwiper .banner-pagination em {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin: 0 10px;
  transform: translateY(-2px);
}
.bannerSwiper .video-bth {
  position: absolute;
  right: 21px;
  bottom: 95px;
  z-index: 9;
  width: 117px;
  height: 148px;
  background: url(../images/video-bth.png) no-repeat center;
  cursor: pointer;
}
.bannerSwiper .video-bth figure {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
}
.bannerSwiper .video-bth figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerSwiper .video-bth p {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.about {
  width: 100%;
  background: #fafafa;
  padding-top: 103px;
  padding-bottom: 97px;
}
.about header h1 {
  display: none;
}
.about .about-wapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.about .about-wapper .about-info {
  width: 42.97%;
}
.about .about-wapper .about-info .about-title h3 {
  font-size: 48px;
  font-weight: bold;
  color: #041a38;
  line-height: 64px;
}
.about .about-wapper .about-info .about-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #041a38;
  line-height: 64px;
}
.about .about-wapper .about-info .about-title h2 b {
  font-size: 40px;
  color: #01439b;
  line-height: 64px;
}
.about .about-wapper .about-info p {
  font-size: 17px;
  color: #535c68;
  line-height: 36px;
  margin-top: 60px;
}
.about .about-wapper .about-info .about-number {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 50px;
}
.about .about-wapper .about-info .about-number ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 42px;
  padding-bottom: 33px;
}
.about .about-wapper .about-info .about-number ul li aside em {
  display: flex;
  line-height: 1;
  align-items: center;
  align-content: center;
}
.about .about-wapper .about-info .about-number ul li aside em b {
  line-height: 1;
  display: block;
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #041a38;
}
.about .about-wapper .about-info .about-number ul li aside em span {
  line-height: 1;
  display: block;
  font-size: 14px;
  color: #535c68;
  margin-left: 5px;
}
.about .about-wapper .about-info .about-number ul li aside i {
  line-height: 1;
  margin-top: 15px;
  display: block;
  color: #535c68;
  font-size: 15px;
}
.about .about-wapper .about-info .about-more {
  margin-top: 86px;
  width: 186px;
  height: 62px;
  background: #01439b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about-wapper .about-info .about-more span {
  font-size: 17px;
  color: #fff;
}
.about .about-wapper .about-info .about-more em {
  width: 14px;
  height: 14px;
  display: block;
  background: url(../images/button.png) no-repeat center;
  margin-left: 19px;
}
.about .about-wapper .about-image {
  width: 50%;
  position: relative;
  display: block;
  cursor: pointer;
}
.about .about-wapper .about-image figure {
  position: relative;
  top: 0;
  left: 0;
  width: 114.286%;
  display: block;
}
.about .about-wapper .about-image figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/video-play.png) no-repeat center;
  background-size: 75px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about .about-wapper .about-image figure img {
  width: 100%;
  display: block;
}
.video {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.video video {
  width: 80vw;
  height: 70vh;
  display: block;
  top: 15vh;
  left: 10vw;
  position: absolute;
  background: #333;
}
.video .aboutClose {
  width: 50px;
  height: 50px;
  display: block;
  background: rgba(0, 0, 0, 0.5) url(../images/videoClose.png) no-repeat center;
  position: absolute;
  top: 40px;
  right: 40px;
  background-size: 30px;
  cursor: pointer;
}
.title a {
  display: block;
}
.title a b {
  display: table;
  margin: 0 auto;
  padding: 24px 50px 0;
  font-size: 40px;
  color: #041a38;
  line-height: 1;
  font-weight: bold;
  background: url(../images/titlebg.png) no-repeat top right;
}
.title a span {
  display: block;
  text-align: center;
  padding-top: 21px;
  font-size: 18px;
  color: #535c68;
  line-height: 1;
  letter-spacing: 4px;
}
.product {
  padding-top: 88px;
}
.product .product_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  color: #041a38;
  text-align: center;
  margin-top: 66px;
}
.product .product-menu {
  margin-top: 63px;
}
.product .product-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product .product-menu ul li {
  width: 50%;
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .product-menu ul li a {
  width: 100%;
  display: block;
  padding-left: 12.5%;
  padding-right: 4.375%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product .product-menu ul li a em {
  display: flex;
  align-items: flex-end;
}
.product .product-menu ul li a em span {
  display: block;
  font-size: 24px;
  color: #041a38;
  line-height: 1;
}
.product .product-menu ul li a em i {
  margin-left: 12px;
  line-height: 1;
  color: #818892;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.product .product-menu ul li a b {
  width: 38px;
  height: 38px;
  display: block;
  background: #01439b url(../images/productMenu.png) no-repeat center;
  border-radius: 50%;
}
.product .product-menu ul li.on {
  background: #efefef;
}
.product .product-menu ul li:nth-child(2) a {
  padding-right: 12.5%;
  padding-left: 4.375%;
}
.product .product-center ul li {
  padding-top: 78px;
  padding-bottom: 68px;
  position: relative;
  padding: 78px 2.5% 68px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
.product .product-center ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  right: 0;
}
.product .product-center ul li a {
  display: block;
}
.product .product-center ul li a figure {
  position: relative;
  overflow: hidden;
  padding: 50% 0;
  display: block;
  background: url(../images/product_imgs.png) no-repeat center;
  background-size: contain;
}
.product .product-center ul li a figure img {
  padding: 10%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: contain;
}
.product .product-center ul li a figcaption {
  display: block;
  padding-top: 67px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.product .product-center ul li a figcaption em {
  display: block;
  text-align: center;
  font-size: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.product .product-center ul li a figcaption span {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #818892;
  text-transform: uppercase;
}
.application {
  padding-top: 94px;
}

.application-wapper{
  width: 100%;
}
.application .application-box {
  margin-top: 44px;
  position: relative;
}
.application .application-box .application-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.application .application-box .application-title .wapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.application .application-box .application-title .wapper h3 {
  width: 36%;
  padding-top: 108px;
}
.application .application-box .application-title .wapper h3 img {
  display: block;
  width: 100%;
}
.application .application-box .application-title .wapper .application-center {
  height: 100%;
  display: flex;
  align-items: center;
  width: 41.19%;
}
.application .application-box .application-title .wapper .application-center .bd ul li h4 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.application .application-box .application-title .wapper .application-center .bd ul li p {
  margin-top: 35px;
  line-height: 36px;
  color: #fff;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.application .application-box .application-title .wapper .application-center .hd {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  margin-top: 105px;
}
.application .application-box .application-title .wapper .application-center .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.application .application-box .application-title .wapper .application-center .hd ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 35px;
  padding-bottom: 47px;
  position: relative;
  cursor: pointer;
}
.application .application-box .application-title .wapper .application-center .hd ul li::before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(1, 67, 135, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.application .application-box .application-title .wapper .application-center .hd ul li:last-child {
  border-right: 0;
}
.application .application-box .application-title .wapper .application-center .hd ul li b {
  display: block;
  padding-right: 21px;
  text-align: right;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
}
.application .application-box .application-title .wapper .application-center .hd ul li em {
  display: block;
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin-top: 48px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.application .application-box .application-title .wapper .application-center .hd ul li.on::before {
  width: 100%;
}
.case {
  padding-top: 90px;
  padding-bottom: 80px;
  background: url(../images/case-bg.jpg) no-repeat center bottom;
}
.case .case-box {
  margin-top: 57px;
  position: relative;
}
.case .case-box .case-prev {
  width: 22px;
  height: 41px;
  background: url(../images/case-prev.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  cursor: pointer;
}
.case .case-box .case-next {
  width: 22px;
  height: 41px;
  background: url(../images/case-next.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  cursor: pointer;
}
.case .case-box ul {
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case-box ul li {
  width: 31%;
  transition: all 0.4s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 2%;
}
.case .case-box ul li a {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.case .case-box ul li a figure {
  position: relative;
  overflow: hidden;
  padding: 38% 0;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case-box ul li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.case .case-box ul li a figcaption {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .case-box ul li.swiper-slide-active {
  width: 34%;
}
.case .case-box ul li.swiper-slide-active a figure {
  position: relative;
  overflow: hidden;
  padding: 37.6% 0;
  display: block;
}
.case .case-box ul li.swiper-slide-active a figcaption {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 70px;
  background: #01439b;
  width: 75%;
  border-radius: 70px;
  color: #fff;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
}
.case .case-box ul li.swiper-slide-active a figcaption::after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/case-more.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
}
.honor {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 150px;
  background: url(../images/honorbg.jpg) no-repeat center bottom;
}
.honor .honor-box {
  margin-top: 60px;
  position: relative;
}
.honor .honor-box ul li {
  position: relative;
}
.honor .honor-box ul li figure {
  display: block;
  width: 100%;
  padding: 26px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.honor .honor-box ul li figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/honor_img.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.honor .honor-box ul li figure i {
  overflow: hidden;
  padding: 36% 0;
  display: block;
  position: relative;
}
.honor .honor-box ul li figure i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.honor .honor-box ul li figcaption {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honor-box .honor-prev {
  width: 44px;
  height: 22px;
  background: url(../images/honor-prev.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  cursor: pointer;
}
.honor .honor-box .honor-next {
  width: 44px;
  height: 22px;
  background: url(../images/honor-next.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  cursor: pointer;
}
.news {
  padding-bottom: 60px;
  display: none;
}
.news .newsTop {
  padding-top: 46px;
  padding-bottom: 40px;
  background: url(../images/news-top.jpg) no-repeat center;
  background-size: cover;
}
.news .newsTop .wapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 36px;
  align-items: center;
}
.news .newsTop .wapper .news-title h3 {
  font-size: 90px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
}
.news .newsTop .wapper .news-title .title {
  margin-top: 36px;
}
.news .newsTop .wapper .news-title .title a {
  display: block;
}
.news .newsTop .wapper .news-title .title a b {
  color: #fff;
  text-align: left;
  margin: 0;
  padding-left: 0;
  background: url(../images/titlebg2.png) no-repeat top right;
}
.news .newsTop .wapper .news-title .title a span {
  display: block;
  text-align: left;
  color: #fff;
}
.news .newsTop .wapper .news-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 51.338%;
}
.news .newsTop .wapper .news-info .news-titles {
  width: 40%;
}
.news .newsTop .wapper .news-info .news-titles a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-size: 20px;
  color: #fff;
}
.news .newsTop .wapper .news-info .news-titles time {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 36px;
  color: #fff;
  display: block;
}
.news .newsTop .wapper .news-img {
  width: 52%;
}
.news .newsTop .wapper .news-img figure {
  position: relative;
  overflow: hidden;
  padding: 34% 0;
  display: block;
}
.news .newsTop .wapper .news-img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.news .news-bottom {
  position: relative;
}
.news .news-bottom .wapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}
.news .news-bottom .wapper .news-prev {
  width: 6.19%;
  position: relative;
  cursor: pointer;
}
.news .news-bottom .wapper .news-prev::after {
  content: "";
  width: 68px;
  height: 53px;
  display: block;
  background: #f6f6f6 url(../images/news-arrow.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-bottom .wapper .news-prev:hover::after {
  background-color: #041a38;
  background-image: url(../images/news-arrow2.png);
}
.news .news-bottom .wapper .news-list {
  width: 87.62%;
  margin-top: 55px;
}
.news .news-bottom .wapper .news-list ul li a figure {
  position: relative;
  overflow: hidden;
  padding: 34.2% 0;
  display: block;
}
.news .news-bottom .wapper .news-list ul li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-bottom .wapper .news-list ul li a figcaption {
  padding: 46px 43px 41px;
  background: #f6f6f6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-bottom .wapper .news-list ul li a figcaption time {
  display: block;
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-bottom .wapper .news-list ul li a figcaption i {
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-bottom .wapper .news-list ul li a figcaption span {
  display: table;
  margin-top: 34px;
  padding-left: 72px;
  background: url(../images/news-more.png) no-repeat center left;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-bottom .wapper .news-list ul li a:hover figure img {
  transform: scale(1.1);
}
.news .news-bottom .wapper .news-list ul li a:hover figcaption {
  background: #01439b;
}
.news .news-bottom .wapper .news-list ul li a:hover figcaption time {
  color: #fff;
}
.news .news-bottom .wapper .news-list ul li a:hover figcaption i {
  color: #fff;
}
.news .news-bottom .wapper .news-list ul li a:hover figcaption span {
  color: #fff;
  background: url(../images/news-more2.png) no-repeat center left;
}
.news .news-bottom .wapper .news-next {
  width: 6.19%;
  position: relative;
  cursor: pointer;
}
.news .news-bottom .wapper .news-next::after {
  content: "";
  width: 68px;
  height: 53px;
  display: block;
  background: #f6f6f6 url(../images/news-arrow.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news-bottom .wapper .news-next:hover::after {
  background-color: #041a38;
  background-image: url(../images/news-arrow2.png);
}
@media (max-width: 980px) {
  .bannerSwiper .banner-pagination {
    bottom: 20px !important;
  }
  .bannerSwiper .banner-pagination span.swiper-pagination-current {
    font-size: 26px;
  }
  .video video {
    width: 100vw;
    left: 0;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .bannerSwiper .video-bth {
    bottom: 10px;
    width: auto;
    height: auto;
  }
  .bannerSwiper .video-bth figure {
    display: none;
  }
  .bannerSwiper .video-bth p {
    margin-top: 0;
    padding: 5px 10px;
  }
  .about {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .about .about-wapper .about-info {
    width: 100%;
  }
  .about .about-wapper .about-info .about-title h3 {
    font-size: 20px;
    line-height: 2;
  }
  .about .about-wapper .about-info .about-title h2 {
    font-size: 20px;
    line-height: 2;
  }
  .about .about-wapper .about-info .about-title h2 b {
    font-size: 20px;
    line-height: 2;
  }
  .about .about-wapper .about-info p {
    margin-top: 20px;
    font-size: 15px;
  }
  .about .about-wapper .about-info .about-number {
    border: 0;
    margin-top: 20px;
  }
  .about .about-wapper .about-info .about-number ul {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
  }
  .about .about-wapper .about-info .about-number li:nth-child(3),
  .about .about-wapper .about-info .about-number li:nth-child(4) {
    border-bottom: 0;
  }
  .about .about-wapper .about-info .about-number ul li {
    width: 50%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
  }
  .about .about-wapper .about-info .about-number ul li aside em {
    justify-content: center;
  }
  .about .about-wapper .about-info .about-number ul li aside em b {
    font-size: 24px;
  }
  .about .about-wapper .about-info .about-more {
    margin-top: 46px;
    width: 146px;
    height: 42px;
  }
  .about .about-wapper .about-info .about-more span {
    font-size: 15px;
  }
  .about .about-wapper .about-image {
    width: 100%;
    margin-top: 40px;
  }
  .about .about-wapper .about-image figure {
    width: 100%;
  }
  .product {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .title a b {
    font-size: 24px;
  }
  .product .product_title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 30px;
  }
  .product .product-menu ul li a em i {
    display: none;
  }
  .product .product-menu ul li a b {
    display: none;
  }
  .product .product-menu ul li a em {
    display: block;
    text-align: center;
  }
  .product .product-menu ul li a {
    padding-left: 0 !important;
    text-align: center;
    padding-right: 0 !important;
    display: block;
  }
  .product .product-menu ul li a em span {
    font-size: 18px;
    display: block;
    text-align: center;
  }
  .product .product-center ul li {
    padding: 28px 2.5% 28px;
  }
  .product .product-center ul li a figcaption em {
    font-size: 18px;
  }
  .product .product-center ul li a figcaption {
    padding-top: 20px;
  }
  .product .product-menu {
    margin-top: 30px;
  }
  .product .product-center ul li a figcaption span {
    font-size: 12px;
  }
  .product .product-menu ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product .product-menu ul li a em span {
    font-size: 16px;
  }
  .application {
    padding-top: 30px;
  }
  .application .application-box .application-title {
    position: relative;
  }
  .application .application-box .application-title .wapper h3 {
    width: 100%;
    padding-top: 20px;
    display: none;
  }
  .application .application-box .application-title .wapper .application-center {
    width: 100%;
  }
  .application .application-box .application-title .wapper .application-center .bd ul li h4 {
    color: #333;
    padding-top: 30px;
    font-size: 20px;
  }
  .application .application-box .application-title .wapper .application-center .bd ul li p {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
  }
  .application .application-box .application-title .wapper .application-center .hd {
    margin-top: 20px;
  }
  .application .application-box .application-title .wapper .application-center .hd ul li b {
    color: #333;
    display: none;
  }
  .application .application-box .application-title .wapper .application-center .hd {
    border: 1px solid #f2f2f2;
  }
  .application .application-box .application-title .wapper .application-center .hd ul li em {
    margin-top: 0px;
    color: #333;
    font-size: 15px;
  }
  .application .application-box .application-title .wapper .application-center .hd ul li {
    border-right: 1px solid #f2f2f2;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .application .application-box .application-title .wapper .application-center .hd ul li.on em {
    color: #fff;
  }
  .application .application-box {
    margin-top: 20px;
  }
  .case {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .title a span {
    font-size: 16px;
    letter-spacing: 0;
  }
  .case .case-box ul li.swiper-slide-active a figcaption::after {
    display: none;
  }
  .case .case-box ul li.swiper-slide-active a figcaption {
    width: 85%;
    line-height: 50px;
    font-size: 16px;
  }
  .case .case-box .case-prev,
  .case .case-box .case-next {
    display: none;
  }
  .case .case-box {
    margin-top: 30px;
  }
  .honor {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .honor .honor-box .honor-prev,
  .honor .honor-box .honor-next {
    display: none;
  }
  .honor .honor-box ul li figcaption {
    margin-top: 15px;
    font-size: 15px;
  }
  .honor .honor-box {
    margin-top: 30px;
  }
  .honor .honor-box ul li figure {
    padding: 5px;
  }
  .news .newsTop .wapper .news-title h3 {
    display: none;
  }
  .news .newsTop .wapper {
    padding-right: 0;
  }
  .news .newsTop .wapper .news-title {
    width: 100%;
  }
  .news .newsTop .wapper .news-title .title {
    width: 100%;
    margin-top: 0;
  }
  .news .newsTop .wapper .news-title .title a b {
    padding-left: 50px;
    margin: 0 auto;
  }
  .news .newsTop .wapper .news-title .title a span {
    text-align: center;
  }
  .news .newsTop .wapper .news-info {
    width: 100%;
    flex-direction: column-reverse;
  }
  .news .newsTop .wapper .news-img {
    width: 100%;
    margin-top: 30px;
  }
  .news .newsTop .wapper .news-info .news-titles {
    width: 100%;
    margin-top: 30px;
  }
  .news .newsTop .wapper .news-info .news-titles a {
    font-size: 16px;
  }
  .news .newsTop .wapper .news-info .news-titles time {
    margin-top: 10px;
    font-size: 14px;
  }
  .news .news-bottom .wapper .news-prev,
  .news .news-bottom .wapper .news-next {
    display: none;
  }
  .news .news-bottom .wapper .news-list {
    width: 100%;
  }
  .news .news-bottom .wapper .news-list ul li a figcaption {
    padding: 20px 15px;
  }
  .news .news-bottom .wapper .news-list ul li a figcaption i {
    margin-top: 15px;
    font-size: 16px;
  }
  .news .news-bottom .wapper .news-list {
    margin-top: 30px;
  }
}
