@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 90%; } }

html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.formSet input, .formSet textarea, .formSet select {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover, .formSet select:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }
.formSet select {
  width: 100%;
  height: 50px; }
  .formSet select option {
    padding-top: 10px;
    padding-bottom: 10px; }

.page-show .show-pro .content {
  border: 1px solid #f0f0f0; }
  .page-show .show-pro .content .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    background-color: #f0f0f0; }
    .page-show .show-pro .content .btn-list .btn {
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #737373;
      border-bottom: 1px solid #f0f0f0;
      border-right: 1px solid #fff; }
      .page-show .show-pro .content .btn-list .btn:last-child {
        border-right: none; }
      .page-show .show-pro .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #333;
        border-top: 2px solid #013563;
        margin-top: -1px; }
  .page-show .show-pro .content .panels {
    margin: 30px; }
    .page-show .show-pro .content .panels .panel {
      display: none; }
      .page-show .show-pro .content .panels .panel .pics {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 20px;
        grid-column-gap: 10px; }
        .page-show .show-pro .content .panels .panel .pics > * {
          margin: 0;
          overflow: hidden;
          width: 100%; }
        .page-show .show-pro .content .panels .panel .pics .pic:before {
          content: "";
          position: absolute;
          z-index: 9;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4);
          display: none; }
        .page-show .show-pro .content .panels .panel .pics .pic:hover:before {
          display: block; }
      .page-show .show-pro .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #999;
        margin-right: 5px; }
        .page-show .show-pro .content .panels .panel .tag-list .tagsa:hover {
          background-color: #013563;
          color: #fff; }
      .page-show .show-pro .content .panels .panel.curr {
        display: block; }

html, body {
  font-family: "microsoft yahei","Arial","iconfont";
  font-size: 16px;
  line-height: 1.5em;
  background-color: #FFF; }

body .basket_alert_div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.1); }
  body .basket_alert_div .basket_alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px;
    border-radius: 10px; }
    body .basket_alert_div .basket_alert .text {
      text-align: center;
      font-size: 20px;
      line-height: 1em; }
      body .basket_alert_div .basket_alert .text:before {
        color: #0C5EB5;
        font-size: 40px;
        line-height: 20px;
        margin-right: 10px; }
    body .basket_alert_div .basket_alert .basket_btn {
      margin-top: 40px; }
      body .basket_alert_div .basket_alert .basket_btn .alert_btn {
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 18px;
        color: #fff; }
        body .basket_alert_div .basket_alert .basket_btn .alert_btn.visit {
          background-color: #FFC000; }
        body .basket_alert_div .basket_alert .basket_btn .alert_btn.inquiry {
          margin-left: 20px;
          background-color: #0C5EB5; }

a {
  color: #333; }
  a:hover {
    color: #0C5EB5; }

.formSet {
  max-width: 800px;
  margin: 0 auto; }
  .formSet .common_bg {
    background: #FFC000;
    color: #003fff;
    font-weight: bold; }
    .formSet .common_bg:hover {
      background: #997300;
      color: #002699; }

.logo-nav-tel {
  position: relative;
  z-index: 99;
  background-color: #FFF; }
  .logo-nav-tel .max-box {
    width: 96%;
    margin: 0 auto;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
  .logo-nav-tel .logo-path {
    padding: 10px 0;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex: 0 0 auto;
    max-width: 100%;
    align-items: center; }
    .logo-nav-tel .logo-path .logo {
      margin-right: 10px; }
    .logo-nav-tel .logo-path .company-box {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      align-items: start;
      justify-content: center; }
      .logo-nav-tel .logo-path .company-box .company-1 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 10px; }
      .logo-nav-tel .logo-path .company-box .company-2 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1em;
        color: #C1C1C1; }
  .logo-nav-tel .nav-path {
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%;
    margin: 0 30px; }
    .logo-nav-tel .nav-path .nav-ul-1 {
      height: 100%; }
      .logo-nav-tel .nav-path .nav-ul-1 .nav-li-1 .nav-a-1 {
        height: 100%;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        align-items: center;
        padding: 0 20px;
        font-size: 16px; }
      .logo-nav-tel .nav-path .nav-ul-1 .nav-li-1:hover .sub-list {
        display: block; }
      .logo-nav-tel .nav-path .nav-ul-1 .nav-li-1:hover .nav-a-1 {
        font-weight: bold; }
      .logo-nav-tel .nav-path .nav-ul-1 .sub-list {
        display: none;
        background-color: #FFF;
        border-bottom: 1px solid #DDD;
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;
        width: 100%; }
      .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: center; }
        .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 .nav-li-2:nth-child(n+2) {
          margin-left: 20px; }
        .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 .nav-a-2 {
          display: block;
          white-space: nowrap;
          font-size: 18px;
          line-height: 1em;
          padding: 30px 20px 30px 0; }
          .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 .nav-a-2.bold {
            font-weight: bold; }
        .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 .list-3 {
          padding-bottom: 30px; }
        .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 .nav-a-3 {
          display: block;
          white-space: nowrap;
          font-size: 16px;
          font-weight: normal;
          line-height: 1em;
          padding: 5px 20px 5px 0; }
      .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: center; }
        .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list .sub-img-item {
          padding: 30px 10px; }
          .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list .sub-img-item .pic img {
            display: none; }
            .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list .sub-img-item .pic img.img1 {
              display: block; }
          .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list .sub-img-item .title {
            text-align: center;
            font-size: 16px;
            color: #333;
            line-height: 3em; }
          .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list .sub-img-item:hover .pic img.img1 {
            display: none; }
          .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list .sub-img-item:hover .pic img.img2 {
            display: block; }
          .logo-nav-tel .nav-path .nav-ul-1 .sub-img-list .sub-img-item:hover .title {
            color: #0C5EB5; }
  .logo-nav-tel .basket-path {
    flex: 0 0 auto;
    max-width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-items: center;
    position: relative;
    padding: 0 20px; }
    .logo-nav-tel .basket-path .inquiry-number {
      color: #ED2525;
      margin-top: -30px;
      font-weight: bold; }
    .logo-nav-tel .basket-path:before {
      font-size: 30px; }
  .logo-nav-tel .search-path {
    flex: 0 0 auto;
    max-width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-items: center;
    position: relative; }
    .logo-nav-tel .search-path:before {
      font-size: 30px; }
    .logo-nav-tel .search-path .form-search {
      position: absolute;
      top: 100%;
      right: 0;
      display: none; }
      .logo-nav-tel .search-path .form-search.on {
        display: block; }
    .logo-nav-tel .search-path .text-box {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: start; }
      .logo-nav-tel .search-path .text-box .layui-form-select {
        width: 150px; }
        .logo-nav-tel .search-path .text-box .layui-form-select .layui-this {
          color: #0C5EB5; }
      .logo-nav-tel .search-path .text-box .searchtext {
        border: 1px solid #0C5EB5;
        padding: 0 10px;
        width: 300px; }
      .logo-nav-tel .search-path .text-box .layui-input:focus, .logo-nav-tel .search-path .text-box input:focus {
        border-color: #0C5EB5 !important; }
      .logo-nav-tel .search-path .text-box .searchbtn {
        color: #fff;
        background-color: #0C5EB5;
        padding: 0 20px; }

.index-item {
  padding-top: 50px; }
  .index-item .area-title {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em; }
  .index-item .more-div {
    margin-top: 40px;
    text-align: center; }
    .index-item .more-div .more-a {
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      height: 50px;
      line-height: 50px;
      padding: 0 50px;
      border: 1px solid #0C5EB5; }
      .index-item .more-div .more-a:hover {
        background-color: #0C5EB5;
        color: #FFF; }

.index-choose .max-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .index-choose .max-box .left-box {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 4vw; }
    .index-choose .max-box .left-box .area-title {
      margin-bottom: 30px; }
      .index-choose .max-box .left-box .area-title:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 80px;
        height: 5px;
        background-color: #FFC000; }
  .index-choose .max-box .right-box {
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%;
    margin-top: 10px; }
    .index-choose .max-box .right-box .text {
      color: #59636A;
      line-height: 2em; }
    .index-choose .max-box .right-box .list {
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 30px; }
      .index-choose .max-box .right-box .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .index-choose .max-box .right-box .list .item {
        text-align: center; }
        .index-choose .max-box .right-box .list .item .outer-div:before {
          font-size: 60px;
          line-height: 1em;
          color: #0C5EB5; }
        .index-choose .max-box .right-box .list .item .number-box {
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          justify-content: center;
          color: #0C5EB5;
          margin: 20px 0 10px; }
        .index-choose .max-box .right-box .list .item .number {
          font-size: 36px;
          font-family: SourceHanSansSC-Bold;
          line-height: 1em; }
        .index-choose .max-box .right-box .list .item .unit {
          font-size: 16px;
          font-family: "microsoft yahei";
          font-weight: normal;
          line-height: 1em;
          margin-left: 5px; }
        .index-choose .max-box .right-box .list .item .txt {
          text-align: center;
          font-size: 16px;
          font-weight: normal;
          color: #59636A; }

.index-productsNew .area-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
.index-productsNew .list {
  margin-top: 30px; }
  .index-productsNew .list .text-box {
    margin-top: 20px; }
    .index-productsNew .list .text-box .title {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left;
      font-size: 20px;
      line-height: 1.5em;
      margin-bottom: 10px; }
    .index-productsNew .list .text-box .txt {
      font-size: 14px;
      font-weight: normal;
      line-height: 2em;
      color: #727272; }

.index-products .area-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
.index-products .list {
  margin-top: 30px; }
  .index-products .list .item {
    transition: all 500ms linear; }
    .index-products .list .item:hover {
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); }
      .index-products .list .item:hover img {
        transform: scale(1.05); }
  .index-products .list .pic img {
    transition: all 500ms linear; }
  .index-products .list .text-box {
    padding: 10px 10px 20px; }
    .index-products .list .text-box .title {
      text-align: center;
      font-size: 20px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 30px;
      height: 60px; }

.index-case {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .index-case .max-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .index-case .max-box .left-box {
      flex: 0 0 auto;
      max-width: 100%;
      padding-top: 50px;
      padding-right: 4vw;
      padding-left: 6vw; }
      .index-case .max-box .left-box .area-title {
        margin-bottom: 30px; }
        .index-case .max-box .left-box .area-title:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -20px;
          width: 80px;
          height: 5px;
          background-color: #FFC000; }
    .index-case .max-box .right-box {
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%; }
      .index-case .max-box .right-box .list {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important; }
        .index-case .max-box .right-box .list .item {
          width: 22%;
          transition: all 500ms linear; }
          .index-case .max-box .right-box .list .item.on {
            width: 34%; }
            .index-case .max-box .right-box .list .item.on .normal {
              display: none !important; }
            .index-case .max-box .right-box .list .item.on .hover {
              display: block !important; }
          .index-case .max-box .right-box .list .item .outerdiv {
            display: block;
            height: 100%;
            position: relative; }
            .index-case .max-box .right-box .list .item .outerdiv .pic {
              height: 100%;
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover; }
            .index-case .max-box .right-box .list .item .outerdiv .normal, .index-case .max-box .right-box .list .item .outerdiv .hover {
              position: absolute;
              left: 0;
              bottom: 0;
              padding: 20px 30px;
              color: #FFF; }
            .index-case .max-box .right-box .list .item .outerdiv .normal {
              display: block; }
              .index-case .max-box .right-box .list .item .outerdiv .normal .title {
                font-size: 18px;
                font-weight: bold;
                position: relative; }
                .index-case .max-box .right-box .list .item .outerdiv .normal .title:before {
                  content: "";
                  position: absolute;
                  left: 0;
                  bottom: -10px;
                  width: 50px;
                  height: 5px;
                  background-color: #FFC000; }
            .index-case .max-box .right-box .list .item .outerdiv .hover {
              display: none;
              background-color: rgba(255, 192, 0, 0.69); }
              .index-case .max-box .right-box .list .item .outerdiv .hover .title {
                font-size: 24px;
                font-weight: bold; }
              .index-case .max-box .right-box .list .item .outerdiv .hover .desc {
                margin-top: 20px;
                font-size: 14px;
                font-weight: normal;
                line-height: 1.5em; }
        .index-case .max-box .right-box .list:nth-child(2n) .outerdiv .normal .title:before {
          background-color: #0C5EB5 !important; }
        .index-case .max-box .right-box .list:nth-child(2n) .outerdiv .hover {
          background-color: rgba(12, 94, 181, 0.69) !important; }

.index-news .area-title {
  text-align: center;
  margin-bottom: 30px; }
.index-news .list .item .outerdiv {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .index-news .list .item .outerdiv .pic {
    width: 40%;
    flex: 0 0 auto;
    max-width: 100%;
    position: relative; }
    .index-news .list .item .outerdiv .pic img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      object-fit: cover; }
  .index-news .list .item .outerdiv .text-box {
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 50px 40px; }
    .index-news .list .item .outerdiv .text-box .date {
      font-size: 14px;
      line-height: 1em;
      margin-bottom: 20px;
      color: #666; }
    .index-news .list .item .outerdiv .text-box .title {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 24px;
      line-height: 1em;
      margin-top: 20px;
      margin-bottom: 20px; }
    .index-news .list .item .outerdiv .text-box .desc {
      margin-top: 20px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 24px;
      height: 72px;
      color: #727272; }

.index-about {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .index-about .area-title {
    text-align: left;
    margin-bottom: 30px;
    color: #FFF; }
  .index-about .text {
    margin: 30px 0;
    width: 60%;
    color: #FFF; }
  .index-about .more-div {
    text-align: left; }
    .index-about .more-div .more-a {
      background: #FFC000;
      border-color: #FFC000; }
      .index-about .more-div .more-a:hover {
        border-color: #0C5EB5; }

.footer {
  color: #FFF; }
  .footer a {
    color: #FFF; }
    .footer a:hover {
      color: #F6F6F6; }

.footer .max-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .footer .max-box .contact-path {
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-around; }
    .footer .max-box .contact-path .contact-list:nth-child(n + 2) {
      margin-left: 40px; }
    .footer .max-box .contact-path .contact-list .sort-name {
      font-size: 16px;
      font-weight: bold; }
    .footer .max-box .contact-path .contact-list .content-box {
      margin-top: 20px; }
      .footer .max-box .contact-path .contact-list .content-box .item {
        line-height: 1em;
        margin-bottom: 15px;
        position: relative; }
        .footer .max-box .contact-path .contact-list .content-box .item a {
          color: #FFF;
          font-size: 14px; }
          .footer .max-box .contact-path .contact-list .content-box .item a:hover {
            color: #EFEFEF; }
    .footer .path .name {
      font-size: 14px;
      color: #fff;
      margin-bottom: 20px; }
    .footer .path + .path {
      margin-left: 20px; }
    .footer .path.footer-nav a {
      color: #a1a1a1;
      display: block;
      line-height: 30px; }

.copyright {
  padding: 15px 0;
  color: #FFF; }
  .copyright .max-box {
    width: 80vw;
    margin: 0 auto; }
  .copyright a {
    color: #EBEBEB; }
    .copyright a:hover {
      color: #FFF; }
  .copyright .container.flex {
    justify-content: space-between; }
  .copyright .list {
    justify-content: flex-start; }
    .copyright .list .item {
      padding: 0 10px;
      line-height: 1em; }
      .copyright .list .item:nth-child(n+2) {
        border-left: 1px solid #666; }

.currlocatinon {
  padding: 10px 0; }
  .currlocatinon .nav_x:before {
    color: #0C5EB5;
    margin-right: 10px; }

.page-body {
  padding: 50px 0; }
  .page-body .sort-box {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px; }
  .page-body .txt {
    position: relative;
    line-height: 1em; }
    .page-body .txt:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -20px;
      width: 80px;
      height: 5px;
      background-color: #FFC000; }

.page-left-box {
  width: 260px;
  margin-right: 2vw;
  flex: 0 0 auto;
  max-width: 100%;
  background-color: #FAFAFA; }
  .page-left-box .left-sub-nav .nav-a-1 {
    display: block;
    width: 100%;
    line-height: 3;
    background-color: #013563;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.44px;
    font-size: 22px;
    font-weight: bold; }
  .page-left-box .left-sub-nav .category .item-2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE; }
    .page-left-box .left-sub-nav .category .item-2.on .nav-a-2 {
      color: #013563; }
    .page-left-box .left-sub-nav .category .item-2 .nav-a-2 {
      display: block;
      font-size: 18px;
      font-weight: bold;
      height: 54px;
      line-height: 54px;
      text-indent: 20px; }
    .page-left-box .left-sub-nav .category .item-2 .list-3 {
      margin: 0 0; }
      .page-left-box .left-sub-nav .category .item-2 .list-3 .nav-a-3 {
        display: block;
        font-size: 16px;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        text-indent: 20px; }

.page-right-box {
  width: 200px;
  flex: 1 1 auto;
  max-width: 100%; }

.page-single.page-contact .content {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .page-single.page-contact .content .left-box {
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%; }
  .page-single.page-contact .content .right-box {
    flex: 0 0 auto;
    max-width: 100%;
    width: 40%;
    margin-left: 50px; }

.page-list .main-list .item {
  box-shadow: 0px 0px 2px 0 #0C5EB5; }
  .page-list .main-list .item .outer-div .pic {
    overflow: hidden; }
    .page-list .main-list .item .outer-div .pic img {
      transition: all 500ms linear;
      opacity: 0.95; }
  .page-list .main-list .item .outer-div .text-box {
    margin: 20px 15px;
    position: relative; }
    .page-list .main-list .item .outer-div .text-box .title {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      line-height: 1.3em;
      height: 1.3em;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    .page-list .main-list .item .outer-div .text-box .desc {
      margin-top: 10px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 1.3em;
      height: 3.9em;
      font-size: 14px;
      font-weight: normal;
      color: #877D80; }
    .page-list .main-list .item .outer-div .text-box .date {
      font-size: 12px;
      font-weight: normal;
      color: #999; }
  .page-list .main-list .item .flex-div .zoom {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .page-list .main-list .item .flex-div .zoom:before {
      content: "\e1b12";
      font-size: 0;
      font-family: iconfont;
      line-height: 1em;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(-100%, -100%);
      transition: all 500ms linear;
      background-color: rgba(0, 0, 0, 0.2);
      color: #FFF; }
    .page-list .main-list .item .flex-div .zoom.video:before {
      content: "\e1b10"; }
    .page-list .main-list .item .flex-div .zoom:hover:before {
      font-size: 50px;
      font-family: iconfont;
      opacity: 1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .page-list .main-list .item:hover {
    box-shadow: 2px 2px 5px 0 #000; }
    .page-list .main-list .item:hover .pic img {
      transform: scale(1.02);
      opacity: 1; }
    .page-list .main-list .item:hover .text-box .title {
      color: #0C5EB5;
      font-weight: bold; }
.page-list .main-list.imgPos_3 .item, .page-list .main-list.imgPos_1 .item {
  box-shadow: 0px 0px 2px 0 transparent; }
  .page-list .main-list.imgPos_3 .item .flex-div, .page-list .main-list.imgPos_1 .item .flex-div {
    min-height: 200px; }
  .page-list .main-list.imgPos_3 .item .outer-div .pic, .page-list .main-list.imgPos_1 .item .outer-div .pic {
    margin-right: 30px; }
  .page-list .main-list.imgPos_3 .item .outer-div .text-box .title, .page-list .main-list.imgPos_1 .item .outer-div .text-box .title {
    text-align: left; }
  .page-list .main-list.imgPos_3 .item .outer-div .text-box .date, .page-list .main-list.imgPos_1 .item .outer-div .text-box .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: normal;
    color: #999; }
  .page-list .main-list.imgPos_3 .item:hover, .page-list .main-list.imgPos_1 .item:hover {
    box-shadow: 2px 2px 5px 0 #000; }
.page-list .main-list.imgPos_1 .item .outer-div .pic {
  margin-right: 0;
  margin-left: 30px; }

.page-show .show-pro .images-box {
  max-width: 60%;
  margin: 0 50px 0 0; }
.page-show .show-pro .small-roll-box {
  margin-top: 20px;
  height: 100%; }
  .page-show .show-pro .small-roll-box .item {
    position: relative;
    opacity: 0.4; }
    .page-show .show-pro .small-roll-box .item.swiper-slide-thumb-active {
      opacity: 1; }
    .page-show .show-pro .small-roll-box .item:before {
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      border: 1px solid #999; }
    .page-show .show-pro .small-roll-box .item.video-item:after {
      content: "\e1b01";
      position: absolute;
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 40px;
      height: 40px;
      line-height: 40px; }
    .page-show .show-pro .small-roll-box .item:hover {
      opacity: 1; }
    .page-show .show-pro .small-roll-box .item img {
      position: absolute;
      z-index: 1; }
.page-show .show-pro .big-area {
  box-sizing: content-box;
  border: 1px solid #EFEFEF;
  overflow: hidden; }
  .page-show .show-pro .big-area .item video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .page-show .show-pro .big-area .video-item {
    position: relative; }
    .page-show .show-pro .big-area .video-item:before {
      content: "\e1b01";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 100px;
      height: 100px;
      line-height: 100px; }
.page-show .show-pro .param-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em; }
.page-show .show-pro .param-box .desc {
  margin-top: 20px; }
.page-show .show-pro .param-box .contact-list {
  margin-top: 20px; }
  .page-show .show-pro .param-box .contact-list .item {
    color: #58A761;
    font-size: 18px;
    line-height: 1.5em; }
    .page-show .show-pro .param-box .contact-list .item span {
      font-weight: bold; }
.page-show .show-pro .param-box .btn-list {
  margin-top: 20px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .page-show .show-pro .param-box .btn-list .btn {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #0C5EB5;
    background-color: #0C5EB5;
    color: #FFF; }
    .page-show .show-pro .param-box .btn-list .btn:after {
      margin-left: 10px; }
    .page-show .show-pro .param-box .btn-list .btn:hover {
      background-color: #FFF;
      color: #0C5EB5; }
.page-show .show-pro .content {
  margin-top: 50px;
  margin-bottom: 50px; }
.page-show .show-news .contentBox {
  margin-bottom: 30px; }
  .page-show .show-news .contentBox .title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em; }
  .page-show .show-news .contentBox .time {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: normal; }
  .page-show .show-news .contentBox .content {
    padding: 50px 20px; }
.page-show .tags-box {
  margin-top: 50px; }
  .page-show .tags-box .title-box {
    font-size: 20px;
    border-bottom: 1px solid #EEE; }
  .page-show .tags-box .list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 15px; }
    .page-show .tags-box .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .page-show .tags-box .list .outer-div {
      position: relative; }
      .page-show .tags-box .list .outer-div .title {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #FFF;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
        transform: scaleY(0); }
      .page-show .tags-box .list .outer-div:hover img {
        transform: scale(1.05); }
      .page-show .tags-box .list .outer-div:hover .title {
        transform: scaleY(1); }

.inquire-page {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }
  .inquire-page.open {
    display: block; }
  .inquire-page .inquire-form {
    background-color: #FFF;
    width: 80vw;
    height: 80vh;
    margin: 10vh 10vw;
    padding: 5vh;
    overflow: hidden;
    position: relative; }
    .inquire-page .inquire-form .close {
      position: absolute;
      right: 10px;
      top: 10px; }
    .inquire-page .inquire-form .txt-title {
      text-align: center;
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 30px; }
    .inquire-page .inquire-form .flex-box {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: space-between; }
    .inquire-page .inquire-form .field-box {
      flex: 0 0 auto;
      max-width: 100%;
      width: 48%;
      overflow-y: auto;
      margin-right: 50px; }
    .inquire-page .inquire-form .pro-div {
      flex: 0 0 auto;
      max-width: 100%;
      width: 48%;
      overflow-y: auto; }
      .inquire-page .inquire-form .pro-div .td-pic img {
        width: 50px;
        height: auto; }

/*# sourceMappingURL=style.css.map */
