/* 字体 */
@font-face {
  font-family: "Barlow-BoldItalic";
  src: url(./../fonts/Barlow-BoldItalic.ttf);
  font-weight: normal;
  font-style: normal;
}

/* 当前使用的页面 */
/* 9.首页 */

/* 9-1.热门关键词 */
.antis {
  width: 100%;
  padding: 90px 0 76px;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}

.antis::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 32%;
  height: 4px;
  background-color: #e60000;
  border-radius: 2px;
}

.antis .inside {
  padding: 0 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.antis .sear {
  width: 273px;
  height: 32px;
  padding: 0 17px;
  background-color: #f9f9f9;
  border-radius: 16px;
  border: solid 1px rgba(140, 140, 140, 0.2);
}

.antis .sear img {
  float: right;
  width: 19px;
  height: 19px;
  margin-top: 6px;
  cursor: pointer;
}

.antis .sear input {
  float: left;
  width: calc(100% - 27px);
  background-color: transparent;
  height: 100%;
  font-size: 15px;
  color: #4e4e4e;
  border: 0;
  outline: 0;
}

.antis h3 {
  width: 120px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
}

.antis h3::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 41px;
  height: 5px;
  background-color: #fb2a2a;
  border-radius: 3px;
}

.antis .words {
  width: calc(100% - 393px);
  font-size: 18px;
  text-align: right;
  padding: 0 56px;
}

.antis .words em {
  margin: 0 9px;
}

@media (max-width: 1400px) {
  .antis {
    padding: 90px 0 56px;
  }
  .antis .inside {
    padding: 0;
  }
  .antis h3 {
    width: 100px;
    font-size: 20px;
  }
  .antis .words {
    width: calc(100% - 373px);
    font-size: 16px;
    padding: 0 32px;
  }
}

@media (max-width: 1000px) {
  .antis {
    padding: 63px 0 32px;
  }
  .antis .inside {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .antis::before {
    height: 2px;
    bottom: -1px;
  }
  .antis h3 {
    width: 100%;
    font-size: 18px;
  }
  .antis h3::before {
    width: 32px;
  }
  .antis .words {
    text-align: left;
    width: 100%;
    font-size: 13px;
    padding: 0;
    margin-top: 13px;
    line-height: 27px;
  }
  .antis .words em {
    margin: 0 5px;
  }
  .antis .sear {
    width: 240px;
    margin-top: 17px;
    padding: 0 13px;
  }
  .antis .sear input {
    font-size: 12px;
  }
  .antis .sear img {
    width: 13px;
    height: 13px;
    margin-top: 9px;
  }
}

/* 9-2.商用厨房产品中心 */
.inx-hall {
  margin-top: 100px;
}

.inx-hall-list {
  position: relative;
}

.hallIconSwiper {
  position: relative;
  padding: 0 17%;
}

.hallIconSwiper .more {
  display: block;
  width: 122px;
  height: 35px;
  background-color: #e60000;
  border-radius: 23px 0px 23px 0px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 9%;
  top: -35px;
}

.hallIconSwiper .swiper-container {
  padding-bottom: 22px;
}

.hallIconSwiper .swiper-slide {
  width: 100%;
  height: 99px;
  border: solid 1px #626262;
  font-size: 18px;
  padding-bottom: 3px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.hallIconSwiper .active {
  background-color: #e60000;
  border: solid 1px #e60000;
  color: #ffffff;
}

.hallIconSwiper .active::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: url(./../images/trig.png) no-repeat center/cover;
}

/* 分页按钮修改 */
.hallIconSwiper .swiper-button-next,
.hallIconSwiper .swiper-button-prev {
  width: 42px;
  height: 45px;
}
.hallIconSwiper .swiper-button-prev,
.hallIconSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-left1.png);
  background-size: 100% 100%;
  left: 12%;
  cursor: pointer;
}
.hallIconSwiper .swiper-button-next,
.hallIconSwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right1.png);
  background-size: 100% 100%;
  right: 12%;
  cursor: pointer;
}

.hallPlaySwiper {
  margin-top: 16px;
}

.hallPlaySwiper .pic {
  width: 100%;
}

.album {
  width: 100%;
  height: auto;
  padding: 74px 0 48px;
  background-color: #f7f7f7;
}

.album .inside {
  display: flex;
  justify-content: space-between;
}

.album li {
  width: calc(25% - 33px);
}

.album li a {
  display: block;
  position: relative;
}

.album li .img {
  width: 100%;
}

.album li .tags {
  width: 127px;
  height: auto;
  position: absolute;
  left: 0;
  top: 24px;
}

