@charset "UTF-8";
* {
  word-wrap: break-word; }

*, *:before, *:after {
  box-sizing: border-box;
  outline: none; }

html {
  min-width: 1300px;
  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: Open Sans,Arial,"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
  -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; }

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 */
.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cl, .clearfix {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

.container {
  width: 1300px;
  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; }

@keyframes up {
  0% {
    transform: translateY(0);
    opacity: 0; }
  50% {
    transform: translateY(-20px);
    opacity: 1; }
  100% {
    transform: translateY(-40px);
    opacity: 0; } }
.banner {
  width: 100%;
  height: 890px;
  position: relative;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: cover; }
  .banner .container {
    height: 100%; }
  .banner .logo {
    width: 186px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 40px;
    background: url("../images/logo.png") center no-repeat;
    background-size: 100%; }
  .banner .mouseDown {
    width: 30px;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    margin: auto;
    background: url("../images/mouseDown.png") center no-repeat;
    background-size: 100%;
    animation: up 1.5s ease infinite; }

.info {
  height: 455px;
  overflow: hidden;
  background: url("../images/info-bg.jpg") center no-repeat;
  background-size: cover; }
  .info p {
    font-size: 18px;
    color: #63676B;
    line-height: 38px;
    text-align: center;
    padding-top: 155px; }

.block {
  height: auto;
  overflow: hidden; }
  .block .title {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    text-transform: uppercase; }
    .block .title:after {
      content: "";
      width: 117px;
      height: 17px;
      background: url("../images/title-b.png") center no-repeat;
      background-size: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .block.block1 {
    background: #f9f9f9;
    padding: 90px 0; }
    .block.block1 .bigVideo {
      height: auto;
      overflow: hidden;
      position: relative;
      margin-top: 50px; }
      .block.block1 .bigVideo .coverv {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.5);
        transition: all .3s; }
        .block.block1 .bigVideo .coverv i {
          width: 60px;
          height: 60px;
          font-size: 60px;
          color: #fff;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .block.block1 .bigVideo:hover img {
        transform: scale(1.1); }
      .block.block1 .bigVideo:hover .coverv {
        opacity: 0; }
    .block.block1 ul {
      height: auto;
      overflow: hidden;
      margin-top: 30px; }
      .block.block1 ul li {
        width: 413px;
        overflow: hidden;
        float: left;
        position: relative;
        margin-left: 30px; }
        .block.block1 ul li img {
          width: 100%; }
        .block.block1 ul li .coverv {
          width: 100%;
          height: 100%;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0;
          cursor: pointer;
          background: rgba(0, 0, 0, 0.5);
          transition: all .3s; }
          .block.block1 ul li .coverv i {
            width: 60px;
            height: 60px;
            font-size: 60px;
            color: #fff;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
        .block.block1 ul li:first-child {
          margin: 0; }
        .block.block1 ul li:hover img {
          transform: scale(1.1); }
        .block.block1 ul li:hover .coverv {
          opacity: 0; }
  .block.block2 .top {
    height: 273px;
    padding-top: 100px;
    background: url("../images/block2-top.jpg") center no-repeat;
    background-size: cover; }
    .block.block2 .top .title {
      color: #fff; }
      .block.block2 .top .title:after {
        background-image: url("../images/title-b1.png"); }
  .block.block2 .section {
    height: auto;
    overflow: hidden; }
    .block.block2 .section .tt {
      height: 128px;
      overflow: hidden;
      position: relative;
      text-align: center; }
      .block.block2 .section .tt .num {
        font-size: 32px;
        color: #037BE1;
        font-weight: bold;
        padding-top: 18px; }
      .block.block2 .section .tt .txt {
        font-size: 30px;
        padding: 10px 0;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        background: #f8f8f8;
        position: relative;
        z-index: 1; }
      .block.block2 .section .tt:after {
        content: "";
        width: 100px;
        height: 128px;
        border: 4px solid #d2d2d2;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto; }
    .block.block2 .section.section1 {
      background: #f9f9f9;
      padding: 90px 0; }
      .block.block2 .section.section1 .slide {
        height: auto;
        overflow: hidden;
        margin-top: 50px; }
        .block.block2 .section.section1 .slide .swiper-slide {
          background: #fff; }
          .block.block2 .section.section1 .slide .swiper-slide .img {
            width: 650px;
            height: 458px;
            float: left; }
          .block.block2 .section.section1 .slide .swiper-slide .text {
            height: auto;
            overflow: hidden;
            padding: 55px; }
            .block.block2 .section.section1 .slide .swiper-slide .text h2 {
              font-size: 28px;
              color: #000;
              font-weight: bold; }
            .block.block2 .section.section1 .slide .swiper-slide .text p {
              font-size: 16px;
              line-height: 32px;
              color: #63676B;
              margin-top: 40px; }
        .block.block2 .section.section1 .slide .btns {
          text-align: center;
          margin-top: 50px; }
          .block.block2 .section.section1 .slide .btns .button-prev, .block.block2 .section.section1 .slide .btns .button-next {
            width: 44px;
            height: 44px;
            line-height: 44px;
            border: 1px solid #d2d2d2;
            text-align: center;
            margin: 0 5px;
            display: inline-block;
            transition: all .3s;
            cursor: pointer; }
            .block.block2 .section.section1 .slide .btns .button-prev i, .block.block2 .section.section1 .slide .btns .button-next i {
              color: #aaa; }
            .block.block2 .section.section1 .slide .btns .button-prev:hover, .block.block2 .section.section1 .slide .btns .button-next:hover {
              background: #0086CD;
              border-color: #0086CD; }
              .block.block2 .section.section1 .slide .btns .button-prev:hover i, .block.block2 .section.section1 .slide .btns .button-next:hover i {
                color: #fff; }
    .block.block2 .section.section2 {
      padding: 90px 0; }
      .block.block2 .section.section2 .tt .txt {
        background: #fff; }
      .block.block2 .section.section2 .bigImg {
        width: 100%;
        margin: 50px 0; }
      .block.block2 .section.section2 .imgText {
        height: auto;
        overflow: hidden;
        background: #f9f9f9; }
        .block.block2 .section.section2 .imgText .img {
          width: 650px;
          height: 458px;
          position: relative; }
          .block.block2 .section.section2 .imgText .img img {
            width: 100%;
            height: 100%; }
          .block.block2 .section.section2 .imgText .img p {
            width: 100%;
            font-size: 16px;
            color: #fff;
            line-height: 24px;
            padding: 30px 40px;
            position: absolute;
            left: 0;
            bottom: 0; }
        .block.block2 .section.section2 .imgText .text {
          width: 650px;
          height: auto;
          overflow: hidden;
          padding: 60px 40px; }
          .block.block2 .section.section2 .imgText .text p {
            font-size: 16px;
            color: #63676B;
            line-height: 32px; }
    .block.block2 .section.section3 .tt .txt {
      background: #fff; }
    .block.block2 .section.section3 .text {
      height: auto;
      overflow: hidden;
      margin-top: 30px; }
      .block.block2 .section.section3 .text p {
        font-size: 17px;
        color: #63676B;
        line-height: 32px;
        margin-top: 20px; }
    .block.block2 .section.section3 ul {
      height: auto;
      overflow: hidden;
      margin: 30px -3px 0; }
      .block.block2 .section.section3 ul li {
        width: 25%;
        height: auto;
        overflow: hidden;
        position: relative;
        float: left;
        padding: 3px; }
        .block.block2 .section.section3 ul li img {
          width: 100%; }
        .block.block2 .section.section3 ul li p {
          width: 100%;
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          padding: 30px;
          position: absolute;
          left: 0;
          bottom: 0; }
        .block.block2 .section.section3 ul li:first-child {
          width: 50%; }
    .block.block2 .section.section4 {
      padding: 90px 0; }
      .block.block2 .section.section4 .tt .txt {
        background: #fff; }
      .block.block2 .section.section4 .imgText {
        height: auto;
        overflow: hidden;
        margin-top: 50px; }
        .block.block2 .section.section4 .imgText .img, .block.block2 .section.section4 .imgText .text {
          width: 50%;
          height: 631px; }
        .block.block2 .section.section4 .imgText .img img {
          width: 100%;
          height: 100%; }
        .block.block2 .section.section4 .imgText .text {
          padding: 5% 3% 0 13%;
          background: url("../images/block2-section4-bg.jpg") center no-repeat;
          background-size: cover; }
          .block.block2 .section.section4 .imgText .text p {
            font-size: 16px;
            color: #fff;
            line-height: 32px;
            margin-bottom: 50px; }
    .block.block2 .section.section5 {
      padding-bottom: 90px; }
      .block.block2 .section.section5 .tt .txt {
        background: #fff; }
      .block.block2 .section.section5 .text {
        height: auto;
        overflow: hidden;
        margin-top: 30px; }
        .block.block2 .section.section5 .text p {
          font-size: 17px;
          color: #63676B;
          line-height: 32px;
          margin-top: 20px; }
      .block.block2 .section.section5 .imgs {
        height: auto;
        overflow: hidden;
        margin-top: 50px; }
        .block.block2 .section.section5 .imgs li {
          width: 48%;
          float: left;
          position: relative; }
          .block.block2 .section.section5 .imgs li:last-child {
            float: right; }
          .block.block2 .section.section5 .imgs li p {
            width: 100%;
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            font-weight: bold;
            padding: 30px;
            position: absolute;
            left: 0;
            bottom: 0; }
  .block.block3 .top {
    height: 273px;
    padding-top: 100px;
    background: url("../images/block3-top.jpg") center no-repeat;
    background-size: cover; }
    .block.block3 .top .title {
      color: #fff; }
      .block.block3 .top .title:after {
        background-image: url("../images/title-b1.png"); }
  .block.block3 .section {
    height: auto;
    overflow: hidden; }
    .block.block3 .section.section1 .imgText, .block.block3 .section.section2 .imgText {
      height: auto;
      overflow: hidden; }
      .block.block3 .section.section1 .imgText .img, .block.block3 .section.section1 .imgText .text, .block.block3 .section.section2 .imgText .img, .block.block3 .section.section2 .imgText .text {
        width: 50%;
        overflow: hidden;
        position: relative; }
      .block.block3 .section.section1 .imgText .img img, .block.block3 .section.section2 .imgText .img img {
        width: 100%;
        min-height: 530px; }
      .block.block3 .section.section1 .imgText .text, .block.block3 .section.section2 .imgText .text {
        padding: 5% 3% 0 15%; }
        .block.block3 .section.section1 .imgText .text .num, .block.block3 .section.section2 .imgText .text .num {
          width: 49px;
          height: 49px;
          background: url("../images/block3-num1.png") center no-repeat;
          background-size: 100%; }
        .block.block3 .section.section1 .imgText .text h2, .block.block3 .section.section2 .imgText .text h2 {
          font-size: 28px;
          color: #000;
          font-weight: bold;
          margin-top: 4%; }
        .block.block3 .section.section1 .imgText .text h3, .block.block3 .section.section2 .imgText .text h3 {
          font-size: 18px;
          color: #333;
          margin: 3% 0 6%; }
        .block.block3 .section.section1 .imgText .text p, .block.block3 .section.section2 .imgText .text p {
          font-size: 16px;
          color: #63676B;
          line-height: 32px;
          margin-bottom: 3%; }
      .block.block3 .section.section1 .imgText .btns, .block.block3 .section.section2 .imgText .btns {
        text-align: center;
        position: absolute;
        left: 60px;
        bottom: 60px;
        z-index: 1; }
        .block.block3 .section.section1 .imgText .btns .button-prev, .block.block3 .section.section1 .imgText .btns .button-next, .block.block3 .section.section2 .imgText .btns .button-prev, .block.block3 .section.section2 .imgText .btns .button-next {
          width: 44px;
          height: 44px;
          line-height: 44px;
          background: #045782;
          text-align: center;
          margin: 0;
          float: left;
          transition: all .3s;
          cursor: pointer; }
          .block.block3 .section.section1 .imgText .btns .button-prev i, .block.block3 .section.section1 .imgText .btns .button-next i, .block.block3 .section.section2 .imgText .btns .button-prev i, .block.block3 .section.section2 .imgText .btns .button-next i {
            color: #fff; }
          .block.block3 .section.section1 .imgText .btns .button-prev.swiper-button-disabled, .block.block3 .section.section1 .imgText .btns .button-prev:hover, .block.block3 .section.section1 .imgText .btns .button-next.swiper-button-disabled, .block.block3 .section.section1 .imgText .btns .button-next:hover, .block.block3 .section.section2 .imgText .btns .button-prev.swiper-button-disabled, .block.block3 .section.section2 .imgText .btns .button-prev:hover, .block.block3 .section.section2 .imgText .btns .button-next.swiper-button-disabled, .block.block3 .section.section2 .imgText .btns .button-next:hover {
            background: #fff; }
            .block.block3 .section.section1 .imgText .btns .button-prev.swiper-button-disabled i, .block.block3 .section.section1 .imgText .btns .button-prev:hover i, .block.block3 .section.section1 .imgText .btns .button-next.swiper-button-disabled i, .block.block3 .section.section1 .imgText .btns .button-next:hover i, .block.block3 .section.section2 .imgText .btns .button-prev.swiper-button-disabled i, .block.block3 .section.section2 .imgText .btns .button-prev:hover i, .block.block3 .section.section2 .imgText .btns .button-next.swiper-button-disabled i, .block.block3 .section.section2 .imgText .btns .button-next:hover i {
              color: #028BD2; }
    .block.block3 .section.section2 {
      background: url("../images/block3-section2-bg.jpg") center no-repeat;
      background-size: 100%; }
      .block.block3 .section.section2 .imgText .text {
        padding: 5% 15% 0 3%; }
        .block.block3 .section.section2 .imgText .text .num {
          background-image: url("../images/block3-num2.png"); }
    .block.block3 .section.section3 {
      background: #f6f6f6;
      padding: 90px 0; }
      .block.block3 .section.section3 .num {
        width: 49px;
        height: 49px;
        margin: 0 auto;
        background: url("../images/block3-num3.png") center no-repeat;
        background-size: 100%; }
      .block.block3 .section.section3 .txt {
        height: auto;
        overflow: hidden;
        text-align: center; }
        .block.block3 .section.section3 .txt h2 {
          font-size: 28px;
          color: #000;
          font-weight: bold;
          margin-top: 30px; }
        .block.block3 .section.section3 .txt p {
          font-size: 18px;
          color: #63676B;
          margin-top: 20px; }
      .block.block3 .section.section3 .slide {
        height: auto;
        overflow: visible;
        margin-top: 50px;
        position: relative; }
        .block.block3 .section.section3 .slide .swiper {
          overflow: hidden; }
        .block.block3 .section.section3 .slide .swiper-slide .img {
          height: auto;
          overflow: hidden; }
        .block.block3 .section.section3 .slide .swiper-slide .text {
          height: auto;
          overflow: hidden;
          padding-top: 30px; }
          .block.block3 .section.section3 .slide .swiper-slide .text h2 {
            font-size: 20px;
            color: #131212;
            font-weight: bold; }
            .block.block3 .section.section3 .slide .swiper-slide .text h2 i {
              font-size: 18px;
              margin-left: 5px;
              color: #F1731F; }
          .block.block3 .section.section3 .slide .swiper-slide .text h3 {
            font-size: 18px;
            color: #333;
            font-style: italic;
            margin-top: 10px; }
          .block.block3 .section.section3 .slide .swiper-slide .text .line {
            width: 35px;
            height: 2px;
            background: #069BEA;
            margin: 25px 0; }
          .block.block3 .section.section3 .slide .swiper-slide .text p {
            font-size: 16px;
            color: #69737D;
            line-height: 28px;
            margin-bottom: 10px; }
        .block.block3 .section.section3 .slide .button-prev, .block.block3 .section.section3 .slide .button-next {
          width: 50px;
          height: 80px;
          line-height: 80px;
          text-align: center;
          transition: all .3s;
          background: rgba(0, 0, 0, 0.6);
          cursor: pointer;
          position: absolute;
          left: 0;
          top: 160px;
          z-index: 1; }
          .block.block3 .section.section3 .slide .button-prev i, .block.block3 .section.section3 .slide .button-next i {
            font-size: 30px;
            color: #fff; }
          .block.block3 .section.section3 .slide .button-prev:hover, .block.block3 .section.section3 .slide .button-next:hover {
            background: #0D90D4; }
          .block.block3 .section.section3 .slide .button-prev.button-next, .block.block3 .section.section3 .slide .button-next.button-next {
            left: auto;
            right: 0; }
  .block.block4 {
    padding: 90px 0; }
    .block.block4 p {
      font-size: 18px;
      color: #63676B;
      text-align: center;
      margin-top: 50px; }
    .block.block4 .video {
      width: 100%;
      height: 583px;
      overflow: hidden;
      position: relative;
      margin-top: 50px; }
      .block.block4 .video .tip {
        width: 139px;
        height: 139px;
        background: url("../images/video-tip.png") center no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3; }
      .block.block4 .video .coverv {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.4);
        transition: all .3s; }
        .block.block4 .video .coverv i {
          width: 60px;
          height: 60px;
          font-size: 60px;
          color: #fff;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .block.block4 .video:hover img {
        transform: scale(1.1); }
      .block.block4 .video:hover .coverv {
        opacity: 0; }
  .block.block5 .imgs {
    height: auto;
    overflow: hidden;
    margin-top: 50px; }
    .block.block5 .imgs .left, .block.block5 .imgs .right {
      float: left; }
      .block.block5 .imgs .left li, .block.block5 .imgs .right li {
        width: 100%;
        float: left; }
        .block.block5 .imgs .left li img, .block.block5 .imgs .right li img {
          width: 100%; }
    .block.block5 .imgs .left {
      width: 60%; }
      .block.block5 .imgs .left li {
        width: 33.33333%; }
    .block.block5 .imgs .right {
      width: 40%; }
  .block.block6 {
    padding: 90px 0; }
    .block.block6 .dsc {
      font-size: 18px;
      color: #63676B;
      text-align: center;
      margin-top: 50px; }
    .block.block6 .slide {
      height: auto;
      overflow: hidden;
      margin-top: 35px;
      padding-bottom: 60px; }
      .block.block6 .slide .swiper-slide {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 27px 0 rgba(217, 229, 237, 0.47); }
        .block.block6 .slide .swiper-slide .img {
          height: auto;
          overflow: hidden; }
          .block.block6 .slide .swiper-slide .img img {
            width: 100%; }
        .block.block6 .slide .swiper-slide .text {
          height: auto;
          overflow: hidden;
          padding: 30px; }
          .block.block6 .slide .swiper-slide .text h2 {
            font-size: 18px;
            color: #000;
            font-weight: bold;
            line-height: 24px; }
          .block.block6 .slide .swiper-slide .text p {
            font-size: 15px;
            color: #666;
            line-height: 24px;
            margin: 15px 0; }
          .block.block6 .slide .swiper-slide .text .date {
            font-size: 14px;
            color: #999; }
            .block.block6 .slide .swiper-slide .text .date i {
              font-size: 18px;
              vertical-align: -2px;
              margin-right: 5px; }
      .block.block6 .slide .swiper-pagination {
        bottom: 0; }
        .block.block6 .slide .swiper-pagination .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          background: #D4D4D4;
          opacity: 1; }
          .block.block6 .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #028BD2; }
  .block.block7 {
    padding: 90px 0;
    background: url("../images/block7-bg.jpg") center no-repeat;
    background-size: cover; }
    .block.block7 .title {
      color: #fff; }
      .block.block7 .title:after {
        background-image: url("../images/title-b1.png"); }
    .block.block7 ul {
      height: auto;
      overflow: hidden;
      margin-top: 50px; }
      .block.block7 ul li {
        width: 313px;
        height: 400px;
        float: left;
        border-radius: 10px;
        overflow: hidden;
        padding: 80px 16px 0;
        background: #fff;
        margin-left: 15px; }
        .block.block7 ul li .img {
          width: 100%; }
          .block.block7 ul li .img img {
            width: 100%; }
        .block.block7 ul li .text {
          font-size: 22px;
          color: #000;
          text-align: center;
          margin-top: 60px; }
        .block.block7 ul li:first-child {
          margin: 0; }

/*onlineService*/
.onlineService {
  background: #EEEEEE;
  padding: 70px 0; }
  .onlineService .title {
    width: 1200px;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 25px; }
  .onlineService .container {
    width: 1300px;
    margin: 0 auto; }
    .onlineService .container form {
      height: auto;
      overflow: hidden;
      margin-top: 50px;
      margin-right: 30px; }
      .onlineService .container form .row {
        height: auto;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px; }
        .onlineService .container form .row span {
          font-size: 16px;
          color: #2b2b2b;
          float: right; }
          .onlineService .container form .row span i {
            color: #0A98E2; }
        .onlineService .container form .row .row-box {
          height: auto;
          overflow: hidden;
          width: 67%;
          float: right; }
          .onlineService .container form .row .row-box input {
            width: 70%;
            float: left !important; }
          .onlineService .container form .row .row-box input.codeVal {
            margin-right: 2%;
            width: 28%;
            text-align: center; }
        .onlineService .container form .row .sb {
          width: 25%;
          float: left; }
          .onlineService .container form .row .sb span {
            margin-right: 5%;
            margin-top: 14px; }
          .onlineService .container form .row .sb input {
            width: 67%;
            height: 50px;
            border: 1px solid #e1e1e1;
            padding: 0 10px;
            font-size: 16px;
            float: right; }
            .onlineService .container form .row .sb input.selectivity-single-select-input {
              height: 48px; }
        .onlineService .container form .row textarea {
          width: 89%;
          height: 96px;
          border: 1px solid #e1e1e1;
          padding: 20px;
          float: right;
          font-size: 16px;
          margin-left: 2%; }
        .onlineService .container form .row .selectBox {
          height: auto;
          overflow: hidden; }
          .onlineService .container form .row .selectBox span {
            margin-top: 3px;
            float: left;
            width: 11%;
            text-align: right;
            padding-right: 1.5%; }
          .onlineService .container form .row .selectBox ul {
            height: auto;
            overflow: hidden;
            background: #fff;
            padding: 15px 20px 20px;
            min-height: 80px;
            border: 1px solid #e1e1e1; }
            .onlineService .container form .row .selectBox ul li {
              width: 16%;
              float: left;
              padding: 10px 0;
              font-size: 16px; }
              .onlineService .container form .row .selectBox ul li input {
                width: auto;
                height: auto;
                padding: 0;
                float: left;
                margin-right: 5px;
                position: relative;
                top: 4px; }
        .onlineService .container form .row.btnBox {
          text-align: center;
          margin: 0; }
          .onlineService .container form .row.btnBox .btn {
            width: 200px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            display: inline-block;
            margin: 0 30px;
            border: 0; }
            .onlineService .container form .row.btnBox .btn.btnSubmit {
              background: #0055BE; }
            .onlineService .container form .row.btnBox .btn.btnReset {
              background: #ccc;
              position: relative;
              top: 3px; }

/* contact */
.contact {
  height: auto;
  overflow: hidden;
  margin: 70px 0; }
  .contact .item {
    width: 25%;
    float: left; }
    .contact .item i {
      font-size: 50px;
      float: left;
      color: #5e5e5e;
      margin-right: 15px;
      transition: all .3s; }
    .contact .item .text {
      height: auto;
      overflow: hidden; }
      .contact .item .text h2 {
        font-size: 24px;
        color: #5d5d5d;
        margin-bottom: 5px;
        transition: all .3s; }
      .contact .item .text p {
        font-size: 18px;
        color: #5d5d5d;
        transition: all .3s; }
    .contact .item:hover i, .contact .item:hover h2, .contact .item:hover p {
      color: #0A98E2; }

/* footer */
.footer {
  height: auto;
  overflow: hidden;
  background: #262626;
  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;
      background: url("../images/bg-video-title.png") repeat; }
      .video-popup .coverV .other .iconfont {
        font-size: 40px; }
      .video-popup .coverV .other a {
        font-size: 20px;
        color: #fff;
        display: inline-block;
        margin: 0 10px; }
  .video-popup .video-list-box {
    position: absolute !important;
    left: 0;
    top: 0;
    top: 70px\0;
    right: 0;
    bottom: 0;
    z-index: 0; }

@media screen and (max-width: 1550px) {
  /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
  .wisText {
    top: 20% !important; }
    .wisText p {
      line-height: 30px !important; }

  .block2 .text .box {
    padding-left: 50px; }
    .block2 .text .box h4 {
      font-size: 16px !important;
      line-height: 30px !important; }
    .block2 .text .box.in1 {
      top: 5% !important;
      width: auto !important; }
    .block2 .text .box.in2 {
      top: 10% !important;
      width: auto !important;
      padding-right: 50px; }
    .block2 .text .box.in3 {
      top: 10% !important;
      width: auto !important; } }
@media screen and (max-width: 1400px) {
  /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
  .wisText {
    top: 15% !important; }
    .wisText p {
      line-height: 25px !important; }

  .block2 .text .box {
    padding-left: 40px; }
    .block2 .text .box h4 {
      font-size: 14px !important;
      line-height: 25px !important; }
    .block2 .text .box.in1 {
      top: 0 !important;
      width: auto !important; }
    .block2 .text .box.in2 {
      top: 8% !important;
      width: auto !important;
      padding-right: 40px; }
    .block2 .text .box.in3 {
      top: 8% !important;
      width: auto !important; } }

/*# sourceMappingURL=style.css.map */
