.container {
  width: 87.5%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative; }

.header-top {
  height: 130px;
  display: flex;
  align-items: center; }
  .header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-top .logo {
    width: 640px; }
    .header-top .logo img {
      width: 100%;
      height: 100%; }
  .header-top .tel-box {
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #d10000;
    display: flex;
    align-items: center; }
    .header-top .tel-box .tel {
      width: 40px;
      height: 40px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-image: url("../images/01.png");
      display: inline-block;
      margin-right: 10px; }

.header-nav {
  height: 50px;
  background-color: #cb001c;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  display: block; }
  .header-nav .container {
    height: 100%;
    border-left: 1px solid rgba(243, 243, 243, 0.2);
    border-right: 1px solid rgba(243, 243, 243, 0.2);
    display: flex;
    align-content: center; }
    .header-nav .container .item {
      height: 100%;
      line-height: 50px;
      color: #ffe0e0;
      width: 14%;
      max-width: 230px;
      display: inline-block;
      text-align: center;
      font-size: 20px;
      border-right: 1px solid rgba(243, 243, 243, 0.2); }
      .header-nav .container .item.active {
        color: #f3f3f3;
        background-color: #be0000;
        position: relative; }
        .header-nav .container .item.active:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #f34747;
          bottom: 0;
          left: 0; }
    .header-nav .container .language {
      font-size: 20px;
      color: #fff;
      flex: 1;
      display: inline-block;
      line-height: 50px;
      height: 100%;
      text-align: center; }

