/* 头部 */

.header {
  position: absolute;
  width: 100%;
  height: 121px;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(216, 3, 3, 0.6);
}

.common-card {
  width: 1200px;
  margin: 0 auto;
}
.header .logo {
  display: inline-block;
  width: 464px;
  height: auto;
  margin-right: 90px;
}
.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: 20px;
  color: #ffffff;
}
/* 轮播 */

.home-swiper {
  position: relative;
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #e4bd83;
  border-radius: 5px;
  opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
  background-color: red !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.common-tl {
  text-align: center;
}
.common-tl h4 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}
.common-tl h6 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 15px;
  color: #666666;
}
/* 产品中心 */
.productCenter {
  padding: 35px 0 25px 0;
}
.productCenter .nav {
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.productCenter .nav .item,
.common-more {
  width: 162px;
  height: 39px;
  cursor: pointer;
  line-height: 39px;
  text-align: center;
  background: url(../img/icon.png) no-repeat center;
  background-size: contain;
  font-size: 19px;
  color: #666666;
  margin-right: 12px;
}
.productCenter .nav .item:last-child {
  margin-right: 0;
}
.productCenter .nav .item.active,
.productCenter .nav .item:hover {
  color: red;
}

.productSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productSwiper .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 375px;
  background-color:#fff ;
  background-blend-mode: normal, normal;
  border: solid 3px #eeeeee;
}
.productSwiper .img img {
  width:auto;
  height: 100%;

}
.productSwiper .name {
  width: 100%;
  height: 43px;
  background-color: #eeeeee;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  margin-top: 3px;
  color: #666666;
}

.listSwiper {
  display: none;
}

.product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.product-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #d77e00;
  border-radius: 50%;
}
.product-pagination .swiper-pagination-bullet-active {
  background-color: red !important;
}

/* 关于我们 */
.aboutUs {
  background-color: #f7f7f7;
  padding: 40px 0;
}

.about-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.about-con .con {
  display: flex;
}
.about-con .con .text {
  flex: 1;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
}
.about-con .con img {
  width: 600px;
  height: 509px;
  object-fit: cover;
  margin-left: 18px;
}
.about-con .number ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 16px 0;
}
.about-con .number span {
  font-size: 48px;
  font-weight: bold;
  color: #c40103;
}
.about-con .number i,
.about-con .number h6 {
  font-size: 26px;
  font-weight: normal;
  color: #c40103;
}
.about-con .number h6 {
  margin-top: 10px;
}

.meadMaker {
  width: 100%;
  height: 406px;
  background: url(../img/icon3.png) no-repeat;
  background-size: cover;
}
.meadMaker .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.meadMaker h4 {
  font-family: LiSu;
  font-size: 65px;
  color: #ffffff;
}
.meadMaker h6 {
  font-family: MicrosoftYaHei;
  font-size: 48px;
  letter-spacing: 10px;
  color: #ffffff;
  margin: 30px 0;
}
.meadMaker .text {
  width: fit-content;
  padding: 0 20px;
  height: 60px;
  background-color: #c40103;
  border-radius: 30px;
  border: solid 1px #f7f7f7;
  font-size: 21px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
}
.meadMaker .text span:first-child {
  margin-right: 15px;
}
/* 招商加盟 */
.toJoin {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.toJoin-con {
  display: flex;
  width: 100%;
  height: 624px;
  margin-top: 25px;
  background: url(../img/bg.png) no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
}
.toJoin-con .img {
  width: 960px;
  height: 100%;
}
.toJoin-con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.toJoinSwiper {
  width: 600px;
  height: 100%;
  overflow: hidden;
  padding: 70px 0;
  margin-left: 350px;
}

.toJoinSwiper h6 {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}
.toJoinSwiper .text {
  width: 100%;
  font-size: 20px;
  line-height: 37px;
  color: #000000;
  margin: 20px 0;
  padding-right: 30px;
}
.toJoinSwiper .bto {
  display: flex;
  align-items: center;
}

.toJoin-button-next {
  cursor: pointer;
  width: 31px;
  height: 31px;
  background: url(../img/icon5.png) no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.toJoin-button-prev {
  cursor: pointer;
  width: 31px;
  height: 31px;
  background: url(../img/icon5-1.png) no-repeat;
  background-size: cover;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 17px 0 45px 0;
  background: url(../img/icon6.png) no-repeat;
  background-size: cover;
}
.news-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.news-con .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-con .top ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.news-con li {
  width: calc((100% - 12px) / 2);

  height: 110px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-right: 12px;
  padding: 20px;
  margin-bottom: 23px;
}
.news-con li a {
  display: flex;
  align-items: center;
}
.news-con li:nth-child(2n) {
  margin-right: 0;
}
.news-con .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  height: 100%;
  border-right: 1px solid #dcdcdc;
  padding-right: 19px;
  margin-right: 19px;
}
.news-con .time p {
  font-size: 24px;
  color: #666666;
}
.news-con .time span {
  font-size: 27px;

  color: #666666;
}
.news-con .text {
  flex: 1;
}
.news-con .text h6 {
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.news-con .text .ls {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  color: #666666;
  margin-top: 2px;
}

.homeNav {
  width: 100%;
  height: 64px;
  background-image: linear-gradient(90deg, #c10000 0%, #d77e00 100%), linear-gradient(#0162af, #0162af);
  background-blend-mode: normal, normal;
}
.homeNav .common-card {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.homeNav a {
  font-size: 22px;
  line-height: 20px;
  color: #ffffff;
  border-right: 2px solid #fff;
  padding-right: 65px;
  margin-right: 65px;
}
.homeNav a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.footer .common-card {
  display: flex;
  align-items: center;
}
.footer .logo {
  display: inline-block;
  width: 464px;
  height: auto;
  object-fit: cover;
  margin-right: 50px;
}
.footer li p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}
.footer li a,
.footer li span {
  font-size: 18px;
  line-height: 48px;

  color: #ffffff;
}
.footer .rt {
  flex: 1;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  margin-top: 10px;
}
.footer .bto {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  height: 54px;
  font-size: 14px;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
}
