.t-content .imgs{ width:100%;}
.header {
  height: 100px;
  line-height: 100px;
}
.header .nav {
  display: flex;
  justify-content: space-between;
}
.header .nav .logo {
  height: 80px;
}
.header .nav .logo img {
  height: 100%;
}
.header .nav .nav-list {
  display: flex;
  width: 50vw;
  justify-content: space-between;
}
.header .nav .nav-list li {
  position: relative;
}
.header .nav .nav-list li:hover a::before {
  width: 100%;
}
.header .nav .nav-list li .active a::before {
  width: 100%;
}
.header .nav .nav-list li a {
  transition: all 0.2s;
  display: inline-block;
  position: relative;
}
.header .nav .nav-list li a:before {
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #e70012;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header .nav .nav-list-show {
  display: none;
}
.header .nav .nav-list-show i {
  font-size: 30px;
  color: black;
}
.header .nav .sign {
  margin-left: 5vw;
  font-size: 1.5vw;
}
.header .nav .sign i {
  color: red;
  font-size: 1.5vw;
}
.banner .banner-list {
  height: 100%;
}
.banner .banner-list img {
  width: 100%;
  height: 100%;
}
.the-column {
  margin-top: 20px;
}
.the-column .n-top {
  border-bottom: 2px solid #e70012;
  padding-bottom: 5px;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
}
.the-column .n-top i {
  font-size: 28px;
  color: #e70012;
  margin-right: 15px;
}
.the-column .n-top p {
  font-size: 26px;
}
.the-column .n-top p span {
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
}
.the-column .t-content {
  display: flex;
  justify-content: space-between;
}
.the-column .t-content .l {
  width: 37%;
  padding-top: 3%;
}
.the-column .t-content .r {
  width: 62%;
}
.the-column .t-content .r p {
  color: #666;
  line-height: 36px;
}
main {
  margin-top: 20px;
  background: url(../img/landmarkCatering/bg2.png) no-repeat center / cover;
}
main .television {
  margin-top: 20px;
}
main .television .n-top {
  border-bottom: 2px solid #e70012;
  padding-bottom: 5px;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
}
main .television .n-top i {
  font-size: 28px;
  color: #e70012;
  margin-right: 15px;
}
main .television .n-top p {
  font-size: 26px;
}
main .television .n-top p span {
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
}
main .television .t-content {
  margin-top: 3%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
main .television .t-content li {
  width: 11%;
  margin-right: 9%;
  margin-bottom: 3%;
}
main .television .t-content li .img {
  height: 77px;
  width: 100%;
}
main .television .t-content li .img img {
  height: 100%;
  width: 100%;
}
main .television .t-b li {
  width: 14%;
  margin-right: 10%;
  margin-bottom: 3%;
}
.media .n-top {
  border-bottom: 2px solid #e70012;
  padding-bottom: 5px;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
}
.media .n-top i {
  font-size: 28px;
  color: #e70012;
  margin-right: 15px;
}
.media .n-top p {
  font-size: 26px;
}
.media .n-top p span {
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
}
.media .t-content {
  overflow: hidden;
}
.media .t-content .dl-t-item {
  margin: -1px 0 0 -1px;
}
.media .t-content .dl-t-item dd {
  width: 14.2%;
  position: relative;
  float: left;
}
.media .t-content .dl-t-item dd a {
  display: block;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  font-size: 0;
  border-width: 1px 0 0 1px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
.media .t-content .dl-t-item dd a img {
  width: 100%;
  transition: all 0.5s ease-out 0s;
}
.media .t-content .dl-t-item dd a:hover {
  color: #e70012;
  text-decoration: none;
}
.media .t-content .dl-t-item dd a:hover img {
  transform: scale(1.2, 1.2);
}
.offline-glob {
  background-color: #f2f2f2;
  height: 150px;
}
.offline-glob .offline-media .n-top {
  border-bottom: 2px solid #e70012;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
.offline-glob .offline-media .n-top i {
  font-size: 28px;
  color: #e70012;
  margin-right: 15px;
}
.offline-glob .offline-media .n-top p {
  font-size: 26px;
}
.offline-glob .offline-media .n-top p span {
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
}
footer {
  background-color: #463433;
}
footer .era {
  padding: 2% 0 0;
  display: flex;
  justify-content: space-between;
}
footer .era .era-left {
  width: 40%;
}
footer .era .era-left img {
  border: 0;
  height: 174px;
  vertical-align: middle;
  max-width: 100%;
  width: 388px;
}
footer .era .era-right {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
footer .era .era-right .dl-01 {
  width: 23%;
  float: left;
  color: #fff;
  font-size: 14px;
}
footer .era .era-right .dl-01 dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
footer .era .era-right .dl-01 dt a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
footer .era .era-right .dl-01 dt a:hover {
  color: #e70012;
}
footer .era .era-right .dl-01 dd a {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
footer .era .era-right .dl-01 dd a:hover {
  color: #e70012;
}
footer .era .era-right .dl-03 {
  flex: 1;
}
footer .logo {
  padding-bottom: 2%;
  padding: 2% 0 0;
  display: flex;
  justify-content: space-between;
}
footer .logo .l {
  display: flex;
}
footer .logo .l img {
  height: 55px;
  width: 55px;
}
footer .logo .l p {
  margin-left: 10px;
  color: #fff;
}
footer .logo .r {
  width: 491px;
  height: 55px;
}
footer .logo .r img {
  height: 100%;
}
footer .b {
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#nav li.on > a:before {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header .nav .sign {
    display: none;
  }
  .header .nav .nav-list-show {
    display: block;
  }
  .header .nav .nav-list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
    line-height: 80px;
  }
  .header .nav .logo {
    height: 60px;
  }
  .header .nav .sign {
    display: none;
  }
  .header .nav .nav-list-show {
    display: block;
  }
  .header .nav .nav-list {
    display: none;
  }
  .the-column .t-content {
    flex-direction: column;
  }
  .the-column .t-content .l {
    width: 100%;
  }
  .the-column .t-content .r {
    width: 100%;
  }
  main .television .t-content li {
    width: 40%;
  }
  .media .t-content .dl-t-item dd {
    width: 33%;
  }
  footer .era {
    display: none;
  }
  footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .logo .l {
    display: none;
  }
  footer .logo .r img {
    width: 100%;
  }
  footer .b {
    line-height: 8vw;
  }
}
