/* 头部 */

.common-card {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 110px;
}

.header .logo {
  display: inline-block;
  width: 374px;
  height: auto;
  margin-right: 40px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .common-card {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .rt {
  flex: 1;
}
.header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header ul a {
  font-size: 16px;
  color: #282828;
}
.header li img {
  width: 37px;
  height: 37px;
  object-fit: cover;
  margin-right: 14px;
}
.header li span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1b3baa;
}
.header li:last-child {
  display: flex;
  align-items: center;
}
/* 轮播 */

.headerSwiper  {
  width: 100%;
  height: auto;
    position: relative;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #1b3baa;
  border-radius: 5px;
  opacity: 0.5;
}
.banner-pagination{
    bottom: 5% !important;
}
.headerSwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
/* 关于我们 */
.aboutUs {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-position-x: 30%;
  background-position-y: 85px;
}
.aboutUs .common-card {
  display: flex;
}
.common-tl {
  position: relative;
  width: 250px;
  height: 126px;
  background: url(../img/icon3.png) no-repeat;
  background-size: contain;
}
.common-tl h2 {
  position: absolute;
  top: 23%;
  left: 59px;
  font-size: 30px;
  font-weight: bold;
  color: #1b3baa;
}
.common-tl p {
  position: absolute;
  top: 56%;
  left: 79px;
  font-size: 16px;
  color: #666666;
}

.aboutUs .text {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.common-more {
  display: inline-block;
  width: 193px;
  height: 52px;
  background-color: #1b3baa;
  border-radius: 26px;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
}
.aboutUs .lt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutUs .img {
  width: 604px;
  height: 601px;
  object-fit: cover;
  margin-left: 19px;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  background: url(../img/bg1.png) no-repeat center;
  background-size: cover;
  padding: 50px 0 100px 0;
}
.productCenter .common-card {
  width: 1600px;
}
.common-title {
  text-align: center;
}
.common-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.common-title p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.productSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.productSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: solid 1px #e9e9e9;
  padding: 18px 10px;
}
.productSwiper img {
  width: 360px;
  height: auto;
  object-fit: contain;
}
.productSwiper .name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productSwiper .name p {
  font-size: 20px;
  color: #333333;
  margin-bottom: 18px;
}
.productSwiper .name p::after {
  display: block;
  content: '';
  width: 104px;
  height: 1px;
  background-color: #0065b5;
  margin-top: 15px;
}
.productSwiper .name span {
  font-size: 16px;
  color: #0065b5;
}
.productSwiper .bto {
  display: flex;
  margin: 65px 0 0 200px;
  align-items: center;
}
.product-button-next {
  cursor: pointer;
  width: 92px;
  height: 61px;
  background: url(../img/icon5.png) no-repeat;
  background-size: cover;
  margin-right: 96px;
}
.product-button-prev {
  width: 92px;
  cursor: pointer;
  height: 61px;
  background: url(../img/icon5-1.png) no-repeat;
  background-size: cover;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;

  padding: 133px 0;
  background: url(../img/bg2.png) no-repeat;

  background-position: 0 center;
  background-color: #f4f4f4;
}
.news .common-tl h2 {
  color: #0065b5;
}
.newSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 55px;
}
.newSwiper .img {
  width: 100%;
  height: 289px;
  object-fit: cover;
  vertical-align: bottom;
}
.newSwiper .swiper-slide {
  background-color: #ffffff;
  border-radius: 8px;
}

.newSwiper .text {
  padding: 30px 13px 30px 39px;
}
.newSwiper .text h6 {
  font-size: 24px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newSwiper .text .ls {
  font-size: 15px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  margin: 20px 0;
}
.newSwiper .text .icon {
  width: 48px;
  height: 14px;
  object-fit: contain;
  margin-left: 270px;
}
.new-button-next {
  cursor: pointer;
  width: 58px;
  height: 58px;
  background: url(../img/icon6.png) no-repeat;
  background-size: cover;
  margin-right: 54px;
}
.new-button-prev {
  width: 58px;
  cursor: pointer;
  height: 58px;
  background: url(../img/icon6-1.png) no-repeat;
  background-size: cover;
}
.news .top {
  padding: 0 110px 0 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .top .rt {
  display: flex;
  align-items: center;
}
/* 行业应用 */
.industry {
  width: 100%;
  height: auto;
  background: url(../img/bg3.png) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.industry .common-title {
  text-align: left;
}
.industrySwiper {
  width: 100%;
  height: auto;

  margin: 211px 0 0px 0;
}
.industrySwiper img {
  width: 100%;
  height: 475px;
  object-fit: cover;
}
.industrySwiper a {
  display: none;
}
.industrySwiper .text {
  width: 450px;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 45px 20px 20px 20px;
  transition: all 0.3s;
}
.industrySwiper .text h6 {
  font-size: 22px;
  color: #232323;
}
.industrySwiper .text .ls {
  font-size: 14px;
  line-height: 36px;
  color: #232323;
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  margin-top: 30px;
}
.industrySwiper .swiper-slide {
  position: relative;
}
.industrySwiper a {
  position: absolute;
  top: -55%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.industrySwiper .swiper-slide-active a {
  display: block;
}

.industry-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.industry-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  opacity: 0.5;
}
.industry-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.number {
  width: 100%;
  height: auto;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  height: 635px;
}
.number .common-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.number .common-more {
  margin: 55px 0 110px 0;
}
.number h5 {
  font-size: 36px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
}
.number .bto {
  width: 100%;
}
.number .bto ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.number .bto span {
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
}
.number .bto i,
.number .bto h6 {
  font-size: 24px;
  color: #ffffff;
}
.number .bto h6 {
  margin-top: 5px;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #232323;
  padding-top: 70px;
}
.footer .common-card {
  display: flex;
}
.footer .lt {
  width: 394px;
  margin-right: 60px;
  height: auto;
}
.footer .rt {
  flex: 1;
}
.footer .logo {
  display: inline-block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 60px;
}
.footer .lt p {
  font-size: 17px;
  line-height: 44px;
  color: #f4f4f4;
}
.footer .lt h6 {
  font-size: 30px;
  color: #f4f4f4;
}
.footer li p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #f4f4f4;
}
.footer li span {
  font-size: 14px;
  line-height: 44px;

  color: #f4f4f4;
}
.footer li img {
  width: 155px;
  height: 155px;
  margin-top: 15px;
  object-fit: cover;
}

.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer ul li {
  display: flex;
  flex-direction: column;
}
.footer .form {
  display: flex;
  flex-direction: column;
}
.footer input[type='text'] {
  width: auto;
  height: 50px;
  background-color: #232323;
  color: #fff;
  border-bottom: 1px solid #626262;
  margin-bottom: 12px;
}
.footer textarea {
  padding-top: 20px;
  height: 50px;
  background-color: #232323;
  color: #fff;
  border-bottom: 1px solid #626262;
}
.footer input[type='submit'] {
  width: 145px;
  height: 30px;
  background-color: #1b3baa;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  color: #f4f4f4;
}
.footer .bto {
  font-size: 14px;
  border-top: 1px solid #464646;
  margin-top: 30px;
  line-height: 72px;
  text-align: center;
  color: #ffffff;
}

.common-title.inner  h2{
  color: #000;
margin-bottom:15px;
}
.blk-main  {
padding:25px 0  10px 0;
}
.blk-main  .blk-sm{
  width: 100%;
}


