/* 头部 */

.header {
  width: 100%;
  height: auto;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
}

.head-title {
  width: 100%;
  height: 40px;
  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;
  line-height: 40px;
  color: #1e1e1e;
}

.head-content .common-card {
  height: 87px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-content .left {
  display: flex;
  align-items: center;
}

.head-content .left a {
  display: flex;
  align-items: center;
  width: 552px;
  height: 60px;
}

.head-content .left .lg1 {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.head-content .left .lg2 {
  height: 47px;
  width: auto;
  object-fit: cover;
}

.head-content .right {
  display: flex;
  align-items: center;
}

.head-content .right img {
  width: 41px;
  height: 39px;
  object-fit: contain;
}

.head-content .right > div {
  display: flex;
  flex-direction: column;

  margin-left: 12px;
}

.head-content .right h6 {
  font-size: 14px;
  color: #727272;
}
.head-content .right h5 {
  font-size: 19px;
  font-weight: bold;
  color: #ff2f36;
}
.header-bottom {
  width: 100%;
  height: 47px;
  background-color: #1d62e7;
}

.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: 100%;
  line-height: 47px;
  padding: 0 33px;
}

.header-bottom ul li a {
  display: inline-block;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
}

.header-bottom ul li:hover {
  background-color: #ff2f36;
}

/* 轮播 */

.home-swiper {
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: #00a8ff;
  opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
  background-color: #0187fa !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
}
.search .common-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.search .lt i {
  font-size: 16px;

  color: #000000;
}
.search .lt a {
  font-size: 14px;
  color: #7e7e7e;
}
.search .form {
  width: 390px;
  height: 35px;
  background-color: #eeeeee;
}
.search .form form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.search .form input[type='text'] {
  width: calc(100% - 87px);
  height: 35px;
  background-color: #f3f3f3;
  font-size: 14px;
  padding-left: 5px;
  color: #aaaaaa;
}
.search .form input[type='submit'] {
  width: 87px;
  height: 35px;
  background-color: #0068b7;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
}
/* 产品中心 */
.product {
  width: 100%;
  height: auto;
  padding: 28px 0;
}
.product .nav {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.product .nav a {
  display: inline-block;
  width: 131px;
  height: 40px;
  background-color: #eeeeee;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  margin-right: 20px;
}
.product .nav a:last-child {
  margin-right: 0;
}
.product .nav a:hover {
  color: #fff;
  background-color: #1d62e7;
}
.common-title {
  text-align: center;
}
.common-title h6 {
  font-size: 33px;
  font-weight: bold;
  color: #aaaaaa;
}
.common-title h5 {
  font-size: 30px;
  font-weight: normal;
  color: #000000;
}
.common-title h5 {
  margin: 10px 0 15px 0;
}
.common-title h4 {
  font-size: 16px;
  color: #888888;
}
.productDisply-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.productDisply-con ul {
  display: flex;
  flex-wrap: wrap;
}
.productDisply-con ul li {
  width: 291px;
  height: auto;
  margin: 0 11px 18px 0;
  padding: 14px 13px 5px 13px;
  background-color: #eeeeee;
}
.productDisply-con ul li:nth-child(3n) {
  margin-right: 0;
}
.productDisply-con ul img {
  width: 265px;
  height: 220px;
  vertical-align: bottom;
  object-fit: cover;
}
.productDisply-con ul .name {
  width: 100%;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.bg img {
  width: 100%;
  height: 215px;
  background-size: cover;
}
/* 荣誉证书 */
.certificate {
  width: 100%;
  height: auto;
  margin: 40px 0 25px 0;
}
.certificate-con {
  width: 100%;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* overflow: hidden; */
}
.certificate-con .con {
  width: 100%;
  height: auto;
}
.certificate-con ul {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.tempWrap {
  width: 100% !important;
}
.certificate-con .top {
  margin-bottom: 23px;
}
.certificate-con .top li {
  width: 393px;
  height: 253px;
  margin-right: 5px;
}
.certificate-con li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certificate-con li:last-child {
  margin-right: 0;
}
.certificate-con .bto li {
  width: 394px;
  height: 539px;
  margin-right: 10px;
}
.common-more {
  display: inline-block;
  width: 142px;
  height: 42px;
  background-color: #086fb4;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  margin-top: 30px;
}
/* 选择新世纪万宝 */
.select {
  width: 100%;
  height: auto;
  background: url(../img/icon6.png) no-repeat top;
  background-size: cover;
  padding: 60px 0 10px 0;
}
.select .title {
  text-align: center;
}
.select .title h4 {
  font-size: 76px;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: 11px;
  color: #105dc6;
}
.select .title h2 {
  font-size: 38px;
  line-height: 72px;
  letter-spacing: 8px;
  color: #333333;
}
.select .title h4 i {
  font-weight: normal;
}
.select-con {
  padding-top: 14%;
}
.select-con .lt {
  margin-bottom: 25px;
}
.select-con li .lt:last-child {
  margin-bottom: 0;
}
.select-con .lt .tl {
  display: flex;
  align-items: center;
}
.select-con .lt .tl span {
  font-family: 'BodoniBT-Bold';
  font-size: 78px;
  font-weight: bold;
  line-height: 24px;
  color: #105dc6;
}
.select-con .lt .tl div {
  margin-left: 25px;
}
.select-con .lt .tl h6 {
  font-size: 24px;
  color: #333333;
}
.select-con .lt .tl h5 {
  font-size: 18px;
  color: #105dc6;
}
.select-con .lt .text {
  font-size: 18px;
  line-height: 40px;
  margin-top: 10px;
  color: #666666;
}
.select-con li .rt {
  width: 599px;
  height: auto;
}
.select-con li .rt img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.select-con li {
  display: flex;
  align-items: center;
}
.select-con li .item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* 厂房设备 */
.plant {
  width: 100%;
  height: auto;
  padding: 35px 0 20px 0;
}
.plant-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.plant-con ul {
  display: flex;
  flex-wrap: wrap;
}
.plant-con ul li {
  width: 293px;
  height: auto;
  margin: 0 9px 23px 0;
}
.plant-con ul li:nth-child(4n) {
  margin-right: 0;
}
.plant-con ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  vertical-align: bottom;
}
.plant-con li .name {
  width: 100%;
  height: 44px;
  background-color: #eeeeee;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #000000;
}
/* 关于我们 */
.homeAbout {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: url(../img/icon11.png) no-repeat top;
  background-size: cover;
}
.homeAbout .common-title h5,
.homeAbout .common-title h4 {
  color: #fff;
}

.about-con .top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 492px;
  background-color: #ffffff;
  padding: 5px 25px 24px 14px;
  margin: 45px 0 60px 0;
}
.about-con .top img {
  width: 578px;
  height: 468px;
  margin-right: 24px;
}
.about-con .text {
  flex: 1;
}
.about-con .text h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  color: #116cb7;
}
.about-con .text .ls {
  font-size: 14px;
  line-height: 37px;
  color: #000000;
}
.about-con .text .common-more {
  background-color: #fff;
  border: solid 1px #0068b7;
  color: #116cb7;
}
.about-con .number ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-con .number p {
  margin-bottom: 10px;
}
.about-con .number span {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.about-con .number i,
.about-con .number h6 {
  font-size: 24px;
  color: #ffffff;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 30px 0 40px 0;
}

/* 专注冷暖设备研发制造 */
.development {
  width: 100%;
  height: 417px;
  background-color: #1d62e7;
  background: url(../img/icon13.png) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.development .common-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.development h4 {
  font-size: 39px;
  font-weight: bold;
  color: #ffffff;
}
.development h5 {
  width: fit-content;
  height: 55px;
  text-align: center;
  padding: 0 15px;
  line-height: 55px;
  border-radius: 27px;
  border: solid 1px #ffffff;
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
}
.news-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}
.development .common-more {
  background-color: #1d62e7;
}
.newsSwiper {
  position: relative;
  width: 100%;
  height: 605px;
  overflow: hidden;
}
.newsSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsSwiper .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 888;
  width: 675px;
  height: 327px;
  background-color: #ffffff;
  opacity: 0.95;
  padding: 35px 25px 10px 22px;
}
.newsSwiper .text h6 {
  font-size: 24px;
  color: #000000;
}
.newsSwiper .text .ls {
  font-size: 16px;
  line-height: 45px;
  color: #666666;
}
.newsSwiper .text .time {
  font-size: 24px;
  text-align: right;
  color: #e6e6e6;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  background-color: #292a2a;
  padding-top: 34px;
}
.footer .top {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.footer .rt {
  flex: 1;
}
.footer .logo {
  display: inline-block;
  width: 365px;
  height: 157px;
  margin-right: 70px;
}
.footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer ul {
  width: 100%;

  display: flex;
  justify-content: space-between;
}
.footer 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: 42px;
  color: #ffffff;
}
.footer li img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  margin-top: 10px;
}
.footer .bto {
  font-size: 15px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid #626262;
}
