.main {
  width: 94%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.index-main {
  width: 94%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9; }
  header .header-top {
    width: 100%;
    height: 50px;
    background-color: #01327e; }
    header .header-top .main {
      height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header .header-top .labels {
      display: inline-flex;
      align-items: center; }
      header .header-top .labels p, header .header-top .labels a {
        height: 23px;
        margin-right: 40px;
        display: inline-flex;
        align-items: center;
        color: #fff; }
      header .header-top .labels i {
        font-size: 23px; }
      header .header-top .labels span {
        font-size: 14px;
        margin-left: 8px; }
    header .header-top .search {
      display: inline-flex;
      align-items: center;
      width: 240px;
      height: 30px;
      border-radius: 15px;
      background-color: #fff; }
      header .header-top .search .select {
        width: 68px;
        height: 30px;
        position: relative;
        flex-shrink: 0; }
        header .header-top .search .select .tops {
          width: 100%;
          height: 30px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer; }
          header .header-top .search .select .tops span {
            width: 100%;
            display: inline-block;
            text-align: center;
            white-space: nowrap;
            user-select: none; }
          header .header-top .search .select .tops i {
            flex-shrink: 0;
            width: 12px;
            height: 12px;
            font-size: 12px;
            color: #01327e;
            transition: all 0.3s; }
            header .header-top .search .select .tops i.active {
              transform: rotate(-180deg); }
        header .header-top .search .select .subs {
          display: none;
          width: 100%;
          position: absolute;
          top: 32px;
          left: 0;
          z-index: 2;
          background-color: #fff; }
          header .header-top .search .select .subs a {
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            transition: all 0.3s; }
            header .header-top .search .select .subs a:hover, header .header-top .search .select .subs a.active {
              background-color: #01327e;
              color: #fff; }
      header .header-top .search .input {
        width: 130px;
        height: 30px; }
        header .header-top .search .input input {
          width: 100%;
          height: 100%;
          padding: 0 15px;
          border: none;
          background-color: #fff;
          border-radius: 0; }
      header .header-top .search .btn {
        width: 20px;
        color: #01327e;
        margin-left: 6px; }
        header .header-top .search .btn i {
          display: block;
          width: 20px;
          font-size: 20px; }
  header .header-bot {
    width: 100%;
    height: 80px;
    background-color: #fff; }
    header .header-bot .main {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    header .header-bot .logo {
      display: inline-block;
      height: 40px; }
      header .header-bot .logo img {
        height: 40px; }
    header .header-bot nav {
      display: inline-flex;
      align-items: center; }
      header .header-bot nav a {
        font-size: 16px;
        transition: all 0.3s; }
        header .header-bot nav a:hover, header .header-bot nav a.active {
          color: #01327e; }
      header .header-bot nav i {
        display: block;
        width: 2px;
        height: 10px;
        background-color: #01327e;
        transform: rotate(30deg);
        margin: 0 30px; }

.header-h {
  width: 100%;
  height: 130px; }

.m-header {
  display: none;
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 9; }
  .m-header .header-top {
    width: 100%;
    height: 40px;
    background-color: #01327e; }
    .m-header .header-top .labels {
      height: 40px;
      display: inline-flex;
      align-items: center; }
      .m-header .header-top .labels p, .m-header .header-top .labels a {
        color: #fff;
        height: 23px;
        margin-right: 14px;
        display: inline-flex;
        align-items: center; }
      .m-header .header-top .labels i {
        font-size: 14px; }
      .m-header .header-top .labels span {
        font-size: 14px;
        margin-left: 8px; }
  .m-header .header-bot {
    width: 100%;
    height: 60px;
    background-color: #fff; }
    .m-header .header-bot .main {
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .m-header .header-bot .logo {
      display: inline-block;
      height: 26px; }
      .m-header .header-bot .logo img {
        height: 26px; }
    .m-header .header-bot .nav-btn {
      display: block;
      height: 18px; }
      .m-header .header-bot .nav-btn img {
        height: 18px;
        display: block; }

.m-header-h {
  display: none;
  width: 100%;
  height: 100px; }

.m-nav {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  transition: all 0.3s; }
  .m-nav .mask {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.5); }
  .m-nav .block {
    width: 300px;
    background-color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 12;
    transition: all 0.3s; }
    .m-nav .block .nav {
      width: 100%;
      margin-top: 9vh;
      padding: 0 20px; }
      .m-nav .block .nav a {
        display: block;
        margin: 30px 0;
        text-align: center;
        font-size: 16px; }
        .m-nav .block .nav a.active {
          color: #01327e; }
    .m-nav .block .search {
      display: flex;
      align-items: center;
      width: 240px;
      height: 40px;
      border-radius: 20px;
      background-color: #f2f4f5;
      margin: 0 auto; }
      .m-nav .block .search .select {
        width: 68px;
        height: 40px;
        position: relative;
        flex-shrink: 0; }
        .m-nav .block .search .select .tops {
          width: 100%;
          height: 40px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer; }
          .m-nav .block .search .select .tops span {
            width: 100%;
            display: inline-block;
            text-align: center;
            white-space: nowrap;
            user-select: none; }
          .m-nav .block .search .select .tops i {
            flex-shrink: 0;
            width: 12px;
            height: 12px;
            font-size: 12px;
            color: #01327e;
            transition: all 0.3s; }
            .m-nav .block .search .select .tops i.active {
              transform: rotate(-180deg); }
        .m-nav .block .search .select .subs {
          display: none;
          width: 100%;
          position: absolute;
          top: 42px;
          left: 0;
          z-index: 2;
          background-color: #fff; }
          .m-nav .block .search .select .subs a {
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            transition: all 0.3s; }
            .m-nav .block .search .select .subs a:hover, .m-nav .block .search .select .subs a.active {
              background-color: #01327e;
              color: #fff; }
      .m-nav .block .search .input {
        width: 130px;
        height: 30px; }
        .m-nav .block .search .input input {
          width: 100%;
          height: 100%;
          padding: 0 15px;
          border: none;
          background-color: #f2f4f5;
          border-radius: 0; }
      .m-nav .block .search .btn {
        width: 20px;
        color: #01327e;
        margin-left: 6px; }
        .m-nav .block .search .btn i {
          display: block;
          width: 20px;
          font-size: 20px; }
  .m-nav.active {
    width: 100vw; }
    .m-nav.active .mask {
      width: 100vw; }
    .m-nav.active .block {
      right: 0; }

footer {
  width: 100%;
  background-color: #2e2e2e; }
  footer .footer-top {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 20px; }
    footer .footer-top .navs {
      width: 54.2%; }
      footer .footer-top .navs .item {
        width: 100%;
        margin-bottom: 35px; }
        footer .footer-top .navs .item:last-child {
          margin-bottom: 0; }
        footer .footer-top .navs .item .one {
          font-size: 16px;
          color: #ddd; }
        footer .footer-top .navs .item .subs {
          width: 100%;
          overflow: hidden;
          margin-top: 10px; }
          footer .footer-top .navs .item .subs a {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 10px;
            color: #888;
            transition: all 0.3s; }
            footer .footer-top .navs .item .subs a:hover {
              color: #ddd; }
    footer .footer-top .rights {
      width: 33.7%;
      text-align: right;
      overflow: hidden; }
      footer .footer-top .rights .logo {
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        padding-left: 5px;
        margin-bottom: 10px; }
        footer .footer-top .rights .logo img {
          height: 90px; }
      footer .footer-top .rights .text {
        color: #ddd;
        margin-top: 10px; }
        footer .footer-top .rights .text a {
          color: #ddd;
          display: inline-block; }
      footer .footer-top .rights .icons {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px; }
        footer .footer-top .rights .icons .iso img {
          height: 85px; }
        footer .footer-top .rights .icons .ewm {
          width: 121px;
          margin-left: 50px; }
          footer .footer-top .rights .icons .ewm img {
            width: 100%; }
          footer .footer-top .rights .icons .ewm p {
            display: block;
            text-align: center;
            margin-top: 10px;
            color: #fff; }
  footer .f-link {
    width: 100%;
    padding: 20px 0; }
    footer .f-link .line {
      width: 100%;
      display: flex; }
      footer .f-link .line .label {
        margin-top: 6px;
        white-space: nowrap;
        color: #888; }
      footer .f-link .line .items {
        overflow: hidden;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center; }
        footer .f-link .line .items a {
          display: inline-block;
          color: #888;
          margin-top: 6px;
          transition: color 0.3s; }
          footer .f-link .line .items a:hover {
            color: #ddd; }
        footer .f-link .line .items i {
          display: block;
          margin: 5px 10px 0;
          width: 1px;
          height: 14px;
          background-color: #888; }
      footer .f-link .line.white .label {
        color: #ddd; }
      footer .f-link .line.white .items a {
        color: #ddd; }
      footer .f-link .line.white .items i {
        background-color: #ddd; }
  footer .footer-bot {
    border-top: 1px solid #858585;
    padding: 15px 0;
    color: #ddd;
    overflow: hidden; }
    footer .footer-bot p,
    footer .footer-bot a,
    footer .footer-bot span {
      display: inline-block;
      color: #ddd;
      transition: color 0.3s; }
      footer .footer-bot p:hover,
      footer .footer-bot a:hover,
      footer .footer-bot span:hover {
        color: #fff; }

.inner-banner {
  width: 100%;
  height: 480px;
  background-image: url(../img/32.png);
  background-size: cover;
  background-position: center;
  padding: 110px 3%;
  text-align: center; }
  .inner-banner .en {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    opacity: 0.3;
    font-family: 'DIN';
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
  .inner-banner .cn {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-top: -20px;
    text-transform: uppercase; }
  .inner-banner .desc {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase; }

.inner-menu-bar {
  width: 100%;
  height: 80px;
  background-color: #f2f4f5;
  position: relative;
  z-index: 5;
  border-top: 1px solid transparent; }
  .inner-menu-bar .bar {
    width: 94%;
    max-width: 1420px;
    height: 80px;
    background-color: #fff;
    margin: -40px auto 0;
    box-shadow: 0 0 10px #e4e6e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    transition: all 0.3s; }
    .inner-menu-bar .bar .mbx {
      display: inline-flex;
      align-items: center; }
      .inner-menu-bar .bar .mbx a {
        transition: all 0.3s; }
      .inner-menu-bar .bar .mbx i {
        margin: 0 10px; }
    .inner-menu-bar .bar .sons {
      display: inline-flex; }
      .inner-menu-bar .bar .sons a {
        transition: all 0.3s;
        margin-left: 40px; }
        .inner-menu-bar .bar .sons a:hover, .inner-menu-bar .bar .sons a.active {
          color: #01327e; }
    .inner-menu-bar .bar .tel {
      display: inline-flex;
      align-items: center; }
      .inner-menu-bar .bar .tel .name {
        display: inline-flex;
        align-items: center;
        height: 30px;
        border-radius: 5px;
        overflow: hidden;
        color: #01327e;
        padding: 0 10px;
        border: 1px solid #01327e; }
        .inner-menu-bar .bar .tel .name i {
          font-size: 20px; }
        .inner-menu-bar .bar .tel .name span {
          font-size: 16px;
          margin-left: 10px; }
      .inner-menu-bar .bar .tel .num {
        margin-left: 20px;
        font-size: 28px;
        font-family: 'DIN';
        color: #01327e; }
        .inner-menu-bar .bar .tel .num a {
          color: #01327e; }
    .inner-menu-bar .bar.fixed {
      position: fixed;
      top: 170px;
      left: 0;
      right: 0;
      max-width: 100%;
      width: 100%;
      box-shadow: none;
      padding: 0 calc(40px + (100% - 1420px)/2); }

.video-layer {
  background-color: #000; }
  .video-layer .layui-layer-content {
    width: 800px;
    height: 450px;
    overflow: hidden !important; }
  .video-layer video {
    width: 800px;
    height: 450px; }

.load-more a {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  background-color: #01327e;
  color: #fff; }

@media screen and (max-width: 1527px) {
  .inner-menu-bar .bar.fixed {
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 170px;
    left: 0;
    box-shadow: none;
    padding: 0 calc(40px + 3%); } }

@media screen and (max-width: 1440px) {
  header .header-bot .logo {
    height: 40px; }
    header .header-bot .logo img {
      height: 40px; }
  header .header-bot nav i {
    margin: 0 20px; } }

@media screen and (max-width: 1366px) {
  .inner-banner {
    height: 400px;
    padding: 110px 3%; }
    .inner-banner .en {
      font-size: 60px;
      line-height: 60px; }
    .inner-banner .cn {
      font-size: 36px;
      line-height: 36px;
      margin-top: -20px; }
    .inner-banner .desc {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px; } }

@media screen and (max-width: 1200px) {
  header .header-bot .logo {
    height: 30px; }
    header .header-bot .logo img {
      height: 30px; }
  header .header-bot nav i {
    margin: 0 10px; } }

@media screen and (max-width: 1024px) {
  header {
    display: none; }
  .header-h {
    display: none; }
  .m-header {
    display: block; }
  .m-header-h {
    display: block; }
  .inner-menu-bar {
    height: 60px; }
    .inner-menu-bar .bar {
      width: 94%;
      height: 60px;
      margin: -30px auto 0;
      box-shadow: 0 0 10px #e4e6e7;
      padding: 0 30px; }
      .inner-menu-bar .bar .mbx {
        display: none; }
      .inner-menu-bar .bar .sons {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }
        .inner-menu-bar .bar .sons::-webkit-scrollbar {
          width: 6px;
          height: 6px;
          background-color: #F5F5F5; }
        .inner-menu-bar .bar .sons::-webkit-scrollbar-track {
          border-radius: 3px;
          background-color: #F5F5F5; }
        .inner-menu-bar .bar .sons::-webkit-scrollbar-thumb {
          border-radius: 3px;
          background-color: #ddd; }
        .inner-menu-bar .bar .sons a {
          margin-left: 0;
          margin-right: 40px;
          white-space: nowrap; }
      .inner-menu-bar .bar .tel .name {
        height: 30px;
        border-radius: 5px;
        padding: 0 10px; }
        .inner-menu-bar .bar .tel .name i {
          font-size: 20px; }
        .inner-menu-bar .bar .tel .name span {
          font-size: 16px;
          margin-left: 10px; }
      .inner-menu-bar .bar .tel .num {
        margin-left: 20px;
        font-size: 28px; }
      .inner-menu-bar .bar.fixed {
        top: 130px;
        padding: 0 30px; }
  footer .footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 80px;
    padding-bottom: 20px; }
    footer .footer-top .navs {
      width: 100%;
      margin-top: 20px; }
      footer .footer-top .navs .item {
        width: 100%;
        margin-bottom: 35px; }
        footer .footer-top .navs .item:last-child {
          margin-bottom: 0; }
        footer .footer-top .navs .item .one {
          font-size: 16px;
          color: #ddd; }
        footer .footer-top .navs .item .subs {
          width: 100%;
          overflow: hidden;
          margin-top: 10px; }
          footer .footer-top .navs .item .subs a {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 10px;
            color: #888;
            transition: all 0.3s; }
            footer .footer-top .navs .item .subs a:hover {
              color: #ddd; }
    footer .footer-top .rights {
      width: 100%;
      text-align: center; }
      footer .footer-top .rights .logo {
        padding-bottom: 10px;
        padding-left: 5px;
        margin-bottom: 10px; }
        footer .footer-top .rights .logo img {
          height: 90px; }
      footer .footer-top .rights .text {
        margin-top: 10px; }
      footer .footer-top .rights .icons {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px; }
        footer .footer-top .rights .icons .iso img {
          height: 85px; }
        footer .footer-top .rights .icons .ewm {
          width: 121px;
          margin-left: 50px; }
          footer .footer-top .rights .icons .ewm img {
            width: 100%; }
          footer .footer-top .rights .icons .ewm p {
            display: block;
            text-align: center;
            margin-top: 10px;
            color: #fff; }
  footer .f-link {
    width: 100%;
    padding: 20px 0; }
    footer .f-link .line {
      width: 100%;
      display: flex; }
      footer .f-link .line .label {
        margin-top: 6px;
        white-space: nowrap;
        color: #888; }
      footer .f-link .line .items {
        overflow: hidden;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center; }
        footer .f-link .line .items a {
          display: inline-block;
          color: #888;
          margin-top: 6px;
          transition: color 0.3s; }
          footer .f-link .line .items a:hover {
            color: #ddd; }
        footer .f-link .line .items i {
          display: block;
          margin: 5px 10px 0;
          width: 1px;
          height: 14px;
          background-color: #888; }
      footer .f-link .line.white .label {
        color: #ddd; }
      footer .f-link .line.white .items a {
        color: #ddd; }
      footer .f-link .line.white .items i {
        background-color: #ddd; }
  footer .footer-bot {
    border-top: 1px solid #858585;
    padding: 15px 0;
    color: #ddd;
    overflow: hidden; }
    footer .footer-bot p,
    footer .footer-bot a,
    footer .footer-bot span {
      display: inline-block;
      color: #ddd;
      transition: color 0.3s; }
      footer .footer-bot p:hover,
      footer .footer-bot a:hover,
      footer .footer-bot span:hover {
        color: #fff; } }

@media screen and (max-width: 750px) {
  .m-header .header-top {
    height: 40px; }
    .m-header .header-top .labels {
      height: 40px; }
      .m-header .header-top .labels p {
        height: 23px;
        margin-right: 10px; }
      .m-header .header-top .labels i {
        font-size: 12px; }
      .m-header .header-top .labels span {
        font-size: 12px;
        margin-left: 4px; }
  .inner-banner {
    height: 280px;
    padding: 70px 3%; }
    .inner-banner .en {
      font-size: 46px;
      line-height: 46px; }
    .inner-banner .cn {
      font-size: 24px;
      line-height: 24px;
      margin-top: -12px; }
    .inner-banner .desc {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; }
  .inner-menu-bar {
    height: 60px; }
    .inner-menu-bar .bar {
      width: 94%;
      height: 60px;
      margin: -30px auto 0;
      padding: 0 20px; }
      .inner-menu-bar .bar .sons::-webkit-scrollbar {
        display: none; }
      .inner-menu-bar .bar .sons a {
        margin-right: 20px; }
      .inner-menu-bar .bar .tel .name {
        height: 30px;
        border-radius: 5px;
        padding: 0 10px; }
        .inner-menu-bar .bar .tel .name i {
          font-size: 20px; }
        .inner-menu-bar .bar .tel .name span {
          font-size: 16px;
          margin-left: 10px; }
      .inner-menu-bar .bar .tel .num {
        margin-left: 20px;
        font-size: 28px; }
      .inner-menu-bar .bar.fixed {
        top: 130px;
        padding: 0 20px; }
  footer .footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 20px; }
    footer .footer-top .navs {
      width: 100%;
      margin-top: 20px; }
      footer .footer-top .navs .item {
        width: 100%;
        margin-bottom: 20px; }
        footer .footer-top .navs .item:last-child {
          margin-bottom: 0; }
        footer .footer-top .navs .item .one {
          font-size: 16px;
          color: #ddd; }
        footer .footer-top .navs .item .subs {
          width: 100%;
          overflow: hidden;
          margin-top: 10px; }
          footer .footer-top .navs .item .subs a {
            display: inline-block;
            margin-right: 5px;
            margin-bottom: 5px;
            color: #888;
            transition: all 0.3s; }
            footer .footer-top .navs .item .subs a:hover {
              color: #ddd; }
    footer .footer-top .rights {
      width: 100%;
      text-align: center; }
      footer .footer-top .rights .logo {
        padding-bottom: 10px;
        padding-left: 5px;
        margin-bottom: 10px; }
        footer .footer-top .rights .logo img {
          height: 60px; }
      footer .footer-top .rights .text {
        margin-top: 10px; }
      footer .footer-top .rights .icons {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px; }
        footer .footer-top .rights .icons .iso img {
          height: 40px; }
        footer .footer-top .rights .icons .ewm {
          width: 60px;
          margin-left: 30px; }
          footer .footer-top .rights .icons .ewm img {
            width: 100%; }
          footer .footer-top .rights .icons .ewm p {
            display: block;
            text-align: center;
            margin-top: 10px;
            color: #fff;
            font-size: 12px; }
  footer .f-link {
    width: 100%;
    padding: 20px 0; }
    footer .f-link .line {
      width: 100%;
      display: flex; }
      footer .f-link .line .label {
        margin-top: 6px;
        white-space: nowrap;
        color: #888; }
      footer .f-link .line .items {
        overflow: hidden;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center; }
        footer .f-link .line .items a {
          display: inline-block;
          color: #888;
          margin-top: 6px;
          transition: color 0.3s; }
          footer .f-link .line .items a:hover {
            color: #ddd; }
        footer .f-link .line .items i {
          display: block;
          margin: 5px 10px 0;
          width: 1px;
          height: 14px;
          background-color: #888; }
      footer .f-link .line.white .label {
        color: #ddd; }
      footer .f-link .line.white .items a {
        color: #ddd; }
      footer .f-link .line.white .items i {
        background-color: #ddd; }
  footer .footer-bot {
    border-top: 1px solid #858585;
    padding: 15px 0;
    color: #ddd;
    overflow: hidden;
    font-size: 12px; }
    footer .footer-bot > div {
      display: block;
      width: 100%;
      text-align: center; }
    footer .footer-bot p,
    footer .footer-bot a,
    footer .footer-bot span {
      display: inline-block;
      color: #ddd;
      transition: color 0.3s; }
      footer .footer-bot p:hover,
      footer .footer-bot a:hover,
      footer .footer-bot span:hover {
        color: #fff; }
  .load-more a {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px; }
  .video-layer {
    background-color: #000; }
    .video-layer .layui-layer-content {
      width: 300px;
      height: 168px;
      overflow: hidden !important; }
    .video-layer video {
      width: 300px;
      height: 168px; } }

@media screen and (max-width: 480px) {
  .m-header .header-top {
    height: 40px; }
    .m-header .header-top .labels {
      height: 40px; }
      .m-header .header-top .labels p {
        height: 23px;
        margin-right: 8px; }
      .m-header .header-top .labels i {
        font-size: 10px; }
      .m-header .header-top .labels span {
        font-size: 10px;
        margin-left: 4px; }
  .inner-banner {
    height: 170px;
    padding: 40px 3%; }
    .inner-banner .en {
      font-size: 38px;
      line-height: 38px; }
    .inner-banner .cn {
      font-size: 18px;
      line-height: 18px;
      margin-top: -8px; }
    .inner-banner .desc {
      font-size: 10px;
      line-height: 10px;
      margin-top: 10px; }
  .inner-menu-bar {
    height: 60px; }
    .inner-menu-bar .bar {
      width: 94%;
      height: 60px;
      margin: -30px auto 0;
      padding: 0 20px; }
      .inner-menu-bar .bar .sons::-webkit-scrollbar {
        display: none; }
      .inner-menu-bar .bar .sons a {
        margin-right: 20px; }
      .inner-menu-bar .bar .tel .name {
        height: 30px;
        border-radius: 5px;
        padding: 0 10px; }
        .inner-menu-bar .bar .tel .name i {
          font-size: 14px; }
        .inner-menu-bar .bar .tel .name span {
          font-size: 14px;
          margin-left: 10px; }
      .inner-menu-bar .bar .tel .num {
        margin-left: 10px;
        font-size: 20px; }
  footer .footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 20px; }
    footer .footer-top .navs {
      display: none; }
    footer .footer-top .rights {
      width: 100%;
      text-align: center; }
      footer .footer-top .rights .logo {
        padding-bottom: 10px;
        padding-left: 5px;
        margin-bottom: 10px; }
        footer .footer-top .rights .logo img {
          height: 60px; }
      footer .footer-top .rights .text {
        margin-top: 10px; }
      footer .footer-top .rights .icons {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px; }
        footer .footer-top .rights .icons .iso img {
          height: 40px; }
        footer .footer-top .rights .icons .ewm {
          width: 60px;
          margin-left: 30px; }
          footer .footer-top .rights .icons .ewm img {
            width: 100%; }
          footer .footer-top .rights .icons .ewm p {
            display: block;
            text-align: center;
            margin-top: 10px;
            color: #fff;
            font-size: 12px; }
  footer .f-link {
    display: none; }
  footer .footer-bot {
    border-top: 1px solid #858585;
    padding: 15px 0;
    color: #ddd;
    overflow: hidden; }
    footer .footer-bot > div {
      display: block;
      width: 100%;
      text-align: center; }
    footer .footer-bot p,
    footer .footer-bot a,
    footer .footer-bot span {
      display: inline-block;
      color: #ddd;
      transition: color 0.3s; }
      footer .footer-bot p:hover,
      footer .footer-bot a:hover,
      footer .footer-bot span:hover {
        color: #fff; } }

@media screen and (max-width: 320px) {
  .m-header .header-top {
    height: 40px; }
    .m-header .header-top .labels {
      height: 40px; }
      .m-header .header-top .labels p {
        height: 23px;
        margin-right: 6px; }
      .m-header .header-top .labels i {
        font-size: 8px; }
      .m-header .header-top .labels span {
        font-size: 8px;
        margin-left: 4px; } }
