
@media (max-width: 480px) {
  .head .header {
    padding: 0 10px;
    padding-right: 50px; }
    .head .header .logo img {
      width: 100px; }
  .head .moblieNav {
    right: 10px; }

  .footer .footerBottom .footItem.hasItem h3 {
    background-size: 18px; } }
.lookMoreBtn {
  display: block;
  width: 140px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #1a1a1a;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0 auto;
  margin-top: 50px;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out; }
  .lookMoreBtn:hover {
    border: 0;
    background: #e60012;
    color: #fff; }



.homeNews {
  padding: 0 5.55556%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  align-items: flex-start; }
  .homeNews .hotNews {
    cursor: pointer;
    position: relative;
    width: 45%;
    padding-top: 32.4%;
    border-radius: 20px;
    overflow: hidden; }
    .homeNews .hotNews img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -ms-object-fit: cover;
      -moz-object-fit: cover;
      -webkit-object-fit: cover;
      -o-object-fit: cover;
      -webkit-transition: all 0.6s 0s ease-out;
      -o-transition: all 0.6s 0s ease-out;
      -moz-transition: all 0.6s 0s ease-out;
      transition: all 0.6s 0s ease-out; }
    .homeNews .hotNews::before {
      content: "";
      display: block;
      height: 33%;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: 1;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black); }
    .homeNews .hotNews h3 {
      color: #fff;
      font-size: 28px;
      position: absolute;
      box-sizing: border-box;
      width: 100%;
      padding: 3% 5%;
      bottom: 0;
      left: 0;
      z-index: 2;
      -webkit-transition: all 0.3s 0s ease-out;
      -o-transition: all 0.3s 0s ease-out;
      -moz-transition: all 0.3s 0s ease-out;
      transition: all 0.3s 0s ease-out; }
    .homeNews .hotNews.hover img {
      transform: scale(1.2); }
    .homeNews .hotNews.hover h3 {
      color: #00aaa6; }
  .homeNews .newsList {
    width: 51.25%; }
    .homeNews .newsList li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.4% 6.4%;
      border-bottom: 1px solid #e9e9e9;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .homeNews .newsList li .newsImg {
        cursor: pointer;
        width: 31.53%;
        padding-top: 22.52%;
        width: 22%;
        padding-top: 15.5%;
        position: relative;
        overflow: hidden;
        border-radius: 10px; }
        .homeNews .newsList li .newsImg img {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -ms-object-fit: cover;
          -moz-object-fit: cover;
          -webkit-object-fit: cover;
          -o-object-fit: cover;
          -webkit-transition: all 0.5s 0s ease-out;
          -o-transition: all 0.5s 0s ease-out;
          -moz-transition: all 0.5s 0s ease-out;
          transition: all 0.5s 0s ease-out; }
        .homeNews .newsList li .newsImg:hover img {
          transform: scale(1.1); }
      .homeNews .newsList li .newsText {
        flex: 1;
        margin-left: 3%;
        overflow: hidden; }
        .homeNews .newsList li .newsText h5 {
          font-size: 14px;
          font-weight: 700;
          color: #e60012;
          display: none; }
        .homeNews .newsList li .newsText h3 {
          font-size: 24px;
          color: #e60012;
          font-weight: 700; }
          .homeNews .newsList li .newsText h3 a {
            -webkit-transition: all 0.5s 0s ease-out;
            -o-transition: all 0.5s 0s ease-out;
            -moz-transition: all 0.5s 0s ease-out;
            transition: all 0.5s 0s ease-out; }
            .homeNews .newsList li .newsText h3 a:hover {
              color: #e60012; }
      .homeNews .newsList li:first-child {
        padding-top: 0; }
      .homeNews .newsList li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }

.homeListed {
  margin-top: 60px;
  padding: 2.6% 0 4.2%;
  background-image: url("../images/bg0.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .homeListed h2 {
    color: #fff;
    margin-top: 0; }
  .homeListed .listBoxCont {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .homeListed .listBoxCont a {
      display: block;
      width: 280px;
      height: 64px;
      border-radius: 35px;
      border: 2px solid #fff;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #fff;
      margin: 0 4.5%;
      -webkit-transition: all 0.5s 0s;
      -o-transition: all 0.5s 0s;
      -moz-transition: all 0.5s 0s;
      transition: all 0.5s 0s; }
      .homeListed .listBoxCont a p {
        font-size: 24px;
        margin-right: 5px; }
      .homeListed .listBoxCont a:hover {
        transform: scale(1.1); }


@media (max-width: 1600px) {
  .homeTitle {
    margin-top: 60px;
    font-size: 34px; }

  .mediaBox .mediaTxt h3 {
    font-size: 18px; }
  .mediaBox .mediaTxt p {
    margin-top: 18px; }
  .mediaBox .mediaTxt a {
    line-height: 2.2;
    font-size: 14px; }

  .homeApplian {
    margin-top: 45px; }

  .homeMedia {
    margin-top: 15px; }

  .swiper-slide a.more {
    width: 180px;
    height: 60px;
    font-size: 18px; }

  .homeCase .caseTitle h2 {
    font-size: 34px; }
  .homeCase .caseTitle ul li {
    font-size: 16px; }

  .homeNews {
    margin-top: 45px; }
    .homeNews .hotNews h3 {
      font-size: 24px; }
    .homeNews .newsList li .newsText h3 {
      font-size: 20px; }

  .homeListed .listBoxCont a {
    width: 14.5833333333vw;
    height: 3.4375vw;
    margin: 0 4vw;
    font-size: 0.9375vw; }
    .homeListed .listBoxCont a p {
      font-size: 1.25vw; } }
@media (max-width: 1280px) {
  .homeTitle {
    margin-top: 40px;
    font-size: 26px; }

  .mediaBox .mediaTxt h3 {
    font-size: 16px; }
  .mediaBox .mediaTxt p {
    margin-top: 12px;
    font-size: 12px; }
  .mediaBox .mediaTxt a {
    line-height: 2.2;
    font-size: 14px; }

  .homeApplian {
    margin-top: 25px; }

  .homeMedia {
    margin-top: 10px; }
    .homeMedia li {
      margin-top: 15px; }

  .swiper-slide a.more {
    width: 120px;
    height: 40px;
    font-size: 14px; }

  .homeCase .caseTitle h2 {
    font-size: 26px; }
  .homeCase .caseTitle ul {
    margin-top: 20px; }
    .homeCase .caseTitle ul li {
      font-size: 14px;
      line-height: 28px;
      margin: 0 15px; }

  .homeNews {
    margin-top: 25px; }
    .homeNews .hotNews h3 {
      font-size: 18px; }
    .homeNews .newsList li .newsText h5 {
      font-size: 12px; }
    .homeNews .newsList li .newsText h3 {
      font-size: 14px; }



 
  .homeNews {
    margin-top: 8vw;
    display: block; }
    .homeNews .hotNews {
      width: 100%;
      padding-top: 71.74%; }
    .homeNews .newsList {
      width: 100%;
      margin-top: 6.6666666667vw; }
      .homeNews .newsList li {
        padding: 4vw 0; }
        .homeNews .newsList li .newsText h5 {
          font-size: 2.4vw; }
        .homeNews .newsList li .newsText h3 {
          font-size: 3.2vw; }







