.content {
  overflow: hidden;
  width: 100%; }
  .content .tong_title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .content .tong_title em {
      display: block;
      font-size: 16px;
      color: #747474; }
      .content .tong_title em i {
        color: #0f4dfb; }
    .content .tong_title p {
      font-size: 46px;
      color: #000727;
      position: relative;
      letter-spacing: 4px;
      line-height: 1;
      font-weight: bold; }
      .content .tong_title p::after {
        content: '';
        width: 60px;
        height: 2px;
        background: #0f4dfb;
        position: absolute;
        left: -28px;
        bottom: -38px; }
      .content .tong_title p span {
        color: #0f4dfb;
        font-weight: bold; }
  .content .main_case {
    overflow: hidden;
    width: 100%;
    height: 1043px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg_04.jpg); }
    .content .main_case .m {
      width: 1200px;
      margin: 0 auto;
      height: 100%;
      padding-top: 100px; }
      .content .main_case .m .tong_title p {
        color: #fff; }
      .content .main_case .m .box {
        width: 100%;
        position: relative;
        margin-top: 150px; }
        .content .main_case .m .box .btn {
          cursor: pointer;
          position: absolute;
          top: 50%;
          width: 60px;
          opacity: 0.6;
          transition: all .2s;
          transform: translateY(-50%); }
          .content .main_case .m .box .btn.prev {
            left: -100px; }
          .content .main_case .m .box .btn.next {
            right: -100px; }
          .content .main_case .m .box .btn:hover {
            opacity: 1; }
        .content .main_case .m .box .swiper {
          overflow: hidden;
          width: 100%; }
          .content .main_case .m .box .swiper .swiper-slide {
            width: 270px;
            margin-right: 40px; }
        .content .main_case .m .box .item {
          width: 100%;
          position: relative; }
          .content .main_case .m .box .item:hover div {
            background: #E4122D; }
            .content .main_case .m .box .item:hover div p,
            .content .main_case .m .box .item:hover div span {
              color: #fff; }
          .content .main_case .m .box .item img {
            display: block;
            width: 100%; }
          .content .main_case .m .box .item div {
			  display:none;
            overflow: hidden;
            width: 230px;
            padding: 13px 8px;
            min-height: 95px;
            margin: 0 auto;
            position: relative;
            margin-top: -50px;
            transition: all .3s;
            background: #fff; }
            .content .main_case .m .box .item div p {
              font-size: 13px;
              color: #111111;
              margin-bottom: 8px;
              font-weight: bold; }
            .content .main_case .m .box .item div span {
              display: block;
              font-size: 12px;
              color: #111111;
              line-height: 1.6; }
  .content .main_service {
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg_06.jpg); }
    .content .main_service .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto;
      padding-top: 98px; }
      .content .main_service .m p {
        font-size: 46px;
        color: #fff;
        letter-spacing: 4px;
        margin-bottom: 18px; }
      .content .main_service .m span {
        display: block;
        font-size: 23px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 35px; }
      .content .main_service .m img {
        display: block;
        border-radius: 10px;
        margin-left: 10px; }
  .content footer {
    width: 100%;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .content footer span {
      font-size: 14px;
      color: #999999;
      margin: 0 10px; }
	   .content footer span a{
     
      color: #999999;
       }
  .content .main_page1 {
    overflow: hidden;
    width: 100%;
    height: 1412px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg_05.jpg); }
    .content .main_page1 .advantage {
      width: 1200px;
      margin: 0 auto; }
      .content .main_page1 .advantage ul {
        margin-top: 110px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap; }
        .content .main_page1 .advantage ul li {
          overflow: hidden;
          width: 580px;
          background: #fff;
          margin-bottom: 40px;
          box-shadow: 0px 13px 30px 0px #e9f2fc;
          display: flex;
          height: 108px;
          align-items: center; }
          .content .main_page1 .advantage ul li .icon {
            height: 100%;
            width: 108px; }
          .content .main_page1 .advantage ul li .grow {
            overflow: hidden;
            width: calc(100% - 108px);
            display: flex;
            align-items: center; }
            .content .main_page1 .advantage ul li .grow p {
              font-size: 30px;
              color: #111111;
              margin-left: 40px;
              letter-spacing: 2px;
              font-weight: bold; }
            .content .main_page1 .advantage ul li .grow span {
              display: block;
              position: relative;
              font-size: 20px;
              text-transform: uppercase;
              font-weight: 100;
              color: #cccccc;
              margin-left: 52px; }
              .content .main_page1 .advantage ul li .grow span::after {
                content: '';
                width: 1px;
                height: 14px;
                background: #cccccc;
                position: absolute;
                left: -20px;
                top: 50%;
                transform: translateY(-50%); }
    .content .main_page1 .main_more_case {
      width: 100%;
      overflow: hidden;
      padding-top: 160px; }
      .content .main_page1 .main_more_case .tong_title {
        width: 1200px;
        margin: 0 auto; }
      .content .main_page1 .main_more_case .box {
        width: 100%; }
        .content .main_page1 .main_more_case .box .swiper .swiper-wrapper {
          -webkit-transition-timing-function: linear;
          -moz-transition-timing-function: linear;
          -ms-transition-timing-function: linear;
          -o-transition-timing-function: linear;
          transition-timing-function: linear; }
        .content .main_page1 .main_more_case .box .swiper {
          width: 100%;
          overflow: hidden; }
          .content .main_page1 .main_more_case .box .swiper .swiper-slide {
            padding: 100px 0 155px 0;
            width: 342px;
            margin-right: 18px; }
        .content .main_page1 .main_more_case .box .item {
          overflow: hidden;
          width: 100%;
          border-radius: 6px;
          transition: all .5s;
          box-shadow: 0px 10px 40px 0px #e9f2fc;
          border: 1px solid #E7EEF5; }
          .content .main_page1 .main_more_case .box .item:hover {
            transform: translateY(-20px); }
          .content .main_page1 .main_more_case .box .item img {
            display: block;
            width: 100%;
            transition: all .6s; }
  .content .main_page {
    overflow: hidden;
    width: 100%;
    height: 1656px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/bg_03.jpg); }
    .content .main_page .m {
      width: 1200px;
      margin: 0 auto;
      height: 100%; }
      .content .main_page .m .process {
        width: 100%;
        margin-top: 155px; }
        .content .main_page .m .process ul {
          display: flex;
          margin-top: 100px;
          align-items: center; }
          .content .main_page .m .process ul > img {
            display: block;
            margin: 0 5px; }
          .content .main_page .m .process ul li {
            width: 260px;
            height: 180px;
            position: relative;
            background: #fff;
            padding: 28px 0 0 30px;
            box-shadow: 0px 13px 30px 0px #e9f2fc; }
            .content .main_page .m .process ul li .icon {
              display: block;
              position: absolute;
              right: 30px;
              top: 30px; }
            .content .main_page .m .process ul li .dot {
              display: block;
              position: absolute;
              right: -6px;
              bottom: -6px; }
            .content .main_page .m .process ul li p {
              font-size: 14px;
              text-transform: uppercase;
              font-weight: bold;
              color: #2a374d;
              margin-bottom: 20px; }
            .content .main_page .m .process ul li span {
              display: block;
              font-size: 30px;
              font-weight: bold;
              text-transform: uppercase;
              color: #1a69ff;
              margin-bottom: 40px; }
            .content .main_page .m .process ul li em {
              display: block;
              font-size: 17px;
              text-transform: uppercase;
              
              color: #CDCDCD }
      .content .main_page .m .category {
        width: 100%;
        padding-top: 106px; }
        .content .main_page .m .category .more {
          margin: 0 auto;
          margin-top: 30px;
          box-shadow: 0 13px 20px 0 #ECF4FC;
          overflow: hidden;
          width: 280px;
          height: 66px;
          transition: all .3s;
          background: #0f4dfb; }
          .content .main_page .m .category .more:hover {
            opacity: 0.8; }
          .content .main_page .m .category .more a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            letter-spacing: 2px;
            color: #fff; }
        .content .main_page .m .category ul {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin-top: 100px; }
          .content .main_page .m .category ul li {
            overflow: hidden;
            width: 280px;
            height: 298px;
            box-shadow: 0px 13px 20px 0px #e9f2fc;
            transition: all .3s;
            background: #fff;
            margin-right: 26px;
            margin-bottom: 30px; }
            .content .main_page .m .category ul li:nth-child(4n) {
              margin-right: 0; }
            .content .main_page .m .category ul li .pic {
              overflow: hidden;
              width: 100%;
              height: 210px;
              display: flex;
              align-items: center; }
              .content .main_page .m .category ul li .pic img {
                display: block;
                max-width: 100%; }
            .content .main_page .m .category ul li p {
              font-size: 20px;
              color: #111111;
              text-align: center;
              font-weight: bold; }
            .content .main_page .m .category ul li .line {
              width: 16px;
              height: 1px;
              margin: 6px auto 12px;
              background: #111111; }
            .content .main_page .m .category ul li span {
              display: block;
              text-align: center;
              font-size: 15px;
              text-transform: uppercase;
              color: #cccccc; }
  .content .main_notice {
    overflow: hidden;
    width: 100%;
    height: 48px;
    background: #15246b; }
    .content .main_notice .m {
      width: 1200px;
      overflow: hidden;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .main_notice .m .fl {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .main_notice .m .fl img {
          display: block; }
        .content .main_notice .m .fl .slide {
          height: 100%;
          overflow: hidden;
          height: 48px;
          margin-left: 8px; }
          .content .main_notice .m .fl .slide .swiper, .content .main_notice .m .fl .slide .swiper-slide {
            width: 100%;
            height: 100%; }
          .content .main_notice .m .fl .slide p {
            font-size: 16px;
            height: 48px;
            color: #ffffff;
            display: flex;
            align-items: center;
            font-weight: 100;
            letter-spacing: 1px; }
      .content .main_notice .m ul {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .main_notice .m ul li {
          margin-left: 55px;
          height: 100%;
          display: flex;
          align-items: center;
          font-size: 16px;
          font-weight: 100;
          color: #fff; }
          .content .main_notice .m ul li span {
            margin-left: 6px; }
  .content .banner {
    width: 100%;
    height: 700px;
    background-image: url(../images/bg_01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    .content .banner .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto;
      height: 100%; }
    .content .banner h1 {
      display: block;
      overflow: hidden;
      margin-top: 19px; }
    .content .banner .title {
      display: block;
      margin: 0 auto;
      margin-top: 205px; }
    .content .banner .des {
      display: block;
      margin: 0 auto;
      margin-top: 23px; }
    .content .banner ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-top: 22px; }
      .content .banner ul li {
        position: relative;
        display: flex;
        align-items: center;
        margin: 0 9px;
        margin-top: 20px; }
        .content .banner ul li div {
          width: 40px;
          height: 30px;
          background: #4349ad;
          display: flex;
          align-items: center;
          border-radius: 6px;
          font-size: 15px;
          padding-left: 10px;
          color: #fff;
          transform: skewX(-12deg); }
        .content .banner ul li p {
          height: 32px;
          background: #fff;
          display: inline-flex;
          align-items: center;
          padding: 0 8px;
          justify-content: center;
          position: relative;
          margin-left: -6px;
          border-radius: 6px;
          font-weight: bold;
          font-size: 16px;
          color: #111111;
          transform: skewX(-12deg); }

@media (max-width: 1400px) {
  .m, .content .main_page1 .main_more_case .tong_title, .content .main_page1 .advantage {
    width: 1000px !important; }

  .content .tong_title p {
    font-size: 38px; }

  .content .main_page .m .category ul li {
    width: 24%;
    margin-right: 1.3%; }

  .content .main_page .m .process ul li span {
    font-size: 18px; }

  .content .main_page .m .process ul li em {
    font-size: 15px; }

  .content .main_page1 .advantage ul li .grow p {
    font-size: 25px; }

  .content .main_page1 .advantage ul li .grow span {
    font-size: 18px; }

  .content .main_service .m p {
    font-size: 42px; }

  .content .main_service .m span {
    font-size: 20px; }

  .content .main_page1 .advantage ul li {
    width: calc(50% - 20px); } }
@media (max-width: 1200px) {
  .m, .content .main_page1 .main_more_case .tong_title, .content .main_page1 .advantage {
    width: 800px !important; }

  .content .tong_title p {
    font-size: 32px; }

  .content .main_page .m .category ul li {
    width: 24%;
    margin-right: 1.3%;
    height: 260px; }

  .content .main_page .m .process ul li span {
    font-size: 16px; }

  .content .main_page .m .process ul > img {
    width: 18px; }

  .content .main_page .m .process ul li {
    padding: 25px 0 0 20px; }

  .content .main_page .m .process ul li em {
    font-size: 15px; }

  .content .main_page .m .category ul li .pic {
    height: 174px; }

  .content .main_page1 .advantage ul li .grow p {
    font-size: 22px;
    margin-left: 30px; }

  .content .main_page1 .advantage ul li .grow span {
    font-size: 16px; }

  .content .main_service .m p {
    font-size: 35px; }

  .content .main_service .m span {
    font-size: 20px; }

  .content .main_page1 .advantage ul li {
    width: calc(50% - 20px); } }
@media (max-width: 800px) {
  .m, .content .main_page1 .main_more_case .tong_title, .content .main_page1 .advantage {
    width: 100% !important; }

  .content .banner {
    height: 6.6rem; }

  .content .banner h1 {
    width: 2rem;
    margin: 0 auto;
    margin-top: .1rem; }

  .content .banner h1 img {
    width: 100%; }

  .content .banner .title {
    width: 3rem;
    margin-top: 1.2rem; }

  .content .banner .des {
    width: 5rem;
    margin-top: .5rem; }

  .content .banner ul {
    margin-top: .6rem; }

  .content .banner ul li div {
    width: .5rem;
    padding-left: .1rem;
    height: .4rem; }

  .content .banner ul li p {
    font-size: .2rem;
    height: .46rem; }

  .content .banner ul li {
    margin: 0 .1rem;
    margin-bottom: .2rem; }

  .content .main_notice {
    height: auto;
    display: block;
    padding: 0 .3rem; }

  .content .main_notice .m {
    display: block; }

  .content .main_notice .m .fl {
    width: 100%;
    float: none;
    height: .68rem; }

  .content .main_notice .m .fl img {
    width: .3rem; }

  .content .main_notice .m .fl .slide {
    height: .68rem;
    width: calc(100% - .5rem);
    margin: 0;
    padding-left: .3rem; }

  .content .main_notice .m .fl .slide p {
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .content .main_notice .m ul {
    height: .6rem; }

  .content .main_notice .m ul li {
    width: 50%;
    text-align: center;
    margin: 0;
    justify-content: center;
    font-size: .24rem; }

  .content .main_page .m .category {
    padding: 0 .3rem;
    padding-top: .8rem; }

  .content .tong_title p {
    font-size: .35rem;
    text-align: center;
    letter-spacing: 1px; }

  .content .tong_title {
    display: block; }

  .content .tong_title em {
    font-size: .26rem;
    text-align: center;
    display: block;
    margin-top: .5rem; }

  .content .tong_title p::after {
    width: .86rem;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.35rem; }

  .content .main_page .m .category ul {
    margin-top: .8rem;
    display: flex;
    justify-content: space-between; }

  .content .main_page .m .category ul li {
    width: 49%;
    margin: 0;
    height: 4rem;
    margin-bottom: .2rem; }

  .content .main_page .m .category ul li .pic {
    height: 2.6rem; }

  .content .main_page .m .category ul li p {
    font-size: .28rem; }

  .content .main_page .m .category ul li span {
    font-size: .24rem; }

  .content .main_page .m .category .more {
    width: 4rem;
    height: .8rem; }

  .content .main_page .m .category .more a {
    font-size: .29rem; }

  .content .main_page .m .process {
    padding: 0 .3rem;
    margin-top: 1.2rem; }

  .content .main_page .m .process ul {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .content .main_page .m .process ul > img {
    display: none; }

  .content .main_page .m .process ul li {
    width: 48%;
    margin: 0;
    margin-bottom: .3rem; }

  .content .main_page .m .process ul li .icon {
    width: .6rem;
    right: .3rem;
    top: .3rem; }

  .content .main_page {
    height: auto;
    padding-bottom: .6rem; }

  .content .main_page .m .process ul li p {
    font-size: .23rem;
    margin-bottom: .3rem; }

  .content .main_page .m .process ul li span {
    font-size: .28rem;
    margin-bottom: .66rem; }

  .content .main_page .m .process ul li em {
    font-size: .24rem; }

  .content .main_page .m .process ul li {
    height: 3rem; }

  .content .main_case {
    height: auto;
    padding: .8rem .3rem; }

  .content .main_case .m {
    margin: 0;
    padding: 0; }

  .content .main_case .m .box {
    padding: 0 .6rem;
    margin-top: 1rem; }

  .content .main_case .m .box .swiper .swiper-slide {
    width: 100%;
    margin: 0; }

  .content .main_case .m .box .item {
    width: 80%;
    margin: 0 auto; }

  .content .main_case .m .box .item div {
    width: 100%;
    padding: .1rem; }

  .content .main_case .m .box .item div p {
    font-size: .24rem; }

  .content .main_case .m .box .item div span {
    font-size: .2rem; }

  .content .main_case .m .box .btn {
    z-index: 999;
    width: .8rem; }

  .content .main_case .m .box .btn.prev {
    left: 0rem; }

  .content .main_case .m .box .btn.next {
    right: 0rem; }

  .content .main_page1 {
    height: auto;
    padding: .8rem 0; }

  .content .main_page1 .main_more_case {
    margin: 0;
    padding: 0; }

  .content .main_page1 .main_more_case .box .swiper .swiper-slide {
    padding: 1rem 0;
    width: 3rem;
    margin-right: .2rem; }

  .content .main_page1 .advantage ul {
    margin-top: .8rem;
    padding: 0 .3rem; }

  .content .main_page1 .advantage ul li {
    width: 100%;
    margin-bottom: .4rem;
    height: 1.2rem; }

  .content .main_page1 .advantage ul li .pic {
    width: 1.2rem;
    height: 100%; }
    .content .main_page1 .advantage ul li .pic img {
      width: 100%; }

  .content .main_page1 .advantage ul li .grow {
    width: calc(100% - 1.2rem); }

  .content .main_page1 .advantage ul li .grow p {
    font-size: .3rem; }

  .content .main_page1 .advantage ul li .grow span {
    font-size: .28rem;
    margin-left: .4rem; }

  .content .main_page1 .advantage ul li .grow span::after {
    left: -.2rem; }

  .content .main_service {
    height: auto;
    padding: 1rem .3rem; }

  .content .main_service .m {
    margin: 0;
    padding: 0; }

  .content .main_service .m p {
    text-align: center;
    font-size: .35rem;
    letter-spacing: 1px;
    margin-bottom: .3rem; }

  .content .main_service .m span {
    font-size: .26rem;
    margin-bottom: .6rem;
    text-align: center; }

  .content .main_service .m img {
    width: 2rem;
    display: block;
    margin: 0 auto; }

  .content footer {
    padding: .3rem .1rem;
    height: auto;
    box-sizing: border-box;
    display: block; }

  .content footer span {
    text-align: center;
    line-height: 1.8;
    display: block;
    font-size: .2rem; }

  .content .main_notice .m .fl .slide p {
    height: .68rem; } }

/*# sourceMappingURL=css.css.map */
