@charset "UTF-8";
/* 
* 
* 公用样式
* 
*/
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: relative; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.28rem; }

[v-cloak] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div,
img,
a {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

a:hover {
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: bold; }

ul {
  list-style: none; }

img {
  pointer-events: none; }

h1, h2, h3, h4, p, span, i {
  margin: 0;
  padding: 0; }

.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

/* 导航栏 */
.navbar {
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4) !important;
  box-sizing: border-box;
  padding: 10px 0; }

.logo {
  display: block; }

.logo img {
  width: 100%;
  margin-top: 6px; }

/* 导航文字 */
.title {
  display: inline-block;
  line-height: 2.3; }
  .title li {
    float: left;
    margin: 15px; }
    .title li a {
      color: #c4c4c4;
      padding: 0 !important;
      font-size: 16px; }
    .title li a:hover {
      color: #fff !important; }

.active {
  color: #fff !important; }

.navbar-toggle {
  position: absolute !important;
  right: 0 !important; }

.icon-bar {
  background-color: #999; }

#pc-btn-list {
  margin-top: 0; }

.mobileList {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  .mobileList li {
    width: auto; }

#mobile-btn-list {
  position: absolute;
  display: none;
  margin-top: 50px;
  left: 0; }
  #mobile-btn-list li a {
    color: #dbdbdb !important;
    font-size: 14px; }

@keyframes gary {
  0% {
    transform: scale(1, 0); }
  25% {
    transform: scale(1, 1.2); }
  50% {
    transform: scale(1, 0.85); }
  75% {
    transform: scale(1, 1.05); }
  100% {
    transform: scale(1, 1); } }
@keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
/* 模块 */
.page {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #042c3b; }

/* banner */
.banner .bannerCont {
  position: relative;
  width: 100vw;
  height: 100%; }
  .banner .bannerCont .swiper-pagination-bullet-active {
    background: #fff; }

.home {
  display: flex;
  justify-content: center;
  align-items: center; }
  .home .ctnBox {
    width: 100%; }
    .home .ctnBox .tt {
      width: 100%;
      text-align: center;
      font-size: 36px;
      color: #fff; }
    .home .ctnBox .shoum {
      width: 35%;
      margin: 0 auto;
      margin-top: 3%; }
      .home .ctnBox .shoum .textList {
        width: 100%;
        display: flex;
        align-items: center; }
        .home .ctnBox .shoum .textList p {
          margin: 0;
          display: block;
          width: 32.2%;
          text-align: center;
          color: #fff;
          font-weight: 400;
          font-size: 16px; }
    .home .ctnBox .search {
      text-align: center;
      position: relative;
      width: 55%;
      margin: 0 auto;
      margin-top: 4.5%; }
      .home .ctnBox .search .serchs {
        position: absolute;
        width: 30px;
        left: 31%;
        top: 48%;
        transform: translate(0, -50%); }
      .home .ctnBox .search input {
        width: 100%;
        text-align: center;
        border: 0;
        border-radius: 3rem;
        background: rgba(17, 122, 149, 0.6);
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400;
        font-size: 18px;
        padding: 15px 0;
        font-style: normal;
        outline: none; }
      .home .ctnBox .search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.6); }

/* 搜索框 */
.page {
  /* 内容标题 */ }
  .page .title {
    color: #fff;
    text-align: center;
    margin-top: 6rem; }
    .page .title span:nth-child(1) {
      font-weight: bold;
      font-size: 3rem; }
    .page .title span:nth-child(2) {
      width: 8rem;
      background: #fff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 5.5rem; }
    .page .title span:nth-child(3) {
      font-size: 2rem;
      letter-spacing: 3px; }

/* 标题 */
.service {
  background: url(../assets/bg2.png) no-repeat center;
  background-size: 100% 100%; }
  .service .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .service .container .ctnBox {
      width: 100%;
      text-align: center; }
      .service .container .ctnBox .bt {
        width: 100%;
        margin-bottom: 30px; }
        .service .container .ctnBox .bt .tt {
          font-size: 36px;
          color: #fff;
          text-align: center; }
        .service .container .ctnBox .bt .line {
          width: 5rem;
          margin: 15px auto 20px;
          height: 2px;
          background: #fff; }
        .service .container .ctnBox .bt p {
          font-size: 24px;
          color: #fff;
          text-align: center; }
      .service .container .ctnBox .ourFuw {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        .service .container .ctnBox .ourFuw .len {
          width: 235px;
          background: #ffffff;
          margin: 0 15px;
          padding: 60px 0px;
          transition: all .5s; }
          .service .container .ctnBox .ourFuw .len .pic {
            width: 90px;
            margin: 0 auto;
            transition: all .5s; }
          .service .container .ctnBox .ourFuw .len .FW {
            display: block; }
          .service .container .ctnBox .ourFuw .len .FWa {
            display: none; }
          .service .container .ctnBox .ourFuw .len h1 {
            font-size: 24px;
            text-align: center;
            color: #013f43;
            margin-top: 20px;
            transition: all .5s; }
          .service .container .ctnBox .ourFuw .len .line {
            width: 3rem;
            margin: 15px auto;
            height: 2px;
            background: #013f43;
            transition: all .5s; }
          .service .container .ctnBox .ourFuw .len h2 {
            color: #013f43;
            font-size: 16px;
            text-align: center;
            line-height: 1.8;
            transition: all .5s; }
        .service .container .ctnBox .ourFuw .choose {
          background: #00c8d5;
          padding: 80px 10px; }
          .service .container .ctnBox .ourFuw .choose .FW {
            display: none; }
          .service .container .ctnBox .ourFuw .choose .FWa {
            display: block; }
          .service .container .ctnBox .ourFuw .choose h1 {
            color: #fff; }
          .service .container .ctnBox .ourFuw .choose .line {
            background: #fff; }
          .service .container .ctnBox .ourFuw .choose h2 {
            color: rgba(255, 255, 255, 0.6); }
      .service .container .ctnBox .chak {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        background: #00c8d5;
        width: 80px;
        margin: 20px auto 0;
        padding: 6px 0;
        line-height: 1; }
        .service .container .ctnBox .chak img {
          width: 25px;
          margin-left: 5px; }

/* 关于我们 */
.about {
  background: url(../assets/bg3.png) no-repeat center;
  background-size: 100% 100%; }
  .about .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .about .container .ctnBox {
      width: 100%;
      text-align: center; }
      .about .container .ctnBox .bt {
        width: 100%;
        margin-bottom: 30px; }
        .about .container .ctnBox .bt .tt {
          font-size: 36px;
          color: #fff;
          text-align: center; }
        .about .container .ctnBox .bt .line {
          width: 5rem;
          margin: 15px auto 20px;
          height: 2px;
          background: #fff; }
        .about .container .ctnBox .bt p {
          font-size: 24px;
          color: #fff;
          text-align: center; }
      .about .container .ctnBox .message {
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-top: 85px; }
        .about .container .ctnBox .message .ct {
          width: 40%;
          transform: translate(10%, -10%); }
        .about .container .ctnBox .message .text {
          width: 70%;
          background: rgba(0, 190, 213, 0.3);
          padding: 20px 20px 20px 20px; }
          .about .container .ctnBox .message .text p {
            font-size: 16px;
            text-indent: 2em;
            color: #ffffff;
            text-align: left;
            line-height: 2;
            padding-left: 40px; }
          .about .container .ctnBox .message .text .more {
            color: #04f0ff;
            display: inline-block;
            padding: 4px 8px;
            font-size: 14px;
            border: 1px solid #04f0ff;
            margin-top: 20px; }
            .about .container .ctnBox .message .text .more:hover {
              color: #fff;
              background: #04f0ff; }

/* 案例展示 */
.ALZS {
  background-color: #00244b;
  background: url(../assets/ALZS.jpg) no-repeat center; }
  .ALZS .container-fluid {
    width: 70%;
    margin: 0 auto; }

.anlBox {
  margin: 0 2px;
  height: 100%;
  overflow: visible; }
  .anlBox img {
    width: 100%; }
  .anlBox .anlText {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 15px 0 30px;
    width: 100%;
    height: 40vh;
    transition: all .4s ease-in; }
    .anlBox .anlText .anlTit {
      overflow: hidden;
      width: 100%; }
      .anlBox .anlText .anlTit p {
        text-align: center;
        padding-top: 1rem;
        color: #013f43;
        font-size: 24px;
        margin-bottom: 15px; }
      .anlBox .anlText .anlTit p::before {
        content: '—';
        padding-right: .4rem; }
      .anlBox .anlText .anlTit p::after {
        content: '—';
        padding-left: .4rem; }
      .anlBox .anlText .anlTit .say {
        min-height: 21vh; }
        .anlBox .anlText .anlTit .say span {
          display: block;
          margin-left: 2.1rem;
          letter-spacing: 1px;
          color: #013f43;
          margin-bottom: 10px;
          font-size: 16px; }
        .anlBox .anlText .anlTit .say span::before {
          content: '';
          position: absolute;
          width: 4px;
          height: 4px;
          background: rgba(8, 149, 190, 0.85);
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          margin-top: .7rem;
          margin-left: -0.6rem; }
      .anlBox .anlText .anlTit .anlzhs {
        display: none;
        color: #555353;
        height: 8rem;
        font-size: 20px;
        padding: 14px; }
        .anlBox .anlText .anlTit .anlzhs b {
          display: block; }
  .anlBox .choose {
    background-color: #00c8d5;
    color: #fff;
    overflow: hidden;
    height: 53vh; }
    .anlBox .choose .anlTit .anlzhs {
      display: block; }
    .anlBox .choose .anlTit .say span {
      color: #ffffff; }
    .anlBox .choose .anlTit p {
      margin-top: -3rem;
      color: #ffffff; }

.anlOne, .anlTwo, .anlThree, .anlFour {
  padding: 0 !important; }

/* 合作伙伴 */
/*标题 */
.partner {
  background: url(../assets/bg6.png) no-repeat center;
  background-size: 100% 100%; }
  .partner .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .partner .container .ctnBox {
      width: 80%;
      text-align: center;
      background: rgba(0, 42, 90, 0.8);
      padding: 40px; }
      .partner .container .ctnBox .bt {
        width: 100%;
        margin-bottom: 30px; }
        .partner .container .ctnBox .bt .tt {
          font-size: 36px;
          color: #fff;
          text-align: center; }
        .partner .container .ctnBox .bt .line {
          width: 5rem;
          margin: 15px auto 20px;
          height: 2px;
          background: #fff; }
        .partner .container .ctnBox .bt p {
          font-size: 24px;
          color: #fff;
          text-align: center; }
      .partner .container .ctnBox .hezLogo {
        width: 100%;
        margin: 60px auto 30px; }
        .partner .container .ctnBox .hezLogo div:hover img {
          transform: scale(1.1);
          box-shadow: 0px 0px 10px #052a5b; }
        .partner .container .ctnBox .hezLogo img {
          transition: all .4s ease-in;
          padding: 25px 10px;
          width: 100%;
          margin: 0 auto; }

/* 新闻动态 */
.news {
  background: url(../assets/bg5.png) no-repeat center;
  background-size: 100% 100%; }
  .news .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .news .container .ctnBox {
      width: 100%;
      text-align: center; }
      .news .container .ctnBox .bt {
        width: 100%;
        margin-bottom: 30px; }
        .news .container .ctnBox .bt .tt {
          font-size: 36px;
          color: #fff;
          text-align: center; }
        .news .container .ctnBox .bt .line {
          width: 5rem;
          margin: 15px auto 20px;
          height: 2px;
          background: #fff; }
        .news .container .ctnBox .bt p {
          font-size: 24px;
          color: #fff;
          text-align: center; }
      .news .container .ctnBox .row {
        width: 80%;
        margin: 0 auto; }
        .news .container .ctnBox .row div {
          margin: 0;
          padding: 0; }
        .news .container .ctnBox .row .pic {
          position: relative; }
          .news .container .ctnBox .row .pic .pic1 {
            width: 80%; }
          .news .container .ctnBox .row .pic .video {
            position: absolute;
            right: 26px;
            top: 56%;
            width: 70%; }
        .news .container .ctnBox .row .list {
          padding-left: 20px; }
          .news .container .ctnBox .row .list .tt {
            color: #ffffff;
            font-size: 18px;
            margin-left: 10px;
            text-align: left;
            margin-bottom: 10px; }
          .news .container .ctnBox .row .list .item:first-child .yuan::before {
            opacity: 0; }
          .news .container .ctnBox .row .list .item {
            display: flex;
            align-items: center;
            padding: 0px 5px;
            position: relative; }
            .news .container .ctnBox .row .list .item:hover {
              background: #00c8d5;
              transition: all .4s ease-in; }
              .news .container .ctnBox .row .list .item:hover h1 {
                color: rgba(0, 52, 55, 0.8); }
              .news .container .ctnBox .row .list .item:hover p {
                color: #003437; }
            .news .container .ctnBox .row .list .item .yuan {
              height: 100%;
              width: 2px;
              position: absolute;
              left: -10px;
              top: 0;
              margin-right: 10px; }
              .news .container .ctnBox .row .list .item .yuan::after {
                content: '';
                height: 50%;
                width: 2px;
                background: #00a5b8;
                position: absolute;
                top: 0;
                left: 50%;
                transform: translate(-50%, 0%);
                z-index: 1; }
              .news .container .ctnBox .row .list .item .yuan::before {
                content: '';
                height: 50%;
                width: 2px;
                background: #00a5b8;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0%);
                z-index: 1; }
              .news .container .ctnBox .row .list .item .yuan .yu {
                position: absolute;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                border: 2px solid #00a5b8;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                background: #02223d;
                z-index: 2; }
            .news .container .ctnBox .row .list .item .noup::after {
              opacity: 0; }
            .news .container .ctnBox .row .list .item .nodown::before {
              opacity: 0; }
            .news .container .ctnBox .row .list .item h1 {
              font-size: 16px;
              color: rgba(255, 255, 255, 0.7);
              padding: 10px 0; }
            .news .container .ctnBox .row .list .item p {
              margin-left: 10px;
              font-size: 16px;
              color: #ffffff;
              overflow: hidden;
              display: -webkit-box;
              text-overflow: ellipsis;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              white-space: normal; }

/* 联系我们 */
.footer {
  background: -webkit-linear-gradient(top, #051423, #042c3b);
  color: #dddedf;
  height: auto !important;
  padding-bottom: 2rem; }
  .footer .foot {
    width: 80%;
    margin: 30px auto 0;
    padding: 20px 0;
    display: flex;
    align-items: center; }
    .footer .foot .text .item {
      display: flex;
      align-items: center;
      margin: 10px 0; }
      .footer .foot .text .item img {
        width: 30px;
        margin-right: 10px; }
      .footer .foot .text .item span {
        font-size: 14px; }
    .footer .foot .erwm {
      display: flex;
      justify-content: flex-end; }
      .footer .foot .erwm img {
        width: 100px; }
  .footer .banquan {
    text-align: center;
    margin-top: 3rem; }

@media (max-width: 1200px) {
  .partner .container .ctnBox .hezLogo img {
    width: 85%; } }
@media (max-width: 1100px) {
  .title li a {
    font-size: 14px; }

  .home .ctnBox .shoum {
    width: 40%; }
  .home .ctnBox .search .serchs {
    left: 18%; }

  .news .container .ctnBox .row .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vh; }
    .news .container .ctnBox .row .pic .pic1 {
      width: 50%; }
    .news .container .ctnBox .row .pic .video {
      position: relative;
      width: 50%; }

  .service .container .ctnBox .ourFuw .len {
    padding: 30px 0px; }
    .service .container .ctnBox .ourFuw .len .pic {
      width: 80px; }
    .service .container .ctnBox .ourFuw .len h1 {
      font-size: 18px; }
  .service .container .ctnBox .ourFuw h2 {
    font-size: 14px; }
  .service .container .ctnBox .ourFuw .choose {
    padding: 50px 0px; }

  .about .container .ctnBox .message {
    width: 100%; }
    .about .container .ctnBox .message .ct {
      width: 35%; }
    .about .container .ctnBox .message .text {
      width: 65%;
      padding: 20px 20px 20px 20px; }
      .about .container .ctnBox .message .text p {
        font-size: 14px; }
      .about .container .ctnBox .message .text .more {
        margin-top: 10px; }

  .partner .container .ctnBox {
    width: 95%; }
    .partner .container .ctnBox .hezLogo {
      width: 100%;
      margin: 30px auto 30px; }
      .partner .container .ctnBox .hezLogo img {
        width: 100%; } }
@media (min-width: 768px) {
  .page {
    height: 100vh; } }
@media (max-width: 768px) {
  .box {
    overflow: auto;
    overflow-x: hidden; }

  .container {
    width: 100%; }

  .home .ctnBox .search .serchs {
    left: 22%; }

  .about .container .ctnBox .message .text {
    padding: 20px 20px 20px 20px; }
    .about .container .ctnBox .message .text p {
      font-size: 12px; }

  .service .container .ctnBox .ourFuw {
    width: 100%; }
    .service .container .ctnBox .ourFuw .len {
      padding: 40px 10px; }
    .service .container .ctnBox .ourFuw .choose {
      padding: 60px 10px; }

  .partner .container .ctnBox {
    width: 100%; }
    .partner .container .ctnBox .hezLogo {
      margin: 20px auto 30px; }

  .news .container .ctnBox .row .pic {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .news .container .ctnBox .row .pic .pic1 {
      width: 50%; }
    .news .container .ctnBox .row .pic .video {
      width: 50%;
      position: relative;
      left: 0;
      top: 0; }
  .news .container .ctnBox .row .list {
    margin-top: 10px; } }
@media (max-width: 768px) {
  * {
    -webkit-overflow-scrolling: touch; }

  html, body {
    height: auto; }

  .page {
    display: block; }

  .container > .navbar-header {
    margin: 0; }

  .navbar {
    position: relative;
    margin-bottom: 0; }

  #mobile-btn-list {
    margin-top: 0; }

  .page .title {
    display: none; }

  .logo {
    display: block;
    width: 60%; }

  .banner {
    height: 28vh; }
    .banner .bannerCont {
      height: auto; }

  .home .ctnBox .tt {
    font-size: 20px; }
  .home .ctnBox .shoum {
    width: 69%; }
    .home .ctnBox .shoum .textList p {
      font-size: 12px; }
  .home .ctnBox .search {
    width: 70%; }
    .home .ctnBox .search .serchs {
      left: 15%;
      width: 20px; }
    .home .ctnBox .search input {
      padding: 10px 0;
      font-size: 14px; }

  .page .container .ctnBox .bt {
    margin-bottom: 10px; }
    .page .container .ctnBox .bt .tt {
      font-size: 16px; }
    .page .container .ctnBox .bt p {
      font-size: 14px; }
  .page .container .ctnBox .chak {
    font-size: 12px; }
    .page .container .ctnBox .chak img {
      width: 20px; }

  .container {
    padding: 0; }

  .service {
    padding: 15px 0 15px; }
    .service .container .ctnBox .ourFuw {
      width: 100%; }
      .service .container .ctnBox .ourFuw .len {
        width: 32%;
        padding: 10px 0px; }
        .service .container .ctnBox .ourFuw .len .pic {
          width: 40px; }
        .service .container .ctnBox .ourFuw .len .line {
          width: 20px; }
        .service .container .ctnBox .ourFuw .len h1 {
          font-size: 11px;
          margin-top: 10px; }
        .service .container .ctnBox .ourFuw .len h2 {
          font-size: 10px; }
      .service .container .ctnBox .ourFuw .choose {
        padding: 25px 0; }

  .about {
    padding: 15px 0 15px; }
    .about .container .ctnBox .message {
      display: block;
      margin: 0 auto; }
      .about .container .ctnBox .message .ct {
        width: 100%;
        transform: translate(0); }
      .about .container .ctnBox .message .text {
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px 10px 10px; }
        .about .container .ctnBox .message .text p {
          font-size: 12px;
          padding-left: 0px; }

  .anlBox {
    height: auto;
    margin-bottom: 10px; }
    .anlBox .anlOneImg {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 25vh;
      overflow: hidden; }
    .anlBox .anlText {
      position: relative;
      height: auto;
      padding: 0; }
      .anlBox .anlText .anlTit .anlzhs {
        display: block;
        height: auto;
        font-size: 14px;
        padding: 5px; }
      .anlBox .anlText .anlTit p {
        font-size: 16px; }
      .anlBox .anlText .anlTit .say span {
        font-size: 12px;
        margin-left: 1.1rem; }

  .partner .container .ctnBox {
    width: 95%;
    padding: 10px; }
    .partner .container .ctnBox .hezLogo {
      width: 100%;
      margin: 10px auto 10px; }
      .partner .container .ctnBox .hezLogo img {
        width: 100%;
        padding: 10px 0; }

  .news .container .ctnBox .row .pic {
    margin-bottom: 12vh; }
  .news .container .ctnBox .row .list .tt {
    font-size: 14px; }
  .news .container .ctnBox .row .list .item h1 {
    font-size: 10px; }
  .news .container .ctnBox .row .list .item p {
    font-size: 10px; }

  .footer .foot {
    display: block;
    margin: 0 auto 0; }
    .footer .foot .erwm {
      display: block; }
      .footer .foot .erwm img {
        display: block;
        margin: 0 auto;
        pointer-events: auto; }
  .footer .banquan {
    margin-top: 20px;
    font-size: 14px; } }

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