@charset "UTF-8";
a, .transition, .g-head, .sideBar, .index-layer, .index-layer .form li .input, .index-layer .form li .input input, .index-layer .form .submit div, .index-solution .list li, .index-case .btn li, .index-case .btn li div, .index-case .list.show, .index-news .btn li, .index-news .btn li .ico, .index-news .list, .index-news .list .list-wrapper dd, .index-news .list .list-wrapper dd .time, .index-news .list .list-wrapper dd p, .index-news .list .list-wrapper dd .content, .about-3 .list .list-wrapper dd a:after, .case a .name em, .introduction a .container, .introduction a .p-content, .introduction a .more, .news a .p-content, .news a .time, .contact .form li .input, .contact .form li .input input, .contact .form li .input textarea, .contact .submit div, .join li .title, .join li .title h2, .advantage-1 .list li, .advantage-1 .list li .layer h3, .advantage-1 .list li .layer p, .advantage-1 .list li .layer .msg, .video-layer, .service-3 .img-list li, .service-3 .img-list li .num, .service-5 .list li:after, .service-5 .list li i, .service-5 .list li .name, .contact2 .tab-btn li, .contact2 .form li .input, .contact2 .form .submit div, :before, img, .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .introduction a .name, .news a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .g-nav ul, .g-foot .container li, .sideBar .list li a, .index-layer, .indexFlash .dots, .index-about .img-list .num, .index-solution .tag ul, .p-arrow, .index-case .btn ul, .index-case .list .big-img .name, .index-case .list .big-img .name dl, .index-case .list .big-img .name dd, .index-news .list .list-wrapper dl, .about-1 .list2 li .num, .about-1 .img-list .num, .about-2 .list li .img, .about-3 .list .dots, .p-num, .case-show .big-img .num, .case-show .msg div, .p-nav dl, .join li .title, .join li .box .msg div, .advantage-1 .list ul, .advantage-2 .list li .ico, .video-layer, .service-2 .list li .ico, .service-4 .dots, .contact2 .tab-btn ul, .contact2 .tab-btn li, .contact2 .form .submit {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .sideBar .btn, #index-dots, .indexFlash li .layer, .index-about .wal, .index-news .wal, .index-case .wal, .index-case .list .list-wrapper dd a.layer, .index-news .list .list-wrapper dd, .p-banner, .news a .time, .contact-map .layer, .contact-map .layer li, .advantage-1 .list li .layer, .advantage-4 .wal, .service-5 .list li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .g-foot .container li, .sideBar .btn, .sideBar .list li a, .index-layer, .indexFlash li .layer, .index-about .img-list .num, .index-case .list .big-img .name, .index-case .list .big-img .name dd, .index-case .list .list-wrapper dd a.layer, .p-banner, .about-1 .list2 li .num, .about-1 .img-list .num, .about-2 .list li .img, .p-num, .case-show .big-img .num, .case-show .msg div, .news a .time, .join li .title, .join li .box .msg div, .advantage-2 .list li .ico, .advantage-4 .wal, .video-layer, .service-2 .list li .ico, .service-5 .list li, .contact2 .tab-btn li, .contact2 .form .submit {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .sideBar .btn, .sideBar .list li a, .index-layer, #index-dots, .indexFlash li .layer, .index-about .wal, .index-news .wal, .index-case .btn ul, .index-case .list .list-wrapper dd a.layer, .p-banner, .p-banner dl.list, .about-2 .list li .img, .p-num, .news a .time, .contact-map .layer, .contact-map .layer li, .advantage-2 .list li .ico, .advantage-4 .wal, .video-layer, .service-2 .list li .ico, .service-5 .list li, .contact2 .tab-btn li, .contact2 .form .submit {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-nav ul, .g-foot .msg, .index-solution .tag ul, .p-arrow, .index-case .list .big-img .name, .about-1 .list2 ul, .case-show .msg, .contact .form ul, .join li .box, .join li .box .msg, .advantage-2 .list ul, .service-1 .list ul, .service-5, .contact2, .customized-1, .customized-2 {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-foot .msg, .index-layer .container, .index-about .list ul, .index-case .list, .index-case .list .list-wrapper dl, .p-banner dl.list, .about-1 .list ul, .about-1 .list2 ul, .p-class li dl, .case ul, .case-show .msg, .introduction ul, .news ul, .contact .form ul, .join li .box, .join li .box .msg, .advantage-2 .list ul, .service-1 .list ul, .service-2 .list ul, .service-5, .contact2, .customized-1, .customized-2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #c30d23;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;

  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }



.index-foot img{max-width: 100%;}







@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Medium_1.woff2") format("woff2"), url("fonts/Oswald-Medium_1.woff") format("woff"), url("fonts/Oswald-Medium_1.ttf") format("truetype"), url("fonts/Oswald-Medium_1.eot") format("embedded-opentype"), url("fonts/Oswald-Medium_1.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.g-headD {
  height: 1rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%; }
  .g-head .wal {
    min-height: 1rem;
    position: relative;
    max-width: 100%;
    margin: 0 1rem; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: ;
    width: 2.18rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head a.tel {
    font-size: .24rem;
    font-family: 'Oswald';
    color: #c30d23;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    line-height: 1rem;
    padding-left: .45rem;
    background: url("../image/img30_2.png") left center no-repeat;
    background-size: .3rem; }

.p-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: url("../image/head.png") center top repeat-x;
  background-size: auto 100%;
  height: 1.18rem; }

.g-nav {
  position: absolute;
  z-index: 10;
  left: 3.95rem;
  right: 2.45rem;
  top: 0;
  bottom: auto; }
  .g-nav li {
    min-height: 1rem;
    position: relative;
    padding-top: .3rem; }
  .g-nav a.name {
    display: block;
    height: .4rem;
    line-height: .4rem;
    font-size: .16rem;
    min-width: 1rem;
    padding: 0 .15rem;
    text-align: center;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 8px;
    color: #fff; }
    .g-nav a.name:hover, .g-nav a.name.on {
      background: #c30d23; color: #fff;
      box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23);
      -webkit-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23);
      -moz-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23); }

.g-head.gray {
  background: rgba(255, 255, 255, 0.5); }
  .g-head.gray a.logo {
    background-image: url("../image/logo.png"); }
  .g-head.gray .g-nav a.name {
    color: #666; }
    .g-head.gray .g-nav a.name:hover, .g-head.gray .g-nav a.name.on {
      color: #fff; }

@media screen and (max-width: 1670px) {
  .g-nav {
    right: 2rem;
    left: 2.5rem; }
    .g-nav a.name {
      font-size: .14rem;
      min-width: .8rem; } }
@media screen and (min-width: 800px) {
  .g-nav .list {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: -10rem;
    bottom: auto;
    width: 1.2rem;
    margin-left: -.6rem;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    padding: .1rem 0;
    opacity: 0;
    visibility: hidden; }
    .g-nav .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -.09rem;
      right: 0;
      height: .09rem;
      background: url("../image/img9_1.png") center no-repeat;
      background-size: auto 100%; }
    .g-nav .list a {
      display: block;
      text-align: center;
      color: #fff;
      font-size: .14rem;
      height: .4rem;
      line-height: .4rem;
      position: relative; }
      .g-nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: .04rem;
        left: 50%;
        width: 0;
        margin-left: 0;
        height: .02rem;
        background: #c30d23; }
      .g-nav .list a:hover:before {
        width: .6rem;
        margin-left: -.3rem; }
  .g-nav li:hover .list {
    top: .9rem;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }
  .g-nav li:hover a.name {
    background: #c30d23;
    box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23);
    -webkit-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23);
    -moz-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23);
    color: #fff; } }
.g-foot {
  background: #f5f5f5;
  position: relative;
  font-size: .14rem;
  color: #666; }
  .g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .55rem;
    right: 0;
    height: 1px;
    background: #dcdcdc; }
  .g-foot .wal {
    min-height: 3.46rem;
    position: relative; }
  .g-foot .container .tel {
    padding: .55rem 0 .15rem 0; }
    .g-foot .container .tel .name {
      background: url("../image/img30_3.png") left center no-repeat;
      background-size: .3rem;
      font-size: .18rem;
      line-height: .48rem;
      padding-left: .38rem; }
    .g-foot .container .tel h3 {
      font-weight: 400;
      font-size: .36rem;
      line-height: 1em;
      color: #c30d23;
      font-family: 'Oswald'; }
  .g-foot .container li {
    height: .4rem; }
    .g-foot .container li img {
      width: .22rem;
      margin-right: .1rem; }
  .g-foot .logo {
    width: 1.6rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0.6rem;
    bottom: auto;
    margin-left: -.8rem; }
  .g-foot .ewm {
    width: 1.6rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.6rem;
    bottom: auto; }
	.g-foot .ewm img { width: 1.36rem;}
    .g-foot .ewm div {
      background: #fff;
      padding: .12rem; }
    .g-foot .ewm p {
      font-size: .16rem;
      line-height: .28rem;
      color: #666;
      text-align: right;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 1.8rem;
      top: 0.54rem;
      bottom: auto;
      width: 1.3rem; }
  .g-foot .msg {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    line-height: .55rem; }

.index-foot .g-foot .wal {
  max-width: 100%;
  margin: 0 1rem; }

/*a.sideBtn{@extend .flexColumn; @extend .itemsCenter; @extend .justifyCenter; position: fixed; z-index: 20; top: 50%; right: 0; background: rgba(0, 0, 0, .3); width: .46rem; height: 1.66rem; @include radiusLT(.05rem); @include radiusLB(.05rem); font-size: .16rem; color: #fff; margin-top: -.83rem;
  img{width: .22rem}
  span{width: 1em; padding-top: .05rem}
  &:hover{background: $color}
}
a.topA{display: block; width: .46rem; height: .46rem; background: rgba(0, 0, 0, .3) url("../image/img46.png") center no-repeat; background-size: 100%; @include radiusLT(.05rem); @include radiusLB(.05rem); position: fixed; z-index: 20; top: 50%; margin-top: .9rem; right: 0;
  &:hover{background-color: $color}
}*/
.sideBar {
  position: fixed;
  z-index: 20;
  top: 70%;
  right: 0;
  width: .46rem;
  margin-top: -.83rem; }
  .sideBar .btn {
    background: rgba(0, 0, 0, 0.3);
    height: 1.66rem;
    border-top-left-radius: 0.05rem;
    -webkit-border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    -webkit-border-bottom-left-radius: 0.05rem;
    font-size: .16rem;
    color: #fff;
    cursor: pointer; }
    .sideBar .btn img {
      width: .2rem; }
    .sideBar .btn span {
      width: 1em;
      padding-top: .1rem; }
    .sideBar .btn:hover {
      background: #c30d23; }
  .sideBar a.topA {
    display: block;
    height: .46rem;
    background: rgba(0, 0, 0, 0.3) url("../image/img46.png") center no-repeat;
    background-size: 100%;
    border-top-left-radius: 0.05rem;
    -webkit-border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    -webkit-border-bottom-left-radius: 0.05rem;
    margin-top: .06rem; }
    .sideBar a.topA:hover {
      background-color: #c30d23; }
  .sideBar .list {
    position: absolute;
    z-index: 10;
    left: 100%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 1.7rem;
    background: #fff;
    border: #e0e4d7 solid 1px;
    border-top-left-radius: 0.05rem;
    -webkit-border-top-left-radius: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    -webkit-border-bottom-left-radius: 0.05rem;
    padding: .17rem .14rem;
    box-shadow: 0 0.17rem 0.59rem rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 0.17rem 0.59rem rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0.17rem 0.59rem rgba(0, 0, 0, 0.11); }
    .sideBar .list li {
      padding-bottom: .17rem; }
      .sideBar .list li a {
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        height: .38rem;
        font-size: .14rem;
        background: #aeafaf;
        color: #fff; }
        .sideBar .list li a img {
          width: .2rem;
          margin-right: .06rem; }
        .sideBar .list li a:hover {
          background: #c30d23; }
    .sideBar .list .ewm {
      text-align: center; }
      .sideBar .list .ewm .name {
        padding-bottom: .06rem;
        font-size: .16rem;
        font-weight: bold;
        color: #c30d23;
        letter-spacing: .08rem;
        margin-right: -.1rem; }
      .sideBar .list .ewm .img {
        -moz-border-radius: 0.05rem;
        -webkit-border-radius: 0.05rem;
        border-radius: 0.05rem;
        background: #c30d23;
        padding: .05rem; 
		}
	.sideBar .list .ewm .img img{width:100%;}
  .sideBar.show {
    right: 1.7rem; }
    .sideBar.show .btn {
      background: #c30d23; }

.index-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }
  .index-layer.show {
    opacity: 1;
    visibility: visible; }
  .index-layer .container {
    width: 8.3rem;
    min-height: .6rem;
    background: #fff;
    position: relative; }
  .index-layer a.close {
    display: block;
    width: .6rem;
    height: .6rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    background: url("../image/close18.png") center no-repeat;
    background-size: .18rem;
    opacity: .3; }
    .index-layer a.close:hover {
      opacity: 1; }
  .index-layer .side {
    width: 4rem;
    height: 6rem;
    background: center no-repeat;
    background-size: cover;
    position: relative; }
    .index-layer .side h3 {
      text-transform: uppercase;
      color: #fff;
      font-size: .18rem;
      font-family: 'Oswald';
      letter-spacing: .16rem;
      padding-left: .16rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0.45rem;
      text-align: center;
      font-weight: 400; }
  .index-layer .form {
    width: 4.3rem;
    padding: 0 .5rem; }
    .index-layer .form .title h2 {
      font-size: .3rem;
      color: #000;
      text-transform: uppercase;
      font-weight: 400;
      font-family: 'Oswald';
      line-height: 1em;
      padding: .45rem 0 .55rem 0; }
      .index-layer .form .title h2 em {
        color: #c30d23; }
    .index-layer .form .title h3 {
      font-weight: 400;
      font-size: .26rem; }
    .index-layer .form .title p {
      font-size: .14rem;
      padding: .1rem 0 .3rem 0; }
    .index-layer .form li {
      position: relative;
      min-height: .74rem;
      padding-bottom: .3rem; }
      .index-layer .form li .ico {
        width: .2rem;
        height: .2rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.11rem;
        bottom: auto; }
        .index-layer .form li .ico img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .index-layer .form li .input {
        height: .44rem;
        border-bottom: #e5e5e5 solid 1px; }
        .index-layer .form li .input input {
          width: 100%;
          height: .44rem;
          line-height: .44rem;
          padding-left: .36rem;
          font-size: .14rem; }
    .index-layer .form li.on .ico img:nth-child(1) {
      opacity: 0; }
    .index-layer .form li.on .ico img:nth-child(2) {
      opacity: 1; }
    .index-layer .form li.on .input {
      border-color: #c30d23; }
      .index-layer .form li.on .input input {
        color: #c30d23; }
    .index-layer .form .submit {
      padding-top: .2rem; }
      .index-layer .form .submit div {
        background: #c30d23;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        height: .5rem; }
        .index-layer .form .submit div:hover {
          box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23);
          -webkit-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23);
          -moz-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.23); }
      .index-layer .form .submit input {
        width: 100%;
        height: .5rem;
        font-size: .18rem;
        color: #fff;
        cursor: pointer; }
    .index-layer .form .msg {
      font-size: .14rem;
      padding-top: .22rem; }

/*index*/
#index {
  height: 100vh;
  overflow: hidden;
  position: relative; }

.index-slide {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .index-slide.index-foot {
    height: 3.46rem; }

#index-dots {
  position: absolute;
  z-index: 10;
  left: 0.2rem;
  right: auto;
  top: 0;
  bottom: 0;
  width: 22px; }
  #index-dots .index-dots span {
    height: 22px;
    background: url("../image/img22.png") center no-repeat;
    background-size: 100%;
    display: block; }
  #index-dots .index-dots span.swiper-pagination-bullet-active {
    background-image: url("../image/img22on.png"); }
  #index-dots a {
    display: block;
    height: 22px;
    background: url("../image/img30.png") center no-repeat;
    background-size: 100%;
    margin-top: .1rem;
    opacity: 0;
    visibility: hidden; }
  #index-dots.on a {
    visibility: visible;
    opacity: 1; }
  #index-dots.hide {
    opacity: 0;
    visibility: hidden; }
  #index-dots.gray .index-dots span {
    background-image: url("../image/img22_1.png"); }
  #index-dots.gray .index-dots span.swiper-pagination-bullet-active {
    background-image: url("../image/img22on.png"); }
  #index-dots.gray a {
    background-image: url("../image/img30_1.png"); }

.indexIco {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: .3rem;
  width: .26rem;
  height: .66rem;
  margin-left: -.13rem;
  background: url("../image/img26.png") center no-repeat;
  background-size: 100%;
  animation: upDown 1s infinite linear;
  -webkit-animation: upDown 1s infinite linear; }
  .indexIco.hide {
    opacity: 0;
    visibility: hidden; }
  .indexIco.gray {
    background-image: url("../image/img26_2.png"); }

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(0.3rem); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(0.3rem); } }
/**/
.indexFlash li {
  height: 100vh;
  background: center no-repeat;
  background-size: cover; }
  .indexFlash li .layer {
    height: 100vh;
    color: #fff; }
    .indexFlash li .layer h2 {
      font-size: .72rem;
      letter-spacing: .05rem;
      line-height: 1em;
      text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3); }
    .indexFlash li .layer h3 {
      font-weight: 100;
      font-size: .3rem;
      line-height: 1em;
      text-transform: uppercase;
      padding: .2rem 0 .45rem 0;
      letter-spacing: .03rem;
      text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2); }
    .indexFlash li .layer .btn a {
      font-size: .18rem;
      color: #c30d23;
      background: #fff;
      border: #c30d23 solid 1px;
      display: block;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      width: 1.8rem;
      height: .5rem;
      line-height: .48rem;
      padding-left: .63rem;
      position: relative; }
      .indexFlash li .layer .btn a:before {
        content: "";
        display: block;
        position: absolute;
        left: -1px;
        top: -1px;
        bottom: -1px;
        width: .5rem;
        height: .5rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #c30d23 url("../image/img12.png") center no-repeat;
        background-size: .12rem;
        margin-left: 0; }
      .indexFlash li .layer .btn a:hover {
        background: #c30d23;
        color: #fff;
        padding-left: .2rem; }
        .indexFlash li .layer .btn a:hover:before {
          left: 100%;
          margin-left: -.5rem;
          background-color: #fff;
          background-image: url("../image/img12on.png"); }
