﻿@charset "UTF-8";
.container2 {
  max-width: 1200px;
  margin: 0 auto; }

.clearfix {
  /* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.item-title {
  color: #000000;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  padding-bottom: 50px; }

@media screen and (max-width: 1024px) {
  .container2 {
    margin: 0 5%;
    width: auto; } }
@media screen and (max-width: 780px) {
  .item-title {
    font-size: 28px;
    line-height: 1.3;
    padding-bottom: 5%; } }
@media screen and (max-width: 480px) {
  .item-title {
    font-size: 24px; } }
.banner .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 680px; }
  .banner .item img {
    width: 100%; }
.banner .text {
  position: absolute;
  top: 25%; }
  .banner .text .t {
    color: #1bc76a;
    font-size: 48px;
    width: 80%; }
  .banner .text .d {
    font-size: 24px;
    color: #000000;
    padding: 20px 0;
    width: 80%; }
.banner .btn {
  margin-top: 40px;
  display: block;
  width: 220px;
  height: 55px;
  background: #1bc76a;
  border-radius: 25px;
  -moz-border-radius: 25px;
  /* 老的 Firefox */
  text-align: center; }
  .banner .btn:hover i {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-left: 30px; }
  .banner .btn .w {
    padding-left: 34px; }
  .banner .btn span {
    height: 24px;
    line-height: 24px;
    margin-top: 16px;
    font-size: 16px;
    color: #ffffff;
    display: block;
    float: left; }
  .banner .btn i {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-top: 16px;
    margin-left: 16px;
    float: left;
    width: 24px;
    height: 24px;
    display: block;
    background: url("../images/icon-go.png") no-repeat center right; }

@media screen and (max-width: 768px) {
  .banner .text {
    position: static;
    padding-top: 20%; }
    .banner .text .t {
      font-size: 40px;
      width: 100%; }
    .banner .text .d {
      width: 100%; } }
