body {
  overflow: hidden;
  color: #ffffff; }

.module {
  height: 100vh;
  box-sizing: border-box; }
  .module header {
    color: #ffffff;
    margin-bottom: 2rem; }
    .module header:after {
      content: '';
      display: block;
      width: 43px;
      height: 2px;
      background-color: #fff;
      margin: auto; }
    .module header h2 {
      font-weight: 800;
      font-size: 2rem; }
    .module header small {
      font-size: 1.2rem; }

.fp-controlArrow {
  z-index: 9999; }

.banner-pc {
  height: 100vh;
  box-sizing: border-box;
  z-index: 200; }
  .banner-pc .slide:nth-child(1) {
    background: url("../images/index/banner3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }
  .banner-pc .slide:nth-child(2) {
    background: url("../images/index/banner1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }
  .banner-pc .slide:nth-child(3) {
    background: url("../images/index/banner2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }
  .banner-pc .slide:nth-child(4) {
    background: url("../images/index/banner4.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover; }

.banner-m {
  z-index: 200;
  margin-top: 95px; }

.m1 {
  background: url("../images/index/index32.jpg") no-repeat top center;
  background-size: cover; }
  .m1 main .media {
    display: table;
    margin-top: 0;
    width: auto; }
  .m1 main ul li .media {
    margin-bottom: 2rem; }
    .m1 main ul li .media .media-left, .m1 main ul li .media > .pull-left {
      padding-right: 36px; }
    .m1 main ul li .media .media-body {
      width: auto; }
    .m1 main ul li .media .service-list {
      min-width: 170px; }
      .m1 main ul li .media .service-list li {
        margin-bottom: 1.4rem;
        font-size: .9rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .m1 main ul li .media .service-list li:before {
          content: '';
          display: inline-block;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 500px;
          background-color: #ff6600;
          margin-right: 0.5rem; }
    .m1 main ul li .media .title {
      margin-top: .4rem;
      font-size: 1.2rem; }

.m2 {
  background: url("../images/index/index33.jpg") no-repeat top center;
  background-size: cover; }
  .m2 ul li {
    padding: 0; }
    .m2 ul li .text-box {
      color: #ffffff;
      text-decoration: none;
      transition: .6s;
      opacity: 0;
      padding-top: .9rem;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .m2 ul li .text-box h4 {
        font-size: 1rem;
        margin: .5rem 0; }
      .m2 ul li .text-box p {
        font-size: .7rem;
        line-height: 1rem;
        margin-bottom: 0;
        padding: 0 1rem; }
      .m2 ul li .text-box:hover {
        opacity: 1;
        display: block; }
    .m2 ul li > div {
      position: relative;
      overflow: hidden; }
    .m2 ul li > img {
      position: relative;
      z-index: -100;
      opacity: 0; }
    .m2 ul li:nth-child(1) > div {
      background: url("../images/index/index5.jpg") no-repeat center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .m2 ul li:nth-child(1) .text-box {
      background-color: rgba(185, 92, 23, 0.8); }
    .m2 ul li:nth-child(2) > div {
      background: url("../images/index/index6.jpg") no-repeat center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .m2 ul li:nth-child(2) .text-box {
      background-color: rgba(20, 97, 184, 0.8); }
    .m2 ul li:nth-child(3) > div {
      background: url("../images/index/index7.jpg") no-repeat center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .m2 ul li:nth-child(3) .text-box {
      background-color: rgba(34, 172, 56, 0.8); }
    .m2 ul li:nth-child(4) > div {
      background: url("../images/index/index8.jpg") no-repeat center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .m2 ul li:nth-child(4) .text-box {
      background-color: rgba(85, 111, 181, 0.8); }
    .m2 ul li:nth-child(5) > div {
      background: url("../images/index/index9.jpg") no-repeat center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .m2 ul li:nth-child(5) .text-box {
      background-color: rgba(126, 0, 67, 0.8); }
    .m2 ul li:nth-child(6) > div {
      background: url("../images/index/index10.jpg") no-repeat center center;
      -webkit-background-size: cover;
      background-size: cover; }
    .m2 ul li:nth-child(6) .text-box {
      background-color: rgba(85, 111, 181, 0.8); }

.m3 {
  background: url("../images/index/index34.jpg") no-repeat top center;
  background-size: cover; }
  .m3 main {
    position: relative;
    margin-top: 100px; }
  .m3 .left-top {
    width: 36rem; }
    .m3 .left-top div {
      margin-bottom: 12px; }
      .m3 .left-top div h2 {
        font-size: 2rem; }
      .m3 .left-top div small {
        font-size: 1.2rem;
        display: inline-block; }
        .m3 .left-top div small:after {
          content: '';
          display: block;
          width: 2.1rem;
          height: 2px;
          background-color: #fff;
          margin: -.25rem auto 0 auto; }
    .m3 .left-top p {
      font-size: 1rem;
      line-height: 1.8rem; }
  .m3 .bottom {
    margin-right: 1.3rem;
    position: relative;
    z-index: 9999; }
    .m3 .bottom li {
      padding: 1.2rem 0; }
      .m3 .bottom li:nth-child(1) {
        padding: 1.9rem 0;
        background-color: #0e2243; }
      .m3 .bottom li:nth-child(2), .m3 .bottom li:nth-child(3), .m3 .bottom li:nth-child(4) {
        background-color: #fff;
        color: #0e2243;
        margin-top: .7rem; }
    .m3 .bottom p {
      font-size: 1.1rem;
      margin-bottom: .1rem; }
    .m3 .bottom strong {
      display: block;
      font-size: 2rem;
      line-height: 2rem;
      font-weight: 800;
      margin-bottom: .5rem; }
    .m3 .bottom .img-box {
      width: 17.75%; }
  .m3 .more {
    width: 7.5rem;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    line-height: 2.35rem;
    font-size: 1rem;
    padding-left: 1rem;
    margin-top: 1.2rem; }
  .m3 .right-bottom {
    width: 20rem;
    height: 35rem;
    position: absolute;
    right: 0;
    bottom: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.8rem 1.3rem;
    box-sizing: border-box; }
    .m3 .right-bottom h3 {
      font-size: 1.3rem; }
    .m3 .right-bottom p {
      font-size: 1rem;
      line-height: 1.5rem; }

.m4 {
  background: url("../images/index/index35.jpg") no-repeat top center;
  background-size: cover; }
  .m4 header {
    margin-top: 120px; }
  .m4 main ul li div {
    margin-bottom: 0.75rem; }
    .m4 main ul li div img {
      box-shadow: -0.5rem 0.5rem 17px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      transition: all 0.6s; }
      .m4 main ul li div img:hover {
        transform: scale(1.1); }

.m5 {
  background: url("../images/index/index36.jpg") no-repeat top center;
  background-size: cover; }
  .m5 header {
    margin-bottom: 0; }
    .m5 header h2 {
      font-size: 6rem; }
    .m5 header:after {
      content: none; }
  .m5 main {
    margin-bottom: 10rem; }
    .m5 main .addr {
      font-size: 1.3rem; }
    .m5 main .tel {
      font-size: 1.1rem;
      margin-bottom: 3.2rem; }
    .m5 main .row li {
      font-size: .9rem;
      line-height: 1.2rem;
      margin-bottom: 1rem; }
  .m5 .fp-tableCell {
    position: relative; }
  .m5 footer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-top: 2rem;
    position: absolute;
    bottom: 0; }
    .m5 footer div p {
      margin-top: 1.1rem;
      margin-bottom: 1.8rem;
      font-size: .7rem;
      color: #949494; }
    .m5 footer .title {
      font-size: .9rem; }
    .m5 footer .link {
      color: #949494;
      font-size: .6rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .m5 footer > .container > .row > li {
      margin-bottom: 1rem; }
    .m5 footer .row li:nth-child(5) h3 {
      margin-top: 0;
      font-size: 1.2rem; }

.m6 {
  background: url("../images/index/index40.jpg") no-repeat top center;
  background-size: cover; }
  .m6 header {
    margin-top: 2.5rem; }
  .m6 main ul {
    margin-bottom: 1.25rem; }
    .m6 main ul li {
      height: 14rem;
      max-height: 280px;
      overflow: hidden;
      padding: 0; }
    .m6 main ul .media-text {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 0 2.5rem; }
      .m6 main ul .media-text a {
        color: #ffffff; }
        .m6 main ul .media-text a h3 {
          margin-top: 1.75rem;
          font-size: 1.2rem;
          color: #f7d15f; }
        .m6 main ul .media-text a small {
          font-size: 1rem;
          color: #cccccc;
          display: block; }
        .m6 main ul .media-text a p {
          font-size: 0.9rem;
          line-height: 1.75rem;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }
        .m6 main ul .media-text a:hover {
          text-decoration: none; }
    .m6 main ul .media-img a div {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .m6 main ul .media-img a img {
      opacity: 0; }
    .m6 main ul:nth-child(2) li:nth-child(1) {
      float: right; }
  .m6 main .more {
    margin-bottom: 0.5rem; }
    .m6 main .more a {
      position: relative;
      font-size: 1rem;
      color: #ffffff; }
      .m6 main .more a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 2rem;
        height: 0.1rem;
        background-color: #bcbcbc;
        margin-right: 0.5rem; }
      .m6 main .more a:after {
        content: '';
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        border-top: 0.1rem solid #bcbcbc;
        border-left: 0.1rem solid #bcbcbc;
        margin-left: 0.25rem;
        transform: rotate(135deg);
        transition: .3s; }
      .m6 main .more a:hover:after {
        transform: translate(5px, 0) rotate(135deg); }

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
  border: none; }
  .fp-controlArrow.fp-prev:after, .fp-controlArrow.fp-next:after {
    content: '';
    display: block;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 1rem;
    height: 1rem;
    transform: rotate(-135deg); }

.fp-controlArrow.fp-prev {
  left: 2.5rem; }

.fp-controlArrow.fp-next {
  right: 2.5rem; }
  .fp-controlArrow.fp-next:after {
    transform: rotate(45deg); }

@media (max-width: 1200px) {
  .banner-pc {
    display: none; }
  .m2 ul li .text-box {
    padding-top: .5rem; }
    .m2 ul li .text-box img {
      width: 18.87%; }
    .m2 ul li .text-box h4 {
      margin: .3rem 0; }
    .m2 ul li .text-box p {
      line-height: 1.1rem; } }

@media (max-width: 1000px) {
  .m2 {
    padding-bottom: 3rem; }
  .m3 .right-bottom {
    display: none; }
  .m3 .left-top {
    width: 100%; }
  .m5 {
    padding-bottom: 20rem; }
    .m5 header h2 {
      font-size: 4rem; }
    .m5 footer {
      bottom: -20rem; } }

@media (max-width: 768px) {
  .m1 main ul li .media .service-list {
    min-width: 100px; }
  .m1 main ul li .media .media-body {
    width: 48.5%; }
  .m2 .container {
    padding-left: 30px;
    padding-right: 30px; }
  .m3 .bottom .img-box {
    width: 30%; } }