.indexFlash .dots {
  position: absolute;
  z-index: 10;
  left: 1rem;
  right: auto;
  top: auto;
  bottom: 0.3rem; }
  .indexFlash .dots span {
    width: .4rem;
    height: 2px;
    background: #fff;
    margin-right: .1rem; }
  .indexFlash .dots span.swiper-pagination-bullet-active {
    background: #c30d23; }

.index-about .wal, .index-news .wal {
  max-width: 100%;
  margin: 0 1rem;
  height: 100vh; }

.index-title {
  letter-spacing: .04rem; }
  .index-title h3 {
    font-size: .54rem;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Oswald';
    padding-bottom: .15rem;
    font-weight: 400; }
    .index-title h3 em {
      color: #c30d23; }
  .index-title h2 {
    font-size: .48rem;
    line-height: 1em; }

a.p-more {
  display: block;
  color: #c30d23;
  border: #c30d23 solid 1px;
  width: 1.5rem;
  height: .46rem;
  line-height: .44rem;
  font-family: 'Oswald';
  font-size: .18rem;
  text-transform: uppercase;
  letter-spacing: .03rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding-left: .36rem;
  position: relative; }
  a.p-more:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: .36rem;
    bottom: 0;
    width: .09rem;
    background: url("../image/img9.png") center no-repeat;
    background-size: 100%; }
  a.p-more:hover {
    background: #c30d23;
    color: #fff; }
    a.p-more:hover:before {
      background-image: url("../image/img9on.png"); }

.index-about .list {
  width: 50%;
  max-width: 8.2rem;
  min-height: 3.6rem;
  padding-top: .65rem; }
  .index-about .list li {
    width: 50%;
    padding: 0 .3rem .6rem 0; }
    .index-about .list li .ico {
      width: .54rem; }
    .index-about .list li .name {
      position: relative;
      font-size: .2rem;
      line-height: 1em;
      padding: .2rem 0 .4rem 0; }
      .index-about .list li .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .2rem;
        width: .3rem;
        height: 1px;
        background: #999; }
    .index-about .list li p {
      font-size: .14rem;
      line-height: .26rem;
      color: #666;
      text-align: justify;
      max-width: 3.1rem; }
.index-about .img-list {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%; }
  .index-about .img-list .list-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative; }
  .index-about .img-list li {
    height: 100vh;
    background: center no-repeat;
    background-size: cover; }
  .index-about .img-list .lines {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 100%;
    top: 0;
    bottom: 0;
    width: .03rem; }
    .index-about .img-list .lines span {
      display: block;
      height: 33.333vh;
      position: relative; }
      .index-about .img-list .lines span:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: .1rem;
        height: .02rem;
        background: #c30d23; }
      .index-about .img-list .lines span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 0;
        background: #c30d23; }
      .index-about .img-list .lines span:last-child:after {
        display: none; }
    .index-about .img-list .lines span.on:before {
      height: 100%; }
  .index-about .img-list .num { display:none;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 1rem;
    top: auto;
    bottom: 0.6rem;
    min-width: 2.7rem;
    height: .6rem;
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    color: #fff;
    padding: 0 .3rem; }
    .index-about .img-list .num em {
      width: 100%;
      font-size: .2rem; }
    .index-about .img-list .num span {
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      font-size: .24rem;
      font-family: 'Oswald';
      letter-spacing: .06rem; }
      .index-about .img-list .num span.num-curr {
        font-size: .36rem; }

.index-solution {
  color: #fff; }
  .index-solution .btn {
    width: 4.92rem;
    height: 5.64rem;
    position: absolute;
    z-index: 20;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-left: -2.46rem;
    margin-top: -2.9rem; }
    .index-solution .btn canvas {
      width: 100%; }
    .index-solution .btn .index-title {
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 1.85rem;
      bottom: auto;
      text-align: center; }
      .index-solution .btn .index-title h3 {
        font-size: .6rem;
        line-height: .72rem; }
      .index-solution .btn .index-title h2 {
        font-size: .34rem; }
    .index-solution .btn li {
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      font-size: .2rem;
      cursor: pointer;
      width: .24rem;
      height: .24rem;
      transform: translate(-0.12rem, -0.12rem);
      -webkit-transform: translate(-0.12rem, -0.12rem); }
      .index-solution .btn li div {
        position: absolute;
        white-space: nowrap;
        line-height: 1em; }
    .index-solution .btn li.li_01 {
      margin-top: -2.7rem; }
      .index-solution .btn li.li_01 div {
        top: -.3rem;
        left: -.1rem; }
    .index-solution .btn li.li_02 {
      margin-top: -1.35rem;
      margin-left: 2.35rem; }
      .index-solution .btn li.li_02 div {
        top: -.3rem;
        left: .05rem; }
    .index-solution .btn li.li_03 {
      margin-top: 1.35rem;
      margin-left: 2.35rem; }
      .index-solution .btn li.li_03 div {
        top: .3rem;
        left: .05rem; }
    .index-solution .btn li.li_04 {
      margin-top: 2.7rem; }
      .index-solution .btn li.li_04 div {
        top: .3rem;
        left: -.08rem; }
    .index-solution .btn li.li_05 {
      margin-top: 1.35rem;
      margin-left: -2.35rem; }
      .index-solution .btn li.li_05 div {
        top: .3rem;
        right: .05rem; }
    .index-solution .btn li.li_06 {
      margin-top: -1.35rem;
      margin-left: -2.35rem; }
      .index-solution .btn li.li_06 div {
        top: -.3rem;
        right: .05rem; }
  .index-solution .list li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden; }
    .index-solution .list li.show {
      opacity: 1;
      visibility: visible; }
    .index-solution .list li .container {
      position: absolute;
      z-index: 10;
      left: 1rem;
      right: 0;
      top: auto;
      bottom: 1rem;
      padding-left: .75rem; }
      .index-solution .list li .container .ico {
        width: .6rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .index-solution .list li .container h2 {
        font-size: .36rem;
        line-height: .6rem; }
      .index-solution .list li .container p {
        font-size: .16rem;
        line-height: .28rem;
        max-width: 4.75rem; }
  .index-solution .tag {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 1rem;
    top: auto;
    bottom: 1rem;
    width: 4.2rem; }
    .index-solution .tag li {
      text-align: center;
      width: .88rem; }
      .index-solution .tag li .name {
        font-size: .2rem;
        line-height: 1em;
        padding-top: .12rem; }

.p-arrow {
  width: 1.15rem; }
  .p-arrow a {
    width: .48rem;
    height: .48rem;
    background: center no-repeat;
    background-size: .48rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #d0d0d0 solid 1px; }
    .p-arrow a:hover {
      background-color: #c30d23;
      border-color: #c30d23; }
    .p-arrow a.prev {
      background-image: url("../image/prev48.png"); }
      .p-arrow a.prev:hover {
        background-image: url("../image/prev48on.png"); }
    .p-arrow a.next {
      background-image: url("../image/next48.png"); }
      .p-arrow a.next:hover {
        background-image: url("../image/next48on.png"); }

.index-case .wal {
  max-width: 100%;
  margin: 0 1rem;
  padding-bottom: 60vh;
  height: 100vh;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative; }
.index-case .index-title {
  padding-bottom: .65rem; }
.index-case .btn {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 60vh; }
  .index-case .btn li {
    position: relative;
    padding: 0 .33rem;
    height: 1.2rem;
    cursor: pointer;
    text-align: center; }
    .index-case .btn li:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: .62rem;
      width: 2px;
      height: 0;
      margin-left: -1px;
      background: #c30d23; }
    .index-case .btn li div {
      font-size: .18rem;
      line-height: 1em;
      text-transform: uppercase;
      font-family: 'Oswald';
      letter-spacing: .03rem;
      color: #000; }
    .index-case .btn li h3 {
      font-weight: 400;
      font-size: .2rem;
      padding-top: .07rem; }
  .index-case .btn li.on {
    color: #c30d23; }
    .index-case .btn li.on div {
      opacity: 1;
      color: #c30d23; }
    .index-case .btn li.on:before {
      height: .4rem; }
.index-case .list {
  position: absolute;
  z-index: 10;
  left: -1rem;
  right: -1rem;
  top: auto;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
  .index-case .list.show {
    opacity: 1;
    visibility: visible; }
  .index-case .list .big-img {
    width: 50%;
    position: relative; }
    .index-case .list .big-img .img a {
      display: block;
      background: center no-repeat;
      background-size: cover;
      height: 60vh;
      position: relative; }
      .index-case .list .big-img .img a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url("../image/bg10.png") center bottom repeat-x;
        background-size: .1rem; }
    .index-case .list .big-img .name {
      position: absolute;
      z-index: 10;
      left: 1rem;
      right: 1rem;
      top: auto;
      bottom: 0.3rem; }
      .index-case .list .big-img .name a {
        color: #fff;
        font-size: .3rem; }
      .index-case .list .big-img .name dd {
        font-size: .16rem;
        color: #fff;
        padding-left: .38rem;
        height: .3rem; }
        .index-case .list .big-img .name dd img {
          width: .24rem;
          margin-right: .06rem; }
  .index-case .list .list-wrapper {
    width: 50%;
    height: 60vh;
    overflow: hidden;
    position: relative; }
    .index-case .list .list-wrapper dd {
      width: 50%;
      padding: 0 0 2px 2px;
      position: relative; }
      .index-case .list .list-wrapper dd .img {
        background: center no-repeat;
        background-size: cover;
        height: 30vh; }
      .index-case .list .list-wrapper dd a.layer {
        position: absolute;
        z-index: 10;
        left: 2px;
        right: 0;
        top: 0;
        bottom: 2px;
        color: #fff;
        text-align: center;
        background: rgba(220, 80, 80, 0.8);
        font-size: .24rem;
        opacity: 0;
        visibility: hidden; }
        .index-case .list .list-wrapper dd a.layer .more {
          text-transform: uppercase;
          position: relative;
          font-family: 'Oswald';
          font-size: .2rem;
          padding-top: .5rem;
          letter-spacing: .1rem; }
          .index-case .list .list-wrapper dd a.layer .more:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: .4rem;
            right: .1rem;
            height: 1px;
            background: #fff; }
    .index-case .list .list-wrapper dd:hover a.layer {
      opacity: 1;
      visibility: visible; }
  .index-case .list .p-arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 1rem;
    top: -1.2rem;
    bottom: auto; }

.index-news .btn {
  height: 3.5rem;
  padding-top: .65rem;
  width: 1.7rem; }
  .index-news .btn li {
    height: .5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: .3rem;
    border: #ccc solid 1px;
    position: relative;
    padding-left: .64rem;
    font-size: .18rem;
    color: #666;
    cursor: pointer; }
    .index-news .btn li .name {
      line-height: .48rem; }
    .index-news .btn li .ico {
      position: absolute;
      z-index: 10;
      left: -1px;
      right: auto;
      top: -1px;
      bottom: auto;
      width: .5rem;
      height: .5rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: #c30d23 solid 1px;
      background: #c30d23;
      margin-left: 0; }
      .index-news .btn li .ico img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0;
		 height:.56rem;}
  .index-news .btn li.on {
    background: #c30d23;
    border-color: #c30d23;
    color: #fff;
    padding-left: .25rem; }
    .index-news .btn li.on .ico {
      background: #fff;
      left: 100%;
      margin-left: -.49rem; }
      .index-news .btn li.on .ico img:nth-child(1) {
        opacity: 0; }
      .index-news .btn li.on .ico img:nth-child(2) {
        opacity: 1; }
.index-news .list {
  position: absolute;
  z-index: 10;
  left: 3.62rem;
  right: 1rem;
  top: 0;
  bottom: 0;
  border-left: #ccc solid 1px;
  opacity: 0;
  visibility: hidden; }
  .index-news .list.show {
    opacity: 1;
    visibility: visible; }
  .index-news .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-news .list .list-wrapper dd {
      width: 26%;
      height: 100vh;
      padding: 0 .1rem;
      border-right: #ccc solid 1px;
      position: relative;
      justify-content: flex-end;
      -webkit-justify-content: flex-end; }
      .index-news .list .list-wrapper dd .box {
        max-width: 3.68rem;
        margin-left: 0;
        width: 100%; }
      .index-news .list .list-wrapper dd .time {
        font-size: .8rem;
        color: #999;
        font-family: 'Oswald';
        line-height: 1em; }
      .index-news .list .list-wrapper dd p, .index-news .list .list-wrapper dd .content {
        font-size: .14rem;
        line-height: .25rem;
        color: #999;
        text-align: justify;
        max-width: 2.8rem;
        height: 21vh;
        padding-top: .25rem; }
      .index-news .list .list-wrapper dd p {
        position: absolute;
        z-index: 10;
        left: 0.1rem;
        right: 0.1rem;
        top: auto;
        bottom: 0;
        z-index: 1; }
      .index-news .list .list-wrapper dd .content {
        position: relative;
        opacity: 0;
        height: 1.35rem;
        padding: .15rem 0;
        color: #666;
        top: .6rem; }
      .index-news .list .list-wrapper dd .time2 {
        font-size: .14rem;
        color: #999;
        line-height: 1em; }
      .index-news .list .list-wrapper dd .name {
        padding-top: .12rem; }
        .index-news .list .list-wrapper dd .name a {
          display: block;
          font-size: .16rem;
          line-height: .25rem;
          height: .5rem;
          overflow: hidden; }
      .index-news .list .list-wrapper dd .more {
        padding: .25rem 0 .3rem 0;
        position: relative; }
        .index-news .list .list-wrapper dd .more:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .15rem;
          height: 1px;
          width: .38rem;
          background: #999; }
        .index-news .list .list-wrapper dd .more a {
          font-size: .18rem;
          color: #c30d23;
          font-family: 'Oswald';
          padding-right: .2rem;
          background: url("../image/img8.png") right center no-repeat;
          background-size: .08rem;
          opacity: 0;
          display: inline-block; }
      .index-news .list .list-wrapper dd .img {
        height: 42vh;
        position: relative;
        z-index: 5; }
        .index-news .list .list-wrapper dd .img a {
          display: block;
          height: 21vh;
          background: center no-repeat;
          background-size: cover; }
    .index-news .list .list-wrapper dd.on {
      width: 48%; }
      .index-news .list .list-wrapper dd.on .time, .index-news .list .list-wrapper dd.on .name a {
        color: #c30d23; }
      .index-news .list .list-wrapper dd.on p {
        opacity: 0;
        bottom: 1rem; }
      .index-news .list .list-wrapper dd.on .content {
        opacity: 1;
        top: 0; }
      .index-news .list .list-wrapper dd.on .more:before {
        width: 0; }
      .index-news .list .list-wrapper dd.on .more a {
        opacity: 1; }
      .index-news .list .list-wrapper dd.on .img a {
        height: 42vh; }
  .index-news .list .p-arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.57rem;
    top: auto;
    bottom: 0.3rem; }

/*page*/
.p-banner {
  height: 5rem;
  background: center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: .3rem;
  text-align: center; }
  .p-banner h2 {
    font-size: .72rem;
    text-transform: uppercase;
    font-family: 'Oswald';
    line-height: 1em;
    font-weight: 400;
    letter-spacing: .1rem;
    padding-left: .1rem;
    padding-bottom: .2rem;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1); }
  .p-banner .name {
    text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1); }
  .p-banner h3 {
    font-size: .46rem;
    padding-bottom: .25rem; }
  .p-banner dl.list dd {
    padding: 0 .1rem; }
  .p-banner dl.list div {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 3.05rem;
    height: .46rem;
    line-height: .46rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: .16rem; }

.p-content {
  font-size: .14rem;
  line-height: .26rem;
  text-align: justify; }
  .p-content p {
    padding-bottom: .1rem; }

.about-1 {
  position: relative;
  z-index: 11; }
  .about-1 .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.85rem;
    bottom: auto;
    color: #f9e7e8;
    font-size: 1.32rem;
    font-family: 'Oswald';
    line-height: 1em;
    text-transform: uppercase; }
  .about-1 .index-title {
    padding: .95rem 0 .4rem 0;
    position: relative;
    z-index: 11; }
  .about-1 .list {
    min-height: 2.55rem; }
    .about-1 .list li {
      width: 33.333%;
      padding: 0 .65rem .5rem 0; }
      .about-1 .list li .ico {
        width: .54rem; }
      .about-1 .list li .name {
        font-size: .2rem;
        padding: .16rem 0 .4rem 0;
        position: relative; }
        .about-1 .list li .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .18rem;
          width: .3rem;
          height: 1px;
          background: #999; }
      .about-1 .list li p {
        color: #666; }
  .about-1 .list2 li {
    height: 1rem;
    position: relative;
    width: 1.4rem; }
    .about-1 .list2 li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -.9rem;
      width: 1px;
      height: .64rem;
      background: #ccc; }
    .about-1 .list2 li:last-child:before {
      display: none; }
    .about-1 .list2 li .num {
      color: #c30d23;
      height: .45rem;
      position: relative;
      top: -.05rem; }
      .about-1 .list2 li .num span {
        font-family: 'Oswald';
        font-size: .48rem; }
      .about-1 .list2 li .num em {
        font-size: .24rem;
        position: relative;
        top: -.1rem; }
      .about-1 .list2 li .num b {
        font-size: .4rem; }
    .about-1 .list2 li .name {
      font-size: .14rem;
      color: #666;
      padding-top: .06rem; }
  .about-1 .img-list {
    position: relative; }
    .about-1 .img-list .list-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .about-1 .img-list .list-wrapper img {
        width: 100%; }
    .about-1 .img-list .arrow a {
      display: block;
      width: .8rem;
      height: .8rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5) center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.4rem;
      opacity: 0; }
      .about-1 .img-list .arrow a:hover {
        background-color: #c30d23; }
      .about-1 .img-list .arrow a.prev {
        left: .3rem;
        background-image: url("../image/prev80.png"); }
        .about-1 .img-list .arrow a.prev:hover {
          background-image: url("../image/prev80on.png"); }
      .about-1 .img-list .arrow a.next {
        right: .3rem;
        background-image: url("../image/next80.png"); }
        .about-1 .img-list .arrow a.next:hover {
          background-image: url("../image/next80on.png"); }
    .about-1 .img-list .num {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.4rem;
      top: auto;
      bottom: 0.3rem;
      min-width: 2.7rem;
      height: .6rem;
      background: rgba(0, 0, 0, 0.3);
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      color: #fff;
      padding: 0 .3rem; }
      .about-1 .img-list .num em {
        width: 100%;
        font-size: .2rem; }
      .about-1 .img-list .num span {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        font-size: .24rem;
        font-family: 'Oswald';
        letter-spacing: .06rem; }
        .about-1 .img-list .num span.num-curr {
          font-size: .36rem; }
    .about-1 .img-list:hover .arrow a {
      opacity: 1; }

.about-2 {
  position: relative; }
  .about-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2.25rem;
    right: 0;
    bottom: 0;
    background: #eee; }
  .about-2 .wal {
    position: relative;
    padding: .9rem 0 1.65rem 0; }
  .about-2 .index-title {
    padding-bottom: .4rem; }
  .about-2 .p-arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.6rem;
    bottom: auto; }
  .about-2 .list {
    margin-right: -.19rem;
    margin-left: -.19rem; }
    .about-2 .list .list-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .about-2 .list li {
      padding: 0 .19rem;
      text-align: center; }
      .about-2 .list li .img {
        background: #fff;
        height: 3.6rem;
        padding: .2rem; }
        .about-2 .list li .img img {
          max-height: 100%; }
      .about-2 .list li .name {
        line-height: .52rem;
        font-size: .14rem;
        color: #666; }

.about-3 {
  position: relative;
  min-height: 7.45rem;
  padding: 1.65rem 0; }
  .about-3 .p-content {
    padding-top: .4rem;
    line-height: 2em;
    color: #666;
    max-width: 5.27rem; }
  .about-3 .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.7rem;
    top: -1.22rem;
    bottom: auto;
    width: 7.4rem; }
    .about-3 .list .list-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .about-3 .list .list-wrapper li {
        height: 8.6rem;
        position: relative; }
      .about-3 .list .list-wrapper dd a {
        position: absolute;
        display: block; }
        .about-3 .list .list-wrapper dd a:before {
          content: "";
          display: block;
          position: absolute;
          left: -.7rem;
          top: -.45rem;
          right: -.7rem;
          bottom: -.77rem;
          background: center no-repeat;
          background-size: 100% 100%; }
        .about-3 .list .list-wrapper dd a:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: url("../image/img258.png") center no-repeat;
          background-size: 100% 100%;
          opacity: 0; }
        .about-3 .list .list-wrapper dd a img {
          position: relative; }
        .about-3 .list .list-wrapper dd a:hover:after {
          opacity: 1; }
      .about-3 .list .list-wrapper dd.dd_01 a, .about-3 .list .list-wrapper dd.dd_04 a {
        width: 1.67rem; }
        .about-3 .list .list-wrapper dd.dd_01 a:before, .about-3 .list .list-wrapper dd.dd_04 a:before {
          background-image: url("../image/img307.png"); }
      .about-3 .list .list-wrapper dd.dd_01 a {
        left: 2.1rem;
        top: .34rem; }
      .about-3 .list .list-wrapper dd.dd_04 a {
        left: 3.15rem;
        top: 2.62rem; }
      .about-3 .list .list-wrapper dd.dd_02 a, .about-3 .list .list-wrapper dd.dd_03 a {
        width: 1.83rem; }
        .about-3 .list .list-wrapper dd.dd_02 a:before, .about-3 .list .list-wrapper dd.dd_03 a:before {
          background-image: url("../image/img323.png"); }
      .about-3 .list .list-wrapper dd.dd_02 a {
        right: .7rem;
        top: .95rem; }
      .about-3 .list .list-wrapper dd.dd_03 a {
        left: .7rem;
        top: 1.85rem; }
      .about-3 .list .list-wrapper dd.dd_05 a {
        width: 1.41rem;
        left: 1.4rem;
        top: 4.32rem; }
        .about-3 .list .list-wrapper dd.dd_05 a:before {
          background-image: url("../image/img279.png"); }
      .about-3 .list .list-wrapper dd.dd_06 a {
        width: 2.56rem;
        right: .7rem;
        top: 4.3rem; }
        .about-3 .list .list-wrapper dd.dd_06 a:before {
          top: -.35rem;
          bottom: -.88rem;
          background-image: url("../image/img396.png"); }
    .about-3 .list .dots {
      position: absolute;
      z-index: 10;
      left: 0.7rem;
      right: auto;
      top: 6.95rem;
      bottom: auto; }
      .about-3 .list .dots span {
        margin-right: .2rem;
        width: .6rem;
        height: .08rem;
        background: #c30d23;
        opacity: .5;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem; }
      .about-3 .list .dots span.swiper-pagination-bullet-active {
        opacity: 1; }

.p-class {
  padding: .98rem 0 .48rem 0; }
  .p-class li {
    position: relative;
    padding: 0 0 .12rem 1.68rem;
    min-height: .52rem;
    line-height: .4rem;
    font-size: .16rem; }
    .p-class li .name {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      background: #c30d23;
      color: #fff;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      height: .4rem;
      text-align: center;
      width: 1.2rem; }
    .p-class li dl {
      margin-left: -.55rem; }
    .p-class li dd {
      height: .4rem;
      padding-left: .55rem; }
      .p-class li dd a.on {
        font-weight: bold;
        color: #c30d23; }

.case ul {
  margin-left: -.6rem;
  margin-bottom: -.6rem; }
.case li {
  padding: 0 0 .6rem .6rem;
  width: 33.333%; }
.case a {
  display: block;
  border-bottom: #d6d6d6 solid 1px;
  position: relative; }
  .case a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 2px;
    background: #c30d23;
    opacity: 0; }
  .case a .name {
    font-size: .16rem;
    height: .53rem;
    line-height: .53rem;
    text-align: center;
    position: relative;
    padding: 0 .2rem; }
    .case a .name em {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: 0;
      bottom: auto;
      padding-right: .2rem;
      font-size: .18rem;
      font-family: 'Oswald';
      text-transform: uppercase;
      opacity: 0;
      background: url("../image/img8.png") right center no-repeat;
      background-size: .08rem;
      color: #c30d23;
      font-weight: 400; }
.case a:hover {
  box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23);
  -webkit-box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23);
  -moz-box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23);
  background: #fff; }
  .case a:hover:before {
    opacity: 1; }
  .case a:hover .name {
    font-weight: 600;
    text-align: left; }
    .case a:hover .name em {
      opacity: 1; }

