@font-face {
  font-family: 'han';
  src: url(../font/SourceHanSansCN-Normal.otf); }
@font-face {
  font-family: 'hanBold';
  src: url(../font/SourceHanSansCN-Medium.otf); }
.hanBold {
  font-family: 'hanBold' !important; }

.w50{
  width: 50%;
}
.w25{
  width: 25%;
}
.w75{
  width: 75%;
}
.disflex{
  display: flex;
}

 .wrap {
  width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 1399px) {
    .wrap {
      width: 1180px; } }
  @media (max-width: 1199px) {
    .wrap {
      width: 100%; } }

.line1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.line2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden; }

.line3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  overflow: hidden; }

.header {
  font-family: 'han';
  background-image: linear-gradient(rgba(3, 70, 115, 0.5), rgba(3, 70, 115, 0));
  font-size: 18px;
  color: #fff;
  position: fixed;
  transition: all .2s linear;
  width: 100%;
  height: auto;
  z-index: 10; }
  .header::before {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    content: '';
    left: 0;
    z-index: 2; }
    @media (max-width: 1199px) {
      .header::before {
        display: none; } }
  .header.scroll {
    background-color: #219bed; }
  @media (max-width: 1199px) {
    .header {
      background-color: #fff;
      color: #333;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
      background-image: none; }
      .header .on {
        display: block !important; }
      .header .off {
        display: none !important; } }
  .header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2; }
    @media (max-width: 1199px) {
      .header .inner {
        flex-wrap: wrap; } }
    .header .inner .header-top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1199px) {
        .header .inner .header-top {
          width: 100%;
          padding: 15px 0; } }
      .header .inner .header-top .brand {
        flex-shrink: 0; }
        .header .inner .header-top .brand img {
          max-width: 100%; }
          @media (max-width: 1199px) {
            .header .inner .header-top .brand img {
              width: 250px; } }
      .header .inner .header-top .nav-line {
        width: 20px;
        height: 10px;
        display: none; }
        @media (max-width: 1199px) {
          .header .inner .header-top .nav-line {
            display: block; } }
        .header .inner .header-top .nav-line .item {
          width: 20px;
          height: 2px;
          transition-timing-function: ease;
          transition-duration: .15s;
          transition-property: transform;
          border-radius: 4px;
          background-color: #034673;
          position: relative; }
          .header .inner .header-top .nav-line .item::after, .header .inner .header-top .nav-line .item::before {
            position: absolute;
            width: 20px;
            height: 2px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform;
            border-radius: 4px;
            background-color: #034673;
            content: ''; }
          .header .inner .header-top .nav-line .item::before {
            top: 5px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform, opacity; }
          .header .inner .header-top .nav-line .item::after {
            top: 10px;
            bottom: -5px; }
        .header .inner .header-top .nav-line.is-active .item {
          transform: translate3d(0, 5px, 0) rotate(45deg); }
          .header .inner .header-top .nav-line.is-active .item::before {
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            opacity: 0; }
          .header .inner .header-top .nav-line.is-active .item::after {
            transform: translate3d(0, -10px, 0) rotate(-90deg); }
    .header .inner .nav-box-inner {
      display: block; }
      @media (max-width: 1199px) {
        .header .inner .nav-box-inner {
          display: none;
          width: 100%; } }
    .header .inner .nav-box {
      display: flex;
      align-items: center; }
      @media (max-width: 1199px) {
        .header .inner .nav-box {
          flex-wrap: wrap; } }
      .header .inner .nav-box .search-box {
        flex-shrink: 0;
        margin-left: 10px;
        position: relative;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        @media (max-width: 1199px) {
          .header .inner .nav-box .search-box {
            height: auto;
            width: 100%;
            justify-content: flex-start; } }
        .header .inner .nav-box .search-box img {
          flex-shrink: 0; }
        @media (max-width: 1199px) {
          .header .inner .nav-box .search-box {
            padding: 15px 0;
            margin-left: 0; } }
      .header .inner .nav-box .item {
        display: flex;
        justify-content: center;
        position: relative;
        width: 150px;
        padding: 27px 0;
        position: relative; }
.header .inner .nav-box .item {

}
        @media (max-width: 1199px) {
          .header .inner .nav-box .item .item-top {
            width: 100%;
            justify-content: space-between;
            font-size: 15px;
            flex-wrap: wrap; } }
        @media (max-width: 1199px) {
          .header .inner .nav-box .item {
            width: 100%;
            justify-content: space-between;
            font-size: 16px;
            flex-wrap: wrap;
            padding: 0;
            padding: 15px 0;
            border-bottom: 1px solid #f1f1f1; } }
        .header .inner .nav-box .item.select::before {
          width: 80px;
          height: 3px;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          content: '';
          left: 30px; }
          @media (max-width: 1199px) {
            .header .inner .nav-box .item.select::before {
              display: none; } }
        .header .inner .nav-box .item::after {
          position: absolute;
          top: 80px;
          height: 30px;
          content: '';
          left: 0;
          width: 100%; }
          @media (max-width: 1199px) {
            .header .inner .nav-box .item::after {
              display: none; } }
        @media (max-width: 1199px) {
          .header .inner .nav-box .item .item-top {
            width: 100%;
            justify-content: space-between;
            display: flex;
            align-items: center; } }
        .header .inner .nav-box .item i {
          margin-left: 10px;
          opacity: .5;
          font-size: 12px; }
        .header .inner .nav-box .item .item-bottom {
          display: none;
          position: absolute;
          width: 100%;
          top: 90px;
          left: 0;
          background-color: white;
          box-shadow: 0px 10px 20px 0px rgba(3, 70, 115, 0.2);
          border-radius: 6px;
          font-size: 16px;
          text-align: center;
          line-height: 36px;
          padding: 10px 0;
          width: 150px; }
          @media (max-width: 1199px) {
            .header .inner .nav-box .item .item-bottom {
              display: none;
              position: relative;
              top: auto;
              left: auto;
              width: 1000%;
              box-shadow: none;
              border-radius: 0;
              margin-top: 15px;
              text-align: left;
              font-size: 14px;
              background-color: transparent;
              padding: 0; } }
          .header .inner .nav-box .item .item-bottom a {
            display: block;
            color: #333;
            transition: all .2s linear; }
            @media (max-width: 1199px) {
              .header .inner .nav-box .item .item-bottom a {
                color: #333;
                margin-left: 10px;
                line-height: 50px; }
                .header .inner .nav-box .item .item-bottom a:not(:last-child) {
                  border-bottom: 1px solid #f1f1f1; } }
            .header .inner .nav-box .item .item-bottom a:hover {
              color: #219bed;
              cursor: pointer; }
    .header .inner .off {
      display: block; }
    .header .inner .on {
      display: none; }
  .header.other {
    background-color: #fff;
    color: #333;
    background-image: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .header.other::after {
      display: none; }
    .header.other .off {
      display: none; }
    .header.other .on {
      display: block; }
    .header.other .select {
      color: #219bed; }
      .header.other .select::before {
        background-color: #219bed !important; }
  .header .wrap {
    position: relative; }
    .header .wrap .search-inner {
      display: none;
      position: fixed;
      top: 80px;
      width: 100%;
      left: 0; }
      .header .wrap .search-inner .search-box-line {
        position: absolute;
        width: 100%;
        background-color: #fff;
        height: 60px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px 0px rgba(3, 70, 115, 0.2);
        border-radius: 6px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        margin-top: 5px;
        align-items: center;
        z-index: 3;
        box-sizing: border-box;
        left: 0; }
        @media (max-width: 1199px) {
          .header .wrap .search-inner .search-box-line {
            width: calc(100% - 30px);
            height: 50px; } }
        .header .wrap .search-inner .search-box-line input {
          width: 100%;
          margin-left: 20px;
          font-size: 16px; }
          @media (max-width: 1199px) {
            .header .wrap .search-inner .search-box-line input {
              font-size: 14px; } }
        .header .wrap .search-inner .search-box-line button {
          flex-shrink: 0;
          background-color: transparent;
          border-right: 1px solid #e2e2e2;
          width: 60px;
          color: #219bed;
          height: 40px;
          transform: rotate(180deg);
          cursor: pointer; }
    .header .wrap .pro-inner {
      display: none;
      position: fixed;
      width: 100%;
      left: 0;
      top: 80px;
      z-index: 3; }
      .header .wrap .pro-inner .pro-box-line {
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px 0px rgba(3, 70, 115, 0.2);
        border-radius: 6px;
        margin-top: 5px;
        width: 100%;
        padding: 10px 40px 30px;
        font-size: 15px;
        color: #474747;
        line-height: 30px;
        display: flex;
        z-index: 3;
        box-sizing: border-box;
        border: 1px solid #f1f1f1;
        left: 0;
        justify-content: space-around;
      }
        @media (max-width: 1199px) {
          .header .wrap .pro-inner .pro-box-line {
            padding: 0px 15px 20px;
            font-size: 14px;
            width: calc(100vw - 30px);
            left: 15px;
            flex-wrap: wrap;
            top: 0px;
            box-sizing: border-box;
            z-index: 2;
            overflow-y: auto;
            height: calc(80vh);
            justify-content:flex-start;
          } }
        .header .wrap .pro-inner .pro-box-line b {
          font-family: 'hanBold';
          color: #034673;
          font-size: 16px;
          display: block;
          margin: 10px 0 5px;
        white-space: nowrap}
        .header .wrap .pro-inner .pro-box-line a {
          display: block;
          cursor: pointer;
          padding: 0 15px 0 0;
          white-space: nowrap;
        }
          .header .wrap .pro-inner .pro-box-line a:hover {
            opacity: .8; }
        .header .wrap .pro-inner .pro-box-line .title {
          font-size: 20px;
          color: #219bed;
          font-family: 'hanBold';
          display: flex;
          align-items: center;
          margin-top: 20px; }
          @media (max-width: 1199px) {
            .header .wrap .pro-inner .pro-box-line .title {
              font-size: 16px; } }
          .header .wrap .pro-inner .pro-box-line .title span {
            margin-left: 10px; }
        .header .wrap .pro-inner .pro-box-line .item-left {
          width: 50%; }
          @media (max-width: 1199px) {
            .header .wrap .pro-inner .pro-box-line .item-left {
              width: 100%; } }
          .header .wrap .pro-inner .pro-box-line .item-left .details {
            display: flex;
            flex-wrap: wrap; }
            .header .wrap .pro-inner .pro-box-line .item-left .details .item-box {
              width: 50%; }
              @media (max-width: 1199px) {
                .header .wrap .pro-inner .pro-box-line .item-left .details .item-box {
                  width: 100%; } }
  /*.header:hover {*/
  /*  background-image: none;*/
  /*  background-color: #fff;*/
  /*  color: #333; }*/
  /*  .header:hover .on {*/
  /*    display: block; }*/
  /*  .header:hover .off {*/
  /*    display: none; }*/

.section-body {
  font-family: 'han';
  overflow: hidden; }
  @media (max-width: 1199px) {
    .section-body {
      padding-top: 66px; } }
  .section-body .all-pages .inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-body .all-pages .inner a {
      display: block;
      margin: 0 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #777;
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background-color: #ffffff;
      border-radius: 4px;
      border: solid 1px #fff; }
      .section-body .all-pages .inner a:hover {
        opacity: .8; }
      @media (max-width: 1199px) {
        .section-body .all-pages .inner a {
          width: 30px;
          height: 30px;
          flex-shrink: 0;
          font-size: 14px; } }
      .section-body .all-pages .inner a.select {
        background-color: #219bed;
        border-color: #219bed;
        color: #fff; }
      .section-body .all-pages .inner a.btn {
        border: solid 1px #e2e2e2; }
  .section-body .all-nav .inner {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 16px;
    padding: 20px 0 20px; }
    @media (max-width: 1199px) {
      .section-body .all-nav .inner {
        font-size: 14px;
        padding: 15px 0; } }
    .section-body .all-nav .inner a {
      cursor: pointer;
      margin: 0 5px;
      display: block; }
      .section-body .all-nav .inner a:hover {
        opacity: .8; }
    .section-body .all-nav .inner .back {
      margin-left: auto; }
  .section-body .all-banner {
    overflow: hidden;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 100%;
	padding-top:21%;
    background-position: center;
    background-size: cover; }
    @media (max-width: 1199px) {
      .section-body .all-banner {
        margin-top: 0px; } }
    @media (max-width: 1199px) {
      .section-body .all-banner {
        height: auto; } }
    .section-body .all-banner .title {
      font-size: 48px;
      font-family: 'hanBold';
      text-shadow: 0px 0px 30px 0px rgba(68, 68, 68, 0.5);
      margin-bottom: 10px; }
      @media (max-width: 1199px) {
        .section-body .all-banner .title {
          font-size: 24px; } }
  .section-body .pro-content {
    padding: 20px 0 80px; }
    .section-body .pro-content .all-pages {
      margin-top: 30px; }
    @media (max-width: 1199px) {
      .section-body .pro-content {
        padding: 15px 0 35px; } }
    .section-body .pro-content .inner {
      display: flex; }
      @media (max-width: 1199px) {
        .section-body .pro-content .inner {
          flex-wrap: wrap; } }
      .section-body .pro-content .inner .left {
        width: 200px;
        font-size: 16px;
        color: #777;
        flex-shrink: 0; }
        @media (max-width: 1199px) {
          .section-body .pro-content .inner .left {
            width: 100%;
            font-size: 14px; } }
        .section-body .pro-content .inner .left .title {
          display: flex;
          color: #fff;
          background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
          padding: 15px 13px;
          font-size: 18px;
          align-items: center; }
          .section-body .pro-content .inner .left .title img {
            flex-shrink: 0;
            margin-right: 10px;
            height: 100%; }
          @media (max-width: 1199px) {
            .section-body .pro-content .inner .left .title {
              font-size: 16px;
              padding: 10px 10px; } }
        .section-body .pro-content .inner .left .item {
          border-bottom: 1px solid #e2e2e2;
          padding: 20px 10px 10px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          cursor: pointer; }
          .section-body .pro-content .inner .left .item i {
            display: none; }
          .section-body .pro-content .inner .left .item:hover {
            opacity: .8; }
          .section-body .pro-content .inner .left .item.select i {
            display: block;
            color: #219bed; }
        .section-body .pro-content .inner .left .item-box {
          margin-bottom: 20px; }
          @media (max-width: 1199px) {
            .section-body .pro-content .inner .left .item-box {
              margin-bottom: 15px; } }
      .section-body .pro-content .inner .right {
        padding-left: 56px;
        box-sizing: border-box;
        width: 100%; }
        @media (max-width: 1199px) {
          .section-body .pro-content .inner .right {
            padding-left: 0; } }
        .section-body .pro-content .inner .right .top-box {
          display: flex;
          margin-bottom: 60px; }
          @media (max-width: 1199px) {
            .section-body .pro-content .inner .right .top-box {
              flex-wrap: wrap;
              margin-bottom: 30px; } }
          .section-body .pro-content .inner .right .top-box .swiper-box {
            width: 570px;
            height: 400px;
            margin: 0;
            flex-shrink: 0;
            position: relative;
            background-color: #c6c6c6; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .top-box .swiper-box {
                width: 100%;
                height: 300px;
                margin-top: 20px;
                margin-bottom: 15px; } }
            .section-body .pro-content .inner .right .top-box .swiper-box .swiper-pagination .swiper-pagination-bullet {
              background-color: #fff;
              opacity: 1; }
            .section-body .pro-content .inner .right .top-box .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
              background-color: #1d9ced; }
            .section-body .pro-content .inner .right .top-box .swiper-box .swiper-button-prev {
              left: 0; }
            .section-body .pro-content .inner .right .top-box .swiper-box .swiper-button-next {
              right: 0; }
            .section-body .pro-content .inner .right .top-box .swiper-box .swiper-slide {
              display: flex;
              align-items: center;
              justify-content: center; }
              .section-body .pro-content .inner .right .top-box .swiper-box .swiper-slide img {
                display: block;
                width: 74%;
              max-height: 350px;
              object-fit: contain;
              }
            .section-body .pro-content .inner .right .top-box .swiper-box .swiper-button-prev, .section-body .pro-content .inner .right .top-box .swiper-box .swiper-button-next {
              background-position: center;
              background-size: cover;
              width: 30px;
              height: 60px; }
              .section-body .pro-content .inner .right .top-box .swiper-box .swiper-button-prev::after, .section-body .pro-content .inner .right .top-box .swiper-box .swiper-button-next::after {
                display: none; }
          .section-body .pro-content .inner .right .top-box .details-right {
            padding-left: 40px;
            width: 100%;
            color: #777;
            font-size: 16px; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .top-box .details-right {
                padding-left: 0; } }
            .section-body .pro-content .inner .right .top-box .details-right .title {
              font-size: 30px;
              line-height: 36px;
              font-family: 'hanBold';
              color: #333333;
              margin-top: 15px;
              position: relative;
              padding-bottom: 20px; }
              .section-body .pro-content .inner .right .top-box .details-right .title::after {
                content: '';
                position: absolute;
                width: 51px;
                height: 4px;
                background-color: #1d9ced;
                bottom: 0;
                left: 0; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .top-box .details-right .title {
                  font-size: 20px;
                  line-height: 25px; } }
            .section-body .pro-content .inner .right .top-box .details-right .desc {
              margin: 30px 0;
              line-height: 30px; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .top-box .details-right .desc {
                  font-size: 14px;
                  margin: 10px 0; } }
            .section-body .pro-content .inner .right .top-box .details-right .tag span {
              color: #219bed;
              /*cursor: pointer;*/
              margin-right: 30px;
              font-size: 18px;
              margin-bottom: 15px;
              display: inline-block; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .top-box .details-right .tag span {
                  margin-right: 10px;
                  font-size: 14px;
                  margin-bottom: 10px; } }
            .section-body .pro-content .inner .right .top-box .details-right .btn {
              width: 161px;
              line-height: 50px;
              background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
              border-radius: 25px;
              font-size: 20px;
              color: #fff;
              text-align: center;
              cursor: pointer;
              margin-top: 20px;
              cursor: pointer; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .top-box .details-right .btn {
                  line-height: 40px;
                  font-size: 14px;
                  width: 120px; } }
          .section-body .pro-content .inner .right .top-box .top-box-details {
            color: #777;
            font-size: 16px;
            line-height: 30px; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .top-box .top-box-details {
                font-size: 14px; } }
          .section-body .pro-content .inner .right .top-box .top-pro-box {
            display: flex;
            color: #fff;
            justify-content: space-between;
            align-items: center;
            padding: 0 90px;
            background-image: url(../images/pro-item-bg.png);
            background-position: center;
            background-size: cover;
            height: 200px;
            box-sizing: border-box;
            width: 100%;
            margin-bottom: 1px; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .top-box .top-pro-box {
                flex-wrap: wrap;
                height: auto;
                padding: 30px 15px;
                margin-bottom: 15px; } }
            .section-body .pro-content .inner .right .top-box .top-pro-box img {
              width: auto;
              height: 60%;
              margin-left: 100px; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .top-box .top-pro-box img {
                  width: 100%;
                  height: auto;
                  margin-left: 0; } }
            .section-body .pro-content .inner .right .top-box .top-pro-box .pro-left .desc {
              color: rgba(255, 255, 255, 0.5);
              font-size: 14px; }
            .section-body .pro-content .inner .right .top-box .top-pro-box .pro-left .pro-title {
              font-size: 36px;
              margin-bottom: 20px; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .top-box .top-pro-box .pro-left .pro-title {
                  font-size: 20px; } }
            .section-body .pro-content .inner .right .top-box .top-pro-box .pro-left .tag {
              font-size: 18px; }
              .section-body .pro-content .inner .right .top-box .top-pro-box .pro-left .tag span {
                margin-right: 20px;
                line-height: 30px; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .top-box .top-pro-box .pro-left .tag {
                  font-size: 14px;
                  margin-bottom: 20px; } }
        .section-body .pro-content .inner .right .bottom-box .title {
          padding-bottom: 10px;
          color: #219bed;
          border-bottom: 1px solid #219bed;
          margin-bottom: 30px; }
          @media (max-width: 1199px) {
            .section-body .pro-content .inner .right .bottom-box .title {
              margin-bottom: 20px; } }
          .section-body .pro-content .inner .right .bottom-box .title .hanBold {
            font-size: 24px;
            margin-right: 15px; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .bottom-box .title .hanBold {
                font-size: 18px; } }
        .section-body .pro-content .inner .right .bottom-box .details {
          font-size: 16px;
          color: #777;
          line-height: 30px;
          text-align: justify;
          margin-bottom: 60px; }
          @media (max-width: 1199px) {
            .section-body .pro-content .inner .right .bottom-box .details {
              font-size: 14px;
              line-height: 30px;
              margin-bottom: 30px; } }
          .section-body .pro-content .inner .right .bottom-box .details b {
            color: #474747;
            font-size: 18px;
            margin-bottom: 10px;
            display: block;
            margin-top: 10px; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .bottom-box .details b {
                font-size: 16px; } }
          .section-body .pro-content .inner .right .bottom-box .details img {
            width: 70%;
            display: block;
            margin: 30px auto; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .bottom-box .details img {
                margin: 15px 0; } }
        .section-body .pro-content .inner .right .bottom-box .pro-list-inner {
          margin-left: -10px;
          margin-right: -10px; }
          @media (max-width: 1199px) {
            .section-body .pro-content .inner .right .bottom-box .pro-list-inner {
              margin: 0; } }
          .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list {
            width: 25%;
            padding: 0 10px;
            float: left;
            box-sizing: border-box;
            cursor: pointer; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list {
                width: 100%;
                padding: 0;
                margin-bottom: 15px; } }
            .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-inner {
              transition: all .2s linear;
              position: relative; }
              .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-inner:hover {
                box-shadow: 0px 20px 40px 0px rgba(4, 36, 61, 0.2); }
                .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-inner:hover .item-box::after {
                  content: '';
                  width: calc(100% - 20px);
                  height: calc(100% - 20px);
                  position: absolute;
                  left: 10px;
                  top: 10px;
                  border: 1px solid #219bed; }
                .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-inner:hover .item-box img {
                  transform: scale(1.1); }
                .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-inner:hover .item-details {
                  justify-content: space-between;
                  padding: 15px 10px;
                  color: #fff;
                  background-image: linear-gradient(120deg, #0084dd 0%, #30a4f2 100%); }
                  .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-inner:hover .item-details i {
                    display: block; }
            .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-box {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 180px;
              background-color: #ffffff;
              border: solid 1px #e1e2e6;
              position: relative; }
              .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-box img {
                transition: all .2s linear;
                /*max-height: 80%;*/
                max-width: 100%;
              height: 80%;
                width: 80%;
                object-fit: contain;
              }
            .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-details {
              font-size: 14px;
              color: #333;
              display: flex;
              justify-content: center;
              align-items: center;
              background-color: #f2f4f7;
              padding: 15px 0;
              border: 1px solid #f2f4f7; }
              .section-body .pro-content .inner .right .bottom-box .pro-list-inner .item-list .item-details i {
                display: none; }
          .section-body .pro-content .inner .right .bottom-box .pro-list-inner.list-4 .item-list {
            width: 33.33%;
            margin-bottom: 30px; }
            @media (max-width: 1199px) {
              .section-body .pro-content .inner .right .bottom-box .pro-list-inner.list-4 .item-list {
                width: 100%; } }
            .section-body .pro-content .inner .right .bottom-box .pro-list-inner.list-4 .item-list .item-box {
              height: 240px; }
              @media (max-width: 1199px) {
                .section-body .pro-content .inner .right .bottom-box .pro-list-inner.list-4 .item-list .item-box {
                  height: 180px; } }
  .section-body .news-content {
    padding-bottom: 70px; }
    .section-body .news-content .all-pages {
      margin-top: 36px; }
      @media (max-width: 1199px) {
        .section-body .news-content .all-pages {
          margin-top: 20px; } }
    @media (max-width: 1199px) {
      .section-body .news-content {
        padding-bottom: 40px; } }
    .section-body .news-content .tag {
      margin: 20px 0 25px; }
      @media (max-width: 1199px) {
        .section-body .news-content .tag {
          margin: 10px 0 15px; } }
      .section-body .news-content .tag a {
        display: inline-block;
        margin: 0 15px 15px 0;
        cursor: pointer;
        background-color: #eceef2;
        border-radius: 100px;
        padding: 15px 40px;
        font-size: 18px;
        color: #333333; }
        .section-body .news-content .tag a:hover {
          opacity: .8; }
        .section-body .news-content .tag a.select {
          background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
          color: #fff; }
        @media (max-width: 1199px) {
          .section-body .news-content .tag a {
            margin: 0 10px 10px 0;
            font-size: 14px;
            padding: 10px 15px; } }
    .section-body .news-content .news-top {
      display: flex; }
      @media (max-width: 1199px) {
        .section-body .news-content .news-top {
          flex-wrap: wrap; } }
      .section-body .news-content .news-top .news-box {
        width: 920px;
        height: 500px;
        margin: 0; }
        @media (max-width: 1199px) {
          .section-body .news-content .news-top .news-box {
            width: 100%;
            height: 250px; } }
        .section-body .news-content .news-top .news-box .swiper-pagination {
          width: fit-content;
          right: 20px;
          bottom: 30px;
          left: auto;
          z-index: 2; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-top .news-box .swiper-pagination {
              right: 10px;
              bottom: 10px; } }
          .section-body .news-content .news-top .news-box .swiper-pagination .swiper-pagination-bullet {
            border: 1px solid #fff;
            background-color: transparent;
            opacity: 1; }
          .section-body .news-content .news-top .news-box .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #fff; }
        .section-body .news-content .news-top .news-box .swiper-slide {
          display: flex;
          align-items: center;
          justify-content: center; }
          .section-body .news-content .news-top .news-box .swiper-slide img {
            display: block;
            width: 50%; }
        .section-body .news-content .news-top .news-box .swiper-button-prev, .section-body .news-content .news-top .news-box .swiper-button-next {
          background-position: center;
          background-size: cover;
          width: 10px;
          height: 20px; }
          .section-body .news-content .news-top .news-box .swiper-button-prev::after, .section-body .news-content .news-top .news-box .swiper-button-next::after {
            display: none; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-top .news-box .swiper-button-prev, .section-body .news-content .news-top .news-box .swiper-button-next {
              display: none; } }
        .section-body .news-content .news-top .news-box .news-list {
          width: 100%;
          position: relative; }
          .section-body .news-content .news-top .news-box .news-list:hover .news-img {
            transform: scale(1.2); }
          .section-body .news-content .news-top .news-box .news-list .news-details {
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
            padding: 25px 60px 25px 30px;
            font-size: 20px;
            color: #fff; }
            @media (max-width: 1199px) {
              .section-body .news-content .news-top .news-box .news-list .news-details {
                padding: 10px 50px 10px 10px;
                font-size: 14px; } }
          .section-body .news-content .news-top .news-box .news-list .news-img-box {
            width: 920px;
            height: 500px; }
            @media (max-width: 1199px) {
              .section-body .news-content .news-top .news-box .news-list .news-img-box {
                width: 100%;
                height: 250px; } }
            .section-body .news-content .news-top .news-box .news-list .news-img-box .news-img {
              width: 100%;
              height: 100%;
              background-position: center;
              background-size: cover;
              transition: all .2s linear; }
      .section-body .news-content .news-top .news-list-item {
        width: 32%;
        margin-left: 36px;
        display: block; }
        @media (max-width: 1199px) {
          .section-body .news-content .news-top .news-list-item {
            width: 100%;
            margin-top: 15px;
            margin-left: 0; } }
        .section-body .news-content .news-top .news-list-item:hover .news-details {
          color: #219bed; }
        .section-body .news-content .news-top .news-list-item:hover .news-img {
          transform: scale(1.1); }
        .section-body .news-content .news-top .news-list-item .news-img-box {
          height: 300px;
          overflow: hidden; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-top .news-list-item .news-img-box {
              height: 250px; } }
          .section-body .news-content .news-top .news-list-item .news-img-box .news-img {
            height: inherit;
            background-position: center;
            background-size: cover;
            transition: all .2s linear; }
        .section-body .news-content .news-top .news-list-item .news-details {
          font-size: 20px;
          color: #333;
          margin: 25px 0 10px;
          font-family: 'hanBold'; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-top .news-list-item .news-details {
              font-size: 18px;
              margin: 15px 0 10px; } }
        .section-body .news-content .news-top .news-list-item .desc {
          font-size: 14px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 24px;
          letter-spacing: 0px;
          color: #777777;
          border-bottom: 1px solid #e2e2ee;
          margin-bottom: 15px;
          padding-bottom: 15px; }
        .section-body .news-content .news-top .news-list-item .btn {
          display: flex;
          justify-content: space-between;
          color: #777;
          font-size: 14px; }
          .section-body .news-content .news-top .news-list-item .btn em {
            font-style: normal;
            color: #219bed;
            cursor: pointer; }
    .section-body .news-content .news-bottom {
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
    flex-wrap: wrap
    }
      @media (max-width: 1199px) {
        .section-body .news-content .news-bottom {
          flex-wrap: wrap;
          margin-top: 0px; } }
      .section-body .news-content .news-bottom .news-list-item {
        width: 32%;
        display: block;
      margin-top: 30px}
        @media (max-width: 1199px) {
          .section-body .news-content .news-bottom .news-list-item {
            width: 100%;
            margin-top: 15px;
            margin-left: 0; } }
        .section-body .news-content .news-bottom .news-list-item:hover .news-details {
          color: #219bed; }
        .section-body .news-content .news-bottom .news-list-item:hover .news-img {
          transform: scale(1.1); }
        .section-body .news-content .news-bottom .news-list-item .news-img-box {
          height: 250px;
          overflow: hidden;
			   background-color: #c5c6ca;
        padding: 30px;
        box-sizing: border-box; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-bottom .news-list-item .news-img-box {
              height: 250px; 
			   background-color: #c5c6ca;
        padding: 40px;
        box-sizing: border-box;
		} }
          .section-body .news-content .news-bottom .news-list-item .news-img-box .news-img {
            height: 100%;
            background-position: center;
            background-size: cover;
			
            transition: all .2s linear; }
        .section-body .news-content .news-bottom .news-list-item .news-details {
          font-size: 20px;
          color: #333;
          margin: 15px 0 5px;
          font-family: 'hanBold'; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-bottom .news-list-item .news-details {
              font-size: 18px;
              margin: 15px 0 5px;
              text-align: left; } }
        .section-body .news-content .news-bottom .news-list-item .btn {
          display: flex;
          justify-content: space-between;
          color: #777;
          font-size: 14px; }
		  
		  
    .section-body .news-content .news-bottom-hy {
      display: flex;
      justify-content: space-between;
    flex-wrap: wrap
    }
      @media (max-width: 1199px) {
        .section-body .news-content .news-bottom-hy {
          flex-wrap: wrap;
          margin-top: 0px; } }
      .section-body .news-content .news-bottom-hy .news-list-item {
        width: 32%;
        display: block;
      margin-top: 1px;
      margin-bottom: 10px;}
        @media (max-width: 1199px) {
          .section-body .news-content .news-bottom-hy .news-list-item {
            width: 100%;
            margin-top: 1px;
            margin-left: 0; } }
        .section-body .news-content .news-bottom-hy .news-list-item:hover .news-details {
          color: #219bed; }
        .section-body .news-content .news-bottom-hy .news-list-item:hover .news-img {
          transform: scale(1.1); }
        .section-body .news-content .news-bottom-hy .news-list-item .news-img-box {
          height: 250px;
          overflow: hidden;
			   background-color: #c5c6ca;
        padding: 30px;
        box-sizing: border-box; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-bottom-hy .news-list-item .news-img-box {
              height: 250px; 
			   background-color: #c5c6ca;
        padding: 40px;
        box-sizing: border-box;
		} }
          .section-body .news-content .news-bottom-hy .news-list-item .news-img-box .news-img {
            height: 100%;
            background-position: center;
            background-size: cover;
			
            transition: all .2s linear; }
        .section-body .news-content .news-bottom-hy .news-list-item .news-details {
          font-size: 20px;
          color: #333;
          margin: 15px 0 5px;
          font-family: 'hanBold'; }
          @media (max-width: 1199px) {
            .section-body .news-content .news-bottom-hy .news-list-item .news-details {
              font-size: 18px;
              margin: 15px 0 5px;
              text-align: left; } }
        .section-body .news-content .news-bottom-hy .news-list-item .btn {
          display: flex;
          justify-content: space-between;
          color: #777;
          font-size: 14px; }
		  
    .section-body .news-content .news-details {
      text-align: center;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #333333; }
      @media (max-width: 1199px) {
        .section-body .news-content .news-details {
          font-size: 14px; } }
      .section-body .news-content .news-details .title {
        font-size: 30px;
        color: #333;
        font-family: 'hanBold';
        margin-bottom: 15px;
        margin-top: 20px; }
        @media (max-width: 1199px) {
          .section-body .news-content .news-details .title {
            font-size: 20px;
            margin-bottom: 5px; } }
      .section-body .news-content .news-details .desc {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 36px;
        letter-spacing: 0px;
        color: #919191;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e2e2e2; }
        .section-body .news-content .news-details .desc span {
          margin: 0 10px; }
        @media (max-width: 1199px) {
          .section-body .news-content .news-details .desc {
            margin-bottom: 10px;
            padding-bottom: 10px; } }
      .section-body .news-content .news-details p {
        text-align: left;
        text-align: justify;
        margin-bottom: 30px; }
      .section-body .news-content .news-details .news-details-img {
        display: block;
        max-width: 100%;
        margin: 0 auto 30px; }
      .section-body .news-content .news-details .details-btn {
        border-top: 1px solid #e2e2e2;
        margin-top: 40px;
        padding: 30px 0 10px;
        font-size: 16px;
        color: #333;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 1199px) {
          .section-body .news-content .news-details .details-btn {
            flex-wrap: wrap;
            line-height: 30px;
            margin-top: 10px;
            padding: 10px 0; } }
        .section-body .news-content .news-details .details-btn a:hover {
          color: #219bed; }
  .section-body .about-content .about-info .title {
    font-size: 30px;
    color: #333;
    font-family: 'hanBold';
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center; }
    @media (max-width: 1199px) {
      .section-body .about-content .about-info .title {
        font-size: 20px;
        margin-bottom: 5px; } }
		
		 @media (max-width: 680px) {
		 .section-body .about-content .about-info .title video {
			 width:100%;
		 }
		 }
  .section-body .about-content .about-info .desc {
    text-align: center;
    color: #219bed;
    font-size: 24px;
    font-family: 'hanBold';
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .section-body .about-content .about-info .desc {
        font-size: 16px; } }
  .section-body .about-content .about-info p {
    text-align: center;
    color: #777777;
    line-height: 30px;
    font-size: 16px; }
    @media (max-width: 1199px) {
      .section-body .about-content .about-info p {
        font-size: 14px; } }
  .section-body .about-content .about-info .number-box {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    padding: 70px 0 50px; }
    @media (max-width: 1199px) {
      .section-body .about-content .about-info .number-box {
        flex-wrap: wrap;
        padding: 30px 0; } }
    .section-body .about-content .about-info .number-box .item {
      padding: 40px 50px;
      text-align: center;
      transition: all .2s linear;
      cursor: pointer; }
      .section-body .about-content .about-info .number-box .item:hover {
        box-shadow: 0px 10px 30px 0px rgba(0, 110, 184, 0.16);
        border-radius: 10px; }
      @media (max-width: 1199px) {
        .section-body .about-content .about-info .number-box .item {
          flex-wrap: wrap;
          padding: 20px;
          box-sizing: border-box;
          width: 50%; } }
      .section-body .about-content .about-info .number-box .item .num {
        display: flex;
        color: #219bed;
        font-size: 16px;
        align-items: flex-start;
        justify-content: center; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-info .number-box .item .num {
            font-size: 14px; } }
        .section-body .about-content .about-info .number-box .item .num .hanBold {
          color: #219bed;
          font-size: 50px; }
          @media (max-width: 1199px) {
            .section-body .about-content .about-info .number-box .item .num .hanBold {
              font-size: 30px; } }
  .section-body .about-content .info-box {
    display: flex;
    align-items: center;
    margin-bottom: 80px; }
    @media (max-width: 1199px) {
      .section-body .about-content .info-box {
        flex-wrap: wrap;
        margin-bottom: 30px; } }
    .section-body .about-content .info-box .item {
      width: 33.33%;
      display: flex;
      justify-content: center;
      
      box-sizing: border-box; }
      @media (max-width: 1199px) {
        .section-body .about-content .info-box .item {
          width: 100%;
          justify-content: flex-start;
          margin-bottom: 20px; } }
      .section-body .about-content .info-box .item .details {
        padding-left: 20px; 
		background-color:#eff8fe;
		border-radius:10px;
		padding:35px;
		  text-align:center;
		width:150px;}
        .section-body .about-content .info-box .item .details .title-r {
          color: #219bed;
          font-size: 24px;
          margin-bottom: 15px; }
          @media (max-width: 1199px) {
            .section-body .about-content .info-box .item .details .title-r {
              font-size: 18px;
              margin-bottom: 10px; } }
        .section-body .about-content .info-box .item .details .title-b {
          color: #333;
          font-size: 16px; }
          @media (max-width: 1199px) {
            .section-body .about-content .info-box .item .details .title-b {
              font-size: 14px; } }
      .section-body .about-content .info-box .item img {
        flex-shrink: 0;
        height: 100%; }
        @media (max-width: 1199px) {
          .section-body .about-content .info-box .item img {
            width: 100px; } }
  .section-body .about-content .about-rongyu {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-image: url(../images/about-rongyu-bg.png); }
    .section-body .about-content .about-rongyu .title {
      font-size: 30px;
      color: #333;
      font-family: 'hanBold';
      margin-bottom: 45px;
      margin-top: 80px;
      text-align: center; }
      @media (max-width: 1199px) {
        .section-body .about-content .about-rongyu .title {
          font-size: 20px;
          margin-bottom: 5px;
          margin-top: 30px; } }
    .section-body .about-content .about-rongyu .rongyu-box {
      margin: 0 0 80px;
      padding: 0 20px; }
      @media (max-width: 1199px) {
        .section-body .about-content .about-rongyu .rongyu-box {
          margin: 0 0 30px;
          padding: 0; } }
      .section-body .about-content .about-rongyu .rongyu-box .swiper-wrapper {
        padding: 30px 0 80px; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-rongyu .rongyu-box .swiper-wrapper {
            padding: 20px 0 40px; } }
      .section-body .about-content .about-rongyu .rongyu-box .swiper-slide {
        opacity: 1; }
        .section-body .about-content .about-rongyu .rongyu-box .swiper-slide img {
          width: 100%; }
        .section-body .about-content .about-rongyu .rongyu-box .swiper-slide .desc {
          background-color: #fff;
          font-size: 14px;
          color: #333;
          padding: 10px;
          margin-bottom: 0;
          width: 100%;
          box-sizing: border-box; }
        .section-body .about-content .about-rongyu .rongyu-box .swiper-slide.swiper-slide-active {
          box-shadow: 0px 20px 30px 0px rgba(0, 59, 99, 0.2);
          opacity: 1;
          transform: scale(1.2); }
          @media (max-width: 1199px) {
            .section-body .about-content .about-rongyu .rongyu-box .swiper-slide.swiper-slide-active {
              transform: scale(1);
              box-shadow: none; } }
      .section-body .about-content .about-rongyu .rongyu-box .swiper-pagination .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1; }
      .section-body .about-content .about-rongyu .rongyu-box .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #1d9ced; }
      .section-body .about-content .about-rongyu .rongyu-box .swiper-button-prev {
        left: 0;
        top: 40%; }
      .section-body .about-content .about-rongyu .rongyu-box .swiper-button-next {
        top: 40%;
        right: 0; }
      .section-body .about-content .about-rongyu .rongyu-box .swiper-button-prev, .section-body .about-content .about-rongyu .rongyu-box .swiper-button-next {
        background-position: center;
        background-size: cover;
        width: 13px;
        height: 32px; }
        .section-body .about-content .about-rongyu .rongyu-box .swiper-button-prev::after, .section-body .about-content .about-rongyu .rongyu-box .swiper-button-next::after {
          display: none; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-rongyu .rongyu-box .swiper-button-prev, .section-body .about-content .about-rongyu .rongyu-box .swiper-button-next {
            display: none; } }
  .section-body .about-content .about-licheng .title {
    font-size: 30px;
    color: #333;
    font-family: 'hanBold';
    margin-bottom: 45px;
    margin-top: 80px;
    text-align: center; }
    @media (max-width: 1199px) {
      .section-body .about-content .about-licheng .title {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 30px; } }
  .section-body .about-content .about-licheng .licheng-box {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .section-body .about-content .about-licheng .licheng-box {
        flex-wrap: wrap; } }
    .section-body .about-content .about-licheng .licheng-box .item {
      position: relative;
      width: 240px;
      color: #5e5e5e;
      line-height: 30px;
      font-size: 14px;
      padding: 0 15px;
      box-sizing: border-box; }
      @media (max-width: 1199px) {
        .section-body .about-content .about-licheng .licheng-box .item {
          margin: 20px 0 20px; } }
      .section-body .about-content .about-licheng .licheng-box .item::after {
        content: '';
        background-color: #eef4f8;
        height: 20px;
        width: 100%;
        position: absolute;
        transform: rotate(30deg);
        top: 200px;
        left: 150px;
        z-index: 1; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-licheng .licheng-box .item::after {
            display: none; } }
      .section-body .about-content .about-licheng .licheng-box .item:last-child::after {
        display: none; }
      .section-body .about-content .about-licheng .licheng-box .item:nth-child(2n) {
        margin-top: 120px;
        margin-bottom: 100px; }
        .section-body .about-content .about-licheng .licheng-box .item:nth-child(2n)::after {
          content: '';
          background-color: #eef4f8;
          height: 20px;
          width: 100%;
          position: absolute;
          transform: rotate(-30deg);
          top: 75px;
          left: 150px;
          z-index: 1; }
          @media (max-width: 1199px) {
            .section-body .about-content .about-licheng .licheng-box .item:nth-child(2n)::after {
              display: none; } }
        @media (max-width: 1199px) {
          .section-body .about-content .about-licheng .licheng-box .item:nth-child(2n) {
            margin: 0; } }
      .section-body .about-content .about-licheng .licheng-box .item img {
        position: relative;
        z-index: 2; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-licheng .licheng-box .item img {
            margin: 0 auto;
            display: block;
            width: 150px; } }
      @media (max-width: 1199px) {
        .section-body .about-content .about-licheng .licheng-box .item {
          width: 100%; } }
      .section-body .about-content .about-licheng .licheng-box .item .year {
        font-family: 'hanBold';
        color: #219bed;
        font-size: 26px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-licheng .licheng-box .item .year {
            text-align: center; } }
        .section-body .about-content .about-licheng .licheng-box .item .year::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 50px;
          height: 3px;
          background-color: #219bed; }
          @media (max-width: 1199px) {
            .section-body .about-content .about-licheng .licheng-box .item .year::after {
              left: 50%;
              margin-left: -25px; } }
  .section-body .about-content .about-contact {
    background-color: #eff8fe;
    overflow: hidden; }
    .section-body .about-content .about-contact .title {
      font-size: 30px;
      color: #333;
      font-family: 'hanBold';
      margin-bottom: 45px;
      margin-top: 80px;
      text-align: center; }
      @media (max-width: 1199px) {
        .section-body .about-content .about-contact .title {
          font-size: 20px;
          margin-bottom: 20px;
          margin-top: 30px; } }
    .section-body .about-content .about-contact .contact-inner {
      display: flex;
      justify-content: space-between;
    flex-wrap: wrap}
      @media (max-width: 1199px) {
        .section-body .about-content .about-contact .contact-inner {
          flex-wrap: wrap;
          margin-bottom: 0px; } }
      .section-body .about-content .about-contact .contact-inner .item {
        width: 48%;
        background-color: #ffffff;
        box-shadow: 0px 10px 30px 0px rgba(0, 90, 151, 0.1);
        margin-bottom: 80px; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-contact .contact-inner .item {
            width: 100%;
            margin-bottom: 15px; } }
        .section-body .about-content .about-contact .contact-inner .item .map {
          height: 400px;
          background-color: #7d7d7d;
          border: solid 2px #ffffff; }
          @media (max-width: 1199px) {
            .section-body .about-content .about-contact .contact-inner .item .map {
              height: 200px; } }
        .section-body .about-content .about-contact .contact-inner .item .details {
          padding: 25px;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          line-height: 30px;
          letter-spacing: 0px;
          color: #474747; }
          @media (max-width: 1199px) {
            .section-body .about-content .about-contact .contact-inner .item .details {
              padding: 15px;
              font-size: 14px; } }
          .section-body .about-content .about-contact .contact-inner .item .details .name {
            font-size: 26px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #219bed;
            padding-bottom: 20px;
            font-family: 'hanBold'; }
            @media (max-width: 1199px) {
              .section-body .about-content .about-contact .contact-inner .item .details .name {
                font-size: 20px;
                padding-bottom: 15px; } }
          .section-body .about-content .about-contact .contact-inner .item .details .details-box {
            /*display: flex;*/
            justify-content: space-between; }
            @media (max-width: 1199px) {
              .section-body .about-content .about-contact .contact-inner .item .details .details-box {
                flex-wrap: wrap; } }
    .section-body .about-content .about-contact .contact-form {
      padding-bottom: 60px; }
      @media (max-width: 1199px) {
        .section-body .about-content .about-contact .contact-form {
          padding-bottom: 40px; } }
      .section-body .about-content .about-contact .contact-form .form-top {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 1199px) {
          .section-body .about-content .about-contact .contact-form .form-top {
            flex-wrap: wrap; } }
        .section-body .about-content .about-contact .contact-form .form-top input {
          width: 30%;
          font-size: 16px;
          color: #333;
          padding: 15px 15px;
          border-radius: 4px;
          margin-bottom: 18px;
          border: solid 1px #d0d8de;
          box-sizing: border-box; }
          @media (max-width: 1199px) {
            .section-body .about-content .about-contact .contact-form .form-top input {
              width: 100%;
              margin-bottom: 15px; } }
      .section-body .about-content .about-contact .contact-form textarea {
        padding: 15px 15px;
        border-radius: 4px;
        margin-bottom: 18px;
        border: solid 1px #d0d8de;
        width: 100%;
        box-sizing: border-box;
        height: 120px;
        font-size: 16px; }
      .section-body .about-content .about-contact .contact-form .btn-box {
        display: flex;
        justify-content: center; }
        .section-body .about-content .about-contact .contact-form .btn-box button {
          display: block;
          margin: 0 10px;
          width: 140px;
          height: 44px;
          border-radius: 22px;
          border: solid 1px #219bed;
          color: #219bed;
          font-size: 16px;
          background-color: transparent;
          cursor: pointer; }
          .section-body .about-content .about-contact .contact-form .btn-box button:hover {
            opacity: .8; }
          .section-body .about-content .about-contact .contact-form .btn-box button.submit {
            background-color: #219bed;
            color: #fff; }
  .section-body .job-content .job-list-inner .inner {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 30px;
    justify-content: space-between;
    margin-top: 20px; }
    @media (max-width: 1199px) {
      .section-body .job-content .job-list-inner .inner {
        margin-top: 15px;
        margin-top: 10px; } }
    .section-body .job-content .job-list-inner .inner .left {
      display: flex; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-list-inner .inner .left {
          justify-content: space-between;
          width: 100%; } }
      .section-body .job-content .job-list-inner .inner .left .layui-form-select {
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 300px; }
        .section-body .job-content .job-list-inner .inner .left .layui-form-select .layui-input {
          border-color: #e2e2e2; }
        @media (max-width: 1199px) {
          .section-body .job-content .job-list-inner .inner .left .layui-form-select {
            margin-right: 0;
            width: calc(50% - 7.5px);
            margin-bottom: 15px; } }
        .section-body .job-content .job-list-inner .inner .left .layui-form-select .layui-select-title {
          height: inherit;
          line-height: inherit;
          border-color: #e2e2e2; }
          .section-body .job-content .job-list-inner .inner .left .layui-form-select .layui-select-title .layui-input {
            height: inherit;
            line-height: inherit;
            font-size: 16px; }
    @media (max-width: 1199px) {
      .section-body .job-content .job-list-inner .inner {
        flex-wrap: wrap;
        padding: 0 0 15px; } }
    .section-body .job-content .job-list-inner .inner .search-box {
      display: flex;
      align-items: center;
      border: 1px solid #e2e2e2;
      width: 400px;
      border-radius: 4px;
      justify-content: space-between;
      height: 50px;
      padding: 0 0 0 17px; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-list-inner .inner .search-box {
          width: 100%; } }
      .section-body .job-content .job-list-inner .inner .search-box input {
        width: 100%; }
      .section-body .job-content .job-list-inner .inner .search-box button {
        width: 70px;
        height: 50px;
        background-color: #219bed;
        border-radius: 4px;
        font-size: 16px;
        color: #fff;
        flex-shrink: 0; }
  .section-body .job-content .job-list-item {
    overflow-x: auto; }
    .section-body .job-content .job-list-item .item-th {
      display: flex;
      color: #fff;
      background-color: #219bed;
      font-size: 18px;
      text-align: center;
      padding: 17px 0; }
      .section-body .job-content .job-list-item .item-th .th {
        width: calc(70% / 5);
        text-align: center; }
        @media (max-width: 1199px) {
          .section-body .job-content .job-list-item .item-th .th {
            width: 50%;
            padding-bottom: 10px; } }
        @media (max-width: 1199px) {
          .section-body .job-content .job-list-item .item-th .th:last-child {
            width: 100%;
            padding-bottom: 10px; } }
      @media (max-width: 1199px) {
        .section-body .job-content .job-list-item .item-th {
          font-size: 14px;
          flex-wrap: wrap;
          padding: 10px 0 0; } }
      .section-body .job-content .job-list-item .item-th .name {
        width: 30%;
        flex-shrink: 0;
        text-align: center; }
        @media (max-width: 1199px) {
          .section-body .job-content .job-list-item .item-th .name {
            width: 100%; } }
    .section-body .job-content .job-list-item .details {
      color: #333; }
      .section-body .job-content .job-list-item .details:nth-child(2n+1) {
        background-color: #f2f4f7; }
      .section-body .job-content .job-list-item .details .layui-icon-down {
        display: inline-block; }
      .section-body .job-content .job-list-item .details .layui-icon-up {
        display: none; }
      .section-body .job-content .job-list-item .details .item {
        cursor: pointer;
        position: relative;
        z-index: 2;
        display: flex; }
        @media (max-width: 1199px) {
          .section-body .job-content .job-list-item .details .item {
            flex-wrap: wrap; } }
        .section-body .job-content .job-list-item .details .item .th {
          width: calc(70% / 5);
          text-align: center;
          font-size: 16px;
          padding: 20px 10px;
          line-height: 30px;
          box-sizing: border-box; }
          @media (max-width: 1199px) {
            .section-body .job-content .job-list-item .details .item .th {
              width: 50%;
              padding: 10px 10px 0;
              font-size: 14px; } }
          .section-body .job-content .job-list-item .details .item .th.blue {
            color: #219bed; }
          @media (max-width: 1199px) {
            .section-body .job-content .job-list-item .details .item .th:last-child {
              width: 100%;
              padding-bottom: 10px; } }
        .section-body .job-content .job-list-item .details .item .name {
          width: 30%;
          flex-shrink: 0;
          text-align: center;
          font-size: 16px;
          padding: 20px 0; }
          @media (max-width: 1199px) {
            .section-body .job-content .job-list-item .details .item .name {
              width: 100%;
              padding-bottom: 10px;
              font-size: 14px; } }
      .section-body .job-content .job-list-item .details .item-td {
        box-shadow: 0px 6px 20px 0px rgba(4, 36, 61, 0.1);
        display: none;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .section-body .job-content .job-list-item .details .item-td .top {
          display: flex;
          padding: 0 15px; }
          @media (max-width: 1199px) {
            .section-body .job-content .job-list-item .details .item-td .top {
              flex-wrap: wrap;
              padding: 0; } }
          .section-body .job-content .job-list-item .details .item-td .top .title {
            font-family: 'hanBold';
            color: #219bed;
            margin-bottom: 15px;
            font-size: 20px; }
            @media (max-width: 1199px) {
              .section-body .job-content .job-list-item .details .item-td .top .title {
                font-size: 16px;
                margin-bottom: 5px; } }
          .section-body .job-content .job-list-item .details .item-td .top .item-box {
            padding: 30px 15px;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 30px;
            letter-spacing: 0px;
            color: #333333; }
            @media (max-width: 1199px) {
              .section-body .job-content .job-list-item .details .item-td .top .item-box {
                padding: 15px 15px 0;
                font-size: 14px; } }
        .section-body .job-content .job-list-item .details .item-td .btn {
          margin: 20px auto;
          cursor: pointer;
          width: 120px;
          line-height: 40px;
          text-align: center;
          background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
          border-radius: 4px;
          color: #fff;
          font-size: 16px; }
      .section-body .job-content .job-list-item .details.select {
        color: #219bed !important;
        background-color: #fff; }
        .section-body .job-content .job-list-item .details.select .item {
          box-shadow: 0px 6px 20px 0px rgba(4, 36, 61, 0.1); }
        .section-body .job-content .job-list-item .details.select .layui-icon-down {
          display: none; }
        .section-body .job-content .job-list-item .details.select .layui-icon-up {
          display: inline-block; }
        .section-body .job-content .job-list-item .details.select .item-td {
          display: block; }
    .section-body .job-content .job-list-item .more-btn {
      cursor: pointer;
      margin: 30px auto 80px;
      width: 120px;
      height: 40px;
      background-color: #ffffff;
      border-radius: 20px;
      border: solid 1px #c6c6c6;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #919191; }
      .section-body .job-content .job-list-item .more-btn:hover {
        opacity: .8; }
  .section-body .job-content .job-rencai {
    background-image: url(../images/job-rencai-bg.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding-bottom: 90px; }
    @media (max-width: 1199px) {
      .section-body .job-content .job-rencai {
        padding: 0; } }
    .section-body .job-content .job-rencai .title {
      font-size: 30px;
      color: #333;
      font-family: 'hanBold';
      margin-bottom: 45px;
      margin-top: 80px;
      text-align: center; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-rencai .title {
          font-size: 20px;
          margin-bottom: 5px;
          margin-top: 30px; } }
    .section-body .job-content .job-rencai .desc {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 0px;
      color: #222222;
      margin-bottom: 50px; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-rencai .desc {
          margin-bottom: 30px;
          font-size: 14px; } }
    .section-body .job-content .job-rencai .job-center {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-rencai .job-center {
          flex-wrap: wrap; } }
      .section-body .job-content .job-rencai .job-center .item {
        width: 20%;
        font-size: 22px; }
        @media (max-width: 1199px) {
          .section-body .job-content .job-rencai .job-center .item img {
            width: 40px; } }
        @media (max-width: 1199px) {
          .section-body .job-content .job-rencai .job-center .item {
            width: 33.33%;
            font-size: 14px;
            margin-bottom: 30px; } }
        .section-body .job-content .job-rencai .job-center .item p {
          margin-top: 10px; }
  .section-body .job-content .job-fuli {
    background-image: url(../images/job-img-title-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 60px; }
    @media (max-width: 1199px) {
      .section-body .job-content .job-fuli {
        padding-bottom: 30px; } }
    .section-body .job-content .job-fuli .title {
      font-size: 30px;
      color: #333;
      font-family: 'hanBold';
      margin-bottom: 45px;
      margin-top: 80px;
      text-align: center; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-fuli .title {
          font-size: 20px;
          margin-bottom: 5px;
          margin-top: 30px; } }
    .section-body .job-content .job-fuli .inner {
      display: flex;
      align-items: flex-start; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-fuli .inner {
          flex-wrap: wrap; } }
      .section-body .job-content .job-fuli .inner .left img {
        width: 690px;
        flex-shrink: 0; }
        @media (max-width: 1199px) {
          .section-body .job-content .job-fuli .inner .left img {
            width: 100%;
            margin-top: 20px; } }
      .section-body .job-content .job-fuli .inner .right {
        font-size: 14px;
        color: #333;
        line-height: 32px;
        padding-left: 40px; }
        @media (max-width: 1199px) {
          .section-body .job-content .job-fuli .inner .right {
            padding-left: 0; } }
        .section-body .job-content .job-fuli .inner .right .item {
          display: flex; }
          .section-body .job-content .job-fuli .inner .right .item span {
            white-space: nowrap;
            color: #219bed; }
          .section-body .job-content .job-fuli .inner .right .item p {
            word-break: break-all;
            display: inline; }
  .section-body .job-content .job-fengcai {
    background-color: #edf5fb;
    overflow: hidden; }
    .section-body .job-content .job-fengcai .swiper-text {
      font-size: 16px;
      text-align: center;
      padding-bottom: 100px; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-fengcai .swiper-text {
          padding-bottom: 50px; } }
    .section-body .job-content .job-fengcai .title {
      font-size: 30px;
      color: #333;
      font-family: 'hanBold';
      margin-bottom: 45px;
      margin-top: 80px;
      text-align: center; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-fengcai .title {
          font-size: 20px;
          margin-bottom: 5px;
          margin-top: 30px; } }
    .section-body .job-content .job-fengcai #fengcai2-banner {
      display: none;
      padding: 20px 0 40px;
      margin-bottom: 10px;
      width: 100%; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-fengcai #fengcai2-banner {
          display: block; } }
      .section-body .job-content .job-fengcai #fengcai2-banner .swiper-button-prev,
      .section-body .job-content .job-fengcai #fengcai2-banner .swiper-button-next {
        width: 16px;
        height: 30px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 10; }
        .section-body .job-content .job-fengcai #fengcai2-banner .swiper-button-prev::after,
        .section-body .job-content .job-fengcai #fengcai2-banner .swiper-button-next::after {
          display: none; }
      .section-body .job-content .job-fengcai #fengcai2-banner .swiper-button-prev {
        background-image: url(../images/black-arrow-pre.png);
        left: 0px; }
      .section-body .job-content .job-fengcai #fengcai2-banner .swiper-button-next {
        background-image: url(../images/black-arrow-next.png);
        right: 0px;
        left: auto; }
    .section-body .job-content .job-fengcai #fengcai-banner {
      position: relative;
      padding: 0 30px 40px;
      width: 100%;
      overflow: hidden;
      box-sizing: border-box; }
      @media (max-width: 1199px) {
        .section-body .job-content .job-fengcai #fengcai-banner {
          margin: 30px 15px 0;
          display: none; } }
      .section-body .job-content .job-fengcai #fengcai-banner .swiper-button-prev,
      .section-body .job-content .job-fengcai #fengcai-banner .swiper-button-next {
        width: 16px;
        height: 30px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 10; }
        .section-body .job-content .job-fengcai #fengcai-banner .swiper-button-prev::after,
        .section-body .job-content .job-fengcai #fengcai-banner .swiper-button-next::after {
          display: none; }
      .section-body .job-content .job-fengcai #fengcai-banner .swiper-button-prev {
        background-image: url(../images/black-arrow-pre.png);
        left: 0px; }
      .section-body .job-content .job-fengcai #fengcai-banner .swiper-button-next {
        background-image: url(../images/black-arrow-next.png);
        right: 0px;
        left: auto; }
      .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide {
        width: 100%;
        width: 100%;
        background-color: #fff;
        opacity: .0;
        height: 350px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide img {
          width: 100%;
          opacity: .6;
          transition: all .2s linear; }
        .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide.swiper-slide-active {
          box-shadow: 0px 20px 20px 0px rgba(0, 50, 84, 0.3);
          border: solid 1px #ffffff;
          position: relative;
          z-index: 2;
          opacity: 1; }
        .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide.swiper-slide-visible {
          opacity: 1; }
        .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide.swiper-slide-next, .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide.swiper-slide-pre {
          box-shadow: 0px 10px 20px 0px rgba(0, 50, 84, 0.2);
          background-position: center; }
        .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide.swiper-slide-prev img, .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide.swiper-slide-next img, .section-body .job-content .job-fengcai #fengcai-banner .swiper-slide.swiper-slide-active img {
          opacity: 1; }
.job-details-box{
  display: none;
}
  .section-body .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    /*display: none;*/
  }
    .section-body .mask .job-details {
      background-color: #ffffff;
      box-shadow: 0px 10px 30px 0px rgba(0, 46, 77, 0.2);
      border-radius: 10px;
      padding: 30px 28px;
      font-size: 16px;
      color: #333; }
      @media (max-width: 1199px) {
        .section-body .mask .job-details {
          font-size: 14ox;
          padding: 20px 20px;
          width: 92%;
          box-sizing: border-box; } }
      .section-body .mask .job-details .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px; }
        .section-body .mask .job-details .title span {
          color: #219bed; }
      .section-body .mask .job-details .form-cell {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 7.5px 0; }
        .section-body .mask .job-details .form-cell label {
          flex-shrink: 0; }
        @media (max-width: 1199px) {
          .section-body .mask .job-details .form-cell {
            font-size: 14px; } }
        .section-body .mask .job-details .form-cell.text {
          align-items: flex-start; }
        .section-body .mask .job-details .form-cell input {
          width: 100%;
          height: 45px;
          background-color: #ffffff;
          border-radius: 4px;
          border: solid 1px #d7d7d7;
          box-sizing: border-box;
          padding-left: 10px; }
          @media (max-width: 1199px) {
            .section-body .mask .job-details .form-cell input {
              font-size: 14px; } }
        .section-body .mask .job-details .form-cell textarea {
          width: 100%;
          height: 120px;
          background-color: #ffffff;
          border-radius: 4px;
          border: solid 1px #d7d7d7;
          box-sizing: border-box;
          padding: 10px;
          resize: none; }
          @media (max-width: 1199px) {
            .section-body .mask .job-details .form-cell textarea {
              font-size: 14px; } }
      .section-body .mask .job-details button.btn {
        width: 180px;
        height: 45px;
        background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
        border-radius: 23px;
        font-size: 18px;
        color: #fff;
        margin: 20px auto 0px;
        display: block;
        cursor: pointer; }
        @media (max-width: 1199px) {
          .section-body .mask .job-details button.btn {
            font-size: 14px; } }
  .section-body .home-box #home-banner {
    position: relative; }
    .section-body .home-box #home-banner .swiper-pagination .swiper-pagination-bullet-active {
      background-image: url(../images/home-dots-active.png); }
    .section-body .home-box #home-banner .swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      border-radius: 100px;
      background-image: url(../images/home-dots.png); }
    .section-body .home-box #home-banner .swiper-button-prev, .section-body .home-box #home-banner .swiper-button-next {
      width: 20px;
      height: 40px; }
      .section-body .home-box #home-banner .swiper-button-prev::after, .section-body .home-box #home-banner .swiper-button-next::after {
        display: none; }
      @media (max-width: 1199px) {
        .section-body .home-box #home-banner .swiper-button-prev, .section-body .home-box #home-banner .swiper-button-next {
          display: none; } }
    .section-body .home-box #home-banner .swiper-button-prev {
      background-image: url(../images/white-arrow-pre.png); }
    .section-body .home-box #home-banner .swiper-button-next {
      background-image: url(../images/white-arrow-next.png); }
    .section-body .home-box #home-banner .home-banner-slide {
      height: 0;
	  padding-top:28%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
	  .section-body .home-box #home-banner .home-banner-slide .wrap {
  position: absolute;
  top:50%;
}
      @media (max-width: 1199px) {
        .section-body .home-box #home-banner .home-banner-slide {
          height: auto; } }
      .section-body .home-box #home-banner .home-banner-slide .home-banner-tips {
        padding: 20px 30px;
        color: #fff;
        width: 415px;
        box-sizing: border-box;
        background-color: rgba(3, 70, 115, 0.6);
        position: relative; }
        @media (max-width: 1199px) {
          .section-body .home-box #home-banner .home-banner-slide .home-banner-tips {
            width: 100%;
            padding: 20px; } }
        .section-body .home-box #home-banner .home-banner-slide .home-banner-tips::after {
          width: 100%;
          height: 100%;
          border: solid 0px #ffffff;
          opacity: 0.5;
          content: '';
          left: 0;
          position: absolute;
          top: -20px;
          left: -20px;
          pointer-events: none; }
          @media (max-width: 1199px) {
            .section-body .home-box #home-banner .home-banner-slide .home-banner-tips::after {
              display: none; } }
        .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .title {
          font-weight: bold;
         font-size: 30px;
		 font-style: italic;
          margin-bottom: 5px; }
          @media (max-width: 1199px) {
            .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .title {
              font-size: 20px; } }
			  
			          .section-body .home-box #home-banner .home-banner-slide .home-banner-tips1 {
         visibility:hidden }
        .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .desc {
          font-size: 17px;
          line-height: 1.6;
          margin-bottom: 30px; }
          @media (max-width: 1199px) {
            .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .desc {
              font-size: 14px; } }
        .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .btn {
          width: 100px;
          cursor: pointer;
		  text-align:center;
          line-height: 40px; }
          @media (max-width: 1199px) {
            .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .btn {
              line-height: 30px; } }
          .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .btn:hover {
            background-color: #034673;
			border-radius:10px;
            color: #fff; }
          .section-body .home-box #home-banner .home-banner-slide .home-banner-tips .btn span {
            margin: 0 5px; }
  .section-body .home-box .home-about {
    padding: 60px 0; }
    @media (max-width: 1199px) {
      .section-body .home-box .home-about {
        padding: 30px 0 20px; } }
    .section-body .home-box .home-about .title {
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      color: #333; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-about .title {
          font-size: 20px;
          margin-bottom: 15px; } }
    .section-body .home-box .home-about .desc {
      font-size: 16px;
      /*text-align: center;*/
      line-height: 40px;
      color: #333; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-about .desc {
          font-size: 14px;
          text-align: justify; } }
    .section-body .home-box .home-about .btn {
      width: 151px;
      line-height: 51px;
      background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
      border-radius: 25px;
      color: #fff;
      font-size: 16px;
      text-align: center;
      margin: 20px auto 0;
      cursor: pointer;
      display: block; }
    .section-body .home-box .home-about .number-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      text-align: center;
      flex-wrap: wrap; }
      .section-body .home-box .home-about .number-box .item {
        width: 25%;
        margin-bottom: 40px; }
        @media (max-width: 1199px) {
          .section-body .home-box .home-about .number-box .item {
            width: 50%;
            margin-bottom: 30px;
            font-size: 14px; } }
        .section-body .home-box .home-about .number-box .item > div {
          text-align: center; }
      .section-body .home-box .home-about .number-box .top-num {
        display: flex;
        align-items: flex-start;
        color: #219bed;
        font-weight: bold;
        margin-bottom: 5px;
        justify-content: center; }
        .section-body .home-box .home-about .number-box .top-num span {
          font-size: 50px; }
          @media (max-width: 1199px) {
            .section-body .home-box .home-about .number-box .top-num span {
              font-size: 30px; } }
    .section-body .home-box .home-about .about-img {
      width: 100%; }
  .section-body .home-box .home-pro {
    padding: 70px 0;
    background-color: #f2f4f7;
    position: relative;
    background-image: url(../images/home-pro-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      .section-body .home-box .home-pro {
        padding: 30px 0 20px; } }
    .section-body .home-box .home-pro .title {
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      color: #333; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-pro .title {
          font-size: 20px;
          margin-bottom: 15px; } }
    .section-body .home-box .home-pro .pro-nav {
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-pro .pro-nav {
          flex-wrap: wrap;
          margin-bottom: 20px; } }
      .section-body .home-box .home-pro .pro-nav .item {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #333;
        cursor: pointer;
        background-color: #dbdde0;
        padding: 16px 64px;
        border-radius: 100px;
        margin: 0 20px;
        transition: all .1s linear; }
        @media (max-width: 1199px) {
          .section-body .home-box .home-pro .pro-nav .item {
            font-size: 14px;
            width: 100%;
            margin-bottom: 15px;
            width: 100%;
            padding: 10px 30px;
            box-sizing: border-box; } }
        .section-body .home-box .home-pro .pro-nav .item:hover {
          opacity: .8; }
        .section-body .home-box .home-pro .pro-nav .item.select {
          background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
          color: #fff; }
          .section-body .home-box .home-pro .pro-nav .item.select .on {
            display: block; }
          .section-body .home-box .home-pro .pro-nav .item.select .off {
            display: none; }
        .section-body .home-box .home-pro .pro-nav .item .on {
          display: none; }
        .section-body .home-box .home-pro .pro-nav .item img {
          margin: 0 10px; }
    @media (max-width: 1199px) {
      .section-body .home-box .home-pro #pro-banner {
        padding: 15px; } }
    .section-body .home-box .home-pro #pro-banner .swiper-pagination {
      bottom: 0px;
      display: none; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-pro #pro-banner .swiper-pagination {
          display: block; } }
      .section-body .home-box .home-pro #pro-banner .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #219bed !important; }
      .section-body .home-box .home-pro #pro-banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, 0.5); }
    .section-body .home-box .home-pro #pro-banner .swiper-button-prev, .section-body .home-box .home-pro #pro-banner .swiper-button-next {
      width: 12px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: .7; }
      .section-body .home-box .home-pro #pro-banner .swiper-button-prev::after, .section-body .home-box .home-pro #pro-banner .swiper-button-next::after {
        display: none; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-pro #pro-banner .swiper-button-prev, .section-body .home-box .home-pro #pro-banner .swiper-button-next {
          display: none; } }
    .section-body .home-box .home-pro #pro-banner .swiper-button-prev {
      background-image: url(../images/about-next.png);
      left: 0; }
    .section-body .home-box .home-pro #pro-banner .swiper-button-next {
      background-image: url(../images/about-pre.png);
      right: 0; }
    .section-body .home-box .home-pro #pro-banner .item {
      padding: 20px; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-pro #pro-banner .item {
          padding: 0; } }
      .section-body .home-box .home-pro #pro-banner .item .item-list {
        cursor: pointer;
        transition: all .3s linear; }
        .section-body .home-box .home-pro #pro-banner .item .item-list:hover {
          box-shadow: 0px 15px 15px 0px rgba(0, 38, 63, 0.1);
          transform: translateY(-15px); }
          @media (max-width: 1199px) {
            .section-body .home-box .home-pro #pro-banner .item .item-list:hover {
              transform: translateY(0);
              box-shadow: none; } }
          .section-body .home-box .home-pro #pro-banner .item .item-list:hover .off {
            display: none; }
          .section-body .home-box .home-pro #pro-banner .item .item-list:hover .on {
            display: block; }
          .section-body .home-box .home-pro #pro-banner .item .item-list:hover .item-details {
            border-bottom: 2px solid #219bed; }
          .section-body .home-box .home-pro #pro-banner .item .item-list:hover .name {
            color: #219bed; }
      .section-body .home-box .home-pro #pro-banner .item .item-img {
        height: 240px;
        background-color: #c5c6ca;
        padding: 20px 30px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center; }
        .section-body .home-box .home-pro #pro-banner .item .item-img img {
          max-width: 100%;
          max-height: 100%; }
      .section-body .home-box .home-pro #pro-banner .item .item-details {
        background-color: #fff;
        padding: 30px 40px;
        text-align: center;
        border-bottom: 2px solid #fff; }
        @media (max-width: 1199px) {
          .section-body .home-box .home-pro #pro-banner .item .item-details {
            padding: 15px 20px 10px;
            margin-bottom: 15px; } }
        .section-body .home-box .home-pro #pro-banner .item .item-details .name {
          font-size: 18px;
          margin-bottom: 20px;
          transition: all .2s linear;
          font-weight: bold; }
        .section-body .home-box .home-pro #pro-banner .item .item-details .desc {
          font-size: 14px;
          color: #919191;
          line-height: 1.6;
          margin-bottom: 20px; }
        .section-body .home-box .home-pro #pro-banner .item .item-details .on {
          display: none;
          margin: 0 auto 20px;
          width: 30px; }
        .section-body .home-box .home-pro #pro-banner .item .item-details .off {
          display: block;
          margin: 0 auto 20px;
          width: 30px; }
    .section-body .home-box .home-pro .btn {
      width: 151px;
      line-height: 51px;
      background-image: linear-gradient(0deg, #0084dd 0%, #30a4f2 100%);
      border-radius: 25px;
      color: #fff;
      font-size: 16px;
      text-align: center;
      margin: 20px auto 0;
      cursor: pointer;
      display: block; }
      .section-body .home-box .home-pro .btn:hover {
        opacity: .8; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-pro .btn {
          line-height: 40px;
          font-size: 14px; } }
  .section-body .home-box .home-news {
    padding: 70px 0; }
    @media (max-width: 1199px) {
      .section-body .home-box .home-news {
        padding: 30px 0 0; } }
  .section-body .home-box .home-news .top-box {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .section-body .home-box .home-news .top-box {
        flex-wrap: wrap; } }
    .section-body .home-box .home-news .top-box .title {
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      color: #333; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-news .top-box .title {
          font-size: 20px;
          margin-bottom: 15px; } }
    .section-body .home-box .home-news .top-box .nav-box {
      display: flex;
      justify-content: space-between;
      font-size: 18px;
      color: #333; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-news .top-box .nav-box {
          font-size: 14px;
          width: 100%;
          margin-bottom: 15px; } }
      .section-body .home-box .home-news .top-box .nav-box .item {
        margin: 0 20px;
        cursor: pointer;
        position: relative; }
        .section-body .home-box .home-news .top-box .nav-box .item .select {
          color: #219bed; }
        .section-body .home-box .home-news .top-box .nav-box .item.select::after {
          position: absolute;
          content: '';
          top: 40px;
          left: 50%;
          transform: translateX(-50%);
          width: 34px;
          height: 2px;
          background-color: #219bed; }
          @media (max-width: 1199px) {
            .section-body .home-box .home-news .top-box .nav-box .item.select::after {
              top: 25px; } }
  .section-body .home-box .home-news .bottom-box {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .section-body .home-box .home-news .bottom-box {
        flex-wrap: wrap; } }
    .section-body .home-box .home-news .bottom-box .item {
      padding: 0 0 15px;
      margin-bottom: 20px;
      cursor: pointer;
      transition: all .2s linear; }
      .section-body .home-box .home-news .bottom-box .item:not(:last-child) {
        border-bottom: 1px solid #e2e2e2; }
      .section-body .home-box .home-news .bottom-box .item:hover.item {
        border-color: #219bed !important; }
      .section-body .home-box .home-news .bottom-box .item:hover .title {
        color: #219bed; }
      .section-body .home-box .home-news .bottom-box .item:hover .time {
        color: #219bed !important; }
      .section-body .home-box .home-news .bottom-box .item:hover .on {
        display: block !important; }
      .section-body .home-box .home-news .bottom-box .item:hover .off {
        display: none; }
    .section-body .home-box .home-news .bottom-box .left {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background-position: center;
      background-size: cover;
      color: #fff;
      width: 680px;
      height: 500px;
      background-color: #219bed; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-news .bottom-box .left {
          width: 100%;
          height: 300px; } }
      .section-body .home-box .home-news .bottom-box .left .left-details {
        font-size: 14px;
        padding: 20px 30px;
        background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
        @media (max-width: 1199px) {
          .section-body .home-box .home-news .bottom-box .left .left-details {
            padding: 15px; } }
        .section-body .home-box .home-news .bottom-box .left .left-details .title {
          font-size: 24px;
          margin-bottom: 5px; }
          @media (max-width: 1199px) {
            .section-body .home-box .home-news .bottom-box .left .left-details .title {
              font-size: 20px; } }
    .section-body .home-box .home-news .bottom-box .right {
      width: 50%;
      padding-left: 40px;
      box-sizing: border-box; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-news .bottom-box .right {
          padding-left: 0;
      width: 100%;
          margin-top: 20px; } }
      .section-body .home-box .home-news .bottom-box .right .desc {
        color: #919191;
        font-size: 14px;
        line-height: 1.6;
        display: flex;
        justify-content: space-between; }
        .section-body .home-box .home-news .bottom-box .right .desc img {
          flex-shrink: 0;
          margin-left: 20px;
          height: 100%;
          width: 30px; }
        .section-body .home-box .home-news .bottom-box .right .desc .on {
          display: none; }
      .section-body .home-box .home-news .bottom-box .right .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
        transition: all .2s linear; }
        .section-body .home-box .home-news .bottom-box .right .title .tips {
          font-size: 24px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          width: 87%;
        }
          @media (max-width: 1199px) {
            .section-body .home-box .home-news .bottom-box .right .title .tips {
              font-size: 16px; } }
        .section-body .home-box .home-news .bottom-box .right .title .time {
          font-size: 30px;
          color: #c6c6c6;
          transition: all .2s linear;
        white-space: nowrap;
        }
          @media (max-width: 1199px) {
            .section-body .home-box .home-news .bottom-box .right .title .time {
              font-size: 18px; } }
  .section-body .home-box .home-logo .top-box {
    display: flex;
    justify-content: space-between; }
    .section-body .home-box .home-logo .top-box .title {
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      color: #333; }
      @media (max-width: 1199px) {
        .section-body .home-box .home-logo .top-box .title {
          font-size: 20px;
          margin-bottom: 15px; } }
  .section-body .home-box .home-logo #logo-banner {
    padding-bottom: 100px; }
    .section-body .home-box .home-logo #logo-banner .swiper-pagination {
      bottom: 70px; }
      .section-body .home-box .home-logo #logo-banner .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #219bed; }
      .section-body .home-box .home-logo #logo-banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px; }
    @media (max-width: 1199px) {
      .section-body .home-box .home-logo #logo-banner {
        padding-bottom: 50px; }
        .section-body .home-box .home-logo #logo-banner .swiper-pagination {
          bottom: 30px; } }
    .section-body .home-box .home-logo #logo-banner .item {
      padding: 10px;
      box-sizing: border-box; }
      .section-body .home-box .home-logo #logo-banner .item img {
        max-width: 50%; }
      .section-body .home-box .home-logo #logo-banner .item .item-list {
        height: 120px;
        transition: all .2s linear;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        height: 120px;
        cursor: pointer;
        display: flex; }
        @media (max-width: 1199px) {
          .section-body .home-box .home-logo #logo-banner .item .item-list {
            height: 80px; } }
        .section-body .home-box .home-logo #logo-banner .item .item-list:hover {
          box-shadow: 0px 5px 20px rgba(0, 38, 63, 0.1); }

