﻿@charset "UTF-8";
.Slide {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin-top: 0px; }
  .Slide img {
    width: 100%; }
  .Slide .phone {
    display: none; }

.Chooseus {
  width: 100%;
  float: left;
  height: auto;
  border-bottom: 1px solid #f0f0f0; }
  .Chooseus .List {
    width: 100%;
    float: left;
    height: auto; }
    .Chooseus .List ul {
      width: 100%;
      float: left;
      height: auto;
      border-right: 1px solid #f0f0f0; }
    .Chooseus .List li:nth-child(1) i {
      font-size: 35px;
      color: #fc3c2a;
      line-height: 50px; }
    .Chooseus .List li:nth-child(4) i {
      font-size: 30px;
      color: #fc3c2a; }
    .Chooseus .List li {
      width: 25%;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 0;
      border-left: 1px solid #f0f0f0; }
      .Chooseus .List li i {
        font-size: 50px;
        line-height: 50px;
        color: #fc3c2a; }
      .Chooseus .List li .content {
        margin-left: 10px; }
        .Chooseus .List li .content .title {
          font-size: 18px;
          font-weight: bold;
          color: #666; }

.CommonServices {
  padding: 60px 0;
  width: 100%;
  float: left;
  height: auto; }
  .CommonServices .Box12 {
    max-width: 1300px; }
  .CommonServices .List {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 60px;
    display: flex; }
    .CommonServices .List figure {
      width: 25%;
      float: left;
      padding: 10px;
      margin: 0px; }
      .CommonServices .List figure .block {
        width: 100%;
        float: left;
        border: 1px solid #f0f0f0;
        text-align: center;
        padding: 40px 0;
        position: relative;
        overflow: hidden; }
        .CommonServices .List figure .block .icons {
          display: inline-block;
          width: 120px;
          height: 120px;
          border-radius: 50%;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          /* Firefox 4 */
          -webkit-transition: all 0.5s;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s;
          /* Opera */ }
          .CommonServices .List figure .block .icons i {
            font-size: 120px;
            line-height: 120px;
            color: #fc3c2a;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            /* Firefox 4 */
            -webkit-transition: all 0.5s;
            /* Safari 和 Chrome */
            -o-transition: all 0.5s;
            /* Opera */ }
        .CommonServices .List figure .block .content {
          width: 100%;
          float: left;
          margin-bottom: 20px; }
          .CommonServices .List figure .block .content .title {
            padding: 10px 0 5px 0;
            font-weight: bold;
            color: #424242; }
          .CommonServices .List figure .block .content .describe {
            font-size: 12px; }
        .CommonServices .List figure .block .more a {
          display: inline-block;
          border: 1px solid #fc3c2a;
          line-height: 30px;
          padding: 0 40px;
          border-radius: 40px;
          color: #fc3c2a; }

.Accumulate {
  width: 100%;
  float: left;
  height: auto;
  background: #f9f9f9; }
  .Accumulate .Box12 {
    max-width: 1300px; }
  .Accumulate figure {
    float: left;
    width: 25%;
    padding: 10px;
    position: relative;
    margin: 0; }
  .Accumulate .block {
    float: left;
    width: 100%;
    padding: 20px;
    position: relative; }
    .Accumulate .block:before {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      background: url(../images/bg.png);
      background-size: 10px;
      left: 0px;
      top: 0px; }
    .Accumulate .block .num {
      font-size: 40px;
      color: #515151;
      font-weight: bold;
      position: relative;
      border-bottom: 2px solid #ff6455;
      margin-bottom: 10px; }
    .Accumulate .block .describe {
      color: #999;
      position: relative; }

.Problem {
  padding: 60px 0;
  width: 100%;
  float: left;
  height: auto; }
  .Problem .Box12 {
    max-width: 1300px; }
  .Problem .List {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 80px; }
    .Problem .List figure:nth-child(odd) {
      margin: -40px 0 40px 0; }
    .Problem .List figure {
      float: left;
      width: 25%;
      position: relative;
      padding: 20px; }
      .Problem .List figure .block {
        position: relative;
        width: 100%; }
        .Problem .List figure .block img {
          width: 100%;
          border-radius: 5px; }
        .Problem .List figure .block .title {
          position: absolute;
          width: 100%;
          padding: 10px 0;
          top: 50%;
          margin-top: -20px;
          text-align: center;
          background: rgba(0, 0, 0, 0.7);
          font-size: 20px;
          color: #e7b621;
          font-weight: bold; }
  .Problem .explain {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin-top: 40px; }
    .Problem .explain i {
      display: inline-block;
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -moz-transform: rotate(90deg);
      /* Firefox */
      -webkit-transform: rotate(90deg);
      /* Safari 和 Chrome */
      -o-transform: rotate(90deg);
      /* Opera */
      font-size: 40px;
      color: #fc3c2a; }
    .Problem .explain .title {
      display: inline-block;
      background: -webkit-linear-gradient(120deg, #ff7366, #fc3c2a);
      /* Safari 5.1 - 6.0 */
      background: -o-linear-gradient(120deg, #ff7366, #fc3c2a);
      /* Opera 11.1 - 12.0 */
      background: -moz-linear-gradient(120deg, #ff7366, #fc3c2a);
      /* Firefox 3.6 - 15 */
      background: linear-gradient(120deg, #ff7366, #fc3c2a);
      /* 标准的语法 */
      padding: 5px 50px;
      border-radius: 50px;
      font-size: 24px;
      color: #fff;
      margin-top: 25px;
      box-shadow: 0 5px 10px #ff7366; }

.FastReg {
  padding: 60px 0;
  width: 100%;
  float: left;
  height: auto;
  background: url(../images/bg_01.jpg) no-repeat; }
  .FastReg .Box12 {
    max-width: 1300px; }
  .FastReg .List {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 60px;
    display: flex; }
    .FastReg .List figure {
      width: 25%;
      text-align: center; }
      .FastReg .List figure:before {
        content: ""; }
      .FastReg .List figure .content {
        padding: 10px;
        width: 100%; }
        .FastReg .List figure .content .text {
          display: flex;
          justify-content: center; }
        .FastReg .List figure .content .num {
          font-size: 30px;
          font-weight: bold;
          width: 35px;
          flex-shrink: 0;
          color: #fc3c2a; }
        .FastReg .List figure .content .data {
          margin-left: 10px;
          text-align: left; }
          .FastReg .List figure .content .data .title {
            font-weight: bold; }
          .FastReg .List figure .content .data .describe {
            font-size: 12px;
            margin-top: 5px;
            color: #999; }
        .FastReg .List figure .content .time {
          display: inline-block;
          border: 1px solid #fc3c2a;
          font-size: 12px;
          font-weight: bold;
          color: #fc3c2a;
          padding: 0 20px;
          border-radius: 20px;
          margin-top: 10px; }

.ReceiveData {
  width: 100%;
  float: left;
  height: auto;
  padding: 60px; }
  .ReceiveData .Box12 {
    max-width: 1300px; }
  .ReceiveData .List {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 60px; }
    .ReceiveData .List .swiper {
      width: 100%;
      float: left;
      height: auto; }
  .ReceiveData .more {
    width: 100%;
    float: left;
    height: auto;
    text-align: center; }
    .ReceiveData .more a {
      display: inline-block;
      border: 1px solid #fc3c2a;
      line-height: 30px;
      padding: 0 40px;
      border-radius: 40px;
      color: #fc3c2a; }
      .ReceiveData .more a:hover {
        box-shadow: 0 0 10px rgba(255, 115, 102, 0.5);
        background: -webkit-linear-gradient(120deg, #ff7366, #fc3c2a);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(120deg, #ff7366, #fc3c2a);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(120deg, #ff7366, #fc3c2a);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(120deg, #ff7366, #fc3c2a);
        /* 标准的语法 */
        color: #fff; }
  .ReceiveData .Listbox {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    padding: 0 0px;
    margin-top: 50px; }
    .ReceiveData .Listbox figure {
      width: 20%;
      padding: 10px; }
      .ReceiveData .Listbox figure .block {
        width: 100%;
        float: left;
        text-align: center; }
        .ReceiveData .Listbox figure .block img {
          width: 100%;
          background: #f0f0f0;
          padding: 10px; }
        .ReceiveData .Listbox figure .block .title {
          margin-top: 10px; }

.Advantage {
  padding: 70px;
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin-top: 0px;
  background: url(../images/bg_02.jpg) no-repeat; }
  .Advantage:before {
    position: absolute;
    z-index: 1;
    height: 340px;
    content: "";
    left: 0px;
    top: 140px;
    width: 100%; }
  .Advantage .BigTitle h2 {
    color: #fff; }
  .Advantage .List {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 0px;
    margin-top: 60px;
    background: #fff;
    padding: 30px 160px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
    border-radius: 10px;
    overflow: hidden; }
    .Advantage .List:before {
      background: url(../images/pk_01.png);
      left: -40px;
      top: 50%;
      background-size: 268px;
      margin-top: -134px;
      content: "";
      position: absolute;
      width: 268px;
      height: 268px; }
    .Advantage .List:after {
      background: url(../images/pk_02.png);
      right: -40px;
      bottom: 50%;
      background-size: 268px;
      margin-bottom: -134px;
      content: "";
      position: absolute;
      width: 268px;
      height: 268px; }
    .Advantage .List ul {
      margin-bottom: 20px; }
    .Advantage .List li {
      display: flex;
      position: relative;
      justify-content: space-between;
      margin-top: 20px;
      z-index: 2; }
      .Advantage .List li:before {
        width: 1px;
        height: 100%;
        content: "";
        position: absolute;
        content: "";
        background: #ccc;
        left: 50%;
        top: 100%; }
      .Advantage .List li .fl {
        flex: 0 0 50%;
        border-radius: 20px 0 0 20px;
        line-height: 45px;
        padding: 0 20px;
        color: #fff;
        background: #4981ff; }
      .Advantage .List li .center {
        position: absolute;
        left: 50%;
        width: 45px;
        height: 45px;
        background: -webkit-linear-gradient(120deg, #ff7366, #fc3c2a);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(120deg, #ff7366, #fc3c2a);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(120deg, #ff7366, #fc3c2a);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(120deg, #ff7366, #fc3c2a);
        /* 标准的语法 */
        border-radius: 50%;
        margin-left: -20px;
        top: 0px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        font-weight: bold; }
      .Advantage .List li .fr {
        flex: 0 0 50%;
        border-radius: 0px 20px 20px 0px;
        line-height: 45px;
        padding: 0 20px;
        color: #333;
        background: #f0f0f0;
        text-align: right; }

.NewsList {
  margin-bottom: 70px;
  width: 100%;
  float: left;
  height: auto; }
  .NewsList .Tabtitle {
    width: 100%;
    float: left;
    border-top: 2px solid #f0f0f0;
    padding-top: 20px; }
    .NewsList .Tabtitle ul li {
      float: left;
      padding: 0 10px;
      cursor: pointer;
      border-radius: 20px;
      margin-right: 30px;
      position: relative; }
      .NewsList .Tabtitle ul li:before {
        width: 2px;
        height: 20px;
        content: "";
        position: absolute;
        right: -15px;
        background: #f0f0f0; }
    .NewsList .Tabtitle ul .hover {
      background: #fc3c2a;
      color: #fff; }
  .NewsList .Tabcontent:nth-child(1) {
    display: block; }
  .NewsList .Tabcontent {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
    display: none; }
    .NewsList .Tabcontent .TabUl {
      width: 50%;
      float: left;
      padding-right: 10px; }
      .NewsList .Tabcontent .TabUl .Imglist {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px; }
        .NewsList .Tabcontent .TabUl .Imglist .img {
          width: 180px;
          flex-shrink: 0; }
          .NewsList .Tabcontent .TabUl .Imglist .img img {
            width: 100%;
            border-radius: 5px; }
        .NewsList .Tabcontent .TabUl .Imglist .content {
          margin-left: 15px; }
          .NewsList .Tabcontent .TabUl .Imglist .content .title {
            font-weight: bold; }
            .NewsList .Tabcontent .TabUl .Imglist .content .title h3 {
              font-size: 16px;
              height: 22px;
              overflow: hidden; }
          .NewsList .Tabcontent .TabUl .Imglist .content .describe {
            font-size: 14px;
            margin-top: 10px;
            color: #666;
            height: 55px;
            overflow: hidden; }
      .NewsList .Tabcontent .TabUl ul li {
        width: 100%;
        float: left;
        height: auto;
        border-bottom: 1px dashed #f0f0f0;
        padding-bottom: 10px; }
        .NewsList .Tabcontent .TabUl ul li .content {
          width: 100%;
          float: left;
          height: auto; }
          .NewsList .Tabcontent .TabUl ul li .content .title {
            margin-top: 10px; }
            .NewsList .Tabcontent .TabUl ul li .content .title h3 {
              font-size: 15px;
              font-weight: normal;
              height: 30px;
              overflow: hidden; }
              .NewsList .Tabcontent .TabUl ul li .content .title h3 a {
                color: #333; }
                .NewsList .Tabcontent .TabUl ul li .content .title h3 a:before {
                  content: "- "; }
          .NewsList .Tabcontent .TabUl ul li .content .describe {
            font-size: 12px;
            color: #666;
            margin-top: 5px;
            height: 35px;
            overflow: hidden;
            line-height: 1.6; }
    .NewsList .Tabcontent .TabUl:nth-child(2) {
      padding-right: 0px;
      padding-left: 10px; }

.city_news {
  padding: 30px 0 70px 0;
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin-top: 0px; }
  .city_news .BigTitle h2 {
    color: #515151; }
  .city_news ul {
    width: 100%;
    float: left;
    margin-top: 60px;
    border-top: 1px dotted #c9c9c9; }
    .city_news ul li:nth-child(odd) {
      padding-right: 10px; }
    .city_news ul li:nth-child(even) {
      padding-left: 10px; }
    .city_news ul li {
      width: 50%;
      float: left; }
      .city_news ul li .liBlock {
        width: 100%;
        float: left;
        position: relative;
        padding: 10px 0;
        border-bottom: 1px dotted #c9c9c9;
        padding-left: 150px; }
        .city_news ul li .liBlock .img {
          position: absolute;
          width: 140px;
          left: 0; }
          .city_news ul li .liBlock .img img {
            width: 100%; }
        .city_news ul li .liBlock .content {
          width: 100%;
          float: left; }
          .city_news ul li .liBlock .content .title h3 {
            font-size: 16px;
            height: 22px;
            overflow: hidden; }
            .city_news ul li .liBlock .content .title h3 a {
              color: #515151; }
              .city_news ul li .liBlock .content .title h3 a:hover {
                color: #fc3c2a; }
          .city_news ul li .liBlock .content .describe {
            font-size: 14px;
            margin-top: 5px;
            color: #666;
            height: 40px;
            overflow: hidden; }

.cityRegion {
  float: left;
  width: 100%;
  margin-bottom: 60px; }
  .cityRegion .boxTitle {
    font-size: 18px;
    width: 100%;
    float: left;
    font-weight: bold;
    color: #515151; }
  .cityRegion ul {
    width: 100%;
    margin-top: 10px;
    float: left;
    border-top: 1px solid #c9c9c9;
    padding-top: 10px; }
    .cityRegion ul li {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
      .cityRegion ul li a {
        color: #666; }
        .cityRegion ul li a:hover {
          color: #fc3c2a; }

@media screen and (min-width: 769px) {
  .CommonServices .List figure .block:hover .icons {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fc3c2a; }
    .CommonServices .List figure .block:hover .icons i {
      font-size: 80px;
      line-height: 120px;
      color: #fff; }
  .CommonServices .List figure .block:hover .more a {
    box-shadow: 0 0 10px rgba(255, 115, 102, 0.5);
    background: -webkit-linear-gradient(120deg, #ff7366, #fc3c2a);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #ff7366, #fc3c2a);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #ff7366, #fc3c2a);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #ff7366, #fc3c2a);
    /* 标准的语法 */
    color: #fff; } }
@media screen and (max-width: 769px) {
  .Chooseus {
    border: 0;
    background: #f0f0f0;
    padding: 10px; }
    .Chooseus .List ul {
      border: 0; }
    .Chooseus .List li:nth-child(1), .Chooseus .List li:nth-child(3) {
      border-left: 0; }
    .Chooseus .List li {
      background: #fff;
      width: 50%;
      border-bottom: 1px solid #f0f0f0; }
      .Chooseus .List li .content .title {
        font-size: 15px; }
      .Chooseus .List li .content .describe {
        font-size: 12px; }

  .CommonServices {
    padding: 30px 0; }
    .CommonServices .List {
      margin-top: 30px;
      flex-wrap: wrap;
      padding: 0 5px; }
      .CommonServices .List figure {
        width: 50%;
        padding: 5px; }
        .CommonServices .List figure .block {
          padding: 20px 0; }
          .CommonServices .List figure .block .icons {
            width: auto;
            height: auto; }
            .CommonServices .List figure .block .icons i {
              font-size: 60px;
              line-height: 60px; }
          .CommonServices .List figure .block .content .title {
            font-size: 14px; }

  .Accumulate {
    padding: 10px; }
    .Accumulate figure {
      width: 50%;
      padding: 5px; }

  .Problem {
    padding: 30px 10px; }
    .Problem .List {
      flex-wrap: wrap;
      margin-top: 30px; }
      .Problem .List figure:nth-child(odd) {
        margin: 0; }
      .Problem .List figure {
        width: 50%;
        padding: 5px; }
    .Problem .explain {
      margin-top: 20px; }
      .Problem .explain .title {
        font-size: 18px;
        padding: 10px 20px; }

  .FastReg {
    padding: 30px 0px 10px 0px;
    background: #f6f9ff url(../images/bg_01.jpg) bottom no-repeat; }
    .FastReg .List {
      margin-top: 30px;
      flex-wrap: wrap;
      padding: 0 20px; }
      .FastReg .List figure {
        width: 50%;
        margin-bottom: 20px; }
        .FastReg .List figure .content .text {
          justify-content: flex-start; }
        .FastReg .List figure .img {
          display: inline-block; }
          .FastReg .List figure .img img {
            height: 50px; }
        .FastReg .List figure .title {
          font-size: 15px; }

  .city_news {
    padding: 30px 10px; }
    .city_news ul {
      margin-top: 30px; }
      .city_news ul li .liBlock {
        padding-left: 0px;
        display: flex; }
        .city_news ul li .liBlock .img {
          position: static;
          width: 50px;
          flex-shrink: 0; }
        .city_news ul li .liBlock .content {
          padding-left: 10px; }

  .ReceiveData {
    padding: 30px 0; }
    .ReceiveData .List {
      padding-bottom: 30px;
      padding: 0 5px;
      padding-bottom: 20px; }
      .ReceiveData .List figure {
        padding: 0 5px; }
    .ReceiveData .Listbox {
      margin-top: 30px; }

  .Advantage {
    padding: 30px 0px 0px 0px;
    background: none;
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0; }
    .Advantage:before {
      content: none; }
    .Advantage .BigTitle h2 {
      color: #424242; }
    .Advantage .List {
      margin-top: 0px;
      background: none;
      padding: 20px 10px;
      box-shadow: none; }
      .Advantage .List:before {
        margin-top: 0;
        top: -50px;
        background-repeat: no-repeat;
        background-size: 168px; }
      .Advantage .List:after {
        margin-top: 0;
        bottom: -30px;
        right: 0;
        width: 168px;
        background-repeat: no-repeat;
        background-size: 168px; }
      .Advantage .List li:nth-child(1) .fl {
        border-radius: 30px 0 0 0; }
      .Advantage .List li:nth-child(1) .fr {
        border-radius: 0  30px 0 0; }
      .Advantage .List li:last-child .fl {
        border-radius: 0 0 0 30px; }
      .Advantage .List li:last-child .fr {
        border-radius: 0  0 30px 0; }
      .Advantage .List li {
        margin-top: 5px; }
        .Advantage .List li:before {
          content: none; }
        .Advantage .List li .fl {
          font-size: 12px;
          border-radius: 0;
          padding: 0 10px; }
        .Advantage .List li .center {
          font-size: 14px; }
        .Advantage .List li .fr {
          font-size: 12px;
          border-radius: 0;
          padding: 0 10px; }

  .NewsList {
    margin-bottom: 30px; }
    .NewsList .Tabtitle {
      padding: 20px 10px;
      border-bottom: 2px solid #f0f0f0; }
      .NewsList .Tabtitle ul {
        width: 100%;
        float: left;
        height: auto; }
        .NewsList .Tabtitle ul li {
          width: 25%;
          padding: 0;
          text-align: center;
          margin-right: 0px; }
          .NewsList .Tabtitle ul li:before {
            content: none; }
    .NewsList .Tabcontentbox {
      width: 100%;
      float: left;
      height: auto; }
      .NewsList .Tabcontentbox .Tabcontent {
        margin-top: 10px; }
        .NewsList .Tabcontentbox .Tabcontent .TabUl {
          width: 100%;
          padding: 10px; }

  .cityRegion {
    padding-bottom: 30px; } }
/*
  
 主色 #EC8617 
 高亮色 $Zys
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=index.css.map */
