/* 头部 */

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
}

.header {
  width: 100%;
  height: 74px;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
  height: 100%;

}


.header .logo {
  display: inline-block;
  width: 279px;
  height: auto;
  margin-right: 40px;
}

.header ul {
  flex: 1;
}

.header .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


.header li a {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}


/* 轮播 */

.headerSwiper {
  width: 100%;
  height: auto;
    overflow: hidden;
}

.headerSwiper.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #0953b6;
  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;
}

.plate1 {
  width: 100%;
  height: auto;
  padding: 50px 0 65px 0;
  background-color: #eeeeee;
}


.plate1 .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 207px;
  border-radius: 50%;
  background-color: #0953b6;
  border: 10px solid #fff;
  transition: all 0.5s;
}

.plate1 .img img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.plate1 li h6 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.plate1 li .ls {
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #696969;
  margin-top: 15px;
}

.plate1 li:hover .img {
  cursor: pointer;
  transform: rotate(360deg);
}

.common-tl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-tl h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000000;
}

.common-tl .br {
  position: relative;
  width: 264px;
  height: 1px;
  background-color: #dcdcdc;
  margin: 12px 0 15px 0;
}

.common-tl .br::before {
  position: absolute;
  top: -3px;
  display: block;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 143px;
  height: 6px;
  background-color: #00478c;
}

.common-tl p {
  font-size: 20px;
  color: #666666;
}

/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  padding-top: 13px;
}

.about-con {
  width: 100%;
  height: 583px;
  margin-top: 30px;
}

.about-con img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.about-con .text {
  padding: 35px 355px 20px 15px;
  height: 100%;
  background-color: #f1f1f1;
}

.about-con .text .tl h6 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
.products-con{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about-con .text .tl .moress {
  display: inline-block;
  width: 85px;
  height: 21px;
  background-color: #1466ba;
  border-radius: 11px;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  letter-spacing: 1px;
  color: #ffffff;
}

.about-con .text .ls {
  font-size: 16px;
  line-height: 37px;

  color: #000000;
}

.about-con .text .tl {
  padding-bottom: 11px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
}

.number {
  width: 100%;
  height: auto;
  height: 239px;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-color: #00478c;
}

.number ul {
  height: 100%;
}

.number li span {
  font-size: 57px;
  font-weight: bold;
  color: #ffffff;
}

.number li i,
.number li h5 {
  font-size: 28px;

  color: #ffffff;
}

.number li h5 {
  margin-top: 10px;
}

/* 产品中心 */
.products {
  width: 100%;
  height: auto;
  padding: 35px 0 80px 0;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}

.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

.common-tl.w .br {
  background-color: #fff;
}

.common-tl.r .br::before {
  background-color: #d24118;
}

.products .nav {
  margin: 55px 0 40px 0;
}

.products .common-card {
  max-width: 1380px;
}

.products .nav a {
  display: inline-block;
  width: 212px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 23px;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #000000;
  margin-right: 25px;
}

.products .nav a:last-child {
  margin-right: 0;
}

.productsItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.productsItem li {
  width: 334px;
  height: auto;
  background-color: #ffffff;
  margin: 0 14px 23px 0;
  padding: 12px;
}

.productsItem li:nth-child(4n) {
  margin-right: 0
}

.productsItem li img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  vertical-align: bottom;
}

.productsItem li .ls {
  font-size: 18px;
  color: #000000;
}

.productsItem .name {
  margin: 15px 0 4px 0;
}

.productsItem .name::after {
  display: block;
  content: '';
  width: 27px;
  height: 27px;
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
}

/* 应用行业 */
.industry {
  width: 100%;
  height: auto;
  padding: 30px 0 13px 0;
  background-color: #eee;
}

.industrySwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 62px;
}

.industry .tl {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 110px;
}

.industry .tl .text {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
  width: 461px;
  height: 214px;
  background-color: #00478c;
  border-radius: 6px;
  font-size: 20px;
  line-height: 48px;
  padding: 25px;
  color: #ffffff;
}

