/* 字体 */
@font-face {
  font-family: "SourceHanSansCN";
  src: url(./../fonts/SourceHanSansCN-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFang-SC-Regular";
  src: url(./../fonts/PingFang-SC-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

/* 整体样式 */
html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000000;
  font-family: "SourceHanSansCN", "Simhei";
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent; /*把高亮颜色设置为透明，也可以使用rgba的形式*/
}

@media (max-width: 1400px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  html,
  body {
    font-size: 13px;
  }
}

/* 样式重置 */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
span,
p {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a,
a:focus,
a:hover {
  color: #000000;
  text-decoration: none;
}
i,
s,
em {
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: middle;
}

/* 屏幕划分尺寸 */
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
}

/* 内宽--1400px */
.inside {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}

.img img {
  width: 100%;
  height: 100%;
}

.inside-right {
  width: 1780px;
  height: auto;
  float: right;
  position:relative;
}

@media (max-width: 1440px) {
  .inside {
    width: 93%;
  }
}

@media (max-width: 1780px) {
  .inside-right {
    width: 1520px;
  }
}

@media (max-width: 1530px) {
  .inside-right {
    width: 93%;
    float: none;
    margin: 0 auto;
  }
}

/* ======================================================================================================================================== */
/* 1.页面头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  box-sizing: border-box;
  /*overflow: hidden;*/
  /* background-color: #111111; */
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12); */
}

.header-black {
  background-color: #fff;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.5);
}
    .header-black .nav-link li a {
        color:#333;
    }
