/* 头部 */

.header {
  width: 100%;
  height: auto;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.head-title {
  width: 100%;
  height: 30px;
  background-color: #eeeeee;
}

.head-title .common-card {
  height: 100%;
}

.head-title ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-title ul li {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #010101;
}

.head-content .common-card {
  height: 117px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-content .lt {
  display: flex;
  align-items: center;
}

.head-content .lt .logo {
  display: inline-block;
  width: 353px;
  height: auto;
  border-right: 1px solid #eeeeee;
  margin-right: 8px;
  padding-right: 5px;
}
.head-content .lt .text {
  font-size: 14px;
  line-height: 25px;
  color: #727272;
}

.head-content .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-content .rt {
  width: 388px;
  height: 44px;
}
.head-content form {
  position: relative;
}
.head-content .rt input[type='text'] {
  width: 100%;
  height: 44px;
  background-color: #e9e9e9;
  border-radius: 21px;
  font-size: 19px;
  padding-left: 10px;
  color: #000000;
}
.head-content .rt input[type='submit'] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/ic1.png) no-repeat;
  background-size: cover;
}

.header-bottom {
  width: 100%;
  height: 47px;
  background-color: #0271c0;
}

.header-bottom .common-card {
  height: 100%;
}

.header-bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom ul li {
  height: auto;
  padding: 0 26px;
}

.header-bottom ul li:last-child {
  border-right: none;
}

.header-bottom ul li a {
  display: inline-block;
  height: 100%;
  font-size: 23px;
  color: #ffffff;
}

.header-bottom ul li:hover {
  height: 100%;
  background-color: #ea0009;
}

.header-bottom ul li:hover a {
  line-height: 46px;
}
/* 轮播 */

.home-swiper {
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #1b3baa;
  border-radius: 5px;
  opacity: 0.5;
}

.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: 30px 0 45px 0;
  background-position-x: 30%;
  background-position-y: 25px;
}
.aboutUs .common-card {
  display: flex;
}
.common-tl {
  position: relative;
  width: 260px;
  height: 126px;
  background: url(../img/ic3.png) no-repeat;
  background-size: contain;
}
.common-tl h2 {
  position: absolute;
  top: 23%;
  left: 50px;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
}
.common-tl p {
  position: absolute;
  top: 60%;
  left: 50px;
  font-size: 16px;
  color: #333333;
}

.aboutUs .text {
  font-size: 18px;

  line-height: 50px;
  color: #333333;
  margin: 15px 0 10px 0;
}
.common-more {
  display: inline-block;
  width: 193px;
  height: 52px;
  background-color: #ea0009;
  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: 674px;
  object-fit: cover;
  margin-left: 20px;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  background: url(../img/bg2.png) no-repeat center;
  background-size: cover;
  padding: 50px 0 100px 0;
  background-color: #1e4581;
}
.productCenter .common-card {
  width: 1600px;
}
.common-title {
  text-align: center;
}
.common-title h2 {
  font-size: 30px;
  color: #ffffff;
}
.common-title p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.productSwiper {
  position: relative;
  width: 100%;
  height: 670px;
  margin-top: 80px;
}
.productSwiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.productSwiper .swiper-slide {
  width: 100%;
  height: calc((100% - 12px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productSwiper .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 283px;
}
.productSwiper .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.productSwiper .name {
  height: 46px;
  background-color: #eeeeee;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #000000;
}

.productCenter .bto {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.product-button-next {
  cursor: pointer;
  width: 92px;
  height: 61px;
  background: url(../img/ic5.png) no-repeat;
  background-size: cover;
  margin-right: 68px;
}
.product-button-prev {
  width: 92px;
  cursor: pointer;
  height: 61px;
  background: url(../img/ic5-1.png) no-repeat;
  background-size: cover;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: url(../img/ic8.png) no-repeat;
  background-position: 0 center;
  background-color: #f4f4f4;
}
.news .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .top .rt {
  display: flex;
  align-items: center;
}
.newSwiper {
  width: 100%;
  height: 480px;
  margin-top: 20px;
}
.newSwiper img {
  width: 227px;
  height: 221px;
  object-fit: cover;
  margin-right: 15px;
}

.newSwiper a {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 8px 10px 8px 8px;
}
.newSwiper .swiper-slide {
  background-color: #ffffff;
  width: 100%;
  height: calc((100% - 10px) / 2) !important;
}
.newSwiper .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newSwiper .text h6 {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newSwiper .text .ls {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  margin: 5px 0 15px 0;
}
.newSwiper .text span {
  font-size: 14px;
  color: #666666;
}
.new-button-next {
  cursor: pointer;
  width: 58px;
  height: 58px;
  background: url(../img/ic7.png) no-repeat;
  background-size: cover;
  margin-right: 54px;
}
.new-button-prev {
  width: 58px;
  cursor: pointer;
  height: 58px;
  background: url(../img/ic7-1.png) no-repeat;
  background-size: cover;
}
.new-button-next.swiper-button-disabled,
.new-button-prev.swiper-button-disabled,
.product-button-next.swiper-button-disabled,
.product-button-prev.swiper-button-disabled {
  cursor: no-drop !important;
  opacity: 0.5;
}
/* 行业应用 */
.industry {
  width: 100%;
  height: auto;
  background: url(../img/bg3.png) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  background-color: #192962;
}
.industry .common-title {
  text-align: left;
}
.industrySwiper {
  width: 100%;
  height: auto;
  overflow: visible;
  margin: 211px 0 0px 0;
}
.industrySwiper .common-more {
  background-color: #1b3baa;
}
.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%;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  height: 517px;
  background-color: #011352;
}
.number .text {
  height: 55px;
  border-radius: 27px;
  border: solid 1px #ffffff;
  font-size: 25px;
  text-align: center;
  line-height: 55px;
  width: fit-content;
  padding: 0 10px;
  color: #ffffff;
  margin: 45px 0 25px 0;
}
.number .common-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.number .common-more {
  margin-bottom: 40px;
}
.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: 48px;
  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: #292a2a;
  padding-top: 70px;
}
.footer ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer ul li {
  display: flex;
  flex-direction: column;
}
.footer li p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer li a,
.footer li span {
  font-size: 14px;
  line-height: 41px;
  color: #ffffff;
}
.footer li:nth-child(3) {
  margin-top: 30px;
}
.footer li img {
  width: 162px;
  height: 162px;
  object-fit: cover;
  margin-top: 10px;
}
.footer .bto {
  font-size: 15px;
  border-top: 1px solid #464646;
  margin-top: 30px;
  line-height: 84px;
  text-align: center;
  color: #ffffff;
}