.p-num {
  padding: .8rem 0 1rem 0; }
  .p-num a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 .1rem;
    border: #cdcdcd solid 1px;
    height: .48rem;
    width: .48rem;
    line-height: .46rem;
    text-align: center;
    font-size: .25rem;
    color: #ccc;
    font-family: 'Oswald';
    background: center no-repeat;
    background-size: .48rem; }
    .p-num a:hover, .p-num a.on {
      background-color: #c30d23;
      border-color: #c30d23;
      color: #fff; }
    .p-num a.prev {
      background-image: url("../image/prev48.png"); }
      .p-num a.prev:hover {
        background-image: url("../image/prev48on.png"); }
    .p-num a.next {
      background-image: url("../image/next48.png"); }
      .p-num a.next:hover {
        background-image: url("../image/next48on.png"); }


.page-showpage{ margin:80px 0; font-size:14px; text-align:center;}
.page-showpage .wrap{justify-content: center;}
.page-showpage .text{border: 1px solid #efefef; padding:10px 10px; margin-right: 5px; height: 40px; border-radius:20px; display:flex; align-items: center;}
.page-showpage a{ border:1px solid #efefef; padding:10px 10px; border-radius:4px; margin-left:5px; margin-right:5px; transition: all .3s;}
.page-showpage a.now{ background:#c30d23; color:#fff; border:1px solid #c30d23; }
.page-showpage a:hover{ background:#c30d23; color:#fff; border:1px solid #c30d23; }
.page-showpage span{ padding:0 8px; display:inline-block;} 

.case-show {
  position: relative;
  min-height: 3rem; 
  width:90%;
  margin:auto;
  
  }
  .case-show .index-title {
    padding: .9rem 0 .3rem 0;
    border-bottom: #ccc solid 1px;
    margin-bottom: .5rem; }
  .case-show .p-back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.62rem;
    bottom: auto; }
  .case-show .big-img {
    width: 8.5rem;
    position: relative; }
    .case-show .big-img .num {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.3rem;
      top: auto;
      bottom: 0.3rem;
      min-width: 2.7rem;
      height: .6rem;
      background: rgba(0, 0, 0, 0.3);
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      color: #fff;
      padding: 0 .3rem; }
      .case-show .big-img .num em {
        width: 100%;
        font-size: .2rem; }
      .case-show .big-img .num span {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        font-size: .24rem;
        font-family: 'Oswald';
        letter-spacing: .06rem; }
        .case-show .big-img .num span.num-curr {
          font-size: .36rem; }
  .case-show .p-content {
    clear: both;
    padding: .45rem 0 .25rem 0;
    color: #666; }
  .case-show .msg {
    border-top: #ccc solid 1px;
    padding: .25rem 0 .95rem 0; }
    .case-show .msg div {
      height: .36rem;
      font-size: .14rem;
      color: #666; }
    .case-show .msg img {
      height: .24rem;
      margin-right: .08rem; }

@media screen and (min-width: 800px) {
  .case-show .list {
    height: 5.1rem;
    width: 3.1rem;
    padding-right: .4rem;
    position: relative; }
    .case-show .list .list-wrapper {
      height: 5.22rem;
      overflow: hidden;
      position: relative; }
      .case-show .list .list-wrapper li {
        padding-bottom: .12rem; }
        .case-show .list .list-wrapper li .img {
          position: relative; }
          .case-show .list .list-wrapper li .img:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(220, 80, 80, 0.8) url("../image/img40.png") center no-repeat;
            background-size: .4rem;
            opacity: 0; }
      .case-show .list .list-wrapper li.on .img:before, .case-show .list .list-wrapper li:hover .img:before {
        opacity: 1; }
    .case-show .list .progress {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.17rem;
      top: 0.34rem;
      bottom: 0.34rem;
      width: 1px;
      background: #ccc; }
      .case-show .list .progress .swiper-scrollbar-drag {
        background: #c30d23;
        width: 3px;
        position: relative;
        left: -1px; }
    .case-show .list .arrow a {
      display: block;
      width: .24rem;
      height: .24rem;
      background: center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.06rem;
      top: auto;
      bottom: auto; }
      .case-show .list .arrow a.prev {
        top: 0;
        background-image: url("../image/prev24.png"); }
        .case-show .list .arrow a.prev:hover {
          background-image: url("../image/prev24on.png"); }
      .case-show .list .arrow a.next {
        bottom: 0;
        background-image: url("../image/next24.png"); }
        .case-show .list .arrow a.next:hover {
          background-image: url("../image/next24on.png"); } }
.case-foot {
  background: url("../image/case-foot.jpg") center no-repeat;
  background-size: cover; }
  .case-foot .wal {
    min-height: 6.37rem;
    position: relative; }
  .case-foot .index-title {
    padding: .9rem 0 .4rem 0; }
  .case-foot .p-back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.68rem;
    bottom: auto; }

.introduction {
  padding-top: 1rem; }
  .introduction ul {
    margin-left: -1rem;
    margin-bottom: -.8rem; }
  .introduction li {
    width: 50%;
    padding: 0 0 .8rem 1rem; }
  .introduction a {
    display: block; }
    .introduction a .container {
      position: relative;
      min-height: 1.38rem;
      top: 0;
      padding-top: .12rem;
      color: #333; }
      .introduction a .container:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: .5rem;
        height: 1px;
        background: #999; }
    .introduction a .name {
      font-size: .18rem;
      height: .48rem;
      line-height: .48rem;
      font-weight: 600; }
    .introduction a .p-content {
      color: #808080;
      line-height: .24rem;
      height: .48rem;
      overflow: hidden; }
    .introduction a .more {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 1.2rem;
      bottom: auto;
      opacity: 0;
      font-size: .18rem;
      font-family: 'Oswald';
      text-transform: uppercase;
      background: url("../image/img8.png") right center no-repeat;
      padding-right: .18rem;
      background-size: .08rem;
      color: #c30d23; }
  .introduction a:hover .container {
    top: -.27rem;
    color: #c30d23; }
    .introduction a:hover .container:before {
      opacity: 0; }
  .introduction a:hover .p-content {
    color: #c30d23; }
  .introduction a:hover .more {
    opacity: 1; }
  .introduction a:hover .img img {
    box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23);
    -webkit-box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23);
    -moz-box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23); }

a.p-back {
  display: block;
  width: 1.5rem;
  height: .46rem;
  line-height: .46rem;
  text-align: center;
  color: #c30d23;
  border: #c30d23 solid 1px;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: .16rem; }
  a.p-back em {
    padding-left: .19rem;
    background: url("../image/img9_2.png") left center no-repeat;
    background-size: .09rem; }
  a.p-back:hover {
    background: #c30d23;
    color: #fff; }
    a.p-back:hover em {
      background-image: url("../image/img9_2on.png"); }

.introduction-show {
  min-height: 5rem;
  padding: .9rem 0 0 0;
  position: relative; }
  .introduction-show .p-back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1rem;
    bottom: auto; }
  .introduction-show h2.title {
    font-size: .3rem;
    line-height: .52rem; }
  .introduction-show .time {
    font-size: .16rem;
    color: #666;
    padding-bottom: .25rem;
    border-bottom: #ccc solid 1px; }
  .introduction-show .content {
    padding: .35rem 0;
    font-size: .14rem;
    line-height: .26rem;
    text-align: justify;
    color: #666; }
    .introduction-show .content p {
      padding-bottom: .2rem; }
    .introduction-show .content .img {
      text-align: center;
      padding-bottom: .3rem; }
    .introduction-show .content h3 {
      color: #c30d23;
      font-size: .16rem; }

.p-num2 {
  padding: .25rem 0;
  min-height: 1.85rem;
  position: relative;
  border-top: #ccc solid 1px; }
  .p-num2 li {
    font-size: .16rem;
    line-height: .25rem;
    padding-bottom: .13rem; }
    .p-num2 li a {
      color: #666; }
    .p-num2 li a:hover {
      color: #c30d23;
      font-weight: bold; }
  .p-num2 .p-back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.3rem;
    bottom: auto; }

.p-nav {
  position: relative;
  height: .78rem;
  line-height: .78rem;
  border-bottom: #ccc solid 1px; }
  .p-nav .curr {
    background: url("../image/img18.png") left center no-repeat;
    background-size: .18rem;
    padding-left: .28rem;
    height: .78rem;
    font-size: .14rem;
    color: #999; }
    .p-nav .curr a {
      color: #999; }
    .p-nav .curr a:hover, .p-nav .curr span {
      color: #c30d23; }
  .p-nav dl {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
  .p-nav dd {
    margin-left: .48rem; }
    .p-nav dd a {
      display: block;
      font-size: .14rem;
      color: #666;
      position: relative;
      height: .78rem; }
      .p-nav dd a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 2px;
        background: #c30d23;
        opacity: 0; }
      .p-nav dd a:hover, .p-nav dd a.on {
        color: #c30d23; }
        .p-nav dd a:hover:before, .p-nav dd a.on:before {
          opacity: 1; }

.news {
  padding-top: .6rem; }
  .news ul {
    margin-left: -1rem;
    margin-bottom: -.8rem; }
  .news li {
    width: 50%;
    padding: 0 0 .8rem 1rem; }
  .news a {
    display: block;
    position: relative;
    border-bottom: #d6d6d6 solid 1px; }
    .news a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      right: 0;
      height: 2px;
      background: #c30d23;
      opacity: 0; }
    .news a .container {
      min-height: 1.35rem;
      position: relative;
      padding: .15rem 1.5rem .15rem .3rem; }
    .news a .name {
      font-size: .18rem;
      height: .48rem;
      line-height: .48rem;
      font-weight: 600; }
    .news a .p-content {
      color: #808080;
      line-height: .24rem;
      height: .48rem;
      overflow: hidden; }
    .news a .time {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      width: 1.18rem;
      color: #999;
      font-size: .16rem;
      font-family: 'Oswald'; }
      .news a .time:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 1px;
        height: .74rem;
        margin-top: -.37rem;
        background: #ccc; }
      .news a .time div {
        font-size: .56rem;
        line-height: 1em;
        position: relative;
        top: -.04rem; }
  .news a:hover {
    box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23);
    -webkit-box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23);
    -moz-box-shadow: 0 0.17rem 0.62rem rgba(250, 150, 150, 0.23); }
    .news a:hover:before {
      opacity: 1; }
    .news a:hover .p-content {
      color: #c30d23; }
    .news a:hover .time {
      color: #c30d23; }
      .news a:hover .time:before {
        background: #c30d23; }
.news li .img img,.case li .img img{width:100%;}
.contact .index-title {
  padding: .6rem 0 .35rem 0; }
.contact .form li {
  width: 5.65rem;
  padding-bottom: .2rem;
  position: relative; }
  .contact .form li .ico {
    width: .22rem;
    height: .22rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.125rem;
    bottom: auto; }
    .contact .form li .ico img:nth-child(2) {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      opacity: 0; }
  .contact .form li .input {
    border-bottom: #ccc solid 1px; }
    .contact .form li .input input, .contact .form li .input textarea {
      width: 100%;
      height: .47rem;
      line-height: .47rem;
      font-size: .16rem;
      padding-left: .3rem; }
    .contact .form li .input textarea {
      height: 1rem;
      line-height: .27rem;
      padding: .1rem 0 .1rem .3rem; }
.contact .form li.on .ico img:nth-child(1) {
  opacity: 0; }
.contact .form li.on .ico img:nth-child(2) {
  opacity: 1; }
.contact .form li.on .input {
  border-color: #c30d23; }
  .contact .form li.on .input input, .contact .form li.on .input textarea {
    color: #c30d23; }
.contact .form li.li_01 {
  width: 100%; }
.contact .submit {
  padding: .3rem 0 .7rem 0; }
  .contact .submit div {
    width: 1.8rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    margin: 0 auto;
    background: #c30d23;
    position: relative;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .18rem;
    letter-spacing: .02rem;
    color: #fff; }
    .contact .submit div em {
      padding-right: .23rem;
      background: url("../image/img13.png") right center no-repeat;
      background-size: .13rem; }
    .contact .submit div:hover {
      box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.5);
      -webkit-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.5);
      -moz-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.5); }
  .contact .submit input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    cursor: pointer; }

.contact-map {
  position: relative; }
  .contact-map .layer {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 5.62rem;
    margin-left: -6rem;
    background: rgba(255, 255, 255, 0.8);
    padding-left: .7rem; }
    .contact-map .layer .index-title {
      padding-bottom: .2rem; }
    .contact-map .layer li {
      position: relative;
      height: .88rem;
      padding-left: .65rem; }
      .contact-map .layer li .ico {
        width: .5rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: auto; }
      .contact-map .layer li h3 {
        font-size: .18rem;
        color: #c30d23;
        padding-bottom: .03rem; }
      .contact-map .layer li p {
        font-size: .18rem;
        color: #666; }
  .contact-map #map {
    height: 6.6rem; }

.join {
  padding: 1rem 0; }
  .join li {
    padding-bottom: .2rem; }
    .join li .title {
      height: .8rem;
      background: #f9e7e8;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      position: relative;
      cursor: pointer;
      padding: 0 .5rem;
      font-size: .16rem;
      color: #666666; }
      .join li .title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .5rem;
        width: .26rem;
        bottom: 0;
        background: url("../image/img26_3.png") center no-repeat;
        background-size: 100%; }
      .join li .title h2 {
        font-size: .24rem;
        width: 5.1rem;
        color: #333; }
      .join li .title .address, .join li .title .price {
        width: 2.55rem;
        line-height: .4rem; }
      .join li .title .address {
        padding-left: .25rem;
        background: url("../image/img25.png") left center no-repeat;
        background-size: .15rem; }
    .join li .box {
      margin-top: -.8rem;
      -moz-border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      border-radius: 0.4rem;
      background: #f9e7e8;
      padding: 1.15rem .6rem 0 .6rem; }
      .join li .box .col {
        width: 4.9rem;
        padding-bottom: .2rem; }
        .join li .box .col h3 {
          color: #c30d23;
          font-size: .18rem;
          line-height: 1em;
          padding-bottom: .12rem; }
          .join li .box .col h3 span {
            font-weight: 400;
            font-size: .14rem; }
        .join li .box .col dd,.join li .box .col p {
          position: relative;
          font-size: .14rem;
          line-height: .24rem;
          color: #666;
          padding: 0 0 .08rem .14rem; }
          .join li .box .col dd:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: .06rem;
            height: .24rem;
            background: url("../image/img6.png") center no-repeat;
            background-size: 100%; }
      .join li .box .col-1 {
        width: 100%; }
      .join li .box .msg {
        padding: .25rem 0 .35rem 0;
        border-top: #d6e5da solid 1px;
        font-size: .14rem;
        color: #666;
        width: 100%;
        margin-top: .1rem; }
        .join li .box .msg div {
          height: .42rem; }
        .join li .box .msg img {
          width: .22rem;
          margin-right: .08rem; }
  .join li.on .title {
    color: #fff;
    background: #c30d23; }
    .join li.on .title h2 {
      color: #fff; }
    .join li.on .title:before {
      background-image: url("../image/img26_3on.png"); }
    .join li.on .title .address {
      background-image: url("../image/img25on.png"); }

.advantage-1 {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .advantage-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1rem;
    bottom: 0;
    width: 7.9%;
    background: url("../image/img152.jpg") center no-repeat;
    background-size: cover; }
  .advantage-1 .index-title {
    padding: .9rem 0 .35rem 0; }
  .advantage-1 .p-content {
    color: #666;
    line-height: .24rem;
    padding-bottom: .26rem; }
  .advantage-1 .list {
    margin-right: -3.6rem; }
    .advantage-1 .list li {
      width: 33.333%;
      height: 4.7rem;
      background: center no-repeat;
      background-size: cover;
      position: relative; }
      .advantage-1 .list li .layer {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url("../image/bg10-1.png") center bottom repeat-x;
        background-size: .1rem;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        padding: 0 .5rem;
        color: #fff; }
        .advantage-1 .list li .layer h3 {
          font-size: .32rem;
          line-height: 1em;
          padding-bottom: .15rem;
          position: relative; }
          .advantage-1 .list li .layer h3:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: .15rem;
            width: 0;
            height: .02rem;
            background: rgba(255, 255, 255, 0.5); }
        .advantage-1 .list li .layer p {
          font-size: .16rem;
          height: .4rem; }
        .advantage-1 .list li .layer .msg {
          font-size: .14rem;
          line-height: .21rem;
          text-align: justify;
          position: absolute;
          left: .5rem;
          bottom: -.9rem;
          right: .5rem;
          opacity: 0;
          height: .9rem; }
    .advantage-1 .list li:hover {
      width: 48%;
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
      .advantage-1 .list li:hover .layer h3 {
        padding-bottom: .35rem; }
        .advantage-1 .list li:hover .layer h3:before {
          width: .56rem; }
      .advantage-1 .list li:hover .layer p {
        opacity: 0;
        height: .9rem; }
      .advantage-1 .list li:hover .layer .msg {
        bottom: 0;
        opacity: 1; }

.advantage-2 {
  background: url("../image/img1920.png") center 3.25rem no-repeat;
  background-size: 19.2rem; }
  .advantage-2 .wal {
    min-height: 6.35rem; }
  .advantage-2 .index-title {
    padding: .95rem 0 .25rem 0; }
  .advantage-2 .list li {
    width: 1.04rem;
    text-align: center;
    position: relative;
    padding-top: .45rem; }
    .advantage-2 .list li .num {
      font-size: 1rem;
      color: #c30d23;
      opacity: .2;
      font-family: 'Oswald';
      position: absolute;
      left: -.25rem;
      top: 0;
      line-height: 1em;
      font-style: italic; }
    .advantage-2 .list li .ico {
      height: 1.2rem;
      position: relative; }
      .advantage-2 .list li .ico:before {
        content: "";
        display: block;
        position: absolute;
        left: -.26rem;
        right: -.26rem;
        top: -.08rem;
        bottom: -.36rem;
        background: url("../image/img156.png") center no-repeat;
        background-size: 100% 100%; }
      .advantage-2 .list li .ico img {
        width: .5rem;
        position: relative; }
    .advantage-2 .list li h3 {
      font-size: .22rem;
      line-height: 1em;
      padding: .18rem 0 .08rem 0; }
    .advantage-2 .list li p {
      font-size: .18rem;
      line-height: .24rem;
      color: #666;
      margin-right: -.35rem;
      margin-left: -.35rem; }
  .advantage-2 .list li:nth-child(odd) {
    top: .5rem; }

.advantage-3 {
  min-height: 7.87rem;
  position: relative;
  padding: 1rem 0; }
  .advantage-3 .index-title {
    padding: .45rem 0; }
  .advantage-3 .content {
    min-height: 3.56rem;
    width: 80%;
    background: #f5f5f5;
    font-size: .18rem;
    line-height: 2em;
    text-align: justify;
    color: #666;
    padding: .4rem .5rem .2rem .5rem; }
    .advantage-3 .content p {
      padding-bottom: .15rem;
      max-width: 5.5rem; }
  .advantage-3 .img {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 5rem;
    background: #e9f2d7; }
    .advantage-3 .img:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: #c30d23;
      opacity: .2;
      top: .4rem;
      right: .3rem; }
    .advantage-3 .img img {
      position: relative;
      left: -.5rem;
      top: .2rem;
      box-shadow: 0 0.14rem 0.3rem rgba(250, 150, 150, 0.2);
      -webkit-box-shadow: 0 0.14rem 0.3rem rgba(250, 150, 150, 0.2);
      -moz-box-shadow: 0 0.14rem 0.3rem rgba(250, 150, 150, 0.2); }
    .advantage-3 .img i {
      display: block;
      background: url("../image/img108.png") center no-repeat;
      background-size: 100%;
      width: 1.08rem;
      height: 1.08rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0.4rem;
      box-shadow: 0 0.15rem 0.4rem rgba(250, 150, 150, 0.58);
      -webkit-box-shadow: 0 0.15rem 0.4rem rgba(250, 150, 150, 0.58);
      -moz-box-shadow: 0 0.15rem 0.4rem rgba(250, 150, 150, 0.58); }

.advantage-4 {
  background: url("../image/advantage-4.jpg") center no-repeat;
  background-size: cover; }
  .advantage-4 .wal {
    height: 3.56rem;
    text-align: center;
    color: #fff; }
  .advantage-4 h2 {
    font-weight: 400;
    font-size: .48rem;
    padding-bottom: .4rem; }
  .advantage-4 a.btn {
    width: 3.3rem;
    height: .6rem;
    line-height: .6rem;
    background: #fff;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .24rem;
    font-weight: bold;
    color: #c30d23;
    letter-spacing: .04rem; }
    .advantage-4 a.btn em {
      padding-right: .38rem;
      background: url("../image/img14.png") right center no-repeat;
      background-size: .14rem; }

.video-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden; }
  .video-layer.show {
    opacity: 1;
    visibility: visible; }
  .video-layer .container {
    width: 12rem;
    position: relative;
    background: #fff; }
  .video-layer a.close {
    display: block;
    width: .44rem;
    height: .44rem;
    background: url("../image/close44.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.45rem;
    top: 0.45rem;
    bottom: auto; }
    .video-layer a.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }

.service-1 {
  background: url("../image/img960_2.jpg") left bottom no-repeat;
  background-size: 9.6rem;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .service-1 .wal {
    min-height: 8rem; }
  .service-1 .index-title {
    padding: 1.95rem 0 .4rem 0; }
  .service-1 .p-content {
    min-height: 2.2rem;
    line-height: .29rem;
    padding-bottom: .3rem;
    max-width: 5.05rem; }
  .service-1 .list {
    max-width: 4.55rem; }
    .service-1 .list h3 {
      color: #c30d23;
      font-size: .18rem;
      padding-bottom: .25rem; }
    .service-1 .list li {
      width: .6rem; }
      .service-1 .list li .name {
        font-size: .14rem;
        text-align: center;
        padding-top: .08rem; }
  .service-1 .img {
    width: 9.6rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0; }

.service-2 {
  background: #f5f5f5;
  padding: .95rem 0; }
  .service-2 .index-title {
    padding-bottom: .45rem; }
  .service-2 .list ul {
    margin-left: -.55rem; }
  .service-2 .list li {
    width: 25%;
    padding-left: .55rem; }
    .service-2 .list li .ico {
      width: 1.2rem;
      height: 1.03rem;
      background: url("../image/img120_1.png") center top no-repeat;
      background-size: 100%;
      padding-bottom: .13rem; }
      .service-2 .list li .ico img {
        width: .6rem; }
    .service-2 .list li .name {
      font-size: .2rem;
      font-weight: bold;
      line-height: .5rem;
      padding-left: .18rem;
      margin-top: .06rem;
      position: relative; }
      .service-2 .list li .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: .08rem;
        background: url("../image/img8_1.png") center no-repeat;
        background-size: 100%; }
    .service-2 .list li .p-content {
      padding-left: .18rem;
      line-height: .24rem; }

.service-3 {
  min-height: 9rem;
  position: relative;
  padding-bottom: .9rem; }
  .service-3 .index-title {
    padding: .95rem 0 .45rem 0; }
  .service-3 .p-arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.65rem;
    bottom: auto; }
  .service-3 .img-list {
    height: 4.05rem;
    position: relative; }
    .service-3 .img-list .word {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: -0.35rem;
      font-family: 'Oswald';
      color: #c30d23;
      text-transform: uppercase;
      font-size: 1rem;
      opacity: .16;
      width: 50%;
      line-height: 1.6em;
      padding-left: .25rem;
      letter-spacing: .04rem; }
      .service-3 .img-list .word p:nth-child(2) {
        text-align: right; }
    .service-3 .img-list li {
      width: 3.3rem;
      position: absolute;
      z-index: 10; }
      .service-3 .img-list li .num {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        opacity: 0;
        font-size: .24rem;
        font-family: 'Oswald';
        color: #c30d23;
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        text-align: center;
        background: #fff; }
    .service-3 .img-list li.on {
      width: 6rem;
      z-index: 12; }
      .service-3 .img-list li.on .num {
        opacity: 1; }
  .service-3 .list {
    position: relative;
    top: -.22rem; }
    .service-3 .list:before {
      content: "";
      display: block;
      position: absolute;
      left: .3rem;
      top: -1.25rem;
      width: .02rem;
      height: 1rem;
      background: #c30d23; }
    .service-3 .list h3 {
      font-size: .2rem;
      padding-bottom: .22rem; }
    .service-3 .list .p-content {
      line-height: .29rem; }

.service-4 {
  background: url("../image/service-4.jpg") center no-repeat;
  background-size: cover; }
  .service-4 .wal {
    min-height: 6.4rem;
    position: relative; }
  .service-4 .index-title {
    padding: .95rem 0 .4rem 0; }
  .service-4 .img-list {
    width: 6rem;
    background: url("../image/img600.png") center no-repeat;
    height: 4.69rem;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.75rem;
    bottom: auto; }
    .service-4 .img-list dd {
      position: absolute;
      z-index: 10;
      left: 0.23rem;
      right: 0.23rem;
      top: 0.23rem;
      bottom: auto;
      text-align: center; }
    .service-4 .img-list .name {
      position: absolute;
      z-index: 10;
      left: 0.58rem;
      right: auto;
      top: 0.36rem;
      bottom: auto;
      border: #c30d23 solid 0.02rem;
      color: #c30d23;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      text-align: center;
      font-size: .3rem;
      line-height: 1.2em;
      width: .89rem;
      min-height: 2.32rem;
      padding: .45rem .25rem; }
  .service-4 .list {
    width: 50%;
    overflow: hidden;
    position: relative; }
    .service-4 .list li {
      min-height: 2.25rem; }
    .service-4 .list h3 {
      font-size: .24rem;
      padding-bottom: .15rem; }
    .service-4 .list .p-content {
      line-height: .29rem;
      padding-right: .5rem; }
  .service-4 .dots span {
    margin-right: .2rem;
    width: .6rem;
    height: .08rem;
    background: #c30d23;
    opacity: .5;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem; }
  .service-4 .dots span.swiper-pagination-bullet-active {
    opacity: 1; }

.service-5 {
  padding: 1rem 0; }
  .service-5 .list {
    width: 6rem;
    height: 3.04rem;
    background: url("../image/img600_1.png") center top no-repeat;
    background-size: 100%;
    position: relative; }
    .service-5 .list li {
      width: 1.36rem;
      height: 1.58rem;
      position: absolute;
      text-align: center; }
      .service-5 .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url("../image/img206.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
      .service-5 .list li:after, .service-5 .list li i {
        content: "";
        display: block;
        position: absolute;
        left: -.15rem;
        top: .25rem;
        background: url("../image/img32.png") center no-repeat;
        background-size: 100%;
        width: .32rem;
        height: .32rem; }
      .service-5 .list li .ico {
        width: .5rem;
        position: relative; }
        .service-5 .list li .ico img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .service-5 .list li .name {
        position: relative;
        font-size: .2rem;
        color: #c30d23;
        padding-top: .1rem; }
    .service-5 .list li.on:before {
      opacity: 1; }
    .service-5 .list li.on:after, .service-5 .list li.on i {
      background-image: url("../image/img32on.png"); }
    .service-5 .list li.on .ico img:nth-child(1) {
      opacity: 0; }
    .service-5 .list li.on .ico img:nth-child(2) {
      opacity: 1; }
    .service-5 .list li.on .name {
      color: #fff; }
    .service-5 .list li.li-1 {
      left: .12rem;
      top: .89rem; }
    .service-5 .list li.li-2 {
      left: 1.93rem;
      top: 1.17rem; }
    .service-5 .list li.li-3 {
      left: 2.6rem;
      top: 0; }
    .service-5 .list li.li-4 {
      right: 0;
      top: .57rem;
      width: 2.06rem;
      height: 2.39rem; }
      .service-5 .list li.li-4:after {
        left: -.17rem;
        top: .43rem; }
      .service-5 .list li.li-4 i {
        left: 50%;
        top: 100%;
        margin-left: -.16rem;
        margin-top: -.16rem; }
  .service-5 .col {
    width: 5.4rem; }
    .service-5 .col .title {
      height: 1.7rem;
      position: relative; }
      .service-5 .col .title .ico {
        width: .7rem;
        position: relative; }
        .service-5 .col .title .ico img {
          width: 100%; }
      .service-5 .col .title h3 {
        position: absolute;
        left: 0;
        top: -.2rem;
        font-size: 1.73rem;
        line-height: 1em;
        color: #c30d23;
        opacity: .2;
        font-family: 'Oswald';
        text-transform: uppercase; }
      .service-5 .col .title h2 {
        position: relative;
        font-size: .48rem;
        line-height: 1em;
        padding-top: .3rem; }
    .service-5 .col dd {
      font-size: .2rem;
      line-height: .36rem;
      position: relative;
      padding-left: .18rem;
      color: #666; }
      .service-5 .col dd:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: .08rem;
        height: .36rem;
        background: url("../image/img8_1.png") center no-repeat;
        background-size: 100%; }

.contact2 {
  min-height: 6.18rem; }
  .contact2 .col-1 {
    width: 5.5rem; }
  .contact2 .index-title {
    padding: .5rem 0 .45rem 0; }
  .contact2 .list li {
    position: relative;
    min-height: 1.04rem;
    padding: 0 0 .2rem .76rem; }
    .contact2 .list li .ico {
      width: .61rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
    .contact2 .list li h3 {
      font-size: .22rem;
      line-height: .31rem;
      color: #c30d23; }
    .contact2 .list li p {
      font-size: .22rem;
      line-height: .3rem;
      color: #666; }
  .contact2 .col-2 {
    width: 6rem; }
  .contact2 .tab-btn {
    border-bottom: #ccc solid 1px;
    padding-top: .5rem; }
    .contact2 .tab-btn li {
      height: .8rem;
      width: 50%;
      color: #666;
      cursor: pointer;
      position: relative; }
      .contact2 .tab-btn li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        right: 0;
        height: 2px;
        background: #c30d23;
        opacity: 0; }
      .contact2 .tab-btn li .ico {
        width: .4rem;
        position: relative; }
		.contact2 .tab-btn li .ico img{ height:0.4rem;}
		
		
        .contact2 .tab-btn li .ico img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .contact2 .tab-btn li .name {
        padding-left: .15rem;
        font-size: .32rem;
        font-weight: bold; }
    .contact2 .tab-btn li.on {
      color: #c30d23; }
      .contact2 .tab-btn li.on:before {
        opacity: 1; }
      .contact2 .tab-btn li.on .ico img:nth-child(1) {
        opacity: 0; }
      .contact2 .tab-btn li.on .ico img:nth-child(2) {
        opacity: 1; }
  .contact2 .form {
    padding: .42rem 0; }
    .contact2 .form li {
      padding-bottom: .18rem;
      min-height: .64rem;
      position: relative; }
      .contact2 .form li .ico {
        width: .22rem;
        height: .22rem;
        position: absolute;
        z-index: 10;
        left: 0.16rem;
        right: auto;
        top: 0.12rem;
        bottom: auto; }
        .contact2 .form li .ico img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .contact2 .form li .input {
        min-height: .46rem;
        border: #fbefef solid 1px;
        background: #fbefef;
        -moz-border-radius: 0.04rem;
        -webkit-border-radius: 0.04rem;
        border-radius: 0.04rem; }
        .contact2 .form li .input input {
          width: 100%;
          height: .44rem;
          line-height: .44rem;
          padding-left: .5rem;
          font-size: .14rem;
          color: #c30d23; }
        .contact2 .form li .input input::-webkit-input-placeholder {
          color: #999; }
        .contact2 .form li .input input::-moz-placeholder {
          color: #999; }
        .contact2 .form li .input input:-moz-placeholder {
          color: #999; }
        .contact2 .form li .input input:-ms-input-placeholder {
          color: #999; }
    .contact2 .form li.on .ico img:nth-child(1) {
      opacity: 0; }
    .contact2 .form li.on .ico img:nth-child(2) {
      opacity: 1; }
    .contact2 .form li.on .input {
      border-color: #c30d23; }
    .contact2 .form .submit {
      padding-top: .14rem; }
      .contact2 .form .submit div {
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        margin: 0 .25rem;
        width: 1.8rem;
        height: .4rem;
        background: #ccc; }
        .contact2 .form .submit div:hover {
          box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.5);
          -webkit-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.5);
          -moz-box-shadow: 0 0.08rem 0.27rem rgba(250, 150, 150, 0.5); }
      .contact2 .form .submit div:hover, .contact2 .form .submit div.submit-2 {
        background: #c30d23; }
      .contact2 .form .submit input {
        width: 100%;
        height: .4rem;
        font-size: .16rem;
        cursor: pointer;
        color: #fff; }

.contact-map2 {
  height: 4rem;
  position: relative; }

.customized-1 {
  padding: 1rem 0 .65rem 0; }
  .customized-1 .col {
    width: 3.45rem;
    padding: .2rem 0 .5rem 0; }
    .customized-1 .col .title {
      position: relative; }
      .customized-1 .col .title:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .22rem;
        width: .3rem;
        height: 1px;
        background: #c30d23; }
      .customized-1 .col .title .ico {
        width: .58rem; }
      .customized-1 .col .title h2 {
        font-size: .36rem;
        line-height: .48rem;
        padding: .22rem 0 .48rem 0; }
    .customized-1 .col .msg {
      font-size: .2rem;
      line-height: 1.5em;
      color: #666; }
  .customized-1 .img {
    width: 7.6rem; }

.customized-2 {
  position: relative;
  min-height: 3rem; }
  .customized-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: .1rem;
    right: 0;
    background: url("../image/img1200_3.png") center no-repeat;
    height: .58rem;
    background-size: 100%; }
  .customized-2 .big-img {
    width: 8.4rem;
    position: relative; }

@media screen and (min-width: 800px) {
  .customized-2 .list {
    height: 5rem;
    width: 3.1rem;
    padding-right: .5rem;
    position: relative;
    overflow: hidden; }
    .customized-2 .list .list-wrapper {
      height: 5.19rem;
      overflow: hidden;
      position: relative; }
      .customized-2 .list .list-wrapper li {
        padding-bottom: .19rem; }
        .customized-2 .list .list-wrapper li .img {
          position: relative; }
          .customized-2 .list .list-wrapper li .img:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(220, 80, 80, 0.8) url("../image/img40.png") center no-repeat;
            background-size: .4rem;
            opacity: 0; }
      .customized-2 .list .list-wrapper li.on .img:before, .customized-2 .list .list-wrapper li:hover .img:before {
        opacity: 1; }
    .customized-2 .list .progress {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.23rem;
      top: 0.34rem;
      bottom: 0.34rem;
      width: .03rem;
      background: #ccc; }
      .customized-2 .list .progress .swiper-scrollbar-drag {
        background: #c30d23;
        width: .03rem; }
    .customized-2 .list .arrow a {
      display: block;
      width: .26rem;
      height: .26rem;
      background: center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.12rem;
      top: auto;
      bottom: auto; }
      .customized-2 .list .arrow a.prev {
        top: 0;
        background-image: url("../image/prev26.png"); }
        .customized-2 .list .arrow a.prev:hover {
          background-image: url("../image/prev26on.png"); }
      .customized-2 .list .arrow a.next {
        bottom: 0;
        background-image: url("../image/next26.png"); }
        .customized-2 .list .arrow a.next:hover {
          background-image: url("../image/next26on.png"); } }
.customized-3 {
  padding-bottom: 1rem; }
  .customized-3 .index-title {
    text-align: center;
    padding: 1.6rem 0 .5rem 0; }
  .customized-3 .img {
    position: relative; }
    .customized-3 .img:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4); }
    .customized-3 .img:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 9;
      left: 50%;
      top: 50%;
      background: url("../image/img180.png") center no-repeat;
      background-size: 100%;
      cursor: pointer;
      width: 1.8rem;
      height: 1.8rem;
      margin-left: -.9rem;
      margin-top: -.75rem; }

/*# sourceMappingURL=index.css.map */



/* --- banner --- */
.home-banner .swiper-slide{text-align: center;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 25px;}
.swiper-pagination-bullet{width: 22px; height: 7px; border-radius: 0; background: #fff; opacity: 1; margin: 5px; }
.swiper-pagination-bullet-active{background: #3470BD;}