header .logo img {
    transition: all 0s;
    overflow: hidden;
}
.header-black .logo img {
    filter: drop-shadow(#DF0000 0 50px);
    transform: translateY(-50px);
}

    header .logo {
        float: left;
        display: block;
        width: auto;
        height: 50px;
        line-height: 100px;
    }

header .logo img {
  width: auto;
  height: 100%;
}

header .nav-link {
  float: left;
  font-size: 20px;
  text-align: right;
  line-height: 100px;
  margin-left:80px;
}
.searchs {
    float: left;
    margin-top: 33px;
    margin-left:25px;
    position:relative;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
}
    .searchs img {
        cursor: pointer;
        transition: all 0s;
        overflow:hidden;
    }
    
/*搜索*/
.sercha {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    z-index: 5;
    transition: all .3s;
    /*background-image: -webkit-linear-gradient(left,#aa0000, #df0000);*/
    
}
    .sercha .search_box {
        /*border: .5px solid #000;*/
        border-radius: 5px;
        overflow: hidden;
    }
    .sercha h1 {
        font-size:36px;
        line-height:60px;
        text-align:center;
        color: #fff;
        font-weight:bold;
        border-bottom:1px solid #fff;
        margin-bottom:30px;
    }
    .headercontact {
        float: left;
        margin-left: 20px;
        display: flex;
        color: #fff;
        font-size: 20px;
        margin-top: 33px;
    }
    .headercontact img {
        width: 25px;
        height: 25px;
        overflow:hidden;
        transition:all 0s;
        display: block;
        margin-top: 5px;
        margin-right: 5px;
    }
.header-black .headercontact {
    color: #DF0000;
    font-weight: bold;
}
    .header-black .headercontact img {
        filter: drop-shadow(#000000 0 -20px);
        transform:translateY(20px);
    }
    @media (max-width:1450px) {
        .headercontact {
        display:none;
        margin-top: 25px;
    }
}
@media (max-width:1400px) {
    .searchs{
        margin-top:21px;
    }
    .headercontact {
        display:flex;
        margin-top:25px;
        margin-left:10px;
    }
    .headercontact i {
        display:none;
    }
}
@media (max-width:1300px) {
    

    .headercontact {
        display: none;
    }
}

    .sercha .search_box {
        display: flex;
    }

        .sercha .search_box input {
            outline: none;
            border: none;
            line-height: 40px;
            width: 350px;
            padding: 0 10px;
            font-size: 16px;
            color: #333;
            background: rgba(255,255,255,1);
        }

            .sercha .search_box input:hover,
            .sercha .search_box input:focus {
                background: #fff;
            }

        .sercha .search_box .search_bth {
            line-height: 40px;
            width: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            background:#fff;
        }

            .sercha .search_box .search_bth i {
                font-size: 20px;
                color: #000;
            }





header .nav-link li {
  display: inline-block;
  cursor: pointer;
}

header .nav-link li:not(:last-child) {
  margin-right: 30px;
}

    header .nav-link li a {
        color: #ffffff;
        position: relative;
        padding: 5px 10px;
        border-radius: 5px;
    }
    header .nav-link li.active a,
    header .nav-link li:hover a {
        background: #DF0000;
        color: #fff;
        font-weight:500;
    }
    /*header .nav-link li.active a::before,
header .nav-link li:hover a::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #19489a;*/
    /* 渐变色 */
    /* background-image: linear-gradient(to left, #004ba8, #5ea7ff); */
    /*}*/
    .header-black .nav-link li.active a::before,
    .header-black .nav-link li:hover a::before {
        background-color: #4a8afb;
    }

header .nav-link .active,
header .nav-link li:hover {
  font-weight: bold;
}

header .nav-btns {
  display: none;
  float: right;
  width: 27px;
  height: 27px;
  cursor: pointer;
  line-height: 47px;
  cursor: pointer;
}

header .nav-btns img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  header {
    height: 75px;
  }
  header .logo {
    line-height: 75px;
  }
  header .nav-link {
    font-size: 16px;
    line-height: 75px;
  }
  header .nav-link li:not(:last-child) {
    margin-right:1px;
  }
  header .nav-link li .line {
    height: 3px;
    border-radius: 3px;
    margin-top: 3px;
  }
  header .nav-link li.active a::before,
  header .nav-link li:hover a::before {
    height: 3px;
    bottom: -7px;
  }
}
.banner img {
    width:100%;
    display:block;
}
@media (max-width: 1000px) {
  header {
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow:0 10px 10px rgba(0,0,0,.1);
  }
    .sercha .search_box input {
        width:200px;
    }
    .sercha h1 {
        font-size: 20px;
        line-height: 30px;
    }
    header .logo img {
        filter: drop-shadow(#DF0000 0 50px);
        transform: translateY(-50px);
    }
    header .nav-btns img {
        filter: drop-shadow(#DF0000 0 27px);
        transform: translateY(-27px);
    }
    header .nav-link li a {
        color:#111;
        display:block;
        padding:0;
    }
    header .top {
        float: none;
        width: 100%;
        height: 47px;
        box-sizing: border-box;
    }
  header .nav-btns {
    display: block;
  }
  header .logo {
    height: 32px;
    line-height: 47px;
  }
  header .nav-link {
    display: none;
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 19px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    line-height: 43px;
    text-align: center;
    margin:0;
  }
    
    header .nav-link li {
        display: block;
    }
  header .nav-link li:not(:last-child) {
    margin-right: 0;
  }
  header .nav-link li a {
    width: 100%;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
  }
  header .nav-link .active a,
  header .nav-link li:hover a {
    color: #4a8afb;
  }
  header .nav-link li.active a::before,
  header .nav-link li:hover a::before {
    display: none;
  }
  header {
      overflow:initial;
  }
    .searchs {
        position: absolute;
        top: 9px;
        left: 50%;
        margin: 0;
       overflow:hidden;
       display:block !important;
    }
        .searchs img {
            filter: drop-shadow(#DF0000 0 30px);
            transform: translateY(-30px);
        }
        .searchs .sercha {
            right: -385%;
        }
}

/* 2.轮播图 */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-swiper .img {
  width: 100%;
  height: auto;
}

.index-swiper .cons {
  font-family: "PingFang-SC-Regular";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #ffffff;
  padding-top: 100px;
}

.index-swiper .cons .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-swiper .cons h2 {
  font-size: 46px;
}

.index-swiper .cons p {
  font-size: 20px;
  margin-top: 20px;
}

.index-swiper .cons a {
  display: block;
  margin-top: 63px;
  width: 64px;
  height: 64px;
}

.index-swiper .cons a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .index-swiper .cons {
    padding-top: 75px;
  }
  .index-swiper .cons h2 {
    font-size: 32px;
  }
  .index-swiper .cons p {
    font-size: 18px;
    margin-top: 15px;
  }
  .index-swiper .cons a {
    margin-top: 43px;
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 1000px) {
  .index-swiper .cons {
    padding-top: 0;
  }
  .index-swiper {
    margin-top: 47px;
  }
  .index-swiper .cons h2 {
    font-size: 24px;
  }
  .index-swiper .cons p {
    font-size: 16px;
    margin-top: 7px;
  }
  .index-swiper .cons a {
    margin-top: 32px;
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 768px) {
  .index-swiper .cons h2 {
    font-size: 20px;
  }
  .index-swiper .cons p {
    font-size: 14px;
  }
  .index-swiper .cons a {
    margin-top: 23px;
  }
}

@media (max-width: 480px) {
  .index-swiper .img {
    height: 230px;
  }
  .index-swiper .cons h2 {
    font-size: 18px;
  }
  .index-swiper .cons p {
    font-size: 12px;
    margin-top: 7px;
  }
}

/* 3.顶部图 */
.banner {
  width: 100%;
  height: auto;
  /*overflow: hidden;*/
  position: relative;
  cursor: pointer;
}

.banner .img {
  width: 100%;
  height: auto;
}

.banner .cons {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
}

.banner .inside {
  height: 100%;
  position: relative;
}

.banner .sub {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  font-size: 46px;
  padding-top: 100px;
}

@media (max-width: 1400px) {
  .banner .sub {
    padding-top: 75px;
    font-size: 32px;
  }
}



@media (max-width: 1000px) {
  .banner {
    margin-top: 47px;
  }
  .banner .sub {
    padding-top: 0;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .banner .sub {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .banner .img {
    height: 130px;
  }
}

/* 4.副导航 */
.anchor {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    justify-content: center;
    background: #e9e9e9;
}

.anchor a {
  display: block;
  /*width: 25%;*/
  margin:0 15px;
  height: 100%;
  color: #000;
  line-height: 50px;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.9);*/
}

.anchor a:not(:last-child) {
  margin-right: 15px;
}

    .anchor a.active,
    .anchor a:hover {
        border-bottom: 1px solid #DF0000;
    }

@media (max-width: 1400px) {
  .anchor {
    height: 40px;
    bottom:-40px;
  }
   
    .anchor a {
        line-height: 40px;
    }
}

@media (max-width: 1000px) {
  .anchor {
    height: 32px;
    bottom:0;
  }
  .anchor a {
    /*width: 32%;*/
    line-height: 32px;
    font-size: 12px;
  }
  .anchor a:not(:last-child) {
    margin-right: 1%;
  }
}

/* 5.页面定位 */
.crumbs {
  font-family: "PingFang-SC-Regular";
  line-height: 40px;
  font-size: 18px;
  margin-top: 90px;
  font-weight: bold;
}

.crumbs img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

    .crumbs a,
    .crumbs i {
        color: #DF0000;
        font-size:20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

.crumbs i {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.crumbs span {
  color: #DF0000;
  cursor: pointer;
  font-size:20px;
}

@media (max-width: 1400px) {
  .crumbs {
    margin-top: 60px;
    font-size: 16px;
    line-height: 30px;
  }
  .crumbs img {
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .crumbs i {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
  }
    .crumbs a, .crumbs i {
        font-size: 16px;
    }
    .crumbs span {
        font-size:16px;
    }
}

@media (max-width: 1000px) {
  .crumbs {
    margin-top: 30px;
    font-size: 14px;
    line-height: 23px;
  }
  .crumbs img {
    width: 15px;
    margin-right: 3px;
  }
  .crumbs i {
    margin-left: 3px;
    margin-right: 3px;
  }
    .crumbs a, .crumbs i {
        font-size:14px;
    }
     .crumbs span {
        font-size:14px;
    }
}

/* 6.页脚 */
footer {
    font-family: "PingFang-SC-Regular";
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #333333;
}

footer .top .inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 61px 0 53px;
}

footer .left {
  width: 23%;
}

footer .right {
  width: 70%;
  box-sizing: border-box;
}

footer .logo {
  width: auto;
  height: 77px;
  cursor: pointer;
}

footer .logo img {
  width: auto;
  height: 100%;
}

footer .info {
  margin-top: 80px;
}

footer .info li {
  display: flex;
}

footer .info li:not(:first-child) {
  margin-top: 13px;
}

footer .info li p {
  display: block;
  color: #d1d2d4;
  font-size: 14px;
  /*font-weight: bold;*/
}

footer .info li p img {
  margin-right: 13px;
  width: 26px;
  height: 26px;
}

footer .link {
  display: flex;
  justify-content: space-between;
}

footer .link a {
  display: block;
  color: #cdcdcd;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

footer .link a:first-child {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
}

footer .link a:hover {
  font-weight: bold;
}

footer .code {
  margin-top: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .code h3 {
  font-size: 14px;
  color: #cdcdcd;
}

footer .code ul {
  display: flex;
  margin-left: 30px;
}

footer .code ul li:not(:last-child) {
  margin-right: 32px;
}

footer .code ul li {
  position: relative;
}

footer .code ul li .qr {
  width: 86px;
  height: 96px;
  display: none;
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

footer .code ul li .icon {
  width: 37px;
  height: 37px;
  cursor: pointer;
}

footer .code ul li:first-child .icon {
  width: 26px;
  height: 26px;
}

footer .code ul li:hover .qr{
  display: block;
}

    footer .copy {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #333333;
    }

footer .copy a {
  color: #88898c;
  font-size: 14px;
}

footer .copy a:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 1400px) {
  footer .top .inside {
    padding: 47px 0 37px;
  }
  footer .left {
    width: 30%;
  }
  footer .logo {
    height: 60px;
  }
  footer .info li p img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1000px) {
  footer .top .inside {
    padding: 27px 0 29px;
    flex-direction: column;
  }
  footer .left {
    width: 100%;
  }
  footer .right {
    width: 100%;
  }
  footer .logo {
    height: 40px;
    text-align: center;
  }
  footer .info {
    margin-top: 23px;
  }
  footer .info li {
    justify-content: center;
  }
  footer .info li p {
    font-size: 13px;
  }
  footer .info li p img {
    margin-right: 5px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-bottom: 3px;
  }
  footer .link {
    display: none;
  }
  footer .code {
    margin-top: 75px;
    justify-content: center;
  }
  footer .code p {
    width: 90px;
  }
  footer .code h3 {
    font-size: 12px;
  }
  footer .code ul li:not(:last-child) {
    margin-right: 23px;
  }
  footer .code ul li:first-child .icon {
    width: 15px;
    height: 15px;
  }
  footer .code ul li .icon {
    width: 23px;
    height: 23px;
  }
  footer .code ul li .qr {
    width: 43px;
    height: 47px;
    top: -47px;
    padding: 2px 2px 4px 2px;
  }
  footer .copy {
    width: 100%;
    height: auto;
    line-height: 23px;
    box-sizing: border-box;
    padding: 7px 0;
  }
  footer .copy a {
    display: block;
    font-size: 10px;
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
}

/* 7.标题 */
.title {
    text-align: center;
    color: #DF0000;
}

.title-left {
  text-align: left;
}

.title h3 {
  font-size: 70px;
  color: #f7f7f7;
  text-transform: uppercase;
  white-space: nowrap;
}

.title-left h3 {
  color: #cfd0d2;
}

.title p {
  font-size: 40px;
  margin-top: -50px;
}

.title em {
  font-size: 20px;
  color: #666666;
}
footer .info li p:nth-child(1) {
    width:30%;
}
footer .info li p:nth-child(2) {
    width:calc(100% - 30%);
}

@media (max-width: 1400px) {
    .title h3 {
    font-size: 50px;
  }
  .title p {
    font-size: 30px;
    margin-top: -35px;
  }
  .title em {
    font-size: 16px;
  }
    footer .info li p:nth-child(1) {
        width: 27%;
    }

    footer .info li p:nth-child(2) {
        width: calc(100% - 27%);
    }
}
.detail-pack {
    background: #f4f4f2;
    padding:40px 0;
}
.detail-cont {
    background:#fff;
    padding:20px;
}

@media (max-width: 1000px) {
    .title h3 {
    font-size: 35px;
    display:none;
  }
  .title-left h3 {
    margin-left: 0;
  }
  .title p {
    font-size: 22px;
    margin-top: -32px;
  }
  .title em {
    font-size: 14px;
  }
  .title-left {
    text-align: center;
  }
    footer .info li p:nth-child(1) {
        width: auto;
    }

    footer .info li p:nth-child(2) {
        width: auto;
    }
    .detail-pack {
        padding: 10px;
    }
    .detail-cont {
        padding: 10px;
        background:transparent;
    } 
}

.footer {
    background: url(../images/footer-bg.png) center no-repeat;
    background-size: cover;
    /*    min-height: 660px;*/
    box-sizing: border-box;
    padding-top: 90px;
}

    .footer .top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }


        .footer .top .left {
            display: flex;
            flex: 1;
        }

        .footer .top .item {
            margin-right: 40px;
        }

        .footer .top .title {
            color: #FFFFFF;
            font-size: 1.125rem;
            position: relative;
            text-align:right;
        }

        .footer .top i {
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 100%;
            height: 2px;
            background-color: #DF0000;
            display: inline-block;
        }
        .footer .top .right .title i {
            width:23%;
        }

        .footer .top ul {
            margin-top: 20px;
        }

            .footer .top ul li {
                margin-bottom: 10px;
            }

                .footer .top ul li a {
                    font-size: 0.875rem;
                    color: #FFFFFF;
                    width: 70px;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .footer .top ul li a:hover {
                        text-decoration: underline;
                    }

        .footer .top .two {
            display: flex;
        }

            .footer .top .two ul:first-child {
                margin-right: 30px;
            }

        .footer .top .item2 {
            margin-left: 100px;
        }

            .footer .top .item2 .title {
                margin-bottom: 50px;
            }

        .footer .top .right {
            text-align: right;
            color: #FFFFFF;
            max-width: 310px;
        }

            .footer .top .right .title i {
                right: 0;
                left: auto;
            }

            .footer .top .right .t {
                font-size: 1.4375rem;
                font-weight: bold;
                margin-top: 35px;
                font-family: Impact;
            }

            .footer .top .right .t2 {
                font-size: 1rem;
                line-height: 2rem;
            }

            .footer .top .right .img {
                margin-top: 20px;
                text-align:right;
            }
                .footer .top .right .img img {
                    display: none;
                    width: 130px;
                }

                .footer .bottom {
                    border-top: 1px solid #707070;
                    padding: 20px 0;
                    margin-top: 20px;
                }

        .footer .bottom ul {
            display: flex;
            justify-content: center;
        }

            .footer .bottom ul li a {
                color: #FFFFFF;
                font-size: 1rem;
                border-right: 1px solid #FFFFFF;
                margin-right: 15px;
                padding-right: 15px;
            }

            .footer .bottom ul li:last-child a {
                margin-right: 0;
                padding-right: 0;
                border-right: none;
            }

            .footer .bottom ul li a:hover {
                text-decoration: underline;
            }

        .footer .bottom p {
            color: #FFFFFF;
            font-size: 1rem;
            text-align: center;
            margin-top: 15px;
        }
    .footer .top .item2 .title a {
        color: #fff;
    }

        .footer .top .item2 .title a:hover {
            color: #DF0000;
        }

    .footer .top .title {
        font-weight: bold;
    }
    .footer .bottom p a {
        color:#fff;
    }

    @media(max-width:1000px) {
        .footer .top .left {
            display: none;
        }

        .footer {
            padding-top: 0 !important;
        }

            .footer .top .title {
                display: none;
            }

            .footer .top .right .img {
                text-align: center;
            }

        .footer {
            min-height: 300px !important;
        }
    }
