h2 {
  font-size: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ec8933;
  font-weight: bold;
  font-style: italic;
  line-height: 1; }

h3 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  line-height: 1.5; }

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .banner .banner-tit {
    position: absolute;
    bottom: 7%;
    left: 0;
    text-align: center;
    width: 100%; }
    .banner .banner-tit h1 {
      font-size: 48px;
      font-family: 'Roboto Condensed', sans-serif;
      color: white;
      font-weight: bold;
      font-style: italic;
      line-height: 1.125;
      text-align: center;
      text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.7); }
    .banner .banner-tit p {
      margin-top: 6%; }

.product {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 45px; }
  .product .pro-box {
    width: 100%;
    padding: 0 16.14%; }
    .product .pro-box .pro-item {
      padding: 0 2px;
      overflow: hidden;
      margin-top: 15px;
      position: relative;
      padding-bottom: 4%; }
      .product .pro-box .pro-item .pro-left {
        background-image: url("/assets/img/image/one-right.png");
        right: unset;
        left: 5%;
        outline: none; }
      .product .pro-box .pro-item .pro-right {
        background-image: url("/assets/img/image/one-left.png");
        left: 5px;
        outline: none; }
      .product .pro-box .pro-item .swiper-button-next, .product .pro-box .pro-item .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        top: unset;
        bottom: 0; }
    .product .pro-box .pro-tit h3 {
      padding-left: 8%;
      width: 78%; }
    .product .pro-box .swiper-container {
      overflow: unset; }
    .product .pro-box .swiper-slide {
      background-color: white;
      box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
      margin-bottom: 15px; }
      .product .pro-box .swiper-slide .pro-list h4 {
        background: #4592d8;
        height: 80px;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        color: white;
        font-weight: bold;
        font-style: italic;
        line-height: 1.5;
        text-align: center;
        padding: 25px 0;
        margin: 0; }
      .product .pro-box .swiper-slide .pro-list .view-btn {
        height: 82px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        .product .pro-box .swiper-slide .pro-list .view-btn a {
          font-size: 20px;
          font-family: 'Roboto Condensed', sans-serif;
          color: #ec8933;
          font-weight: bold;
          font-style: italic;
          line-height: 2.4;
          text-align: center; }

.product .pro-box .pro-list:hover {
  border: 2px solid #4592d8; }

.sec1 {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .sec1 .sec1-left {
    float: left;
    width: 49.8%; }
    .sec1 .sec1-left .swiper-container-horizontal > .swiper-pagination-bullets, .sec1 .sec1-left .swiper-pagination-custom, .sec1 .sec1-left .swiper-pagination-fraction {
      bottom: 8%; }
    .sec1 .sec1-left .swiper-pagination-bullet {
      width: 41px;
      height: 41px;
      background: unset;
      background-image: url("/assets/img/image/two.png");
      opacity: 1; }
    .sec1 .sec1-left .swiper-pagination-bullet-active {
      background-image: url("/assets/img/image/two-a.png");
      background-color: none; }
  .sec1 .sec1-right {
    float: right;
    width: 49.8%;
    position: relative; }
    .sec1 .sec1-right .sec1-tit {
      position: absolute;
      top: 23%;
      left: 9.5%;
      right: 14%; }
      .sec1 .sec1-right .sec1-tit h2 {
        color: white;
        font-size: 36px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 35px; }
      .sec1 .sec1-right .sec1-tit h4 {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.5;
        text-align: left; }
      .sec1 .sec1-right .sec1-tit .advant {
        text-align: center;
        height: 100%;
        width: 70%;
        overflow: hidden;
        margin-top: 25px; }
        .sec1 .sec1-right .sec1-tit .advant .adv-item {
          padding: 0; }
          .sec1 .sec1-right .sec1-tit .advant .adv-item p {
            font-size: 18px;
            font-family: 'Open Sans', sans-serif;
            color: white;
            font-weight: bold;
            font-style: italic;
            line-height: 1.333;
            text-align: center;
            margin-top: 15px; }
        .sec1 .sec1-right .sec1-tit .advant b {
          width: 2px;
          height: 90px;
          background: rgba(255, 255, 255, 0.2);
          display: inline-block;
          position: absolute;
          top: 15%;
          left: 100%;
          transform: rotate(10deg); }
      .sec1 .sec1-right .sec1-tit .btn1 {
        background: #ec8933;
        width: 280px;
        height: 65px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-top: 65px; }
        .sec1 .sec1-right .sec1-tit .btn1 a {
          font-size: 18px;
          font-family: 'Roboto Condensed', sans-serif;
          color: white;
          font-weight: bold;
          font-style: italic;
          line-height: 2.667; }

.sec2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 55px 0; }
  .sec2 .sec2-box {
    width: 100%;
    padding: 0 16.14%;
    position: relative; }
    .sec2 .sec2-box .swiper-button-next {
      background-image: url("/assets/img/image/th-right.png");
      outline: none;
      right: 16.14%; }
    .sec2 .sec2-box .swiper-button-prev {
      background-image: url("/assets/img/image/one-left.png");
      outline: none;
      left: unset;
      right: 19%; }
    .sec2 .sec2-box .swiper-button-next, .sec2 .sec2-box .swiper-button-prev {
      top: 3%;
      width: 40px;
      height: 40px;
      background-size: 40px 40px; }
    .sec2 .sec2-box h2 {
      margin-bottom: 28px; }
    .sec2 .sec2-box p {
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      color: #666666;
      line-height: 1.392;
      margin: 0; }
    .sec2 .sec2-box h4 {
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      color: #333333;
      font-style: italic;
      line-height: 1.2;
      margin: 0;
      font-weight: bold; }
    .sec2 .sec2-box .time {
      margin-top: 20px;
      margin-bottom: 10px; }
    .sec2 .sec2-box .title-t {
      margin-bottom: 18px; }
    .sec2 .sec2-box .btn-m {
      border: 2px solid #ec8933;
      width: 295px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 35px;
      margin-bottom: 25px;
      transition: all 0.2s; }
      .sec2 .sec2-box .btn-m a {
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #ec8933;
        font-weight: bold;
        font-style: italic;
        line-height: 1.2;
        text-align: center; }

.sec2 .sec2-box .btn-m:hover {
  background: #ec8933; }
  .sec2 .sec2-box .btn-m:hover a {
    color: white !important;
    text-decoration: none; }

.sec3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ebf0f5; }
  .sec3 .sec3-box {
    width: 100%;
    padding: 55px 16.14%;
    overflow: hidden;
    height: 100%; }
    .sec3 .sec3-box .new {
      margin-top: 25px;
      margin-bottom: 25px; }
      .sec3 .sec3-box .new .new-list {
        background: white;
        width: 32.3%;
        height: 530px;
        margin-right: 1.5%;
        padding: 0;
        transition: all 0.5s; }
        .sec3 .sec3-box .new .new-list .new-tit {
          padding: 0 30px; }
          .sec3 .sec3-box .new .new-list .new-tit h4 {
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            color: #333333;
            line-height: 1.617;
            margin: 0; }
          .sec3 .sec3-box .new .new-list .new-tit h5 {
            font-size: 20px;
            font-family: 'Roboto', sans-serif;
            color: #333333;
            font-weight: bold;
            font-style: italic;
            line-height: 1.294;
            margin: 0; }
          .sec3 .sec3-box .new .new-list .new-tit p {
            font-size: 16px;
            font-family: 'Roboto', sans-serif;
            color: #999999;
            line-height: 1.5;
            margin: 0; }
          .sec3 .sec3-box .new .new-list .new-tit .new-time {
            margin-top: 25px;
            margin-bottom: 15px; }
          .sec3 .sec3-box .new .new-list .new-tit .new-title {
            margin-bottom: 15px; }

.sec3 .sec3-box .new .new-list:nth-child(3) {
  margin-right: 0 !important; }

.sec3 .sec3-box .new .new-list:hover {
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2); }
  .sec3 .sec3-box .new .new-list:hover .new-tit h5 {
    color: #eb6019 !important;
    text-decoration: underline; }

.sec4 {
  background-image: -moz-linear-gradient(0deg, #223f82 0%, #4592d8 100%);
  background-image: -webkit-linear-gradient(0deg, #223f82 0%, #4592d8 100%);
  background-image: -ms-linear-gradient(0deg, #223f82 0%, #4592d8 100%);
  width: 100%;
  height: 360px; }
  .sec4 .sec4-tit {
    width: 100%;
    height: 100%;
    padding: 4% 26%;
    text-align: center; }
    .sec4 .sec4-tit h2 {
      color: white;
      font-weight: bold;
      margin-bottom: 20px;
      margin-top: 0; }
    .sec4 .sec4-tit p {
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      color: white;
      line-height: 1.5;
      text-align: center; }
    .sec4 .sec4-tit .btn-get {
      background-color: #ec8933;
      width: 280px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      margin-top: 40px; }
      .sec4 .sec4-tit .btn-get a {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        color: #f3f8fc;
        font-style: italic;
        line-height: 1.2;
        text-align: center; }

@media (max-width: 767px) {
  .banner .banner-tit h1 {
    font-size: 30px; }

  .banner .banner-tit p img {
    width: 4%; }

  .product {
    margin-top: 20px; }

  .product .pro-box {
    padding: 0 20px; }

  .product .pro-box .pro-tit h3 {
    padding-left: 0;
    width: 100%; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 15px;
    font-weight: normal; }

  .product .pro-box .pro-item {
    padding-bottom: 10.5%; }

  .product .pro-box .pro-item .pro-left {
    left: 18%; }

  .product .pro-box .swiper-slide .pro-list h4 {
    font-size: 18px;
    line-height: 1.2;
    height: 70px; }

  .product .pro-box .swiper-slide .pro-list .view-btn a {
    font-size: 18px; }

  .product .pro-box .swiper-slide .pro-list .view-btn {
    height: 60px; }

  .sec1 {
    height: 160vh; }

  .sec1 .sec1-left {
    width: 100%;
    float: unset; }

  .sec1 .sec1-right {
    width: 100%;
    float: unset; }

  .sec1 .sec1-right img {
    width: unset; }

  .sec1 .sec1-right .sec1-tit {
    top: 5%;
    left: 20px;
    right: 20px; }

  .sec1 .sec1-right .sec1-tit h2 {
    font-size: 32px;
    margin-bottom: 25px; }

  .sec1 .sec1-right .sec1-tit h4 {
    font-size: 16px; }

  .sec1 .sec1-right .sec1-tit .advant .adv-item p {
    font-size: 15px;
    font-weight: normal; }

  .sec1 .sec1-right .sec1-tit .advant {
    width: 100%; }

  .sec1 .sec1-right .sec1-tit .btn1 {
    width: 100%;
    height: 50px;
    margin-top: 50px; }

  .sec2 {
    margin: 30px 0; }

  .sec2 .sec2-box {
    padding: 0 20px; }

  .sec2 .sec2-box .btn-m {
    width: 100%;
    height: 50px; }

  .sec2 .sec2-box .btn-m a {
    font-size: 16px; }

  .sec2 .sec2-box p {
    font-size: 15px; }

  .sec2 .sec2-box h4 {
    font-size: 18px; }

  .sec2 .sec2-box .title-t {
    margin-bottom: 10px; }

  .sec2 .sec2-box .swiper-button-next, .sec2 .sec2-box .swiper-button-prev {
    top: 4%;
    width: 30px;
    height: 30px;
    background-size: 30px 30px; }

  .sec2 .sec2-box .swiper-button-next {
    right: 20px; }

  .sec3 .sec3-box {
    padding: 35px 20px; }

  .sec3 .sec3-box .new .new-list {
    width: 100%;
    margin-bottom: 15px;
    height: 490px; }

  .sec3 .sec3-box .new .new-list .new-tit h4 {
    font-size: 15px; }

  .sec3 .sec3-box .new .new-list .new-tit h5 {
    font-size: 18px; }

  .sec3 .sec3-box .new .new-list .new-tit p {
    font-size: 15px; }

  .sec3 .sec3-box .new .new-list .new-tit {
    padding: 0 20px; }

  .sec4 .sec4-tit p {
    font-size: 15px; }

  .sec4 .sec4-tit .btn-get {
    width: 100%;
    height: 50px; }

  .sec4 .sec4-tit .btn-get a {
    font-size: 16px; }

  .sec4 .sec4-tit {
    padding: 14% 20px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-tit h1 {
    font-size: 40px; }

  .product .pro-box {
    padding: 0 8%; }

  .product .pro-box .pro-item {
    padding-bottom: 7%; }

  .product .pro-box .pro-item .pro-left {
    left: 10%; }

  .sec1 .sec1-left {
    float: unset;
    width: 100%; }

  .sec1 .sec1-right {
    width: 100%;
    float: unset; }

  .sec1 .sec1-right .sec1-tit h2 {
    font-size: 32px; }

  .sec1 .sec1-right .sec1-tit {
    top: 10%;
    left: 8%; }

  .sec2 .sec2-box {
    padding: 0 8%; }

  .sec2 .sec2-box .swiper-button-next {
    right: 8%; }

  .sec2 .sec2-box .swiper-button-prev {
    right: 15%; }

  .sec3 .sec3-box {
    padding: 55px 8%; }

  .sec4 .sec4-tit {
    padding: 7% 12%; } }
@media (min-width: 1024px) and (max-width: 1365px) {
  .product .pro-box {
    padding: 0 6%; }

  .product .pro-box .pro-item .pro-left {
    left: 6%; }

  .sec1 .sec1-right .sec1-tit h2 {
    font-size: 32px;
    margin-bottom: 20px; }

  .sec1 .sec1-right .sec1-tit h4 {
    font-size: 16px; }

  .sec1 .sec1-right .sec1-tit {
    top: 5%;
    left: 6%;
    right: 6%; }

  .sec1 .sec1-right .sec1-tit .advant .adv-item p {
    font-size: 15px; }

  .sec1 .sec1-right .sec1-tit .advant {
    width: 82%; }

  .sec1 .sec1-right .sec1-tit .btn1 {
    margin-top: 15px;
    height: 55px; }

  .sec2 .sec2-box {
    padding: 0 6%; }

  .sec2 .sec2-box .swiper-button-next {
    right: 6%; }

  .sec2 .sec2-box .swiper-button-prev {
    right: 12%; }

  .sec3 .sec3-box {
    padding: 55px 6%; }

  .sec4 .sec4-tit {
    padding: 8% 18%; } }
@media (min-width: 1366px) and (max-width: 1600px) {
  .banner .banner-tit h1 {
    font-size: 40px; }

  .product .pro-box {
    padding: 0 7%; }

  .sec1 .sec1-right .sec1-tit {
    top: 10%;
    left: 9%; }

  .sec1 .sec1-right .sec1-tit .advant {
    width: 100%; }

  .sec2 .sec2-box {
    padding: 0 7%; }

  .sec2 .sec2-box .swiper-button-next {
    right: 7%; }

  .sec2 .sec2-box .swiper-button-prev {
    right: 12%; }

  .sec3 .sec3-box {
    padding: 55px 7%; }

  .sec4 .sec4-tit {
    padding: 6% 22%; } }
@media (max-width: 320px) {
  .sec3 .sec3-box .new .new-list {
    height: 450px; } }

/*# sourceMappingURL=index.css.map */