.industrySwiper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.industrySwiper .name {
  width: 100%;
  height: 44px;
  background-color: #00478c;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  letter-spacing: 2px;
  color: #ffffff;
}


.industry-button-next {

  cursor: pointer;
  width: 39px;
  height: 39px;
  background: url(../img/ic7.png) no-repeat;
  background-size: cover;
}

.industry-button-prev {

  cursor: pointer;
  width: 39px;
  height: 39px;
  background: url(../img/ic7-1.png) no-repeat;
  background-size: cover;
}

/* 设备展示 */
.equipment {
  width: 100%;
  height: auto;
  padding: 40px 0 60px 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}

.equipmentItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px 0;
}

.equipmentItem li {
  width: 295px;
  height: auto;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  margin: 0 4px 15px 0;
  padding: 2px;
  background-color: #fff;
}

.equipmentItem li img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  border-radius: 14px;
}

.equipmentItem li:nth-child(4n) {
  margin-right: 0;
}

.equipment-con .tempWrap {
  margin: 30px 0;
}

.equipment-con,
.news-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.equipmentItem li .name {
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  letter-spacing: 1px;
  color: #000000;
}

.moress {
  display: inline-block;
  width: 163px;
  height: 51px;
  background-color: #00478c;
  border-radius: 25px;
  border: solid 2px #e5e4e2;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  letter-spacing: 1px;
  color: #ffffff;
}

/*   <!-- 新闻资讯 -->
 */
.news {
  width: 100%;
  height: auto;
  padding: 35px 0 30px 0;
}

.news-con ul {
  margin: 50px 0 20px 0;
}

.news-con li {
  width: calc((100% - 33px) /2);
}

.news-con ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-con li:first-child {
  margin-right: 33px;
}

.news-con li img {
  width: 100%;
  height: 359px;
  object-fit: cover;
  vertical-align: bottom;
  margin-bottom: 12px;
}

.news-con li a {
  width: 100%;
  height: auto;
  padding: 20px 30px 15px 17px;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 14px;
}

.news-con .time {
  width: 75px;

}

.news-con .text {
  flex: 1;
}

.news-con .time p {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}

.news-con .time span,
.news-con .text .mores {
  font-size: 16px;
  color: #666666;
}

.news-con .text h6 {
  font-size: 18px;
  color: #000000;
}

.news-con .text .ls {
  font-size: 14px;
  margin-top: 8px;
  line-height: 31px;
  color: #666666;
}

.plate2 {
  width: 100%;
  height: auto;
  padding: 50px 0 60px 0;
  background: url(../img/ic9.png) no-repeat;
  background-size: cover;
}

.plate2 .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.plate2 p {
  font-size: 27px;
  letter-spacing: 12px;
  color: #ffffff;
}

.plate2 h6 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin: 25px 0;
}

.plate2 .ls {
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
}

.plate2 .ph {
  width: fit-content;
  width: 484px;
  height: 46px;
  background-color: #0953b6;
  border-radius: 22px;
  border: solid 1px #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  margin-top: 40px;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
}

.footer .nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(236, 230, 230, 0.2);
}

.footer .nav a {
  font-size: 20px;
  line-height: 20px;
  border-right: 1px solid #fff;
  padding-right: 40px;
  margin-right: 40px;
  color: #ffffff;
}

.footer .nav a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.footer .con {
  padding: 35px 0 20px 0;
}

.footer .con .logo {
  margin-right: 35px;
  width: 424px;
  height: auto;
  object-fit: contain;
}

.footer ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer li {
  display: flex;
  flex-direction: column;
}

.footer li p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer li a,
.footer li span {
  font-size: 16px;
  line-height: 39px;
  color: #ffffff;
}

.footer li img {
  width: 185px;
  height: 185px;
  margin-top: 10px;
  object-fit: cover;
}

.footer .bto {
  width: 100%;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid rgba(240, 236, 236, 0.2);
}


@media screen and (max-width: 1800px) {
.about-con .text {
    padding: 20px 4%;
}
.about-con .text .ls {
    font-size: 15px;
    line-height: 40px;
}

}