﻿@charset "UTF-8";
.container {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }

.main {
  width: 87.5%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative; }

.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(19, 19, 19, 0.05);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  z-index: 100; }
  .header .logo {
    width: 200px;
    display: block; }
    .header .logo img {
      width: 100%;
      backface-visibility:hidden;
     -webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
     -moz-backface-visibility:hidden; 	/* Firefox */
     -ms-backface-visibility:hidden; 	/* Internet Explorer */
 }
  .header .header-nav {
    height: 100%;
    display: flex;
    align-items: center; }
    .header .header-nav li {
      height: 100%; }
      .header .header-nav li > .item {
        height: 100%;
        line-height: 80px;
        display: flex;
        font-size: 16px;
        align-items: center;
        margin-right:65px; }
        .header .header-nav li > .item span {
          display: inline-block;
          margin-right: 10px; }
        .header .header-nav li > .item i {
          font-size: 12px; }
          .header .header-nav li > .item i.icon-26 {
            display: block; }
          .header .header-nav li > .item i.icon-27 {
            display: none; }
        .header .header-nav li > .item.active i {
          color: #0068b6; }
          .header .header-nav li > .item.active i.icon-26 {
            display: none; }
          .header .header-nav li > .item.active i.icon-27 {
            display: block; }
        .header .header-nav li > .item.active01, .header .header-nav li > .item:hover {
          color: #0068b6; }
  .header .search-box {
    height: 100%;
    display: flex;
    align-items: center; }
    .header .search-box .language {
      width: 115px;
      height: 100%;
      font-size: 16px;
      color: #333;
      display: flex;
      align-items: center;
      cursor: pointer;
      position: relative;
      z-index: 100; }
      .header .search-box .language:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 24px;
        background-color: #333;
        right: 0;
        top: calc(50% - 12px); }
      .header .search-box .language span {
        display: inline-block;
        padding-right: 20px;
        margin-left: 10px; }
      .header .search-box .language .language-select {
        width: 120px;
        position: absolute;
        top: 95px;
        left: 0;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        display: none; }
        .header .search-box .language .language-select .item {
          width: 100%;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 16px;
          color: #666;
          border-bottom: 1px solid #eee;
          background-color: #ffffff;
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
          .header .search-box .language .language-select .item:last-of-type {
            border-bottom: 0; }
          .header .search-box .language .language-select .item:hover {
            color: #0068b6; }
        .header .search-box .language .language-select:before {
          content: '';
          position: absolute;
          top: -6px;
          left: calc(50% - 8px);
          width: 0;
          height: 0;
          border-width: 0 6px 6px;
          border-style: solid;
          border-color: transparent transparent #fff;
          /*透明 透明  灰*/ }
    .header .search-box .btn-box {
      font-size: 14px;
      color: #333;
      padding: 0 20px;
      height: 100%;
      line-height: 80px;
      cursor: pointer; }
      .header .search-box .btn-box i.icon-45 {
        display: block; }
      .header .search-box .btn-box i.icon-guanbi {
        display: none; }
      .header .search-box .btn-box.active i.icon-45 {
        display: none; }
      .header .search-box .btn-box.active i.icon-guanbi {
        display: block; }
  .header .product-nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 70px 0 50px;
    background-color: #fafafa;
    box-shadow: 0px 10px 30px 0px rgba(19, 19, 19, 0.2);
    display: none; }
    .header .product-nav .container {
      display: flex; }
      .header .product-nav .container .left-nav {
        padding-right: 5%;
        border-right: 1px solid #ddd;
        display: inline-block; }
        .header .product-nav .container .left-nav .item {
          font-size: 16px;
          color: #333;
          display: flex;
          align-items: center;
          margin-bottom: 25px;
          cursor: pointer;
          transition: all 0.6s; }
          .header .product-nav .container .left-nav .item i {
            font-size: 20px; }
          .header .product-nav .container .left-nav .item span {
            margin-left: 20px;
            display: inline-block;
            transition: all 0.6s;
            padding-bottom: 3px;
            box-shadow: 0 2px transparent; }
          .header .product-nav .container .left-nav .item.active01, .header .product-nav .container .left-nav .item:hover {
            color: #0068b6;
            font-weight: bold; }
            .header .product-nav .container .left-nav .item.active01 i, .header .product-nav .container .left-nav .item:hover i {
              color: #0068b6; }
            .header .product-nav .container .left-nav .item.active01 span, .header .product-nav .container .left-nav .item:hover span {
              box-shadow: 0 2px #0068b6; }
          .header .product-nav .container .left-nav .item:last-of-type {
            margin-bottom: 0; }
      .header .product-nav .container .right-content {
        padding: 0 0 0 5%;
        display: flex;
        flex-wrap: wrap;
        flex: 1; }
        .header .product-nav .container .right-content .text-box {
          padding-bottom: 20px;
          width: 25%; }
          .header .product-nav .container .right-content .text-box .tt {
            font-size: 14px;
            font-weight: bold; }
          .header .product-nav .container .right-content .text-box .items .item {
            margin-top: 20px;
            display: block;
            color: #666;
            font-size: 14px; }
            .header .product-nav .container .right-content .text-box .items .item:hover {
              color: #0068b6; }
          .header .product-nav .container .right-content .text-box .items.border {
            border-bottom: 1px solid #ddd;
            padding-bottom: 20px; }
  .header .common-nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    box-shadow: 0px 10px 30px 0px rgba(19, 19, 19, 0.2);
    display: none; }
    .header .common-nav .left-box {
      width: 64%;
      display: flex;
      flex-wrap: wrap;
      background-color: #fafafa;
      padding-left: 13%;
      padding-top: 50px;
      float: left; }
      .header .common-nav .left-box .items-box {
        width: 20%;
        margin-bottom: 30px; }
        .header .common-nav .left-box .items-box .tt {
          font-size: 14px;
          line-height: 18px;
          padding-left: 30px;
          position: relative; }
          .header .common-nav .left-box .items-box .tt i {
            font-size: 14px;
            color: #333;
            position: absolute;
            left: 0;
            top: 0; }
        .header .common-nav .left-box .items-box .items {
          margin-top: 15px; }
          .header .common-nav .left-box .items-box .items .item {
            display: block;
            padding-left: 30px;
            font-size: 14px;
            line-height: 32px;
            color: #666; }
            .header .common-nav .left-box .items-box .items .item:hover {
              color: #0068b6; }
    .header .common-nav .right-box {
      width: 36%;
      background-color: #fff;
      padding-left: 3%;
      padding-top: 50px;
      padding-bottom: 60px;
      float: right; }
      .header .common-nav .right-box .info-box {
        width: 56%; }
        .header .common-nav .right-box .info-box .pic {
          width: 100%;
          overflow: hidden; }
          .header .common-nav .right-box .info-box .pic img {
            width: 100%;
            transition: transform .5s ease-out;
            -webkit-transition: transform .5s ease-out;
            -moz-transition: transform .5s ease-out; }
        .header .common-nav .right-box .info-box .info .title {
          font-size: 20px;
          line-height: 20px;
          color: #333;
          margin-top: 15px; }
        .header .common-nav .right-box .info-box .info .desc {
          font-size: 14px;
          line-height: 24px;
          color: #666;
          margin-top: 6px; }
        .header .common-nav .right-box .info-box .info .more {
          width: 140px;
          height: 40px;
          line-height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          background-color: #0068b6;
          margin-top: 25px; }
          .header .common-nav .right-box .info-box .info .more span {
            display: inline-block;
            margin-left: 20px; }
        .header .common-nav .right-box .info-box:hover .pic img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1); }
  .header .search-cont {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 11;
    display: none; }
    .header .search-cont .tops {
      padding: 60px 40px 30px;
      background-color: #fff;
      font-size: 36px;
      line-height: 36px;
      color: #333;
      font-weight: bold; }
    .header .search-cont .input-box {
      width: 100%;
      height: 80px;
      padding-left: 40px;
      background-color: #f1f2f3;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header .search-cont .input-box input {
        width: 100%;
        height: 100%;
        border: 0;
        background-color: transparent; }
      .header .search-cont .input-box .search-btn {
        padding: 0 40px;
        height: 100%;
        flex-shrink: 0;
        line-height: 80px;
        text-align: center;
        background-color: #f1f2f3;
        cursor: pointer;
        border: 0;
        background-color: transparent; }
        .header .search-cont .input-box .search-btn i {
          font-size: 20px;
          color: #0068b6; }
    .header .search-cont .key-box {
      color: #999;
      font-size: 14px;
      background-color: #fff;
      padding: 30px 40px 40px 40px; }
      .header .search-cont .key-box .item {
        color: #999;
        padding: 0 10px;
        border-right: 1px solid #999;
        display: inline-block;
        line-height: 14px; }
        .header .search-cont .key-box .item:last-of-type {
          border-right: 0; }
  .header.header-fix {
    box-shadow: 0px 5px 10px 0px rgba(33, 2, 0, 0.05);
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 101; }

.m-header {
  display: none; }

.m-search-cont {
  display: none; }

.m-language-box {
  display: none; }

.down-box-big {
  display: none; }

.search-cover {
  position: fixed;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none; }

.bread-box {
  display: flex;
  align-items: center;
  padding: 20px 0 25px;
  color: #666;
  font-size: 14px; }
  .bread-box .icon-59 {
    display: inline-block;
    margin: 0 4px;
    font-size: 12px; }
  .bread-box .icon-home {
    font-size: 18px;
    margin-right: 5px;
    color: #858585; }
  .bread-box .cur {
    color: #0068b6; }



.inner-banner {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }
  .inner-banner .text-box {
    padding-top: 200px;
    color: #fff; }
    .inner-banner .text-box .t1 {
      font-size: 36px;
      line-height: 36px;
      font-weight: bold; }
    .inner-banner .text-box .t2 {
      font-size: 18px;
      line-height: 18px;
      margin-top: 20px; }

.page-box {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-box .items {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #fff; }
    .page-box .items .item {
      display: inline-block;
      width: 40px;
      color: #666;
      height: 100%;
      line-height: 40px;
      text-align: center;
      background-color: #fff;
       }
      .page-box .items .item.other {
        width: 60px; }
      .page-box .items .item.active, .page-box .items .item:hover {
        background-color: #0068b6;
        color: #fff; }
      .page-box .items .item:last-of-type {
        border-right: 0; }
    .page-box .items input {
      width: 60px;
      height: 100%;
      text-align: center;
      background-color: #fff;
      border: 0;
      border-right: 1px solid #f1f2f3; }

.pages-bottom {
  padding: 20px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }

.join-form {
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px; }
  .join-form .line {
    width: 100%;
    height: 36px;
    display: inline-block; }
    .join-form .line .label {
      height: 36px;
      display: inline-block;
      float: left;
      font-size: 16px;
      line-height: 36px; }
    .join-form .line input {
      display: inline-block;
      float: left;
      width: 438px;
      height: 36px;
      background-color: #fff;
      border: none;
      border-bottom: 1px solid #f1f5fd;
      padding: 0 10px; }
    .join-form .line textarea {
      display: inline-block;
      float: left;
      width: 100%;
      height: 100px;
      background-color: #fff;
      border: 1px solid #f1f5fd;
      padding: 10px;
      resize: none; }
    .join-form .line .load {
      width: 438px;
      height: 25px;
      background-color: #fff;
      border: none;
      margin-top: 6px;
      display: inline-block;
      float: left; }
    .join-form .line img {
      display: inline-block;
      margin-left: 10px;
      width: 80px;
      height: 34px; }
    .join-form .line button {
      width: 120px;
      height: 38px;
      border-radius: 4px;
      background-color: #0068b6;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      border: none;
      float: right; }
    .join-form .line.heightauto {
      height: auto; }

.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; }

.hide {
  display: none !important; }

.detail-bottom {
  padding: 30px 40px;
  border-top: 1px solid #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .detail-bottom .left {
    font-size: 16px;
    color: #999; }
    .detail-bottom .left .pg {
      line-height: 30px; }
      .detail-bottom .left .pg .item {
        color: #999; }
      .detail-bottom .left .pg:hover .item {
        color: #0068b6; }
  .detail-bottom .back {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border: 1px solid #ddd;
    text-align: center;
    display: block; }

.more-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 64, 104, 0.8);
  z-index: 1000;
  display: none; }
  .more-cover .info-content {
    width: 75%;
    max-width: 1440px;
    height: 650px;
    top: 15%;
    left: 12.5%;
    position: absolute;
    background-color: #fff;
    padding: 40px 40px 50px; }
    .more-cover .info-content .content {
      font-size: 16px;
      color: #666;
      height: 100%;
      overflow-y: auto;
      padding-right: 30px; }
      .more-cover .info-content .content::-webkit-scrollbar {
        width: 4px;
        height: 10px;
        background-color: #e1e1e1; }
      .more-cover .info-content .content::-webkit-scrollbar-track {
        border-radius: 0px;
        background-color: #e1e1e1; }
      .more-cover .info-content .content::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #0068b6; }
    .more-cover .info-content .close-box {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #fff;
      position: absolute;
      bottom: -100px;
      left: calc(50% - 25px);
      display: flex;
      align-items: center;
      justify-content: center; }
      .more-cover .info-content .close-box i {
        font-size: 22px;
        color: #0068b6; }

.footer {
  box-shadow: 0px -5px 10px 0px rgba(19, 19, 19, 0.05);
  position: relative; }
  .footer .foot-tops {
    padding: 60px 0 80px;
    background-color: #fff; }
    .footer .foot-tops .container {
      display: flex;
      justify-content: space-between; }
      .footer .foot-tops .container .left-nav {
        display: flex; }
        .footer .foot-tops .container .left-nav .items-box .tt {
          font-size: 20px;
          line-height: 20px;
          color: #333;
          font-weight: bold; }
        .footer .foot-tops .container .left-nav .items-box .items {
          width: 185px;
          margin-top: 25px; }
          .footer .foot-tops .container .left-nav .items-box .items .item {
            color: #333;
            font-size: 14px;
            display: block;
            margin-bottom: 20px; }
      .footer .foot-tops .container .right-box .tt {
        font-size: 20px;
        line-height: 20px;
        color: #333;
        font-weight: bold; }
      .footer .foot-tops .container .right-box .code-box {
        width: 170px;
        margin-top: 20px; }
        .footer .foot-tops .container .right-box .code-box img {
          width: 100%; }
      .footer .foot-tops .container .right-box .text {
        text-align: center;
        margin-top: 10px; }
        .footer .foot-tops .container .right-box .text span {
          margin-left: 10px;
          display: inline-block; }
  .footer .foot-bottom {
    font-size: 13px;
    width: 100%;
    height: 40px;
    background-color: #282828; }
    .footer .foot-bottom .container {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer .foot-bottom .container .left {
        display: flex;
        align-items: center;
        height: 100%; }
        .footer .foot-bottom .container .left .item {
          margin-right: 15px;
          display: block;
          color: #fff; }
          .footer .foot-bottom .container .left .item img {
            width: 18px;
            margin-right: 6px; }
      .footer .foot-bottom .container .right {
        display: flex;
        align-items: center;
        height: 100%; }
        .footer .foot-bottom .container .right .item {
          color: #fff;
          padding: 0 10px;
          display: inline-block;
          border-right: 1px solid #fff; }
          .footer .foot-bottom .container .right .item:last-of-type {
            padding-right: 0;
            border-right: 0; }

.right-nav-fix {
  position: fixed;
  width: 60px;
  right: 20px;
  top: calc(50% - 90px);
  z-index: 999;
  display: none; }
  .right-nav-fix .item {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 1px;
    background-color: #fff;
    display: block;
    position: relative;
    cursor:pointer;
  }
    .right-nav-fix .item i {
      color: #bbb;
      font-size: 24px; }
    .right-nav-fix .item .tel-box {
      border-radius: 4px;
      background-color: #0068b6;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0 10px;
      color: #fff;
      font-size: 16px;
      position: absolute;
      left: -145px;
      top: 10px;
      display: none; }
    .right-nav-fix .item.tel:hover .tel-box {
      display: block; }

.BMapLabel {
  border: 0 !important; }
  .BMapLabel .map-info {
    height: 90px;
    display: flex;
    align-items: center; }
    .BMapLabel .map-info .info {
      width: 460px;
      height: 100%;
      padding: 20px; }
      .BMapLabel .map-info .info .t1 {
        font-size: 14px;
        color: #666; }
      .BMapLabel .map-info .info .t2 {
        font-size: 18px;
        margin-top: 10px; }
    .BMapLabel .map-info .gps-box {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: #0068b6;
      width: 90px;
      height: 100%; }
      .BMapLabel .map-info .gps-box i {
        font-size: 26px;
        color: #fff; }
      .BMapLabel .map-info .gps-box .tt {
        font-size: 14px;
        color: #fff;
        margin-top: 10px; }

/*# sourceMappingURL=common.css.map */