@charset "UTF-8";
@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"); }
@keyframes spread {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  20% {
    opacity: 1;
    filter: alpha(opacity=100); }
  80%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.3);
    transform: scale(1); } }
@keyframes ani-svg {
  0%,50% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0); }
  8% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: translateY(5px); }
  12% {
    opacity: 0.65;
    filter: alpha(opacity=65);
    transform: translateY(10px); }
  25% {
    opacity: 0.4;
    filter: alpha(opacity=40);
    transform: translateY(20px); } }
@keyframes leftToRight {
  0% {
    left: 0;
    margin-left: -100%; }
  100% {
    left: 100%; } }
.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; }

.container {
  max-width: 1500px; }
  @media screen and (max-width: 768px) {
    .container {
      width: 96%;
      min-width: 300px; } }

i {
  font-style: normal; }

a {
  color: #333; }
  a:hover {
    color: #f60f5f; }

.logo-nav-tel {
  position: relative;
  z-index: 99;
  background-color: #FFF; }
  .logo-nav-tel.sticky {
    border-bottom: 1px solid #F7F7F7; }
  .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;
      max-width: 50vw;
      position: relative;
      overflow: hidden; }
      .logo-nav-tel .logo-path .logo .img-logo {
        max-width: 50vw;
        height: auto; }
      .logo-nav-tel .logo-path .logo:before {
        content: "";
        position: absolute;
        z-index: 2;
        height: 200%;
        width: 10%;
        left: 0;
        top: -50%;
        background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
        background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.2) 100%);
        transform: rotate(45deg);
        animation: leftToRight 1s 0s linear infinite; }
    .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; }
    @media screen and (max-width: 768px) {
      .logo-nav-tel .nav-path {
        display: none; } }
    .logo-nav-tel .nav-path .nav-ul-1 {
      height: 100%; }
      .logo-nav-tel .nav-path .nav-ul-1 .nav-li-1 {
        position: relative; }
        .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 30px;
          font-size: 14px; }
        .logo-nav-tel .nav-path .nav-ul-1 .nav-li-1:hover .sub-list {
          display: block; }
      .logo-nav-tel .nav-path .nav-ul-1 .sub-list {
        display: none;
        background-color: #FFF;
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;
        width: 100%; }
      .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 {
        text-align: center; }
        .logo-nav-tel .nav-path .nav-ul-1 .nav-ul-2 .nav-a-2 {
          display: block;
          white-space: nowrap;
          font-size: 14px;
          line-height: 2.5em; }
          .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 .wap-nav-btn {
    color: #434343; }
    @media screen and (min-width: 768px) {
      .logo-nav-tel .wap-nav-btn {
        display: none; } }
    @media screen and (max-width: 768px) {
      .logo-nav-tel .wap-nav-btn {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        align-items: center; } }
    .logo-nav-tel .wap-nav-btn.on:before {
      content: "\e5006"; }
    .logo-nav-tel .wap-nav-btn:before {
      content: "\e1a10";
      font-size: 33.3333333333px;
      line-height: 1em; }
  .logo-nav-tel .main-nav-wap {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    height: 0;
    transition: all 500ms linear;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .logo-nav-tel .main-nav-wap {
        display: none; } }
    @media screen and (max-width: 768px) {
      .logo-nav-tel .main-nav-wap {
        display: block; } }
    .logo-nav-tel .main-nav-wap.on {
      height: 100vh; }
    .logo-nav-tel .main-nav-wap .nav-ul-1 {
      margin: 5vh 4vw 1vh; }
      .logo-nav-tel .main-nav-wap .nav-ul-1 .nav-a-1 {
        display: block;
        width: 100%;
        border-bottom: 2px solid #434343;
        font-size: 20px;
        line-height: 3em; }
  .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; }
    @media screen and (min-width: 768px) {
      .logo-nav-tel .search-path {
        position: relative; } }
    .logo-nav-tel .search-path:before {
      font-size: 18px; }
    .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 .formSel {
        width: 150px;
        max-width: 30vw; }
      .logo-nav-tel .search-path .text-box .layui-form-select {
        white-space: nowrap; }
        .logo-nav-tel .search-path .text-box .layui-form-select .layui-this {
          color: #f60f5f; }
      .logo-nav-tel .search-path .text-box .searchtext {
        width: 200px;
        flex: 1 1 auto;
        max-width: 100%;
        width: auto;
        max-width: 50vw;
        border: 1px solid #f60f5f;
        padding: 0 10px; }
      .logo-nav-tel .search-path .text-box .layui-input:focus, .logo-nav-tel .search-path .text-box input:focus {
        border-color: #f60f5f !important; }
      .logo-nav-tel .search-path .text-box .searchbtn {
        flex: 0 0 auto;
        color: #fff;
        background-color: #f60f5f;
        padding: 0 20px; }

@media screen and (min-width: 768px) {
  .banner-web {
    display: block; }

  .banner-wap {
    display: none; } }
@media screen and (max-width: 768px) {
  .banner-web {
    display: none; }

  .banner-wap {
    display: block; } }
.bannerItem a {
  position: absolute;
  left: 0;
  top: 0; }
.bannerItem .text {
  width: 600px;
  max-width: 96vw;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20%; }
  .bannerItem .text h4 {
    font-size: 40px;
    color: #FFF;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .bannerItem .text h4 {
        font-size: 40px; } }
    @media screen and (max-width: 768px) {
      .bannerItem .text h4 {
        font-size: 20px; } }
  .bannerItem .text p {
    color: #999; }
    @media screen and (min-width: 768px) {
      .bannerItem .text p {
        font-size: 18px;
        line-height: 32px; } }
    @media screen and (max-width: 768px) {
      .bannerItem .text p {
        font-size: 14px;
        line-height: 18px; } }

.PostBox.advBg {
  background: #FAFAFA; }

.post {
  max-width: 1260px;
  margin: 0 auto;
  padding: 100px 10px 100px; }
  @media screen and (max-width: 760px) {
    .post {
      padding: 50px 5px 50px; } }

.post .postTitle {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .post .postTitle {
      margin-bottom: 1.5%; } }
  @media screen and (max-width: 768px) {
    .post .postTitle {
      margin-bottom: 25px; } }

.post .postTitle h3 {
  font-size: 28px;
  font-weight: normal;
  position: relative;
  text-indent: 2px;
  letter-spacing: 0em;
  display: inline-block;
  margin-bottom: 3px; }

.post .postTitle span {
  clear: both;
  display: block;
  width: 100%;
  max-width: 750px;
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 auto; }

.post .postTitle .title1 {
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  filter: alpha(opacity=80);
  opacity: 0.8;
  margin-bottom: 3px; }

.post .postTitle:after {
  background: #cfcfcf;
  content: "";
  height: 1px;
  width: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto; }

.post .more {
  padding: 35px 0 0;
  text-align: center;
  clear: both; }
  .post .more a {
    padding: 8px 30px;
    display: inline-block;
    background: #f6f6f6;
    text-shadow: none;
    font-size: 14px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: relative;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 50px; }
    .post .more a:after {
      background: #F60F5F;
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: all .3s ease;
      border-radius: 50px;
      transform: scale(0);
      opacity: 0; }
    .post .more a:hover {
      border: 1px solid #F60F5F;
      color: #fff; }
      .post .more a:hover:after {
        width: 100%;
        transform: scale(1.01);
        opacity: 1; }
    .post .more a span {
      position: relative;
      z-index: 1; }

.advBg .list {
  padding: 2% 0; }
  @media screen and (min-width: 768px) {
    .advBg .list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 50px; }
      .advBg .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .advBg .list {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important; } }
  .advBg .list .item:hover .imgBox img {
    transform: scale(1.05); }
  .advBg .list .item .imgBox {
    overflow: hidden; }
    .advBg .list .item .imgBox img {
      transition: all 500ms linear; }
  .advBg .list .item .imgText {
    text-align: center;
    padding: 25px 0 0; }
  .advBg .list .item h4 {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 0 0 10px; }
  .advBg .list .item p {
    padding: 0;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 44px;
    font-size: 12px;
    font-weight: normal; }

.cardBg {
  background: #f2f2f2; }

.cardArea {
  display: block;
  font-size: 0;
  margin-top: 1%; }
  .cardArea .item {
    height: 320px;
    display: inline-block;
    vertical-align: top;
    background: #000;
    border-left: 0.5px solid rgba(0, 0, 0, 0);
    border-right: 0.5px solid rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    position: relative; }
    .cardArea .item span {
      font-size: 14px;
      opacity: .68;
      font-weight: 300;
      line-height: 26px; }
    .cardArea .item .text {
      position: relative;
      z-index: 2;
      font-size: 0;
      height: 100%;
      padding-bottom: 60px; }
    .cardArea .item .img {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 1;
      opacity: .3;
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      margin: -25px; }
      .cardArea .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .cardArea .item .text1 a {
      position: absolute;
      left: 0;
      bottom: 15px;
      display: block;
      border: 1px solid #fff;
      font-size: 14px;
      color: #fff;
      line-height: 32px;
      padding: 0 10px;
      opacity: .6;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .cardArea .item .text1 a:hover {
        background: #F60F5F;
        border: 1px solid #F60F5F;
        opacity: 1; }
    .cardArea .item .text1 {
      width: 100%;
      height: 100%;
      display: block;
      padding: 25px;
      position: absolute;
      z-index: 2;
      opacity: 1;
      background-position: center;
      background-size: cover; }
      .cardArea .item .text1 span {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 8px; }
        .cardArea .item .text1 span:before {
          content: "";
          position: absolute;
          left: 0;
          width: 3px;
          height: 3px;
          border-radius: 10px;
          background: #fff;
          top: 12px; }
      .cardArea .item .text1 a:after {
        content: "\e1201"; }
    .cardArea .item h3 {
      font-size: 18px;
      font-weight: 500;
      padding: 12px 0 0;
      margin-top: 10px;
      margin-bottom: 15px;
      position: relative; }
      .cardArea .item h3:before {
        content: "";
        width: 30px;
        height: 2px;
        display: block;
        position: absolute;
        top: 0;
        background: #fff; }
    @media screen and (min-width: 768px) {
      .cardArea .item {
        width: 14%; }
        .cardArea .item.active {
          width: 30%;
          background: #282828;
          border-left: 0.5px solid black;
          border-right: 0.5px solid black; }
          .cardArea .item.active .text1 .img {
            display: none; }
          .cardArea .item.active .text1 span {
            display: inline-block;
            padding-right: 12px;
            position: relative;
            font-size: 12px;
            width: auto; }
            .cardArea .item.active .text1 span:before {
              content: "/";
              position: absolute;
              left: auto;
              right: 3px;
              width: 3px;
              height: 3px;
              border-radius: 0;
              background-color: transparent;
              top: 0; }
            .cardArea .item.active .text1 span.last:before {
              display: none; }
          .cardArea .item.active .text1 p {
            font-size: 14px;
            margin-top: 20px;
            line-height: 24px;
            opacity: .68; }
          .cardArea .item.active .text1 .more:after {
            content: "了解更多"; }
          .cardArea .item.active h2, .cardArea .item.active h3, .cardArea .item.active h4 {
            margin-bottom: 5px; } }
    @media screen and (max-width: 768px) {
      .cardArea .item {
        width: 50%; }
        .cardArea .item .text1 {
          padding: 15px; }
          .cardArea .item .text1 .img {
            margin: -15px; }
          .cardArea .item .text1 .more {
            background: #F60F5F;
            border: 1px solid #F60F5F;
            opacity: 1; }
            .cardArea .item .text1 .more:after {
              content: "了解更多" !important; }
        .cardArea .item span {
          display: none !important; }
        .cardArea .item p {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 6;
          line-height: 24px;
          height: 144px;
          font-size: 14px;
          margin-top: 10px;
          opacity: .68; } }

@media screen and (min-width: 768px) {
  .serviceBg .list, .umTheme .list, .caseBg .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 10px;
    grid-column-gap: 1.5%; }
    .serviceBg .list > *, .umTheme .list > *, .caseBg .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; } }
@media screen and (max-width: 768px) {
  .serviceBg .list, .umTheme .list, .caseBg .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 10px; }
    .serviceBg .list > *, .umTheme .list > *, .caseBg .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; } }
.serviceBg .list .item .pic, .umTheme .list .item .pic, .caseBg .list .item .pic {
  padding-bottom: 71.5%;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .serviceBg .list .item .pic img, .umTheme .list .item .pic img, .caseBg .list .item .pic img {
      transition: all 300ms linear; }
    .serviceBg .list .item .pic:before, .umTheme .list .item .pic:before, .caseBg .list .item .pic:before {
      content: "\e1a09";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(246, 15, 95, 0.6);
      color: #FFF;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      align-items: center;
      justify-content: center;
      transition: all 300ms linear;
      opacity: 0;
      font-size: 0; } }
.serviceBg .list .item h4, .umTheme .list .item h4, .caseBg .list .item h4 {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 16px;
  font-weight: normal; }
@media screen and (min-width: 768px) {
  .serviceBg .list .item:hover .pic img, .umTheme .list .item:hover .pic img, .caseBg .list .item:hover .pic img {
    transform: scale(1.05); }
  .serviceBg .list .item:hover .pic:before, .umTheme .list .item:hover .pic:before, .caseBg .list .item:hover .pic:before {
    opacity: 1;
    font-size: 30px; } }

.umTheme .post {
  padding-bottom: 60px; }
  .umTheme .post .tabTitle {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 0; }
    .umTheme .post .tabTitle li {
      display: inline-block;
      background: rgba(0, 0, 0, 0.05);
      border-radius: 30px;
      margin: 5px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .umTheme .post .tabTitle li a {
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        font-weight: normal;
        padding: 0 15px; }
  .umTheme .post .PostShow {
    display: none; }
  @media screen and (min-width: 768px) {
    .umTheme .post .tabTitle li.active {
      background: #F60F5F;
      opacity: .6; }
      .umTheme .post .tabTitle li.active a {
        color: #fff; }
    .umTheme .post .PostShow {
      display: none; }
      .umTheme .post .PostShow.active {
        display: block; } }
  @media screen and (max-width: 768px) {
    .umTheme .post .tabTitle li:first-child {
      background: #F60F5F;
      opacity: .6; }
      .umTheme .post .tabTitle li:first-child a {
        color: #fff; }
    .umTheme .post .PostShow {
      display: none; }
      .umTheme .post .PostShow:first-child {
        display: block; } }

@media screen and (min-width: 768px) {
  .caseBg .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0; }
    .caseBg .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; } }
@media screen and (max-width: 768px) {
  .caseBg .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0; }
    .caseBg .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; } }
.caseBg .list .item {
  position: relative; }
  .caseBg .list .item .pic {
    margin: 0; }
    .caseBg .list .item .pic:before {
      content: ""; }
  .caseBg .list .item h4 {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    color: #fff;
    transition: all 300ms linear; }
  @media screen and (min-width: 768px) {
    .caseBg .list .item:hover h4 {
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.teamBg {
  width: 100%;
  max-width: none;
  padding: 80px 0;
  text-shadow: none; }
  .teamBg .postTitle {
    padding-bottom: 1.5rem;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .teamBg .postTitle {
        margin-bottom: 3%; } }
    .teamBg .postTitle:after {
      background: rgba(255, 255, 255, 0.6); }
    .teamBg .postTitle h3 i {
      color: #585858; }
    .teamBg .postTitle .title1 {
      color: rgba(255, 255, 255, 0.85); }
    .teamBg .postTitle .title2 {
      color: rgba(255, 255, 255, 0.85); }
  .teamBg .list .item .pic {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    padding-bottom: 0;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 768px) {
      .teamBg .list .item .pic {
        width: 150px;
        height: 150px; } }
    .teamBg .list .item .pic img {
      transition: all 300ms linear; }
  .teamBg .list .item .imgText {
    padding-top: 25px;
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .teamBg .list .item .imgText {
        padding-top: 10px; } }
  .teamBg .list .item:hover img {
    transform: scale(1.05); }

.post.news {
  max-width: 1260px; }
  .post.news .list .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .post.news .list .item .imgText {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    padding-top: 25px;
    position: relative; }
    .post.news .list .item .imgText h4 {
      font-size: 16px;
      font-weight: normal;
      font-width: 100%;
      font-display: block;
      font-overflow: hidden;
      font-white-space: nowrap;
      font-text-overflow: ellipsis;
      color: #333;
      padding: 0 0 10px; }
    .post.news .list .item .imgText p {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 22px;
      height: 66px;
      padding: 0;
      font-size: 12px;
      color: #999; }
    .post.news .list .item .imgText .time {
      height: 14px;
      line-height: 14px;
      font-size: 12px;
      color: #999; }
  .post.news .list .item:hover .imgBox img {
    transform: scale(1.1); }
  .post.news .list .item:hover .imgText h4 {
    color: #f60f5f; }

.PostBox.about .postAbout {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 110px 0; }
  @media screen and (max-width: 768px) {
    .PostBox.about .postAbout {
      padding: 50px 0; } }
.PostBox.about .postTitle {
  padding: 0 0 20px 0;
  text-align: center; }
.PostBox.about .PostText {
  width: 78%;
  line-height: 24px;
  color: #999;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .PostBox.about .PostText {
      width: 96%;
      padding-top: 0; } }
.PostBox.about .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 40px;
  text-align: center;
  padding: 40px 0; }
  .PostBox.about .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .PostBox.about .list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 10px;
      grid-column-gap: 0;
      padding: 20px 0; }
      .PostBox.about .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; } }
  .PostBox.about .list .item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #eee; }
    .PostBox.about .list .item .slNumber {
      font-size: 50px;
      color: #666;
      display: block;
      line-height: 42px; }
      @media screen and (max-width: 768px) {
        .PostBox.about .list .item .slNumber {
          font-size: 20px;
          line-height: 16px; } }
      .PostBox.about .list .item .slNumber span {
        position: relative; }
      .PostBox.about .list .item .slNumber em {
        position: absolute;
        line-height: normal;
        opacity: 0.6;
        font-size: 14px;
        font-weight: normal;
        font-style: normal; }
        @media screen and (max-width: 768px) {
          .PostBox.about .list .item .slNumber em {
            font-size: 12px; } }
    .PostBox.about .list .item .slTitle {
      font-size: 14px;
      color: #999;
      padding-top: 5px; }
    .PostBox.about .list .item:last-child {
      border: none; }

.umBnBg {
  background-color: #3C4F72;
  background-image: url(../images/cbg.jpg);
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .umBnBg .post {
    padding: 80px 0;
    z-index: 2;
    position: relative; }
  .umBnBg p {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    line-height: 24px;
    padding-top: 30px;
    filter: alpha(opacity=60);
    opacity: .6; }
    .umBnBg p.tit {
      font-size: 32px;
      line-height: 36px;
      padding-top: 0;
      filter: alpha(opacity=100);
      opacity: 1; }
      @media screen and (max-width: 760px) {
        .umBnBg p.tit {
          width: 96%;
          font-size: 20px;
          line-height: 1em; } }
  .umBnBg .more a {
    background: none;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1; }

.contactBg {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .contactBg {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important; }
      .contactBg .post {
        width: 50%;
        margin: 0 auto;
        padding: 100px 10px;
        min-height: 500px; }
      .contactBg .contText {
        width: 640px;
        margin-left: auto;
        margin-right: 0; }
      .contactBg .map-box {
        width: 50%; } }
  @media screen and (max-width: 768px) {
    .contactBg .contText {
      padding: 5vw; } }
  .contactBg .contText .postTitle {
    text-align: left; }
    .contactBg .contText .postTitle:after {
      left: 0;
      right: auto; }
    .contactBg .contText .postTitle span {
      padding: 0; }
    .contactBg .contText .postTitle .title2 {
      margin-top: 20px; }
  .contactBg .contText .boxText {
    margin-top: 40px; }
  .contactBg .contText p {
    line-height: 24px;
    color: #666; }
    .contactBg .contText p.tel {
      font-size: 26px;
      padding-bottom: 20px; }
    .contactBg .contText p a {
      margin: 0 10px 0 0; }
  .contactBg .contText .social {
    background: none;
    font-size: 14px;
    width: auto;
    height: auto;
    line-height: 22px;
    margin-top: 10px; }
    .contactBg .contText .social a:hover {
      background: #F60F5F;
      border: 1px solid #F60F5F; }
    .contactBg .contText .social a.socialLink {
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 1000px;
      -moz-border-radius: 1000px;
      -webkit-border-radius: 1000px;
      color: #999;
      font-size: 18px;
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      margin: 0 5px 0 0; }
      .contactBg .contText .social a.socialLink:hover {
        color: #fff; }

.weixinBox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  padding: 5px 5px 25px;
  background: #fff;
  z-index: 999;
  line-height: 0;
  border-radius: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center; }
  .weixinBox .img {
    width: 260px;
    height: 260px; }
  .weixinBox img {
    width: 100%;
    height: 100%; }
  .weixinBox p {
    color: #333;
    font-size: 14px;
    margin-top: 5px; }
  .weixinBox.open {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }

.footer {
  margin-top: 0;
  padding: 0 0 0;
  width: 100%;
  background: #000;
  color: rgba(255, 255, 255, 0.48);
  clear: both;
  position: relative;
  font-size: 12px;
  line-height: 22px;
  text-align: left; }
  .footer a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px; }
  .footer .footer-text {
    padding: 20px 10px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    max-width: 1260px; }
  .footer .ftNav {
    margin: 5px 0; }
    .footer .ftNav a {
      display: inline-block;
      padding: 0 10px;
      position: relative;
      color: rgba(255, 255, 255, 0.3); }
      .footer .ftNav a:hover {
        color: rgba(255, 255, 255, 0.6); }
      .footer .ftNav a:after {
        content: '';
        width: 1px;
        height: 12px;
        position: absolute;
        left: 0px;
        top: 6px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 100px; }
      .footer .ftNav a:first-child {
        padding-left: 0; }
        .footer .ftNav a:first-child:after {
          display: none; }

.currlocatinon {
  padding: 10px 0;
  border: 1px solid #E3E3E3;
  margin-bottom: 20px; }
  .currlocatinon .nav_x:before {
    color: #434343;
    margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .currlocatinon {
      display: none;
      margin-bottom: 0; } }

.cateList {
  position: relative; }
  .cateList .sort-box {
    text-align: center;
    background-color: #f60f5f;
    color: #fff;
    line-height: 60px;
    height: 60px;
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .cateList .sort-box {
        display: none; } }
  .cateList .goBack, .cateList .click {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px; }
    .cateList .goBack:before, .cateList .click:before {
      font-size: 30px; }
  .cateList .click {
    left: auto;
    right: 0; }
    .cateList .click.open:before {
      content: "\e1050"; }
  .cateList .subbox {
    display: none;
    opacity: 0; }
    .cateList .subbox .list {
      margin: 3px;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: space-between;
      flex-wrap: wrap; }
      .cateList .subbox .list a {
        flex-grow: 1;
        min-width: 100px;
        max-width: 100%;
        padding: 3px 8px;
        display: block;
        margin: 5px;
        line-height: 30px;
        text-align: center;
        background-color: #f2f8fc;
        border: 1px solid #f2f8fc; }
        .cateList .subbox .list a.on {
          background-color: #f60f5f;
          color: #fff;
          border-color: #f60f5f; }
    .cateList .subbox.open {
      display: block;
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .cateList .subbox {
        display: block;
        opacity: 1; }
        .cateList .subbox .list {
          justify-content: center; }
          .cateList .subbox .list a {
            flex-grow: 0; } }

.page-body {
  padding: 30px 0; }

.page-right-box {
  width: 200px;
  flex: 1 1 auto;
  max-width: 100%; }

.page-list .main-list .item .outer-div .pic {
  overflow: hidden; }
  .page-list .main-list .item .outer-div .pic img {
    transition: all 300ms linear;
    opacity: 0.95; }
.page-list .main-list .item .outer-div .text-box {
  margin: 15px 10px;
  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: 16px;
    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 .pic img {
  transform: scale(1.02);
  opacity: 1; }
.page-list .main-list .item:hover .text-box .title {
  color: #f60f5f; }
.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_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;
    padding: 20px;
    border-bottom: 1px solid #EEE; }
  .page-show .tags-box .list {
    margin-top: 20px; }
    .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); }
      @media screen and (max-width: 768px) {
        .page-show .tags-box .list .outer-div .title {
          transform: scaleY(1); } }

.page-single .article-tit {
  font-size: 22px; }
.page-single .article-main {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .page-single .article-main {
      margin-top: 20px; } }

/*# sourceMappingURL=style.css.map */