.item1 {
  background: #f7f7f7;
  padding: 100px 0; }
  .item1 .item1-con {
    overflow: hidden;
    padding: 5px 5px 50px 5px; }
    .item1 .item1-con .item {
      width: 31%;
      height: 330px;
      margin-right: 2%;
      padding: 0 50px;
      background: #fff;
      box-shadow: 1px 1px 7px #aaaaaa;
      box-sizing: border-box;
      position: relative;
      text-align: center;
      float: left; }
      .item1 .item1-con .item .top {
        text-align: center;
        line-height: 1;
        padding: 14px 0;
        font-size: 18px;
        color: #fff;
        background: #1bc76a; }
      .item1 .item1-con .item .t {
        font-size: 24px;
        color: #1bc76a;
        text-align: center;
        line-height: 1;
        padding-top: 50px; }
      .item1 .item1-con .item .d {
        font-size: 16px;
        color: #333333;
        text-align: center;
        line-height: 2;
        padding: 15px 0; }
      .item1 .item1-con .item .icon {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin-left: -60px; }

@media screen and (max-width: 1180px) {
  .item1 .item1-con .item {
    height: 340px; } }
@media screen and (max-width: 1024px) {
  .item1 .item1-con .item {
    height: 380px; } }
@media screen and (max-width: 768px) {
  .item1 {
    padding: 10% 0; }

  .item1 .item1-con .item {
    width: 100%;
    margin-right: 0;
    height: auto;
    float: none;
    margin-bottom: 80px;
    padding-bottom: 80px; }
    .item1 .item1-con .item:last-child {
      margin-bottom: 0; } }
.item2 {
  background: #ffffff;
  padding: 100px 0; }
  .item2 .item {
    padding-bottom: 20px; }
    .item2 .item img {
      width: 100%; }
    .item2 .item:last-child {
      padding-bottom: 0; }

@media screen and (max-width: 768px) {
  .item2 {
    padding: 10% 0; } }
.item3 {
  padding: 100px 0;
  background: #f7f7f7; }
  .item3 img {
    width: 100%;
    display: block;
    vertical-align: top; }
  .item3 .item3-con {
    position: relative; }
  .item3 .swiper-slide {
    display: block; }
  .item3 .swiper-button-next, .item3 .swiper-button-prev {
    width: 72px;
    height: 72px;
    display: block; }
  .item3 .swiper-pagination {
    width: 100%;
    padding: 10px 0;
    display: none; }
  .item3 .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #fff;
    margin: 0 5px; }
  .item3 .swiper-pagination-bullet-active {
    background: #1bc76a; }
  .item3 .swiper-button-prev {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    left: -80px;
    background: url("../images/icon-prev.png") no-repeat center; }
    .item3 .swiper-button-prev:hover {
      transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      background: url("../images/icon-prev-hover.png") no-repeat center; }
  .item3 .swiper-button-next {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    right: -80px;
    background: url("../images/icon-next.png") no-repeat center; }
    .item3 .swiper-button-next:hover {
      transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      background: url("../images/icon-next-hover.png") no-repeat center; }

@media screen and (max-width: 1024px) {
  .item3 .swiper-button-next, .item3 .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 100%; }

  .item3 .swiper-button-prev {
    left: 10px; }

  .item3 .swiper-button-next {
    right: 10px; } }
@media screen and (max-width: 768px) {
  .item3 {
    padding: 10% 0; }
    .item3 .swiper-button-prev {
      display: none; }
    .item3 .swiper-button-next {
      display: none; }
    .item3 .swiper-pagination {
      display: block; } }
.item4 {
  background: #1bc76a;
  box-sizing: border-box;
  position: relative;
  height: 883px; }
  .item4 .item-title {
    color: #fff;
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    text-align: center; }
  .item4 .d-text {
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 160px; }
  .item4 .b-bg-bottom {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("../images/item4-b-bg-bottom.png") no-repeat center; }
  .item4 .item4-b {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out 1s;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s; }
    .item4 .item4-b.on {
      position: relative;
      opacity: 1;
      z-index: 1; }
    .item4 .item4-b .b-bg {
      opacity: 0; }
      .item4 .item4-b .b-bg img {
        width: 100%;
        height: auto; }
    .item4 .item4-b .item4-logo {
      position: absolute;
      width: 100%;
      bottom: 34%;
      left: 0;
      text-align: center;
      opacity: 0; }
      .item4 .item4-b .item4-logo img {
        display: inline-block;
        width: 17%; }
    .item4 .item4-b .item4-btn {
      display: block;
      width: 180px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 25px;
      -moz-border-radius: 25px;
      /* 老的 Firefox */
      background: #fff;
      border: 1px solid #e4e4e4;
      font-size: 16px;
      color: #666666;
      position: absolute;
      bottom: 8%;
      left: 50%;
      margin-left: -90px;
      opacity: 0; }
    .item4 .item4-b .item {
      overflow: hidden;
      width: 30%;
      position: absolute;
      opacity: 0; }
      .item4 .item4-b .item .t {
        float: left;
        font-size: 24px;
        color: #ffffff;
        padding-left: 20px; }
      .item4 .item4-b .item .icon {
        width: 80px;
        height: 88px;
        float: left; }
      .item4 .item4-b .item.r .t {
        text-align: right;
        float: right;
        padding-right: 20px; }
      .item4 .item4-b .item.r .icon {
        float: right; }
      .item4 .item4-b .item.i1 {
        left: 0;
        bottom: 27%; }
        .item4 .item4-b .item.i1 .icon {
          background: url("../images/item4-01.png") no-repeat center; }
      .item4 .item4-b .item.i2 {
        left: 0;
        bottom: 52%; }
        .item4 .item4-b .item.i2 .icon {
          background: url("../images/item4-02.png") no-repeat center; }
      .item4 .item4-b .item.i3 {
        right: 0;
        bottom: 27%; }
        .item4 .item4-b .item.i3 .icon {
          background: url("../images/item4-03.png") no-repeat center; }
      .item4 .item4-b .item.i4 {
        right: 0;
        bottom: 52%; }
        .item4 .item4-b .item.i4 .icon {
          background: url("../images/item4-04.png") no-repeat center; }
  .item4 .item4-a {
    position: relative;
    height: 100%; }
    .item4 .item4-a .a-bg img {
      width: 100%;
      height: auto; }
    .item4 .item4-a .item {
      position: absolute;
      z-index: 2;
      overflow: hidden;
      width: 35%;
      opacity: 0; }
      .item4 .item4-a .item.i1 {
        bottom: 17%;
        left: -5%;
        transition-delay: 0.1s; }
      .item4 .item4-a .item.i2 {
        bottom: 38%;
        left: -1%;
        transition-delay: 0.5s; }
      .item4 .item4-a .item.i3 {
        bottom: 59%;
        left: 33%;
        transition-delay: 1s; }
      .item4 .item4-a .item.i4 {
        bottom: 38%;
        right: -1%;
        transition-delay: 1.5s; }
      .item4 .item4-a .item.i5 {
        bottom: 17%;
        right: -5%;
        transition-delay: 2s; }
      .item4 .item4-a .item.r span {
        float: right; }
      .item4 .item4-a .item.r .w {
        float: right;
        text-align: right;
        padding-right: 15px;
        padding-left: 0; }
      .item4 .item4-a .item.c span {
        float: none;
        margin: 0 auto; }
      .item4 .item4-a .item.c .w {
        float: none;
        text-align: center;
        padding: 0 0 10px 0; }
      .item4 .item4-a .item span {
        display: block;
        float: left;
        width: 70px;
        height: 70px;
        background: #fff;
        font-size: 38px;
        color: #1bc76a;
        text-align: center;
        line-height: 70px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        /* 老的 Firefox */ }
      .item4 .item4-a .item .w {
        float: left;
        padding-left: 15px; }
      .item4 .item4-a .item .t {
        font-size: 24px;
        color: #ffffff; }
      .item4 .item4-a .item .d {
        font-size: 18px;
        color: #333333;
        padding-top: 5px; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@media screen and (max-width: 640px) {
  .item4 {
    padding: 10% 0;
    height: auto; }
    .item4 .item4-a {
      display: none; }
    .item4 .b-bg-bottom {
      display: block; }
    .item4 .item-title {
      padding: 0 5%;
      box-sizing: border-box;
      top: 10%;
      position: relative;
      z-index: 1; }
    .item4 .item4-b {
      position: static;
      opacity: 1;
      padding-top: 10%; }
      .item4 .item4-b .b-bg {
        display: none; }
      .item4 .item4-b .item4-btn {
        position: relative;
        z-index: 3;
        margin: 30px auto;
        left: auto; }
      .item4 .item4-b .item {
        position: relative;
        opacity: 1;
        z-index: 2;
        width: 100%; }
        .item4 .item4-b .item.i3 .t {
          padding-top: 0; }
        .item4 .item4-b .item .t {
          font-size: 18px;
          padding-top: 16px; }
        .item4 .item4-b .item .icon {
          background-size: 70% !important; }
        .item4 .item4-b .item.r .icon {
          float: left; }
        .item4 .item4-b .item.r .t {
          float: left;
          text-align: left; } }
.item5 {
  padding: 100px 0 0 0; }
  .item5 .item5-tab {
    text-align: center;
    padding-bottom: 30px; }
    .item5 .item5-tab .item {
      margin: 0 15px;
      display: inline-block;
      width: 180px;
      height: 50px;
      line-height: 50px;
      color: #666666;
      font-size: 16px;
      border: 1px solid #e4e4e4;
      border-radius: 25px;
      -moz-border-radius: 25px;
      text-align: center;
      cursor: pointer; }
      .item5 .item5-tab .item:hover, .item5 .item5-tab .item.on {
        background: #1bc76a;
        border: 1px solid #1bc76a;
        color: #fff; }
  .item5 .item-con .item {
    display: none;
    height: 615px; }
    .item5 .item-con .item.i1 {
      background: url("../images/item5-01.jpg") no-repeat center; }
    .item5 .item-con .item.i2 {
      background: url("../images/item5-02.jpg") no-repeat center; }
    .item5 .item-con .item.on {
      display: block; }
    .item5 .item-con .item .t {
      font-size: 18px;
      color: #333333;
      text-align: center;
      padding: 0 15%;
      line-height: 2; }

@media screen and (max-width: 768px) {
  .item5 {
    padding: 10% 0 0 0; }
    .item5 .item5-tab .item {
      width: 38%;
      height: 40px;
      line-height: 40px;
      margin: 0 2.5%; }
    .item5 .item-con .item .t {
      padding: 0; } }
.item6 {
  color: #fff;
  text-align: center; }
  .item6 .t1 {
    font-size: 40px;
    line-height: 1; }
  .item6 .t2 {
    font-size: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
    line-height: 1; }
  .item6 .d {
    font-size: 16px;
    padding: 0 22%;
    line-height: 2; }
  .item6 .icon {
    padding: 40px 0; }
  .item6 .btn {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    /* 老的 Firefox */
    background: #1bc76a; }
  .item6 .swiper-button-prev, .item6 .swiper-button-next {
    width: 16px;
    height: 31px;
    margin-top: 0;
    position: static; }
  .item6 .swiper-btn {
    width: 100%;
    position: absolute;
    top: 160px;
    overflow: hidden;
    z-index: 10;
    padding: 0 20%;
    box-sizing: border-box; }
  .item6 .swiper-button-prev {
    float: left;
    background: url("../images/item6-prev.png") no-repeat center; }
  .item6 .swiper-button-next {
    float: right;
    background: url("../images/item6-next.png") no-repeat center; }
  .item6 .swiper-pagination {
    top: 270px;
    bottom: auto; }
  .item6 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #fff; }
  .item6 .swiper-pagination-bullet-active {
    background: #1bc76a; }
  .item6 .wrap {
    padding-top: 8%; }
  .item6 .swiper-slide {
    display: block;
    height: 798px; }
    .item6 .swiper-slide.ss1 {
      background: url("../images/item6-b-01.jpg") no-repeat center; }
    .item6 .swiper-slide.ss2 {
      background: url("../images/item6-b-02.png") no-repeat center; }
    .item6 .swiper-slide.ss3 {
      background: url("../images/item6-b-03.png") no-repeat center; }
    .item6 .swiper-slide.ss4 {
      background: url("../images/item6-b-04.png") no-repeat center; }

@media screen and (max-width: 1024px) {
  .item6 .swiper-btn {
    padding: 0 15%; } }
@media screen and (max-width: 768px) {
  .item6 .t1 {
    font-size: 28px; }
  .item6 .t2 {
    font-size: 28px;
    padding: 10% 5%; }
  .item6 .d {
    padding: 0 5%; }
  .item6 .swiper-btn {
    top: 13%;
    padding: 0 5%; }
  .item6 .swiper-pagination {
    top: auto;
    bottom: 5%; } }
@media screen and (max-width: 640px) {
  .item6 .swiper-btn {
    top: 11%; }

  .item6 .icon img {
    width: 25%; }

  .item6 .wrap {
    padding-top: 20%; } }
@media screen and (max-width: 480px) {
  .item6 .t2 {
    font-size: 24px;
    padding: 8% 0; }

  .item6 .t1 {
    font-size: 24px; } }
.item7 {
  height: 667px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url("../images/item7-bg.jpg") no-repeat center; }
  .item7 .wrap {
    width: 77%;
    margin: 0 auto; }
  .item7 .w {
    overflow: hidden; }
  .item7 .input-text {
    width: 32%;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
    float: left;
    margin-right: 2%;
    position: relative; }
    .item7 .input-text.mr0 {
      margin-right: 0; }
    .item7 .input-text input {
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      outline: none; }
      .item7 .input-text input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #333333; }
      .item7 .input-text input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #333333; }
      .item7 .input-text input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #333333; }
      .item7 .input-text input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #333333; }
    .item7 .input-text .dd {
      display: block;
      cursor: pointer;
      width: 100%;
      height: 100%;
      line-height: 50px;
      color: #333333;
      background: url("../images/icon-down.png") no-repeat center right; }
      .item7 .input-text .dd.on {
        background: url("../images/icon-up.png") no-repeat center right; }
    .item7 .input-text .drop-down {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50px;
      background: #fff;
      border-top: 1px solid #e4e4e4;
      display: none;
      z-index: 11; }
      .item7 .input-text .drop-down ul li {
        padding: 10px 20px;
        border-bottom: 1px solid #e4e4e4;
        cursor: pointer; }
  .item7 .input-textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 20px; }
    .item7 .input-textarea textarea {
      width: 100%;
      height: 100%;
      border: none;
      background: none;
      outline: none;
      resize: none; }
      .item7 .input-textarea textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #333333; }
      .item7 .input-textarea textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #333333; }
      .item7 .input-textarea textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #333333; }
      .item7 .input-textarea textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #333333; }
  .item7 button {
    display: block;
    margin: 40px auto 0 auto;
    width: 180px;
    height: 50px;
    border: none;
    outline: none;
    background: #1bc76a;
    color: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px; }

@media screen and (max-width: 768px) {
  .item7 {
    padding: 10% 0;
    height: auto; }
    .item7 .wrap {
      width: 100%; }
    .item7 .input-text {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5%; }
    .item7 .input-textarea {
      margin-top: 0; } }
.animated2 {
  animation-duration: 2s;
  animation-fill-mode: forwards; }

.zoomIn2 {
  animation-name: zoomIn2; }

@keyframes zoomIn2 {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=scn.css.map */