.second-nav {
  height: 60px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center; }
  .second-nav .item {
    display: block;
    width: 140px;
    height: 100%;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin-right: 55px;
    cursor: pointer; }
    .second-nav .item:last-of-type {
      margin-right: 0; }
    .second-nav .item.active {
      border-bottom: 1px solid #d80000;
      color: #d80000; }
  .second-nav.pro-nav {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2%; }
    .second-nav.pro-nav .item {
      flex-shrink: 0; }

.com-title {
  text-align: center; }
  .com-title .tt {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000; }
  .com-title .line {
    width: 50px;
    height: 2px;
    background-color: #d80000;
    margin: 0 auto;
    margin-top: 15px; }
  .com-title .desc {
    font-size: 18px;
    color: #333;
    margin-top: 15px; }
  .com-title.white .tt {
    color: #fff; }
  .com-title.white .desc {
    color: #fff; }

.rightNav {
  position: fixed;
  right: 0;
  top: calc(50% - 70px);
  z-index: 1000; }
  .rightNav .item {
    width: 70px;
    height: 70px;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #333;
    background-color: #fff;
    position: relative; }
    .rightNav .item i {
      font-size: 24px; }
    .rightNav .item p {
      margin-top: 10px; }
    .rightNav .item.item01 {
      margin-top: 1px; }
      .rightNav .item.item01:hover .hotline-box {
        display: block; }
    .rightNav .item:hover {
      background-color: #d80000;
      color: #fff; }
    .rightNav .item .hotline-box {
      position: absolute;
      left: -125px;
      display: none;
      padding-right: 20px; }
      .rightNav .item .hotline-box .hotline-hover {
        border-radius: 5px;
        padding: 10px;
        background-color: #d80000;
        color: #fff;
        font-size: 16px; }

.com-more {
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: #e30000;
  font-size: 16px;
  text-align: center;
  border: solid 1px #e30000;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .com-more i {
    font-size: 16px; }
  .com-more.white {
    color: #fff;
    border: 1px solid #fff; }

.com-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 48px; }
  .com-nav .item {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    margin-right: 12px; }
    .com-nav .item.active {
      background-color: #d80000; }
  .com-nav.news-nav .item {
    background-color: transparent;
    color: #666;
    border: 1px solid #999; }
    .com-nav.news-nav .item.active {
      background-color: #d80000;
      color: #fff;
      border: 1px solid #d80000; }

.inner-banner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .inner-banner > img {
    width: 100%;
    opacity: 0; }
  .inner-banner .text-position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .inner-banner .text-position .texts {
      width: 87.5%;
      max-width: 1680px;
      white-space: nowrap;
      color: #fff;
      text-align: left;
      margin: 0 auto;
      padding-top: 7%; }
      .inner-banner .text-position .texts .text02 {
        font-size: 48px;
        line-height: 48px;
        font-weight: bold; }
      .inner-banner .text-position .texts .text03 {
        width: auto;
        font-size: 20px;
        line-height: 2em;
        color: #fff;
        white-space: normal;
        margin-top: 10px; }
      .inner-banner .text-position .texts .items {
        display: flex;
        align-items: center;
        margin-top: 40px; }
        .inner-banner .text-position .texts .items .item {
          padding: 0 45px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          border-right: 1px solid rgba(255, 255, 255, 0.1); }
          .inner-banner .text-position .texts .items .item .img {
            width: 46px; }
            .inner-banner .text-position .texts .items .item .img img {
              width: 100%; }
          .inner-banner .text-position .texts .items .item p {
            margin-top: 10px; }
          .inner-banner .text-position .texts .items .item:nth-of-type(1) {
            padding-left: 0; }
          .inner-banner .text-position .texts .items .item:last-of-type {
            border-right: 0; }

.m-header {
  display: none; }

.m-cover {
  display: none; }

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pages-box .item {
    border-right: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    transition: all 0.6s;
    background-color: #ddd; }
    .pages-box .item.long {
      width: 60px; }
    .pages-box .item.active, .pages-box .item:hover {
      background-color: #d80000; }

.bread-box {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 20px 0; }
  .bread-box i {
    color: #999;
    display: inline-block;
    margin-right: 10px; }
    .bread-box i.icon-you {
      font-size: 12px;
      margin-left: 10px; }
  .bread-box a {
    color: #999; }
  .bread-box span {
    color: #333; }

.footer .tops {
  border-bottom: 2px solid #d80000;
  padding: 20px 3%; }
  .footer .tops .container {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999; }
    .footer .tops .container > a {
      color: #999; }
      .footer .tops .container > a:hover {
        color: #cd0b0b; }
    .footer .tops .container .line {
      margin: 0 10px; }
.footer .bottoms {
  padding: 60px 0; }
  .footer .bottoms .container {
    padding: 0 3%;
    display: flex;
    justify-content: space-between; }
    .footer .bottoms .container .left {
      display: flex;
      width: 73%; }
      .footer .bottoms .container .left .items {
        width: 17.5%;
        padding-bottom: 20px;
        border-right: 1px solid #eaeaea;
        padding-left: 4%; }
        .footer .bottoms .container .left .items .tt {
          font-size: 18px;
          color: #333;
          margin-bottom: 20px; }
        .footer .bottoms .container .left .items .item {
          line-height: 30px;
          display: block; }
          .footer .bottoms .container .left .items .item:hover {
            color: #d50000; }
        .footer .bottoms .container .left .items.item01 {
          width: 11%;
          padding-left: 0; }
    .footer .bottoms .container .right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      flex: 1; }
      .footer .bottoms .container .right .logo {
        width: 405px; }
        .footer .bottoms .container .right .logo img {
          width: 100%; }
      .footer .bottoms .container .right .text-box {
        font-size: 14px;
        color: #999;
        line-height: 2em;
        margin-top: 20px;
        margin-bottom: 40px; }
      .footer .bottoms .container .right .code-box {
        display: flex; }
        .footer .bottoms .container .right .code-box .code-img {
          height: 102px; }
          .footer .bottoms .container .right .code-box .code-img img {
            height: 100%; }
          .footer .bottoms .container .right .code-box .code-img.code02 {
            margin-left: 40px; }
.footer .footer-bottom {
  height: 60px;
  background-color: #333; }
  .footer .footer-bottom .container {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 3%; }
    .footer .footer-bottom .container .left {
      display: flex;
      align-items: center; }
      .footer .footer-bottom .container .left a {
        color: #666;
        display: inline-block;
        margin-left: 20px; }
        .footer .footer-bottom .container .left a img {
          margin-right: 10px;
          display: inline-block;
          vertical-align: middle; }
    .footer .footer-bottom .container .right a {
      color: #666; }

.video-layer {
  background-color: #000 !important; }
  .video-layer .layui-layer-content {
    width: 800px !important;
    height: 450px !important;
    overflow: hidden !important; }
  .video-layer video {
    width: 100% !important;
    height: 100% !important; }

/*# sourceMappingURL=common.css.map */