.footer {
  background-color: #034673;
  font-family: 'han';
  padding: 80px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }
  @media (max-width: 1199px) {
    .footer {
      padding: 30px 0 0; } }
  .footer .inner {
    display: flex;
    padding-bottom: 70px;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .footer .inner {
        flex-wrap: wrap;
        padding-bottom: 30px; } }
    .footer .inner .left-box .title {
      font-size: 20px;
      margin-bottom: 2px;
      color: white; }
      @media (max-width: 1199px) {
        .footer .inner .left-box .title {
          font-size: 18px; } }
    .footer .inner .left-box .desc {
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .footer .inner .left-box .desc {
          margin-bottom: 15px; } }
    .footer .inner .left-box .details {
      color: #fff;
      line-height: 30px; }
    @media (max-width: 1199px) {
      .footer .inner .item-box {
        width: 100%; } }
    .footer .inner .item-box .title {
      font-size: 18px;
      margin-bottom: 2px;
      color: white;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .footer .inner .item-box .title {
          font-size: 18px;
          margin-top: 20px;
          margin-bottom: 10px; } }
    .footer .inner .item-box .details {
      line-height: 30px; }
      .footer .inner .item-box .details a {
        display: block;
        cursor: pointer; }
        .footer .inner .item-box .details a:hover {
          opacity: .8; }
    .footer .inner .right-box {
      text-align: center;
      color: #fff; }
      @media (max-width: 1199px) {
        .footer .inner .right-box {
          margin-top: 20px; } }
      .footer .inner .right-box img {
        display: block;
        margin-bottom: 10px; }

.icp {
  background-color: #034673;
  font-family: 'han';
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .icp .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 29px; }
    @media (max-width: 1199px) {
      .icp .inner {
        flex-wrap: wrap;
        line-height: 25px;
        padding: 15px 0; } }
