@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-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: #FFFFFF;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

a:hover {
  color: #013563; }

.logo-company-tel {
  background-color: #EEE;
  padding: 25px 0 0; }
  .logo-company-tel .max-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    align-items: center; }
  .logo-company-tel .logo-company {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    flex: 0 0 auto;
    max-width: 100%; }
  .logo-company-tel .logo {
    height: 65px; }
    .logo-company-tel .logo .img-logo {
      max-height: 100%;
      width: auto; }
  .logo-company-tel .company-box {
    margin-left: 30px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
    .logo-company-tel .company-box .company-1 {
      font-size: 26px;
      font-weight: bold; }
    .logo-company-tel .company-box .company-2 {
      font-size: 13px;
      font-weight: normal; }
  .logo-company-tel .tel-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    .logo-company-tel .tel-box .tel-txt {
      font-size: 14px;
      font-weight: normal; }
    .logo-company-tel .tel-box .tel-number {
      font-size: 24px;
      font-weight: bold;
      color: #DC5B1A; }

.nav-search {
  position: sticky;
  z-index: 999;
  background-color: #EEE; }
  .nav-search .max-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    align-items: center; }
    .nav-search .max-box .main-nav {
      height: 100%;
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%; }
      .nav-search .max-box .main-nav .nav-ul-1 {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: space-between;
        height: 100%; }
        .nav-search .max-box .main-nav .nav-ul-1 .nav-li-1 .nav-a-1 {
          display: block;
          padding: 30px 20px;
          font-size: 16px; }
        .nav-search .max-box .main-nav .nav-ul-1 .nav-li-1:hover .sub-list {
          display: block; }
        .nav-search .max-box .main-nav .nav-ul-1 .nav-li-1:hover .nav-a-1 {
          font-weight: bold; }
        .nav-search .max-box .main-nav .nav-ul-1 .sub-list {
          display: none;
          background-color: #DDD;
          position: absolute;
          z-index: 99;
          top: 100%;
          left: 0;
          width: 100%; }
        .nav-search .max-box .main-nav .nav-ul-1 .nav-ul-2 {
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          justify-content: center; }
          .nav-search .max-box .main-nav .nav-ul-1 .nav-ul-2 .nav-a-2 {
            display: block;
            width: 100%;
            height: 100%;
            white-space: nowrap;
            font-size: 16px;
            line-height: 1em;
            padding: 30px 20px; }
        .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list {
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          justify-content: center; }
          .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list .sub-img-item {
            padding: 30px 10px; }
            .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list .sub-img-item .pic img {
              display: none; }
              .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list .sub-img-item .pic img.img1 {
                display: block; }
            .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list .sub-img-item .title {
              text-align: center;
              font-size: 16px;
              color: #333;
              line-height: 3em; }
            .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list .sub-img-item:hover .pic img.img1 {
              display: none; }
            .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list .sub-img-item:hover .pic img.img2 {
              display: block; }
            .nav-search .max-box .main-nav .nav-ul-1 .sub-img-list .sub-img-item:hover .title {
              color: #013563; }
    .nav-search .max-box .search-box {
      flex: 0 0 auto;
      max-width: 100%;
      align-items: center;
      position: relative;
      margin-left: 100px; }
      .nav-search .max-box .search-box:before {
        font-size: 30px; }
      .nav-search .max-box .search-box .form-search {
        position: absolute;
        top: 100%;
        right: 0;
        display: none; }
        .nav-search .max-box .search-box .form-search.on {
          display: block; }
      .nav-search .max-box .search-box .text-box {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: start; }
        .nav-search .max-box .search-box .text-box .layui-form-select {
          width: 100px; }
          .nav-search .max-box .search-box .text-box .layui-form-select .layui-this {
            color: #337ab7; }
        .nav-search .max-box .search-box .text-box .searchtext {
          border: 1px solid #337ab7;
          padding: 0 10px;
          width: 300px; }
        .nav-search .max-box .search-box .text-box .layui-input:focus, .nav-search .max-box .search-box .text-box input:focus {
          border-color: #337ab7 !important; }
        .nav-search .max-box .search-box .text-box .searchbtn {
          color: #fff;
          background-color: #337ab7;
          padding: 0 20px; }

.index-banner {
  position: relative; }
  .index-banner .text-area {
    position: relative;
    z-index: 2; }
    .index-banner .text-area .txt-box {
      padding: 150px 0 100px;
      color: #013563;
      text-align: center; }
      .index-banner .text-area .txt-box .text-1 {
        font-size: 36px;
        font-weight: bold; }
      .index-banner .text-area .txt-box .text-2 {
        font-size: 56px;
        font-weight: bold; }
    .index-banner .text-area .sort-list {
      padding: 30px 0;
      display: grid;
      grid-template-columns: 20% 30% 20% 30%;
      grid-template-rows: auto;
      grid-row-gap: 20px;
      grid-column-gap: 20px; }
      .index-banner .text-area .sort-list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .index-banner .text-area .sort-list .item {
        padding: 15px 0 30px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center; }
        .index-banner .text-area .sort-list .item .ico {
          margin-bottom: 20px; }
          .index-banner .text-area .sort-list .item .ico:before {
            font-size: 70px;
            line-height: 1em; }
        .index-banner .text-area .sort-list .item .text {
          font-size: 18px;
          font-weight: bold;
          color: #013563; }
  .index-banner .video-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .index-banner .video-box video {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.index-item .sort-name {
  padding: 50px 0 15px; }
  .index-item .sort-name .text {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 0.75em;
    color: #013563; }
    .index-item .sort-name .text:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 70px;
      height: 4px;
      background-color: #59636A; }
.index-item .main-box {
  margin-top: 30px; }

.index-company .main-box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 50px;
  grid-column-gap: 50px; }
  .index-company .main-box .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-company .main-box .list .outer-div {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    overflow: hidden; }
    .index-company .main-box .list .outer-div .img-box {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0; }
      .index-company .main-box .list .outer-div .img-box .img1, .index-company .main-box .list .outer-div .img-box .img2 {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .index-company .main-box .list .outer-div .img-box .img2 {
        display: none; }
    .index-company .main-box .list .outer-div .text-area {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 25%;
      left: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 30px 20px;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      align-items: center; }
      .index-company .main-box .list .outer-div .text-area .text-box {
        width: 200px;
        flex: 1 1 auto;
        max-width: 100%;
        position: relative; }
        .index-company .main-box .list .outer-div .text-area .text-box .text-1 {
          font-size: 18px;
          color: #013563;
          line-height: 1em;
          margin-bottom: 15px; }
        .index-company .main-box .list .outer-div .text-area .text-box .text-2 {
          color: #333; }
        .index-company .main-box .list .outer-div .text-area .text-box .more {
          position: absolute;
          z-index: 2;
          right: 0;
          bottom: 0; }
    .index-company .main-box .list .outer-div:hover .img-box .img1 {
      display: none; }
    .index-company .main-box .list .outer-div:hover .img-box .img2 {
      display: block; }

.index-product {
  background-color: #F7F7F7;
  padding: 50px 0; }
  .index-product .main-box {
    margin-top: 30px; }
    .index-product .main-box .sort-list {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: center; }
      .index-product .main-box .sort-list .btn:nth-child(n+2) {
        margin-left: 20px; }
      .index-product .main-box .sort-list .btn .link {
        display: block;
        padding: 15px 18px;
        background-color: #FFF;
        color: #333;
        font-size: 16px;
        line-height: 1em; }
        .index-product .main-box .sort-list .btn .link:before {
          content: "\e5005";
          font-family: iconfont;
          margin-right: 10px; }
        .index-product .main-box .sort-list .btn .link:hover {
          background-color: #DC5B1A;
          color: #FFF; }
    .index-product .main-box .list {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 30px; }
      .index-product .main-box .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .index-product .main-box .list .item {
        background-color: #FFF;
        padding: 30px;
        position: relative;
        overflow: hidden; }
        .index-product .main-box .list .item .s-box .title {
          width: 100%;
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 22px;
          font-weight: bold;
          line-height: 40px; }
        .index-product .main-box .list .item .s-box .desc-img {
          margin-top: 20px;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important; }
          .index-product .main-box .list .item .s-box .desc-img .desc {
            color: #666;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            line-height: 22px;
            height: 110px;
            font-size: 14px; }
          .index-product .main-box .list .item .s-box .desc-img .pic {
            flex: 0 0 auto;
            max-width: 100%;
            margin-left: 20px; }
            .index-product .main-box .list .item .s-box .desc-img .pic img {
              object-fit: contain; }
        .index-product .main-box .list .item .y-box {
          transform: translateY(-100%);
          transition: all 500ms linear;
          position: absolute;
          z-index: 2;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(255, 87, 34, 0.8);
          text-align: center;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          color: #FFF; }
          .index-product .main-box .list .item .y-box .title {
            width: 100%;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 20px;
            font-weight: bold;
            line-height: 40px; }
          .index-product .main-box .list .item .y-box .a-link {
            margin-top: 20px;
            display: block;
            padding: 10px 20px;
            color: #FFF;
            font-size: 16px;
            line-height: 1em;
            border: 1px solid #FFF; }
        .index-product .main-box .list .item:hover .y-box {
          transform: translateY(0); }
  .index-product.index-product-2 .pic {
    text-align: center; }

.index-strategy .main-box {
  margin-top: 30px;
  padding: 60px 0; }
  .index-strategy .main-box .list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-evenly; }
    .index-strategy .main-box .list .link-a {
      display: block;
      padding: 10px 15px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1em;
      color: #013563; }
      .index-strategy .main-box .list .link-a:hover {
        background-color: rgba(0, 0, 0, 0.05); }

.index-evaluate {
  padding-bottom: 40px; }
  .index-evaluate .max-box {
    width: 90vw;
    margin: 0 auto; }
  .index-evaluate .sort-name .text:before {
    background-color: #FFF !important; }
  .index-evaluate .sort-name .txt1 {
    color: #FFF !important; }
  .index-evaluate .roll-box {
    margin-top: 50px; }
  .index-evaluate .list .item {
    background-color: #FFF; }
    .index-evaluate .list .item .outer-div {
      width: 300px;
      padding: 15px; }
      .index-evaluate .list .item .outer-div .pic {
        position: relative;
        padding-bottom: 80%; }
        .index-evaluate .list .item .outer-div .pic .img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .index-evaluate .list .item .outer-div .text-box {
        margin-top: 10px; }
        .index-evaluate .list .item .outer-div .text-box .title {
          width: 100%;
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 18px;
          font-weight: bold;
          line-height: 2.5em;
          text-align: center; }
        .index-evaluate .list .item .outer-div .text-box .desc {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          line-height: 25px;
          height: 5px; }
  .index-evaluate .swiper-button-prev, .index-evaluate .swiper-button-next {
    width: 44px;
    height: 44px; }
    .index-evaluate .swiper-button-prev:after, .index-evaluate .swiper-button-next:after {
      content: "\e1061";
      font-size: 44px;
      font-family: iconfont;
      line-height: 1em;
      color: #FFF; }
  .index-evaluate .swiper-button-prev:after {
    content: "\e1063"; }
  .index-evaluate .more-div {
    margin-top: 30px;
    text-align: center; }
    .index-evaluate .more-div .more-a {
      position: relative;
      display: inline-block;
      background-color: #FFF;
      height: 40px;
      padding: 0px 30px;
      border-radius: 20px;
      line-height: 40px;
      font-size: 16px; }
      .index-evaluate .more-div .more-a:hover {
        color: #AC3122; }

.index-medium .max-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: space-between; }
  .index-medium .max-box .left-box {
    width: 56%;
    flex: 0 0 auto;
    max-width: 100%; }
    .index-medium .max-box .left-box video {
      width: 100%; }
  .index-medium .max-box .right-box {
    width: 40%;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 50px 30px;
    background-color: #DC5B1A;
    color: #FFF; }
    .index-medium .max-box .right-box .text-1 {
      font-size: 32px;
      font-weight: bold;
      line-height: 1em;
      margin-bottom: 16px; }
    .index-medium .max-box .right-box .text-2 {
      line-height: 22px; }

.index-news {
  background-color: #F7F7F7;
  padding: 50px 0; }
  .index-news .sort-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: center; }
    .index-news .sort-list .btn:nth-child(n+2) {
      margin-left: 20px; }
    .index-news .sort-list .btn .link {
      display: block;
      padding: 15px 30px;
      background-color: #FFF;
      color: #333;
      font-size: 16px;
      line-height: 1em; }
    .index-news .sort-list .btn:hover .link, .index-news .sort-list .btn.on .link {
      background-color: #DC5B1A;
      color: #FFF; }
  .index-news .panels-box {
    margin-top: 30px; }
    .index-news .panels-box .panel {
      display: none; }
      .index-news .panels-box .panel.on {
        display: block; }
    .index-news .panels-box .list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 50px; }
      .index-news .panels-box .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .index-news .panels-box .list .item {
        background-color: #FFF;
        padding: 20px; }
        .index-news .panels-box .list .item .outer-div {
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important; }
          .index-news .panels-box .list .item .outer-div .time-box {
            flex: 0 0 auto;
            max-width: 100%;
            display: -webkit-flex !important;
            display: flex !important;
            -ms-display: flex !important;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 30px 0 0; }
            .index-news .panels-box .list .item .outer-div .time-box .d {
              font-size: 32px;
              font-weight: bold;
              line-height: 50px; }
            .index-news .panels-box .list .item .outer-div .time-box .ym {
              font-weight: normal; }
          .index-news .panels-box .list .item .outer-div .text-box .title {
            font-size: 18px;
            width: 100%;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 32px; }
          .index-news .panels-box .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: 22px;
            height: 66px;
            color: #666; }
          .index-news .panels-box .list .item .outer-div .text-box .icon {
            margin-top: 10px;
            transition: all 300ms linear; }
            .index-news .panels-box .list .item .outer-div .text-box .icon:before {
              content: "\e1084";
              font-size: 14px;
              font-family: iconfont;
              color: #666; }
        .index-news .panels-box .list .item:hover {
          background-color: #DC5B1A; }
          .index-news .panels-box .list .item:hover .outer-div {
            color: #FFF !important; }
            .index-news .panels-box .list .item:hover .outer-div .desc {
              color: #FFF !important; }
            .index-news .panels-box .list .item:hover .outer-div .icon {
              transform: translateX(2em); }
              .index-news .panels-box .list .item:hover .outer-div .icon:before {
                color: #FFF !important; }

.footer {
  background-color: #141414;
  padding-top: 50px;
  padding-bottom: 20px; }
  .footer .max-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    color: #FFF; }
    .footer .max-box a {
      color: #EBEBEB; }
      .footer .max-box a:hover {
        color: #FFF; }
  .footer .contact-box .contact-list {
    margin-top: 20px; }
    .footer .contact-box .contact-list .item {
      line-height: 1em;
      margin-bottom: 15px; }
  .footer .nav-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
    .footer .nav-box .nav-list:nth-child(n+2) {
      margin-left: 30px; }
    .footer .nav-box .sort-name {
      font-size: 16px; }
    .footer .nav-box .content-box {
      margin-top: 20px; }
      .footer .nav-box .content-box .item {
        line-height: 1em;
        margin-bottom: 20px;
        position: relative; }
        .footer .nav-box .content-box .item:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -10px;
          width: 0;
          height: 0;
          border-bottom: 1px solid #CE0008;
          transition: all 500ms linear; }
        .footer .nav-box .content-box .item:hover:after {
          width: 100%; }
  .footer .tel-box {
    text-align: right; }
    .footer .tel-box .tel {
      font-size: 16px;
      font-weight: normal; }
    .footer .tel-box .tel-number {
      padding: 10px 0;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.1em;
      color: #DC5B1A; }
    .footer .tel-box .qrcode img {
      max-width: 120px; }
    .footer .tel-box .qrcode-title {
      margin-top: 10px; }

.footer-links {
  background-color: #141414;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF; }
  .footer-links a {
    color: #EBEBEB; }
    .footer-links a:hover {
      color: #FFF; }
  .footer-links .name {
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    font-size: 22px; }
    .footer-links .name:before {
      content: "\e1a06";
      font-family: iconfont;
      margin-right: 5px; }
  .footer-links .link-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .footer-links .link-list .item {
      margin-right: 10px; }
    .footer-links .link-list .link-a {
      height: 40px;
      line-height: 40px; }

.copyright {
  border-top: 1px solid #434343;
  background-color: #141414;
  padding: 15px 0;
  color: #FFF; }
  .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; }

.page-box {
  margin: 45px auto 65px; }

.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: #DC5B1A;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.44px;
    font-size: 22px;
    font-weight: bold; }
  .page-left-box .left-sub-nav .category .item-2 {
    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: 14px;
      height: 54px;
      line-height: 54px;
      text-indent: 20px; }

.page-main-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }

.page-right-box {
  width: 200px;
  flex: 1 1 auto;
  max-width: 100%; }

.page-single .page-right-box {
  padding: 60px 0 20px; }

.page-list.page-list-img-no-link .list .item:hover .pic .img {
  transform: scale(1.05); }
.page-list.page-list-img-no-link .list .item:hover .title {
  color: #58A761; }
.page-list.page-list-img-no-link .list .pic {
  overflow: hidden; }
  .page-list.page-list-img-no-link .list .pic .img {
    transition: all 300ms ease-in-out; }
.page-list.page-list-img-no-link .list .title {
  text-align: center;
  padding: 10px 0;
  font-size: 14px; }
.page-list.page-list-left-img-right-text .list .outer-div {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .page-list.page-list-left-img-right-text .list .outer-div .pic {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 20px;
    position: relative !important;
    padding-bottom: 0 !important; }
    .page-list.page-list-left-img-right-text .list .outer-div .pic .img {
      position: relative !important; }
  .page-list.page-list-left-img-right-text .list .outer-div .text-box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px; }
  .page-list.page-list-left-img-right-text .list .outer-div .text-box .content {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em; }
  .page-list.page-list-left-img-right-text .list .outer-div:hover .pic {
    opacity: 0.8; }
.page-list.page-list-img-title-content .list .outer-div .text-box {
  margin-top: 20px; }
  .page-list.page-list-img-title-content .list .outer-div .text-box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px; }
  .page-list.page-list-img-title-content .list .outer-div .text-box .content {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em; }
.page-list.page-list-img-title-content .list .outer-div:hover .pic {
  opacity: 0.8; }
.page-list.page-list-news .list-news .item .text-box {
  margin-top: 20px; }
  .page-list.page-list-news .list-news .item .text-box .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    height: 42px;
    margin: 10px auto;
    font-size: 14px;
    font-weight: bold;
    color: #474747; }
  .page-list.page-list-news .list-news .item .text-box .desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 18px;
    height: 54px;
    font-size: 12px;
    font-weight: normal;
    color: #808080; }
.page-list.page-list-news .list-news .item:hover .img {
  transform: scale(1.05) !important; }
.page-list.page-list-news .list-news .item:hover .text-box .title {
  color: #58A761 !important; }
.page-list.page-list-jobs .list .item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 16px; }
.page-list.page-list-jobs .list .item:nth-child(n+2) {
  border-top: 1px solid #CCCCCC;
  padding-top: 30px; }
.page-list .list-pro .item, .page-list .page-list-cases .item {
  box-shadow: 0 0 11px 0 rgba(1, 53, 99, 0.2); }
  .page-list .list-pro .item .outer-div .pic, .page-list .page-list-cases .item .outer-div .pic {
    overflow: hidden; }
    .page-list .list-pro .item .outer-div .pic img, .page-list .page-list-cases .item .outer-div .pic img {
      transition: all 500ms linear;
      opacity: 0.8; }
  .page-list .list-pro .item .outer-div .text-box, .page-list .page-list-cases .item .outer-div .text-box {
    padding: 20px 15px; }
    .page-list .list-pro .item .outer-div .text-box .title, .page-list .page-list-cases .item .outer-div .text-box .title {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 1.3em;
      height: 2.6em;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
  .page-list .list-pro .item:hover .pic img, .page-list .page-list-cases .item:hover .pic img {
    transform: scale(1.02);
    opacity: 1; }
  .page-list .list-pro .item:hover .text-box .title, .page-list .page-list-cases .item:hover .text-box .title {
    color: #013563;
    font-weight: bold; }

.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 .qrcode {
  margin-top: 20px; }
  .page-show .show-pro .param-box .qrcode img {
    max-width: 120px; }
.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 #58A761;
    background-color: #58A761;
    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: #58A761; }
.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); }

.page-show-services {
  margin-top: 0; }
  .page-show-services .page-right-box {
    padding-top: 0; }

.three-text-style-1 {
  margin: 50px auto 20px; }
  .three-text-style-1 .text-1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    color: rgba(1, 53, 99, 0.7); }
  .three-text-style-1 .text-2 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #013563;
    margin-bottom: 30px; }
    .three-text-style-1 .text-2:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 50px;
      height: 4px;
      background-color: #59636A; }
  .three-text-style-1 .text-3 {
    line-height: 22px; }

.img-list-style-1 {
  background-color: #EFEFEF;
  padding: 30px 0; }
  .img-list-style-1 .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px; }
    .img-list-style-1 .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }


