.main {
  width: 84%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

header {
  width: 100%;
  height: 120px;
  padding: 0 120px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 15; }
  header .left {
    display: inline-flex;
    align-items: center; }
  header a.logo {
    display: block;
    height: 60px;
    flex-shrink: 0;
  }
    header a.logo img {
      height: 60px; }
  header nav {
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 100px; }
    header nav .item {
      display: block;
      position: relative;
      width: 114px;
      height: 120px; }
      header nav .item .tops {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 120px;
        text-align: center;
        border-top: 2px solid #fff;
        font-size: 18px;
        font-weight: bold;
        background-color: #fff;
        transition: all 0.3s; }
      header nav .item .son {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 120px;
        left: -25%;
        right: 0;
        background-color: #fff;
        transition: all 0.3s;
        width: 150%;
      }
        header nav .item .son a {
          display: block;
          width: 100%;
          padding: 10px 8px;
          text-align: center;
          color: #333;
          font-size: 14px;
          font-weight: bold;
          transition: all 0.6s; }
          header nav .item .son a:hover {
            color: #E7141A;
            /*background-color: rgba(255, 255, 255, 0.2);*/
            background-color: #ddd;
            transition: all 0.6s; }
          header nav .item .son a:first-child {
            margin-top: 10px; }
          header nav .item .son a:last-child {
            margin-bottom: 10px; }
      header nav .item:hover .tops {
        border-color: #E7141A;
        /*background-color: rgba(231, 20, 26 ,0.2);*/
        background-color: #E7141A;
        color: #fff; }
      header nav .item:hover .son {
        max-height: 470px; }
      header nav .item.active .tops {
        border-color: #E7141A;
        /*background-color: rgba(231, 20, 26 ,0.2);*/
        background-color: #E7141A;
        color: #fff; }
  header .tel {
    display: inline-flex;
    align-items: center;
    color: #E7141A; }
    header .tel i {
      font-size: 24px; }
    header .tel span {
      font-size: 20px;
      padding-left: 10px;
      font-family: 'tm'; }

.inner-banner {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .inner-banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center; }
    .inner-banner .text .en {
      font-size: 24px; }
    .inner-banner .text .cn {
      font-size: 32px;
      line-height: 32px;
      font-weight: bold;
      margin-top: 15px; }
    .inner-banner .text i.line {
      display: block;
      width: 48px;
      height: 4px;
      background-color: #fff;
      margin: 14px auto 0; }
    .inner-banner .text .desc {
      font-size: 16px;
      margin-top: 35px; }
  .inner-banner .inner-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center; }
    .inner-banner .inner-menu a {
      display: inline-block;
      padding: 0 26px;
      height: 60px;
      line-height: 60px;
      font-size: 16px;
      transition: all 0.3s;
      margin: 0 1px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
      .inner-banner .inner-menu a:hover, .inner-banner .inner-menu a.active {
        background-color: #E7141A;
        color: #fff; }

.inner-mod-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .inner-mod-tab .mod {
    display: block;
    position: relative; }
    .inner-mod-tab .mod::before {
      content: "";
      display: block;
      width: 68px;
      height: 80px;
      border: 2px solid #E7141A;
      position: relative;
      z-index: 1; }
    .inner-mod-tab .mod p {
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: 20px;
      z-index: 2;
      padding: 10px 0;
      color: #E7141A;
      background-color: #fff; }
      .inner-mod-tab .mod p .cn {
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        white-space: nowrap; }
      .inner-mod-tab .mod p .en {
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap; }
      .inner-mod-tab .mod p.bg-gray {
        background-color: #fafafa; }
  .inner-mod-tab .tab {
    display: flex;
    align-items: center; }
    .inner-mod-tab .tab a {
      display: inline-block;
      padding: 0 30px;
      height: 48px;
      border-radius: 24px;
      border: 1px solid #666;
      font-size: 16px;
      color: #666;
      line-height: 46px;
      margin-left: 20px;
      transition: all 0.3s; }
      .inner-mod-tab .tab a:hover, .inner-mod-tab .tab a.active {
        border-color: #E7141A;
        color: #E7141A; }

.com-more {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #E7141A; }

.index-title {
  color: #333;
  text-align: center; }
  .index-title .en {
    font-size: 32px;
    line-height: 32px;
    font-family: "tm"; }
  .index-title .cn {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px; }

.m-header, .menu-down-box {
  display: none; }

footer {
  width: 100%;
  background-color: #f6f6f6; }
  footer .foot-top {
    padding: 80px 0 60px; }
    footer .foot-top .main {
      display: flex;
      justify-content: space-between; }
  footer .foot-nav {
    width: calc(100% - 400px);
    display: flex; }
    footer .foot-nav .item {
      overflow: hidden;
      margin-right: 70px; }
      footer .foot-nav .item a {
        white-space: nowrap;
        font-size: 14px;
        display: block;
        float: left;
        clear: both;
        margin-top: 10px;
        color: #888; }
        footer .foot-nav .item a.first {
          font-size: 16px;
          color: #333;
          margin-bottom: 15px; }
        footer .foot-nav .item a:hover {
          color: #E7141A; }
  footer .foot-contact {
    width: 400px; }
    footer .foot-contact .logo {
      display: block;
      height: 80px; }
      footer .foot-contact .logo img {
        height: 80px; }
    footer .foot-contact .bot {
      margin-top: 20px;
      padding-top: 30px;
      border-top: 1px solid #f0f0f0;
      display: flex;
      justify-content: space-between; }
      footer .foot-contact .bot .tel-addr {
        width: 280px;
        padding-right: 18px; }
        footer .foot-contact .bot .tel-addr .mod {
          font-size: 14px; }
        footer .foot-contact .bot .tel-addr .tel-num {
          font-family: 'dinb';
          font-size: 28px;
          line-height: 28px;
          margin-top: 5px; }
        footer .foot-contact .bot .tel-addr .desc {
          font-size: 14px;
          line-height: 24px;
          margin-top: 5px; }
      footer .foot-contact .bot .qrcode {
        width: 120px; }
        footer .foot-contact .bot .qrcode .mod {
          font-size: 14px; }
        footer .foot-contact .bot .qrcode img {
          display: block;
          width: 120px;
          height: 120px;
          margin-top: 8px; }
  footer .foot-bot {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 14px 0;
    text-align: center; }
    footer .foot-bot p, footer .foot-bot a, footer .foot-bot img {
      display: inline-block; }
    footer .foot-bot p, footer .foot-bot a {
      margin: 0 10px; }

.pages {
  width: 100%;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .pages .num {
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    margin: 0 1px;
    transition: all 0.3s;
    background-color: #f4f5fa; }
  .pages .num:hover,
  .pages .num.active {
    border-color: #E7141A;
    background-color: #E7141A;
    color: #fff; }
  .pages .prev,
  .pages .next {
    width: auto;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    transition: all 0.3s;
    margin: 0 1px;
    background-color: #f4f5fa; }
  .pages .prev:hover,
  .pages .next:hover {
    border-color: #E7141A;
    background-color: #E7141A;
    color: #fff; }

/*# sourceMappingURL=common.css.map */
