* {
  word-wrap: break-word; }

*, *:before, *:after {
  box-sizing: border-box;
  outline: none; }

html {
  min-width: 1200px;
  overflow-x: auto; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent; }

ul, ol, dl {
  list-style-type: none; }

html, body {
  *position: static;
  color: #000;
  background: #fff;
  width: 100%;
  height: auto; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: 0; }

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none; }

body, th, td, button, input, select, textarea {
  font-size: 12px;
  font-family: arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none; }

a.ie6:hover {
  zoom: 1; }

b, i {
  font-weight: normal;
  font-style: normal; }

sub, sup {
  vertical-align: baseline; }

button, input[type="button"], input[type="submit"] {
  line-height: normal !important; }

img {
  border: 0;
  object-fit: cover;
  vertical-align: top;
  -webkit-user-drag: none; }

a img, img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  max-width: 100%; }

/* HTML5 reset */
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0; }

time {
  display: inline; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

input, textarea {
  border: 1px solid #ccc;
  outline: none;
  resize: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #757575; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #757575; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #757575; }

::-webkit-scrollbar {
  width: 12px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #ececec; }

::-webkit-scrollbar-track:hover {
  background: #e1e1e1; }

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: silver; }

::-webkit-scrollbar-thumb:hover {
  background: #999; }

::-webkit-scrollbar-corner {
  background: 0 0; }

/* common */
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cl, .clearfix {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.parallax {
  position: absolute; }

@keyframes btnVideoAni {
  0% {
    transform: scale(0.4); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes btnVideoAni {
  0% {
    -webkit-transform: scale(0.4); }
  100% {
    -webkit-transform: scale(1); } }
.btnVideo {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
  .btnVideo span {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    position: relative; }
    .btnVideo span:before {
      content: "";
      width: 90px;
      height: 90px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -45px;
      margin-top: -45px;
      background: rgba(255, 255, 255, 0.25);
      border-radius: 100%;
      animation: btnVideoAni 1.3s ease-in-out 0s infinite alternate; }
    .btnVideo span em {
      display: block;
      margin: 0 auto;
      background: #fff;
      width: 55px;
      height: 55px;
      text-align: center;
      line-height: 55px;
      border-radius: 100%;
      position: relative;
      top: 7px; }
      .btnVideo span em i {
        color: #2993C0;
        font-size: 26px; }
  .btnVideo.btnVideo1 span em {
    background: #2993C0; }
    .btnVideo.btnVideo1 span em i {
      color: #fff; }

.section {
  height: auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 1; }
  .section .title {
    font-size: 44px;
    color: #000;
    font-weight: bold; }
  .section .st {
    font-size: 38px;
    color: #000;
    font-weight: bold; }
  .section .dsc {
    font-size: 22px;
    color: #333; }
  .section.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative; }
    .section.banner #bannerImg {
      width: 100%;
      height: 100%; }
    .section.banner .con {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .section.banner .con .t {
        position: absolute;
        top: 200px; }
  .section.section1 {
    background: url("../images/block1-bg.jpg") center no-repeat;
    background-size: cover; }
    .section.section1 .w1400 {
      padding: 7% 0; }
    .section.section1 .title {
      text-align: center; }
    .section.section1 img {
      margin: 100px auto 60px; }
    .section.section1 .more {
      font-size: 26px;
      color: #000;
      text-align: center;
      display: block;
      margin: 0 auto; }
      .section.section1 .more i {
        font-size: 22px;
        margin-left: 5px;
        transition: margin-left .3s; }
      .section.section1 .more:hover {
        color: #2993C0; }
        .section.section1 .more:hover i {
          margin-left: 9px; }
  .section.section2 .block {
    background: #fff; }
  .section.section2 .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .section.section2 .text .box {
      width: 45%;
      padding: 10% 0 0; }
      .section.section2 .text .box .title {
        line-height: 50px;
        margin-bottom: 35px; }
      .section.section2 .text .box .st {
        margin-bottom: 35px; }
      .section.section2 .text .box .dsc {
        line-height: 35px; }
      .section.section2 .text .box .tabs {
        height: auto;
        position: relative;
        margin-top: 7%;
        padding: 10px 0 0 40px; }
        .section.section2 .text .box .tabs .item {
          font-size: 26px;
          color: #333;
          line-height: 65px;
          cursor: pointer;
          transition: all .3s; }
          .section.section2 .text .box .tabs .item.active {
            color: #2993C0; }
        .section.section2 .text .box .tabs:before {
          content: "";
          width: 1px;
          height: 100%;
          background: #dcdcdc;
          position: absolute;
          left: 0;
          top: 0; }
        .section.section2 .text .box .tabs:after {
          content: "";
          width: 3px;
          height: 78px;
          background: #2993C0;
          position: absolute;
          left: -1px;
          top: 0; }
  .section.section2 .img {
    width: 50%;
    overflow: hidden; }
  .section.section3 {
    height: 864px;
    padding-top: 7%;
    background: url("../images/block3-bg.jpg") no-repeat center/cover; }
    .section.section3 .title, .section.section3 .dsc {
      text-align: center;
      margin-bottom: 25px; }
  .section.section4 {
    padding: 6% 0;
    position: relative; }
    .section.section4 .text {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .section.section4 .text .w1400 {
        height: 100%; }
      .section.section4 .text .box {
        width: 45%;
        height: 100%;
        padding: 13% 0 0;
        position: relative; }
        .section.section4 .text .box .txt {
          overflow: hidden; }
        .section.section4 .text .box .swiper-slide {
          background: #fff; }
        .section.section4 .text .box .title {
          line-height: 50px;
          margin-bottom: 35px; }
        .section.section4 .text .box .dsc {
          line-height: 35px; }
        .section.section4 .text .box .btns {
          position: absolute;
          left: 0;
          bottom: 20%; }
          .section.section4 .text .box .btns .button-prev, .section.section4 .text .box .btns .button-next {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #2993C0;
            cursor: pointer;
            display: inline-block;
            margin: 0 4px; }
            .section.section4 .text .box .btns .button-prev i, .section.section4 .text .box .btns .button-next i {
              font-size: 20px;
              color: #fff; }
    .section.section4 .img {
      width: 50%;
      overflow: hidden; }
  .section.section5 {
    height: 892px;
    padding-top: 7%;
    background: url("../images/block5-bg.jpg") center no-repeat;
    background-size: cover; }
    .section.section5 .title, .section.section5 .dsc {
      margin-bottom: 25px;
      color: #fff; }
    .section.section5 video {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
  .section.section6 {
    padding: 7% 0; }
    .section.section6 .title, .section.section6 .dsc {
      margin-bottom: 25px; }
    .section.section6 .dsc {
      line-height: 35px; }
    .section.section6 ul {
      display: flex;
      margin-top: 6%; }
      .section.section6 ul li {
        width: 240px;
        height: 560px;
        position: relative;
        cursor: pointer;
        margin-left: 6px;
        transition: all .6s; }
        .section.section6 ul li img {
          width: 100%;
          height: 100%; }
        .section.section6 ul li h2 {
          width: 100%;
          font-size: 24px;
          color: #fff;
          padding: 30px 50px;
          position: absolute;
          left: 0;
          bottom: 0;
          opacity: 0;
          transition: all .6s; }
        .section.section6 ul li.li1:after {
          content: "";
          background: rgba(13, 107, 178, 0.5);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .section.section6 ul li.li2:after {
          content: "";
          background: rgba(18, 144, 56, 0.5);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .section.section6 ul li.li3:after {
          content: "";
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .section.section6 ul li.active {
          width: 908px !important; }
          .section.section6 ul li.active h2 {
            opacity: 1; }
          .section.section6 ul li.active:after {
            opacity: 0; }
        .section.section6 ul li:first-child {
          margin-left: 0; }
  .section.section7 {
    height: 892px;
    padding-top: 7%;
    background: url("../images/block7-bg.jpg") no-repeat center/cover fixed; }
    .section.section7 .title, .section.section7 .dsc {
      color: #fff;
      margin-bottom: 25px;
      text-align: center; }
    .section.section7 .dsc {
      line-height: 35px;
      margin: 0; }
    .section.section7 .w1400 {
      z-index: 1; }
    .section.section7 .particles-js-canvas-el {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .section.section7 .car {
      width: 887px;
      margin: 0 auto; }
  .section.section8 {
    padding: 7% 0; }
    .section.section8 .slide {
      overflow: hidden;
      position: relative; }
      .section.section8 .slide .swiper-slide .left, .section.section8 .slide .swiper-slide .right {
        width: 47.5%; }
        .section.section8 .slide .swiper-slide .left .text, .section.section8 .slide .swiper-slide .right .text {
          height: auto;
          overflow: hidden; }
          .section.section8 .slide .swiper-slide .left .text h2, .section.section8 .slide .swiper-slide .right .text h2 {
            font-size: 28px;
            color: #000;
            font-weight: bold;
            margin-bottom: 10px; }
          .section.section8 .slide .swiper-slide .left .text p, .section.section8 .slide .swiper-slide .right .text p {
            font-size: 20px;
            color: #333;
            line-height: 35px; }
        .section.section8 .slide .swiper-slide .left.left .text, .section.section8 .slide .swiper-slide .right.left .text {
          margin-top: 7%; }
        .section.section8 .slide .swiper-slide .left.right .text, .section.section8 .slide .swiper-slide .right.right .text {
          margin-bottom: 7%; }
      .section.section8 .slide .swiper-pagination {
        text-align: left; }
      .section.section8 .slide .swiper-pagination-bullet {
        width: 50px;
        height: 6px;
        background: #B5B5B5;
        opacity: 1;
        border-radius: 0; }
      .section.section8 .slide .swiper-pagination-bullet-active {
        background: #2993C0; }
  .section.section9 {
    height: 892px;
    padding-top: 7%;
    background: url("../images/block9-bg.jpg") no-repeat center/cover fixed; }
    .section.section9 .title, .section.section9 .dsc {
      color: #fff;
      margin-bottom: 25px;
      text-align: center; }
    .section.section9 .dsc {
      line-height: 35px; }
    .section.section9 video {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
  .section.section10 {
    padding: 7% 0; }
    .section.section10 .slide {
      overflow: hidden;
      position: relative; }
      .section.section10 .slide .swiper-slide {
        overflow: hidden; }
        .section.section10 .slide .swiper-slide img {
          width: 100%; }
        .section.section10 .slide .swiper-slide .text {
          padding: 20px 0;
          text-align: center; }
          .section.section10 .slide .swiper-slide .text h2 {
            font-size: 22px;
            color: #333;
            font-weight: bold;
            margin-bottom: 5px; }
          .section.section10 .slide .swiper-slide .text p {
            font-size: 20px;
            color: #333; }
      .section.section10 .slide .btnPrev, .section.section10 .slide .btnNext {
        width: 40px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 110px;
        z-index: 1;
        cursor: pointer;
        transition: all .3s; }
        .section.section10 .slide .btnPrev i, .section.section10 .slide .btnNext i {
          font-size: 26px;
          color: #fff; }
        .section.section10 .slide .btnPrev.btnNext, .section.section10 .slide .btnNext.btnNext {
          left: auto;
          right: 0; }
        .section.section10 .slide .btnPrev:hover, .section.section10 .slide .btnNext:hover {
          background: rgba(41, 147, 192, 0.8); }
  .section.section11 {
    height: 892px;
    padding-top: 7%;
    background: url("../images/block11-bg.jpg") center no-repeat;
    background-size: cover; }
    .section.section11 .title, .section.section11 .dsc {
      margin-bottom: 25px;
      text-align: center; }
    .section.section11 .dsc {
      line-height: 35px; }
  .section.section12 {
    padding: 7% 0; }
    .section.section12 .text {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .section.section12 .text .box {
        width: 44%;
        padding: 12% 0 0; }
        .section.section12 .text .box h2 {
          font-size: 34px;
          line-height: 50px;
          margin-bottom: 35px;
          font-weight: bold; }
        .section.section12 .text .box p {
          font-size: 20px;
          line-height: 35px; }
        .section.section12 .text .box img {
          margin-top: 45px; }
    .section.section12 .img {
      width: 50%;
      overflow: hidden; }
      .section.section12 .img img {
        min-height: 800px; }
  .section.section13 {
    background: #F3F3F3;
    padding: 20% 0;
    overflow: visible; }
    .section.section13 .box {
      width: 45%; }
      .section.section13 .box .title {
        margin-bottom: 45px; }
      .section.section13 .box .dsc {
        line-height: 35px; }
    .section.section13 .phone {
      width: 50%;
      position: absolute;
      right: 0;
      top: 10.5%; }
  .section.section14 {
    padding: 6% 0;
    background: none; }
    .section.section14 .text {
      overflow: hidden; }
    .section.section14 .title, .section.section14 .dsc {
      margin-bottom: 25px;
      text-align: center; }
    .section.section14 .dsc {
      line-height: 35px; }
    .section.section14 .bg {
      height: 444px;
      background: #3B51D3;
      position: relative;
      margin-top: 60px;
      padding-top: 50px; }
      .section.section14 .bg .car {
        position: absolute;
        left: 0;
        top: -95px; }
      .section.section14 .bg .pagination {
        text-align: center; }
        .section.section14 .bg .pagination .swiper-pagination-bullet {
          width: 11px;
          height: 11px;
          opacity: .3;
          margin: 0 8px;
          background: #fff;
          cursor: pointer; }
        .section.section14 .bg .pagination .swiper-pagination-bullet-active {
          width: 21px;
          height: 21px;
          background: url("../images/pagination-bullet-active.png") no-repeat center/100%;
          opacity: 1;
          vertical-align: -5px; }
    .section.section14 .dn {
      width: 967px;
      height: 566px;
      padding: 33px 115px;
      overflow: hidden;
      margin: -325px auto 0;
      position: relative;
      background: url("../images/block14-dn.png") center no-repeat;
      background-size: 100%; }
      .section.section14 .dn .slide {
        overflow: hidden; }
  .section.section15 {
    padding: 7% 0; }
    .section.section15:after {
      content: "";
      width: 100%;
      height: 436px;
      background: url("../images/block15-bg.jpg") center no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0; }
    .section.section15 .w1400 {
      position: relative;
      z-index: 1; }
    .section.section15 .title {
      color: #fff;
      margin-top: 25px; }
    .section.section15 .car {
      position: absolute;
      right: 0;
      top: 0; }
    .section.section15 table {
      width: 100%;
      height: auto;
      overflow: hidden;
      border-collapse: collapse;
      margin-top: 23%; }
      .section.section15 table tr {
        height: 78px;
        overflow: hidden; }
        .section.section15 table tr td {
          width: 50%;
          font-size: 22px;
          color: #000;
          padding: 0 70px; }
        .section.section15 table tr:nth-child(odd) {
          background: #F5F5F7; }
    .section.section15 .tip {
      line-height: 78px;
      background: #F5F5F7;
      font-size: 20px;
      color: #666;
      padding: 0 70px; }
      .section.section15 .tip b {
        color: #F53E38; }

/* footer */
.footer {
  height: auto;
  overflow: hidden;
  background: url("../images/footer-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 50px 0; }
  .footer .sj {
    text-align: center;
    margin-bottom: 30px; }
    .footer .sj a {
      display: inline-block;
      margin: 0 15px; }
      .footer .sj a i {
        font-size: 28px; }
        .footer .sj a i.icon-facebook {
          color: #425f9b; }
        .footer .sj a i.icon-twitter {
          color: #55acee; }
        .footer .sj a i.icon-youtube {
          color: #e12727; }
  .footer p {
    font-size: 18px;
    color: #fff;
    text-align: center; }

.video-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: url("../images/cover-bg.png") repeat; }
  .video-popup .video-popup-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0; }
  .video-popup .coverV {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: url("../images/bg-video-title.png") repeat;
    background: #000000 \0 ; }
    .video-popup .coverV .text {
      color: #fff;
      font-size: 18px;
      padding: 0 0 0 40px;
      width: 80%;
      display: table;
      height: 70px;
      float: left; }
      .video-popup .coverV .text p {
        display: table-cell;
        height: 70px;
        vertical-align: middle; }
    .video-popup .coverV .other {
      float: right; }
      .video-popup .coverV .other .iconfont {
        font-size: 30px; }
      .video-popup .coverV .other a {
        font-size: 20px;
        color: #fff;
        display: inline-block;
        padding: 0 20px; }
  .video-popup .video-list-box {
    position: absolute !important;
    left: 0;
    top: 0;
    top: 70px\0;
    right: 0;
    bottom: 0;
    z-index: 0; }

/* fright */
.fright {
  width: 44px;
  height: auto;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100; }
  .fright .item {
    width: 134px;
    height: 44px;
    margin-bottom: 1px;
    position: relative;
    right: 0;
    transition: .3s;
    display: block; }
    .fright .item .icon {
      width: 44px;
      height: 44px;
      float: left; }
      .fright .item .icon.icon1 {
        background: url("../images/fright-icon1.png") center no-repeat #2993C0; }
      .fright .item .icon.icon2 {
        background: url("../images/fright-icon2.png") center no-repeat #2993C0; }
      .fright .item .icon.icon3 {
        background: url("../images/fright-icon3.png") center no-repeat #2993C0; }
      .fright .item .icon.icon4 {
        background: url("../images/fright-icon4.png") center no-repeat #2993C0; }
      .fright .item .icon.icon5 {
        background: url("../images/fright-icon5.png") center no-repeat #2993C0; }
      .fright .item .icon.icon6 {
        background: url("../images/fright-icon6.png") center no-repeat #2993C0; }
      .fright .item .icon.icon7 {
        background: url("../images/fright-icon7.png") center no-repeat #2993C0; }
      .fright .item .icon.icon8 {
        background: url("../images/fright-icon8.png") center no-repeat #2993C0; }
    .fright .item span {
      width: 90px;
      line-height: 44px;
      font-size: 14px;
      float: left;
      background: #fff;
      text-align: center; }
    .fright .item.active, .fright .item:hover {
      right: 90px; }

@media (max-width: 1440px) {
  .w1400 {
    max-width: 1200px; } }

/*# sourceMappingURL=style.css.map */