.album li .det {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #626262;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
}

.album li .det em {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.album li .row {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e60000;
  margin-right: -24px;
  text-align: center;
  line-height: 45px;
}

.album li .row img {
  width: 30px;
  height: auto;
}

.album li span {
  width: calc(100% - 60px);
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.album li:hover .row,
.album .active .row {
  display: block;
}

.album .active .det em,
.album li:hover .det em {
  display: none;
}

@media (max-width: 1400px) {
  .album {
    padding: 65px 0;
  }
  .album li {
    width: calc(25% - 15px);
  }
  .album li .tags {
    top: 0;
    width: 110px;
  }
  .album li .det {
    font-size: 16px;
    padding: 0 15px;
  }
 /* .inx-hall-list {
    margin-top: -32px;
  }*/
  .hallIconSwiper {
    padding: 0 10%;
  }
  .hallIconSwiper .more {
    right: 0;
  }
  .hallIconSwiper .swiper-slide {
    font-size: 16px;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-button-prev {
    width: 32px;
    height: 35px;
  }
  .hallIconSwiper .swiper-button-prev,
  .hallIconSwiper .swiper-container-rtl .swiper-button-next {
    left: 5%;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-container-rtl .swiper-button-prev {
    right: 5%;
  }
}

@media (max-width: 1000px) {
  .inx-hall {
    margin-top: 53px;
  }
  .inx-hall-list {
    margin-top: 43px;
  }
  .hallIconSwiper {
    padding: 0;
  }
  .hallIconSwiper .swiper-container {
    width: 90%;
    padding-bottom: 14px;
  }
  .hallIconSwiper .more {
    right: 0;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
  }
  .hallIconSwiper .swiper-slide {
    font-size: 14px;
    height: 60px;
  }
  .hallIconSwiper .active::before {
    width: 18px;
    height: 14px;
    bottom: -14px;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-button-prev {
    width: 19px;
    height: 21px;
  }
  .hallIconSwiper .swiper-button-prev,
  .hallIconSwiper .swiper-container-rtl .swiper-button-next {
    left: -10px;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-container-rtl .swiper-button-prev {
    right: -10px;
  }
  .hallPlaySwiper {
    margin-top: 0;
  }
  .album {
    padding: 32px 0;
  }
  .album .inside {
    flex-wrap: wrap;
  }
  .album li {
    width: calc(50% - 5px);
  }
  .album li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .album li .tags {
    top: 0;
    width: 90px;
  }
  .album li .det {
    font-size: 13px;
    padding: 0 7px;
    height: 32px;
    margin-top: 13px;
  }
  .album li .det em {
    font-size: 13px;
  }
  .album li .row {
    width: 34px;
    height: 34px;
    line-height: 30px;
    margin-right: -8px;
    margin-top: 1px;
  }
  .album li .row img {
    width: 20px;
  }
  .album li span {
    width: calc(100% - 35px);
  }
}

/* 9-3.选择麦大厨 */
.choose {
  padding-top: 91px;
  overflow: hidden;
}

.choose .inside {
  position: relative;
}

.choose .hotline {
  top: 0;
}

.choose .mat {
  position: relative;
  margin-top: -50px;
  width: 100%;
  height: auto;
  padding: 120px 0 160px;
  background: url(./../images/choose-bg.png) no-repeat center/cover;
}

.choose .cons {
  width: 45%;
}

.choose .tags {
  width: 110px;
  height: auto;
}

.choose h2 {
  color: #ffffff;
  font-size: 48px;
  margin-top: 13px;
}

.choose-tabs {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #515151;
  color: #ffffff;
  font-size: 30px;
  padding-right: 47px;
}

.choose-tabs li {
  opacity: 0.3;
  cursor: pointer;
  border-radius: 3px;
  height: 100%;
  padding-bottom: 20px;
}

.choose-tabs li:hover,
.choose-tabs .active {
  opacity: 1;
  border-bottom: 5px solid #fb2a2a;
}

.choose-tabs-main li {
  display: none;
  color: #ffffff;
  margin-top: 32px;
}

.choose-tabs-main .active {
  display: block;
}

.choose-tabs-main li p {
  font-size: 18px;
}

.choose-tabs-main li a {
  display: block;
  margin-top: 160px;
  width: 137px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.34;
}

.choose-tabs-main li a img {
  width: 23px;
}

@media (max-width: 1400px) {
  .choose .mat {
    margin-top: -32px;
    padding: 120px 0 120px;
  }
  .choose h2 {
    font-size: 34px;
  }
  .choose-tabs {
    font-size: 24px;
    padding-right: 0;
    margin-top: 90px;
  }
  .choose-tabs-main li a {
    margin-top: 90px;
  }
}

@media (max-width: 1000px) {
  .choose {
    padding-top: 130px;
  }
  .choose .hotline {
    top: -85px;
  }
  .choose .mat {
    padding: 60px 0;
  }
  .choose .cons {
    width: 100%;
  }
  .choose .tags {
    width: 90px;
  }
  .choose h2 {
    font-size: 24px;
    margin-top: 7px;
  }
  .choose-tabs {
    font-size: 16px;
    padding-right: 0;
    margin-top: 43px;
  }
  .choose-tabs li {
    padding-bottom: 10px;
  }
  .choose-tabs li:hover,
  .choose-tabs .active {
    border-bottom: 3px solid #fb2a2a;
  }
  .choose-tabs-main li a {
    margin-top: 32px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .choose-tabs-main li a img {
    width: 13px;
  }
  .choose-tabs-main li {
    margin-top: 13px;
  }
  .choose-tabs-main li p {
    font-size: 14px;
  }
}

/* 9-4.案例展示 */
.anli {
  padding-top: 91px;
  overflow: hidden;
}

.anli .inside {
  position: relative;
}

.anli .hotline {
  top: 23px;
}

.anli-swiper {
  /*margin-top: -50px;*/
  margin-top:20px;
  position: relative;
}

.anli-swiper .img {
  height: auto !important;
}

.anli-swiper .swiper-slide p {
  width: 285px;
  border-radius: 19px;
  border: solid 1px #4e4e4e;
  opacity: 0.6;
  margin: 39px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
}

.anli-swiper .swiper-slide-active p {
  opacity: 1;
}

@media (max-width: 1400px) {
  .anli .hotline {
    top: 0;
  }
  .anli-swiper {
    margin-top: -23px;
  }
  .anli-swiper .img {
    height: 320px;
  }
  .anli-swiper .swiper-slide p {
    margin-top: 23px;
  }
}

@media (max-width: 1400px) {
  .anli .hotline {
    top: -55px;
  }
  .anli-swiper {
    margin-top: 0;
  }
  .anli-swiper .img {
    height: 240px;
  }
  .anli-swiper .swiper-slide p {
    margin-top: 12px;
    font-size: 13px;
    width: 93%;
    line-height: 32px;
  }
}

/* 9-5.走进麦大厨 */
.video {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 76px;
}

.video .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video .cover img {
  width: 100%;
  height: 100%;
}

.video .cons {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.4); */
  color: #ffffff;
}

.video .cons .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video .play {
  width: 57px;
  height: 57px;
}

.video .play img {
  width: 100%;
  height: 100%;
}

.video h1 {
  font-size: 48px;
  margin-top: 23px;
}

.video p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 34px;
  text-align: center;
}

.video a {
  display: block;
  width: 154px;
  height: 50px;
  background-color: #e60000;
  color: #ffffff;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 36px auto 0;
  font-weight: bold;
}

@media (max-width: 1400px) {
  .video h1 {
    font-size: 34px;
  }
  .video p {
    font-size: 16px;
    margin-top: 20px;
  }
  .video .play {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 1000px) {
  .video {
    margin-top: 53px;
  }
  .video .cover {
    height: 480px;
  }
  .video h1 {
    font-size: 24px;
    margin-top: 13px;
  }
  .video p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 27px;
  }
  .video .play {
    width: 32px;
    height: 32px;
  }
  .video a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 23px auto 0;
  }
}

/* 视频播放容器 */
.video-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  z-index: 300;
  overflow: hidden;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 1);
  /* 蓝色阴影 */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid #000;
}

.video-container img {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 300;
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: fill;
  border-radius: 10px;
}

@media (max-width: 1400px) {
  .video-container {
    width: 85%;
    border: 2px solid #000;
  }
  .video-container img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1000px) {
  .video-container {
    width: 95%;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #000;
  }
  .video-container img {
    width: 23px;
    height: 23px;
    right: 7px;
    top: 7px;
  }
  .video-container video {
    border-radius: 5px;
  }
}

/* 9-6.新闻资讯 */
.jour {
  margin: 120px 0;
}

.jour .hot-list {
  margin-top: 51px;
}

.jour-tabs {
  width: 27%;
  height: 42px;
  border-radius: 21px;
  border: solid 1px #7d7d7d;
  margin: 27px auto 0;
  display: flex;
  justify-content: space-between;
}

.jour-tabs a {
  width: 33%;
  height: 100%;
  border-radius: 21px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #b5b5b5;
  font-size: 15px;
}

.jour-tabs .active,
.jour-tabs a:hover {
  background-color: #e60000;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .jour {
    margin: 90px 0;
  }
  .jour-tabs {
    width: 30%;
  }
}

@media (max-width: 1000px) {
  .jour {
    margin: 53px 0 75px;
  }
  .jour-tabs {
    width: 80%;
    margin-top: 17px;
  }
  .jour-tabs a {
    font-size: 13px;
  }
  .jour .hot-list {
    margin-top: 32px;
  }
}

/* 新闻列表 */
.jour-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.jour-list li {
  width: calc((100% / 3) - 32px);
  margin-top: 80px;
  cursor: pointer;
}

.jour-list li:not(:nth-child(3n)) {
  margin-right: 48px;
}

.jour-list li .top {
  width: 100%;
  padding-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cacaca;
}

.jour-list li a {
  width: 100%;
  display:block;
/*  display: flex;
  align-items: center;
  justify-content: space-between;*/
  margin-top: 23px;
  font-size: 16px;
  /*font-weight: bold;*/
}

.jour-list li a em {
  font-weight: bold;
}

.jour-list li a img {
  width: 23px;
  height: auto;
}

.jour-list li .time {
  width: 70px;
  text-align: center;
  color: #313131;
}

.jour-list li .time p {
  font-family: "Barlow-BoldItalic";
  font-size: 48px;
  line-height: 48px;
}

.jour-list li .time span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.jour-list li .txt {
  width: calc(100% - 90px);
  color: #313131;
}

.jour-list li .txt h2 {
  font-size: 24px;
  font-weight: bold;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jour-list li .txt p {
  font-size: 16px;
  margin-top: 16px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jour-list .active .top,
.jour-list li:hover .top {
  border-bottom: 1px solid #fb2a2a;
}

.jour-list .active h2,
.jour-list li:hover h2 {
  color: #fb2a2a;
}

@media (max-width: 1400px) {
  .jour-list li {
    width: calc((100% / 2) - 15px);
    margin-top: 40px;
  }
  .jour-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .jour-list li:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {
  .jour-list {
    margin-top: 20px;
  }
  .jour-list li {
    width: 100%;
    margin-top: 13px;
  }
  .jour-list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .jour-list li .top {
    padding-bottom: 10px;
  }
  .jour-list li a {
    margin-top: 10px;
    font-size: 13px;
  }
  .jour-list li .time {
    width: 60px;
  }
  .jour-list li .time p {
    font-size: 30px;
    line-height: 30px;
  }
  .jour-list li .time span {
    font-size: 12px;
  }
  .jour-list li .txt {
    width: calc(100% - 75px);
  }
  .jour-list li .txt h2 {
    font-size: 16px;
  }
  .jour-list li .txt p {
    font-size: 13px;
    margin-top: 7px;
  }
}

/* 9-6.新闻资讯 */
.tog {
  padding: 110px 0 42px;
  background: url(./../images/tog-bg.png) no-repeat center/cover;
}

.tog a {
  display: block;
  width: 154px;
  height: 50px;
  background-color: #e60000;
  color: #ffffff;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 90px auto 0;
  font-weight: bold;
}

.tog ul {
  margin: 64px auto 0;
  width: 50%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tog ul li {
  text-align: right;
  font-size: 20px;
}

.tog ul li h2 {
  font-family: "Barlow-BoldItalic";
  font-size: 48px;
  display: inline-block;
  color: #e60000;
}

.tog .pic {
  width: 43%;
  margin: 63px auto 0;
}

.tog .pic img {
  width: 100%;
}

@media (max-width: 1400px) {
  .tog {
    padding: 75px 0 42px;
  }
  .tog ul {
    width: 75%;
    margin: 43px auto 0;
  }
  .tog ul li {
    font-size: 18px;
  }
  .tog ul li h2 {
    font-size: 40px;
  }
  .tog a {
    margin: 53px auto 0;
  }
  .tog .pic {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .tog {
    padding: 43px 0;
  }
  .tog a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 27px auto 0;
  }
  .tog ul {
    width: 100%;
    margin: 23px auto 0;
  }
  .tog ul li {
    font-size: 14px;
  }
  .tog ul li h2 {
    font-size: 24px;
  }
  .tog .pic {
    margin: 27px auto 0;
  }
}

@media (max-width: 768px) {
  .tog .pic {
    width: 100%;
  }
}
