a, .transition, .g-head, .g-foot .btn li .layer, .ewm-layer, .index-business .list li .box, .index-business .list li .box .name div, .index-business .list li .box .content, .technology-1 .btn dd, .technology-1 .list li div.title, .technology-1 .list li.li_01 .line, .technology-1 .list li.li_01 dt, .technology-1 .list li.li_01 dd, .technology-1 .list li.li_02 .light, .technology-1 .list li.li_02 h2.title, .technology-1 .list li.li_02 dd, .technology-1 .list li.li_03 .yuan, .technology-1 .list li.li_03 dd, .technology-1 .list li.li_04 .yuan, .technology-1 .list li.li_04 dd, .technology-1 .list li.li_05 .yuan, .technology-1 .list li.li_05 dl.dl_02 dd, .technology-3 .list-wrapper li, .technology-3 .list-wrapper li .time, .technology-4 li .box, .product .btn li div, .page-layer, .about-3 .list li, .about-3 .list li .name, .about-3 .list li .layer, :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 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .g-head .btn, .g-nav ul, .g-foot .btn ul, .ewm-layer, .indexFlash .dots, .technology-1 .list li.li_04 dl, .technology-1 .list li.li_05 div.dl_01 dl, .technology-1 .list li.li_05 dl.dl_02, .business-3 li, .page-layer, .about-3 .list ul, .join-1 li a, .technology-layer li .name {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .ewm-layer .container, .p-banner .wal, .technology-1 .btn dl, .technology-1 .list li.li_01 dt, .technology-1 .list li.li_01 dd, .technology-1 .list li.li_02 dd, .technology-1 .list li.li_03 dd, .technology-1 .list li.li_04 dd, .technology-1 .list li.li_05 div.dl_01 dd div, .technology-1 .list li.li_05 dl.dl_02 dd, .technology-4 li .box, .about-2 .bg .list li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .ewm-layer, .ewm-layer .container, .technology-1 .btn dl, .technology-1 .list li.li_01 dt, .technology-1 .list li.li_01 dd, .technology-1 .list li.li_02 dd, .technology-1 .list li.li_04 dd, .technology-4 li .box, .product .list-wrapper .list li, .business-3 li, .page-layer, .join-1 li a, .technology-layer li .name {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .ewm-layer, .ewm-layer .container, .p-banner .wal, .technology-1 .btn dl, .technology-1 .list li.li_01 dt, .technology-1 .list li.li_01 dd, .technology-1 .list li.li_02 dd, .technology-1 .list li.li_03 dd, .technology-1 .list li.li_04 dd, .technology-1 .list li.li_05 div.dl_01 dd div, .technology-1 .list li.li_05 dl.dl_02 dd, .technology-4 li .box, .product .btn ul, .page-layer {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .g-nav ul, .g-foot .list, .g-foot .msg, .index-technology .list ul, .technology-1 .list li.li_04 dl, .technology-1 .list li.li_05 div.dl_01 dl, .technology-1 .list li.li_05 dl.dl_02, .product .list-wrapper .list li, .business-3 ul, .business-3 li, .about-1 .content2, .join-1 ul, .join-1 li a, .join-2 .list2, .contact-layer .container .form ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-foot .list, .g-foot .msg, .g-foot .msg div, .index-about .list ul, .index-technology .list ul, .index-business .list ul, .index-news .list ul, .technology-2 .list2 ul, .technology-4 ul, .product .btn ul, .product .list-wrapper .list li, .business-1, .business-3 ul, .about-1 .content2, .about-1 .list ul, .news ul, .join-1 ul, .join-2 .list ul, .join-2 .list2, .contact-layer .container .form ul {
  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: #c6151d;
    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;
  max-width: 100%;
  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; }

@keyframes moreAni {
  0% {
    padding-right: .26rem; }
  50% {
    padding-right: .12rem; }
  100% {
    padding-right: .26rem; } }
@-webkit-keyframes moreAni {
  0% {
    padding-right: .26rem; }
  50% {
    padding-right: .12rem; }
  100% {
    padding-right: .26rem; } }
.phone-show {
  display: none; }

.g-headD {
  height: 0.8rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;}
  .g-head .wal {
    min-height: 0.95rem;
    position: relative;
    max-width: 100%;
    margin: 0 .5rem;
    padding: 0 1.5rem 0 2.3rem; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.7rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head .btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.2rem;
    top: 50%;
    bottom: auto;
    margin-top: -.17rem; }
    .g-head .btn a {
      width: .6rem;
      height: .34rem;
      line-height: .34rem;
      text-align: center;
      font-size: .16rem;
      color: #585757;
      text-transform: uppercase;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      margin-left: 2px; }
      .g-head .btn a:hover, .g-head .btn a.on {
        background: #c6151d;
        color: #fff; }

.g-nav {
  max-width: 10rem;
  margin: 0 auto; }
  .g-nav li {
    position: relative; }
  .g-nav a.name {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .18rem;
    text-transform: uppercase;
    color: #999;
    position: relative; }
    .g-nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      height: .02rem;
      background: #c6151d;
      opacity: 0; }
    .g-nav a.name.on {
      color: #c6151d; }
      .g-nav a.name.on:before {
        opacity: 1;
        left: 0;
        right: 0; }

@media screen and (min-width: 800px) {
  .g-head.hide {
    top: -1.55rem; }

  .g-nav .list {
    width: .82rem;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0.82rem;
    bottom: auto;
    margin-left: -.41rem;
    padding: 0 .1rem .1rem;
    opacity: 0;
    visibility: hidden; }
  .g-nav .list-1 {
    width: 4.58rem;
    margin-left: -2.29rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: .25rem .3rem .25rem 0; }
  .g-nav .list-1 .side {
    width: 1.87rem; }
  .g-nav .list-1 .side dd {
    line-height: .43rem;
    height: .44rem;
    font-size: .18rem;
    font-weight: bold;
    color: #666;
    padding-left: .5rem;
    position: relative; }
  .g-nav .list-1 .side dd.on {
    color: #c22c33; }
  .g-nav .list-1 .side dd.on:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: .16rem;
    margin-top: -.08rem;
    background: #c22c33; }
  .g-nav .list-1 .list2 {
    width: 2.08rem;
    display: none; }
  .g-nav .list-1 .list2 h3 {
    display: none; }
  .g-nav .list-1 .list2 dd {
    border-bottom: #ccc solid 1px; }
  .g-nav .list-1 .list2 dd a {
    display: block;
    height: .44rem;
    line-height: .43rem;
    font-size: .14rem;
    color: #666;
    position: relative; }
  .g-nav .list-1 .list2 dd a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    background: #c22c33;
    opacity: 0; }
  .g-nav .list-1 .list2 dd a em {
    padding-right: .34rem;
    display: inline-block;
    position: relative; }
  .g-nav .list-1 .list2 dd a em:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../image/img7.png") right center no-repeat;
    background-size: 100%;
    width: .07rem; }
  .g-nav .list-1 .list2 dd a:hover {
    color: #c22c33; }
  .g-nav .list-1 .list2 dd a:hover:before {
    opacity: 1; }
  .g-nav .list-1 .list2 dd a.on {
    color: #c22c33;
    border-color: #c22c33; }
  .g-nav .list-1 .list2 dd a.on:before {
    opacity: 1; }
  .g-nav .list-1 .list2 dd a.on em:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }
  .g-nav .list-1 .list2 dd dl {
    border-top: #ccc solid 1px;
    padding: .06rem 0;
    display: none; }
  .g-nav .list-1 .list2 dd dl dd {
    border: 0;
    padding: .06rem 0; }
  .g-nav .list-1 .list2 dd dl a {
    height: .2rem;
    line-height: .2rem;
    display: inline-block; }
  .g-nav .list-1 .list2 dd:last-child {
    border: 0; }
  .g-nav .list-2 a {
    display: block;
    text-align: center;
    border-bottom: #ccc solid 1px;
    line-height: .43rem;
    font-size: .14rem;
    color: #666; }
  .g-nav .list-2 a:hover {
    color: #c22c33;
    border-color: #c22c33; }
  .g-nav .list-2 dd:last-child a {
    border: 0; }
  .g-nav li:hover .list {
    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 {
    color: #c22c33; }
  .g-nav li:hover a.name:before {
    opacity: 1;
    left: .33rem;
    right: .33rem; } }
.g-foot {
  background: #f4f4f4;
  font-size: .14rem;
  color: #888888; }
  .g-foot a {
    color: #888888; }
    .g-foot a:hover {
      color: #c6151d; }
  .g-foot .wal {
    min-height: 4.4rem;
    position: relative;
    padding: .72rem 0 .5rem 0; }
  .g-foot .tel {
    padding-left: .2rem;
    color: #666;
    position: relative; }
    .g-foot .tel:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .04rem;
      bottom: .02rem;
      width: 2px;
      background: #c6151d; }
    .g-foot .tel div {
      font-size: .18rem; }
    .g-foot .tel h2 {
      font-size: .28rem;
      padding-bottom: .06rem; }
  .g-foot .content {
    line-height: .25rem;
    padding: .28rem 0 .32rem 0; }
  .g-foot .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.72rem;
    bottom: auto;
    width: 4.5rem; }
    .g-foot .list a {
      display: block;
      font-size: .16rem;
      line-height: .32rem; }
  .g-foot .btn {
    height: .8rem; }
    .g-foot .btn li {
      position: relative;
      margin-right: .2rem; }
      .g-foot .btn li a.name {
        display: block;
        width: .42rem;
        height: .42rem;
        border: #888888 solid 1px;
        position: relative; }
        .g-foot .btn li a.name img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .g-foot .btn li .layer {
        width: 1.02rem;
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: auto;
        bottom: 100%;
        margin-left: -.51rem;
        border: #888888 solid 1px;
        margin-bottom: 0;
        opacity: 0;
        visibility: hidden; }
      .g-foot .btn li:hover a.name {
        border-color: #c6151d; }
        .g-foot .btn li:hover a.name img:nth-child(1) {
          opacity: 0; }
        .g-foot .btn li:hover a.name img:nth-child(2) {
          opacity: 1; }
      .g-foot .btn li:hover .layer {
        opacity: 1;
        visibility: visible;
        margin-bottom: .1rem; }
  .g-foot .msg div p {
    padding-right: .14rem; }

.side-bar {
  position: fixed;
  z-index: 30;
  bottom: 2rem;
  right: .5rem;
  width: .6rem; }
  .side-bar li {
    padding-bottom: .1rem; }
    .side-bar li a.name {
      display: block;
      height: .6rem;
      background: #c6151d;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

.ewm-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; }
  .ewm-layer.show {
    opacity: 1;
    visibility: visible; }
  .ewm-layer .container {
    background: #fff;
    width: 6.2rem;
    height: 7.4rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    text-align: center;
    position: relative; }
    .ewm-layer .container a.close {
      display: block;
      width: .9rem;
      height: .9rem;
      background: url("../image/close42.png") center no-repeat;
      background-size: .42rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto; }
    .ewm-layer .container .img {
      width: 3.57rem; }
      .ewm-layer .container .img img {
        width: 100%; }
    .ewm-layer .container .name {
      font-size: .32rem;
      font-weight: bold;
      padding: .5rem 0 .2rem 0; }
    .ewm-layer .container p {
      font-size: .28rem;
      color: #666;
      line-height: 1.8em; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash li {
    height: 8rem;
    background: center no-repeat;
    background-size: cover;
    max-height: 100vh;
    position: relative; }
    .indexFlash li .content {
      font-size: .5rem;
      line-height: .67rem;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      padding-top: 2.65rem; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0.5rem;
    margin-left: -6rem; }
    .indexFlash .dots span {
      width: .65rem;
      height: .04rem;
      margin-left: .16rem;
      background: #fff;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      position: relative; }
      .indexFlash .dots span:before {
        content: "";
        display: block;
        position: absolute;
        left: -.1rem;
        top: 0;
        width: .04rem;
        height: .04rem;
        background: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .indexFlash .dots span:first-child:before {
        display: none; }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      background: #c6151d; }

.index-title {
  padding: .9rem 0 .6rem 0; }
  .index-title h2 {
    text-transform: uppercase;
    font-size: .38rem;
    line-height: .4rem; }
  .index-title p {
    font-size: .18rem;
    color: #666;
    padding-top: .15rem; }

a.p-more {
  display: block;
  font-size: .18rem;
  text-transform: uppercase;
  width: 1.63rem;
  height: .42rem;
  line-height: .4rem;
  text-align: center;
  border-top: #c6151d solid 1px;
  border-bottom: #c6151d solid 1px;
  color: #c6151d; }
  a.p-more em {
    background: url("../image/img6.png") right center no-repeat;
    background-size: .06rem;
    padding-right: .26rem; }
  a.p-more:hover em {
    animation: moreAni .4s linear;
    -webkit-animation: moreAni .4s linear; }

.index-about {
  position: relative; }
  .index-about .more {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1rem;
    bottom: auto; }
  .index-about .list {
    padding-bottom: .8rem; }
    .index-about .list ul {
      margin-right: -.25rem; }
    .index-about .list li {
      width: 33.333%;
      position: relative;
      padding: 0 .25rem 1rem .3rem; }
      .index-about .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .06rem;
        bottom: .1rem;
        width: 1px;
        background: #ccc; }
      .index-about .list li h3 {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        font-size: .28rem;
        line-height: .4rem;
        padding-left: .3rem;
        color: #666; }
        .index-about .list li h3:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: .06rem;
          bottom: .1rem;
          width: 2px;
          background: #c6151d; }
      .index-about .list li .content {
        font-size: .16rem;
        line-height: .24rem;
        color: #888; }

.index-technology {
  position: relative; }
  .index-technology .more {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1rem;
    bottom: auto; }
  .index-technology .list li {
    width: 3.6rem; }
    .index-technology .list li .ico {
      width: 1.5rem; }
    .index-technology .list li h3 {
      font-size: .28rem;
      line-height: 1em;
      padding: .45rem 0 .28rem 0;
      color: #666;
      position: relative; }
      .index-technology .list li h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .12rem;
        height: 2px;
        width: .28rem;
        background: #c6151d; }
    .index-technology .list li .content {
      font-size: .18rem;
      line-height: .24rem;
      color: #888; }
  .index-technology .list li:hover .ico {
    animation: upDown 2s infinite linear;
    -webkit-animation: upDown 2s infinite linear; }

@keyframes upDown {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(-0.1rem); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(0.1rem); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-0.1rem); }
  50% {
    -webkit-transform: translateY(0); }
  75% {
    -webkit-transform: translateY(0.1rem); }
  100% {
    -webkit-transform: translateY(0); } }
.index-business .index-title {
  position: relative; }
.index-business .more {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 1rem;
  bottom: auto; }
.index-business .list {
  position: relative;
  padding: .8rem 0 .6rem 0; }
  .index-business .list .bg {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover; }
  .index-business .list ul {
    margin-left: -.2rem; }
  .index-business .list li {
    width: 33.333%;
    padding: 0 0 .2rem .2rem;
    position: relative;
    z-index: 11; }
    .index-business .list li .box {
      position: relative;
      background: #fff;
      min-height: 2.5rem;
      padding: .42rem .38rem .3rem .38rem; }
      .index-business .list li .box:before {
        content: "";
        display: block;
        position: absolute;
        background: #c6151d;
        transition: All 0.2s linear;
        -webkit-transition: All 0.2s linear;
        -moz-transition: All 0.2s linear;
        -o-transition: All 0.2s linear; }
      .index-business .list li .box .name {
        position: relative;
        padding-bottom: .32rem;
        margin-right: -.38rem; }
        .index-business .list li .box .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .14rem;
          height: 2px;
          width: .28rem;
          background: #c6151d; }
        .index-business .list li .box .name h3 {
          font-size: .28rem;
          padding-bottom: .05rem; }
        .index-business .list li .box .name div {
          font-size: .18rem;
          color: #666;
          letter-spacing: -.01rem; }
      .index-business .list li .box .content {
        position: relative;
        font-size: .16rem;
        line-height: .18rem;
        color: #666; }
    .index-business .list li .box.top-in:before {
      left: 0;
      right: 0;
      top: 0;
      height: 0; }
    .index-business .list li .box.top-in.in:before {
      height: 100%; }
    .index-business .list li .box.bottom-in:before {
      left: 0;
      right: 0;
      bottom: 0;
      height: 0; }
    .index-business .list li .box.bottom-in.in:before {
      height: 100%; }
    .index-business .list li .box.left-in:before {
      left: 0;
      bottom: 0;
      top: 0;
      width: 0; }
    .index-business .list li .box.left-in.in:before {
      width: 100%; }
    .index-business .list li .box.right-in:before {
      right: 0;
      bottom: 0;
      top: 0;
      width: 0; }
    .index-business .list li .box.right-in.in:before {
      width: 100%; }
    .index-business .list li .box.top-out:before {
      left: 0;
      right: 0;
      top: 0;
      height: 100%; }
    .index-business .list li .box.top-out.out:before {
      height: 0; }
    .index-business .list li .box.bottom-out:before {
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%; }
    .index-business .list li .box.bottom-out.out:before {
      height: 0; }
    .index-business .list li .box.left-out:before {
      left: 0;
      bottom: 0;
      top: 0;
      width: 100%; }
    .index-business .list li .box.left-out.out:before {
      width: 0; }
    .index-business .list li .box.right-out:before {
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%; }
    .index-business .list li .box.right-out.out:before {
      width: 0; }
    .index-business .list li .box.in {
      color: #fff; }
      .index-business .list li .box.in .name div, .index-business .list li .box.in .content {
        color: #fff; }
      .index-business .list li .box.in .name:before {
        background: #fff; }
  .index-business .list li:nth-child(5) {
    width: 66.666%; }

.index-news {
  position: relative; }
  .index-news .more {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1rem;
    bottom: auto; }
  .index-news .list ul {
    margin-left: -.75rem; }
  .index-news .list li {
    width: 33.333%;
    padding: 0 0 .7rem .75rem; }
    .index-news .list li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .index-news .list li .img img {
        width: 100%; }
    .index-news .list li .time {
      font-size: .18rem;
      line-height: .7rem;
      color: #999; }
    .index-news .list li .name a {
      font-size: .22rem;
      line-height: .26rem;
      color: #666;
      display: block;
      margin-top: -.04rem; }
    .index-news .list li .btn a {
      display: block;
      text-transform: uppercase;
      color: #c6151d;
      line-height: .62rem;
      font-size: .18rem; }
      .index-news .list li .btn a em {
        background: url("../image/img6.png") right center no-repeat;
        background-size: .06rem;
        padding-right: .26rem; }
      .index-news .list li .btn a:hover em {
        animation: moreAni .2s linear;
        -webkit-animation: moreAni .2s linear; }
  .index-news .list li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); }
  .index-news .list li:hover .name a {
    color: #000; }

.p-banner {
  background: center no-repeat;
  background-size: cover;
  color: #fff; }
  .p-banner .wal {
    height: 6rem; }
  .p-banner h2 {
    font-size: .5rem;
    line-height: .67rem;
    text-transform: uppercase; }
  .p-banner h3.name {
    font-size: .18rem;
    padding: 0 0 .2rem .35rem;
    text-transform: uppercase; }
  .p-banner .select {
    background: rgba(0, 0, 0, 0.5);
    border: rgba(255, 255, 255, 0.5) solid 1px;
    position: relative;
    text-transform: uppercase;
    font-size: .3rem;
    font-weight: bold;
    z-index: 20; }
    .p-banner .select:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .3rem;
      bottom: 0;
      width: .39rem;
      background: url("../image/img39.png") center no-repeat;
      background-size: 100%; }
    .p-banner .select span {
      display: block;
      height: 1.1rem;
      line-height: 1.1rem;
      padding-left: .35rem; }
    .p-banner .select dl {
      position: absolute;
      z-index: 10;
      left: -1px;
      right: -1px;
      top: 100%;
      bottom: auto;
      background: rgba(255, 255, 255, 0.9);
      border: #c6151d solid 1px;
      padding: .25rem 0;
      display: none;
      margin-top: -1px; }
      .p-banner .select dl a {
        display: block;
        line-height: 1rem;
        padding-left: .35rem;
        color: #999; }
      .p-banner .select dl a:hover {
        color: #c6151d; }
    .p-banner .select:hover {
      background: rgba(0, 0, 0, 0.5);
      border-color: #c6151d; }
      .p-banner .select:hover:after {
        background-image: url("../image/img39on.png"); }
      .p-banner .select:hover dl {
        display: block; }
  .p-banner .title {
    text-align: center; }
    .p-banner .title h3 {
      text-transform: uppercase;
      font-size: .5rem;
      padding-bottom: .7rem; }
    .p-banner .title div {
      font-size: .28rem;
      cursor: pointer;
      padding-top: 1rem;
      background: url("../image/img80.png") center top no-repeat;
      background-size: .8rem; }

.p-banner-2 {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-banner-2 .wal {
    height: 8.7rem;
    position: relative;
    z-index: 11; }
  .p-banner-2 video {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.p-banner-3 {
  height: 3rem; }
  .p-banner-3 .wal {
    height: 3rem; }

.technology-1 .index-title {
  margin-right: -1rem; }
.technology-1 .bg {
  background: url("../image/img1920_7.jpg") center bottom no-repeat;background-size: cover;}
  .technology-1 .bg .wal {
    min-height: 7.7rem;
    position: relative; }
.technology-1 .btn dl {
  position: absolute;
  z-index: 12;
  left: auto;
  right: -1.55rem;
  top: 0.7rem;
  bottom: 0;
  width: 1.8rem; }
.technology-1 .btn dd {
  padding: .1rem 0;
  position: relative;
  width: 1.26rem;
  cursor: pointer; }
  .technology-1 .btn dd img {
    width: 100%;
    border: #fff solid .02rem; }
.technology-1 .btn dd.on {
  width: 1.8rem; }
  .technology-1 .btn dd.on img {
    border-color: #c6151d; }
.technology-1 .list {
  height: 7.7rem;
  position: relative;
  /**/
  /**/
  /**/
  /**/
  /**/ }
  .technology-1 .list li {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0.1rem;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }
    .technology-1 .list li div.title {
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: -1rem;
      bottom: auto;
      text-align: left;
      font-size: .18rem;
      opacity: 0; }
      .technology-1 .list li div.title h2 {
        font-size: .28rem;
        font-weight: 400;
        padding: .5rem 0 .15rem 0;
        line-height: .34rem; }
      .technology-1 .list li div.title p {
        font-size: .18rem;
        color: #666; }
    .technology-1 .list li.show {
      opacity: 1;
      visibility: visible; }
    .technology-1 .list li.in .title {
      opacity: 1;
      top: 0; }
  .technology-1 .list li.li_01 .line {
    background: url("../image/img1012.png") left top no-repeat;
    background-size: auto 4.09rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 2.64rem;
    bottom: auto;
    width: 0;
    height: 4.09rem;
    transition-duration: 2.5s;
    -webkit-transition-duration: 2.5s;
    -moz-transition-duration: 2.5s;
    -o-transition-duration: 2.5s; }
  .technology-1 .list li.li_01 dt:before, .technology-1 .list li.li_01 dt:after, .technology-1 .list li.li_01 dd:before, .technology-1 .list li.li_01 dd:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: 100%; }
  .technology-1 .list li.li_01 dt:before, .technology-1 .list li.li_01 dd:before {
    animation: rotate-anim 9s infinite linear;
    -webkit-animation: rotate-anim 9s infinite linear; }
  .technology-1 .list li.li_01 dt:after, .technology-1 .list li.li_01 dd:after {
    animation: rotate-anim2 9s infinite linear;
    -webkit-animation: rotate-anim2 9s infinite linear; }
  .technology-1 .list li.li_01 dt {
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: 2.93rem;
    bottom: auto;
    background: url("../image/img352.png") center no-repeat;
    background-size: 100%;
    width: 3.52rem;
    height: 3.52rem;
    text-align: center;
    color: #c6151d;
    font-size: .27rem;
    font-weight: bold;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5); }
    .technology-1 .list li.li_01 dt:before {
      background-image: url("../image/img310_1.png");
      background-size: 3.1rem; }
    .technology-1 .list li.li_01 dt:after {
      background-image: url("../image/img310_2.png");
      background-size: 3.1rem; }
  .technology-1 .list li.li_01 dd {
    width: 1.66rem;
    height: 1.66rem;
    background: url("../image/img166.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    color: #c6151d;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s; }
    .technology-1 .list li.li_01 dd:before {
      background-image: url("../image/img166_1.png"); }
    .technology-1 .list li.li_01 dd:after {
      background-image: url("../image/img166_2.png"); }
    .technology-1 .list li.li_01 dd img {
      width: .4rem; }
    .technology-1 .list li.li_01 dd div {
      font-size: .14rem;
      padding-top: .08rem;
      line-height: 1em;
      text-align: center; }
  .technology-1 .list li.li_01 dd.dd_01 {
    left: 5.28rem;
    top: 2.96rem;
    margin-left: -4.1rem;
    margin-top: 1rem; }
  .technology-1 .list li.li_01 dd.dd_02 {
    left: 7.25rem;
    top: 4.83rem;
    margin-left: -6.1rem;
    margin-top: -.88rem; }
  .technology-1 .list li.li_01 dd.dd_03 {
    left: 9.14rem;
    top: 3.85rem;
    margin-left: -7.98rem; }
  .technology-1 .list li.li_01.in .line {
    width: 100%; }
  .technology-1 .list li.li_01.in dt, .technology-1 .list li.li_01.in dd {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  .technology-1 .list li.li_01.in dt {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  .technology-1 .list li.li_01.in dd {
    margin-left: 0;
    margin-top: 0; }
  .technology-1 .list li.li_01.in dd.dd_01 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .technology-1 .list li.li_01.in dd.dd_02 {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s; }
  .technology-1 .list li.li_01.in dd.dd_03 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s; }
  .technology-1 .list li.li_01.out .line {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  .technology-1 .list li.li_01.out dt {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s; }
  .technology-1 .list li.li_01.out dd.dd_01 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s; }
  .technology-1 .list li.li_01.out dd.dd_02 {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s; }
  .technology-1 .list li.li_02 .light {
    width: 9.4rem;
    height: 4.79rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 1.3rem;
    bottom: auto;
    margin-left: -4.7rem;
    opacity: 0; }
    .technology-1 .list li.li_02 .light canvas {
      width: 100%; }
  .technology-1 .list li.li_02 h2.title {
    color: #c6151d;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 2.6rem;
    bottom: auto;
    font-size: .32rem;
    line-height: .42rem;
    opacity: 0;
    margin-top: 1rem;
    text-transform: uppercase; }
  .technology-1 .list li.li_02 dd {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 3.5rem;
    bottom: auto;
    margin-left: -1.1rem;
    background: url("../image/img221.png") center no-repeat;
    background-size: 100%;
    width: 2.21rem;
    height: 1.45rem;
    text-align: center;
    color: #c6151d;
    padding-bottom: .5rem;
    font-size: .16rem;
    line-height: .2rem;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    animation: upDown 3s infinite linear;
    -webkit-animation: upDown 3s infinite linear; }
  .technology-1 .list li.li_02 dd.dd_04 {
    font-size: .13rem;
    line-height: .18rem; }
  .technology-1 .list li.li_02.in .light {
    opacity: 1; }
  .technology-1 .list li.li_02.in h2.title {
    opacity: 1;
    margin-top: 0;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  .technology-1 .list li.li_02.in dd {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  .technology-1 .list li.li_02.in dd.dd_01 {
    margin-left: -5.65rem;
    top: 3.4rem;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .technology-1 .list li.li_02.in dd.dd_02 {
    margin-left: -3.71rem;
    top: 1.8rem;
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s; }
  .technology-1 .list li.li_02.in dd.dd_03 {
    margin-left: 1.65rem;
    top: 1.8rem;
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s; }
  .technology-1 .list li.li_02.in dd.dd_04 {
    margin-left: 3.47rem;
    top: 3.4rem;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s; }
  .technology-1 .list li.li_02.in dd.dd_05 {
    margin-left: -1.1rem;
    top: 4.52rem;
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s; }
  .technology-1 .list li.li_02.out .light {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s; }
  .technology-1 .list li.li_02.out h2.title {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s; }
  .technology-1 .list li.li_02.out dd.dd_01 {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s; }
  .technology-1 .list li.li_02.out dd.dd_02 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s; }
  .technology-1 .list li.li_02.out dd.dd_03 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s; }
  .technology-1 .list li.li_02.out dd.dd_04 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s; }
  .technology-1 .list li.li_03 .yuan {
    background: url("../image/img464.png") center no-repeat;
    background-size: 100%;
    width: 4.64rem;
    height: 4.64rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 1.56rem;
    bottom: auto;
    margin-left: -2.32rem;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5); }
  .technology-1 .list li.li_03 dd {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 3.65rem;
    bottom: auto;
    margin-left: -1.71rem;
    font-size: .21rem;
    line-height: .26rem;
    color: #c6151d;
    text-align: right;
    background: url("../image/img342.png") center no-repeat;
    background-size: 100%;
    width: 3.42rem;
    height: .73rem;
    padding-right: .6rem;
    opacity: 0;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s; }
    .technology-1 .list li.li_03 dd i {
      display: block;
      background: #c6151d;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: 50%;
      bottom: auto;
      margin-top: -.15rem;
      width: .3rem;
      height: .3rem;
      animation: scale-anim 2s infinite linear;
      -webkit-animation: scale-anim 2s infinite linear; }
    .technology-1 .list li.li_03 dd i:nth-child(2) {
      animation-delay: -1s;
      -webkit-animation-delay: -1s; }
  .technology-1 .list li.li_03 dd.dd_02, .technology-1 .list li.li_03 dd.dd_03 {
    background-image: url("../image/img342_1.png");
    padding: 0 0 0 .6rem;
    text-align: left; }
    .technology-1 .list li.li_03 dd.dd_02 i, .technology-1 .list li.li_03 dd.dd_03 i {
      right: auto;
      left: .2rem; }
  .technology-1 .list li.li_03.in .yuan {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  .technology-1 .list li.li_03.in dd {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  .technology-1 .list li.li_03.in dd.dd_01 {
    top: 2.55rem;
    margin-left: -5.55rem;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; }
  .technology-1 .list li.li_03.in dd.dd_02 {
    top: 2.55rem;
    margin-left: 2.1rem;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s; }
  .technology-1 .list li.li_03.in dd.dd_03 {
    top: 4.5rem;
    margin-left: 2.1rem;
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s; }
  .technology-1 .list li.li_03.in dd.dd_04 {
    top: 4.5rem;
    margin-left: -5.55rem;
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s; }
  .technology-1 .list li.li_03.out .yuan {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .technology-1 .list li.li_03.out dd.dd_01 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s; }
  .technology-1 .list li.li_03.out dd.dd_02 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s; }
  .technology-1 .list li.li_03.out dd.dd_03 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s; }
  .technology-1 .list li.li_04 .yuan {
    background: url("../image/img1404.png") center no-repeat;
    background-size: 100%;
    width: 14.04rem;
    height: 5rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 1.3rem;
    bottom: auto;
    margin-left: -7.02rem;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    margin-top: .5rem; }
  .technology-1 .list li.li_04 dl {
    position: absolute;
    z-index: 10;
    left: 0.8rem;
    right: 0.8rem;
    top: 1.55rem;
    bottom: auto; }
  .technology-1 .list li.li_04 dd {
    background: url("../image/img118.png") center no-repeat;
    background-size: 100%;
    width: 1.18rem;
    height: 1.19rem;
    position: relative;
    opacity: 0;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    top: 2.2rem;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    animation: upDown 3s infinite linear;
    -webkit-animation: upDown 3s infinite linear; }
    .technology-1 .list li.li_04 dd img {
      width: .5rem; }
    .technology-1 .list li.li_04 dd .name {
      font-size: .16rem;
      padding-top: .1rem;
      text-align: center;
      color: #c6151d; }
  .technology-1 .list li.li_04 dd.dd_01 {
    left: 4.85rem; }
  .technology-1 .list li.li_04 dd.dd_02 {
    left: 3.25rem; }
  .technology-1 .list li.li_04 dd.dd_03 {
    left: 1.6rem; }
    .technology-1 .list li.li_04 dd.dd_03 .name {
      font-size: .14rem; }
  .technology-1 .list li.li_04 dd.dd_05 {
    left: -1.6rem; }
  .technology-1 .list li.li_04 dd.dd_06 {
    left: -3.25rem; }
  .technology-1 .list li.li_04 dd.dd_07 {
    left: -4.85rem; }
  .technology-1 .list li.li_04 dd:nth-child(odd) {
    margin-top: .5rem;
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s; }
  .technology-1 .list li.li_04.in .yuan {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    margin-top: 0; }
  .technology-1 .list li.li_04.in dd {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    left: 0;
    top: 0; }
  .technology-1 .list li.li_04.in dd.dd_04 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .technology-1 .list li.li_04.in dd.dd_03, .technology-1 .list li.li_04.in dd.dd_05 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s; }
  .technology-1 .list li.li_04.in dd.dd_02, .technology-1 .list li.li_04.in dd.dd_06 {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s; }
  .technology-1 .list li.li_04.in dd.dd_01, .technology-1 .list li.li_04.in dd.dd_07 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s; }
  .technology-1 .list li.li_04.out .yuan {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .technology-1 .list li.li_04.out dd.dd_04 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s; }
  .technology-1 .list li.li_04.out dd.dd_03, .technology-1 .list li.li_04.out dd.dd_05 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s; }
  .technology-1 .list li.li_04.out dd.dd_02, .technology-1 .list li.li_04.out dd.dd_06 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s; }
  .technology-1 .list li.li_05 .yuan {
    background: url("../image/img899.png") center no-repeat;
    background-size: 100%;
    width: 8.99rem;
    height: 2.74rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 3.49rem;
    bottom: auto;
    margin-left: -4.5rem;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    margin-top: .5rem; }
  .technology-1 .list li.li_05 div.dl_01 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 1.5rem;
    bottom: auto; }
    .technology-1 .list li.li_05 div.dl_01 dl {
      width: 3.4rem;
      margin: 0 auto;
      transition-duration: 1s;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      position: relative;
      top: 2rem;
      opacity: 0; }
      .technology-1 .list li.li_05 div.dl_01 dl:nth-child(2) {
        width: 5.75rem; }
    .technology-1 .list li.li_05 div.dl_01 dd {
      height: .68rem;
      width: 1.62rem;
      position: relative; }
      .technology-1 .list li.li_05 div.dl_01 dd:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background: url("../image/img162.png") center top no-repeat;
        background-size: 100%;
        height: 1.21rem; }
      .technology-1 .list li.li_05 div.dl_01 dd div {
        font-size: .16rem;
        line-height: 1em;
        height: .52rem;
        text-align: center;
        color: #c6151d;
        position: relative; }
  .technology-1 .list li.li_05 dl.dl_02 {
    position: absolute;
    z-index: 10;
    left: 1.62rem;
    right: 1.62rem;
    top: 4.7rem;
    bottom: auto; }
    .technology-1 .list li.li_05 dl.dl_02 dd {
      background: url("../image/img129_1.png") center no-repeat;
      background-size: 100%;
      width: 1.29rem;
      height: 1.29rem;
      color: #c6151d;
      text-align: center;
      font-size: .2rem;
      line-height: .17rem;
      position: relative;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      transition-duration: 1s;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s; }
    .technology-1 .list li.li_05 dl.dl_02 dd.dd_02 {
      top: .78rem;
      background-image: url("../image/img129_2.png"); }
    .technology-1 .list li.li_05 dl.dl_02 dd.dd_03 {
      top: .79rem;
      background-image: url("../image/img129_3.png");
      font-size: .17rem; }
    .technology-1 .list li.li_05 dl.dl_02 dd.dd_04 {
      top: .08rem;
      background-image: url("../image/img129_4.png");
      font-size: .17rem; }
  .technology-1 .list li.li_05.in .yuan {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    margin-top: 0; }
  .technology-1 .list li.li_05.in dl.dl_02 dd {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  .technology-1 .list li.li_05.in dl.dl_02 dd.dd_02, .technology-1 .list li.li_05.in dl.dl_02 dd.dd_03 {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s; }
  .technology-1 .list li.li_05.in dl.dl_02 dd.dd_01, .technology-1 .list li.li_05.in dl.dl_02 dd.dd_04 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .technology-1 .list li.li_05.in div.dl_01 dl {
    opacity: 1;
    top: 0;
    width: 6.4rem; }
    .technology-1 .list li.li_05.in div.dl_01 dl:nth-child(2) {
      width: 8.75rem;
      transition-delay: 0.3s;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s; }
    .technology-1 .list li.li_05.in div.dl_01 dl:nth-child(3) {
      transition-delay: 0.6s;
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s; }
  .technology-1 .list li.li_05.out .yuan {
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .technology-1 .list li.li_05.out dl.dl_02 dd.dd_02, .technology-1 .list li.li_05.out dl.dl_02 dd.dd_03 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s; }
  .technology-1 .list li.li_05.out dl.dl_01 dd.dd_04 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s; }
  .technology-1 .list li.li_05.out dl.dl_01 dd.dd_03, .technology-1 .list li.li_05.out dl.dl_01 dd.dd_05 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s; }
  .technology-1 .list li.li_05.out dl.dl_01 dd.dd_02, .technology-1 .list li.li_05.out dl.dl_01 dd.dd_06 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s; }
.technology-1 .phone-list {
  display: none; }
  .technology-1 .phone-list li {
    padding-bottom: 3px; }

@media screen and (max-width: 1600px) {
  .technology-1 .btn dl {
    right: -.8rem; } }
@keyframes scale-anim {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(0.6);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
.technology-2 {
  min-height: 8rem;
  position: relative;
  background: url("../image/img1427.png") center 0.83rem no-repeat;
  background-size: auto 6.91rem; }
  .technology-2 .index-title {
    padding: .95rem 0 .45rem 0; }
  .technology-2 h3 {
    font-size: .28rem;
    position: relative;
    padding-left: .4rem; }
    .technology-2 h3:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      background: #c6151d;
      width: .2rem;
      height: .2rem;
      margin-top: -.1rem; }
  .technology-2 .list {
    height: 2.2rem;
    position: relative; }
    .technology-2 .list li {
      width: .32rem;
      height: .32rem;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: auto;
      bottom: auto;
      margin-left: -.16rem;
      margin-top: -.16rem; }
      .technology-2 .list li:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: .04rem;
        height: .04rem;
        background: #c32f36;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -.02rem;
        margin-top: -.02rem; }
      .technology-2 .list li i {
        display: block;
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        width: .6rem;
        height: .6rem;
        border: #c32f36 solid 1px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -.3rem;
        margin-top: -.3rem;
        opacity: 0;
        animation: technology-anim 2s infinite linear;
        -webkit-animation: technology-anim 2s infinite linear; }
      .technology-2 .list li i:nth-child(2) {
        animation-delay: 1s;
        -webkit-animation-delay: 1s; }
      .technology-2 .list li .name {
        position: absolute;
        z-index: 10;
        left: auto;
        right: auto;
        top: -0.22rem;
        bottom: auto;
        font-size: .16rem;
        white-space: nowrap;
        line-height: 1em; }
    .technology-2 .list li.li_01 {
      margin-left: -2.97rem;
      top: 1.08rem; }
      .technology-2 .list li.li_01 .name {
        left: -.6rem; }
    .technology-2 .list li.li_02 {
      margin-left: -2.63rem;
      top: 1.02rem; }
      .technology-2 .list li.li_02 .name {
        left: -.2rem; }
    .technology-2 .list li.li_03 {
      margin-left: -2.02rem;
      top: 1.11rem; }
      .technology-2 .list li.li_03 .name {
        left: -.5rem;
        top: .2rem; }
    .technology-2 .list li.li_04 {
      margin-left: -1.9rem;
      top: .93rem; }
      .technology-2 .list li.li_04 .name {
        left: .1rem; }
    .technology-2 .list li.li_05 {
      margin-left: -1.78rem;
      top: 1.11rem; }
      .technology-2 .list li.li_05 .name {
        left: .36rem;
        top: 0; }
    .technology-2 .list li.li_06 {
      margin-left: -2.12rem;
      top: 1.47rem; }
      .technology-2 .list li.li_06 .name {
        left: .36rem;
        top: .07rem; }
    .technology-2 .list li.li_07 {
      margin-left: 3.39rem;
      top: .8rem; }
      .technology-2 .list li.li_07 .name {
        left: -.8rem; }
  .technology-2 .list2 {
    padding-bottom: .9rem; }
    .technology-2 .list2 li {
      width: 33.333%;
      position: relative;
      padding: 0 .4rem 0 .2rem;
      color: #666; }
      .technology-2 .list2 li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #ccc; }
      .technology-2 .list2 li b {
        color: #c6151d;
        font-size: 1.18rem;
        line-height: .9rem;
        height: .9rem;
        display: block; }
      .technology-2 .list2 li h4 {
        font-size: .28rem;
        padding: .2rem 0;
        position: relative; }
        .technology-2 .list2 li h4:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: .28rem;
          height: .02rem;
          background: #c6151d; }
      .technology-2 .list2 li .content {
        font-size: .18rem;
        line-height: .24rem;
        letter-spacing: -.01rem;
        padding: .15rem 0; }
      .technology-2 .list2 li dd {
        position: relative;
        font-size: .14rem;
        line-height: .2rem;
        padding: 0 0 .15rem .2rem; }
        .technology-2 .list2 li dd:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: .05rem;
          width: .1rem;
          height: .1rem;
          background: #999; }

@keyframes technology-anim {
  0% {
    transform: scale(0);
    opacity: 0; }
  70% {
    transform: scale(0.7);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes technology-anim {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  70% {
    -webkit-transform: scale(0.7);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
.technology-3 {
  background: url("../image/technology-3.jpg") center no-repeat;
  background-size: cover;
  min-height: 6.98rem;
  text-align: center; }
  .technology-3 .title {
    padding: .45rem 0 .68rem 0;
    text-align: left; }
    .technology-3 .title h2 {
      font-size: .28rem;
      position: relative;
      line-height: .7rem;
      padding-left: .4rem; }
      .technology-3 .title h2:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: .2rem;
        height: .2rem;
        background: #c6151d;
        margin-top: -.1rem; }
    .technology-3 .title p {
      font-size: .18rem;
      line-height: .24rem;
      color: #666; }
  .technology-3 .list {
    position: relative; }
    .technology-3 .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      right: 0;
      height: 1px;
      background: #c22c33; }
    .technology-3 .list .arrow a {
      display: block;
      width: .48rem;
      height: .48rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.24rem;
      background: #c22c33 center no-repeat;
      background-size: 100%; }
      .technology-3 .list .arrow a.prev {
        left: 0;
        background-image: url("../image/prev48.png"); }
      .technology-3 .list .arrow a.next {
        right: 0;
        background-image: url("../image/next48.png"); }
  .technology-3 .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("../image/img191.png") center no-repeat;
    background-size: 1.91rem; }
    .technology-3 .list-wrapper:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      width: 2.2rem;
      height: 2.2rem;
      background: url("../image/img220.png") center no-repeat;
      background-size: 100%;
      margin-left: -1.1rem;
      animation: rotate-anim 2s infinite linear;
      -webkit-animation: rotate-anim 2s infinite linear; }
    .technology-3 .list-wrapper li {
      height: 2.2rem;
      position: relative;
      background: url("../image/img24.png") center no-repeat;
      background-size: .24rem; }
      .technology-3 .list-wrapper li .time {
        font-size: .16rem;
        color: #fff;
        width: 1.3rem;
        height: .3rem;
        line-height: .3rem;
        background: #c22c33;
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: 1.5rem;
        bottom: auto;
        margin-left: -.65rem;
        margin-top: 0; }
        .technology-3 .list-wrapper li .time span {
          padding-left: .05rem; }
      .technology-3 .list-wrapper li:nth-child(even) .time {
        top: .43rem; }
    .technology-3 .list-wrapper li.swiper-slide-active {
      background-size: 0; }
      .technology-3 .list-wrapper li.swiper-slide-active .time {
        background: rgba(0, 0, 0, 0);
        color: #c33037;
        font-size: .22rem;
        line-height: .3rem;
        top: 50%;
        margin-top: -.3rem;
        width: 1.2rem;
        margin-left: -.6rem; }
        .technology-3 .list-wrapper li.swiper-slide-active .time span {
          display: block;
          padding: 0; }
  .technology-3 .list-2 {
    padding: .45rem 0;
    color: #666; }
    .technology-3 .list-2 h3 {
      font-size: .28rem;
      padding-bottom: .28rem; }
    .technology-3 .list-2 p {
      font-size: .18rem;
      line-height: .24rem;
      max-width: 5.1rem;
      margin: 0 auto; }

@keyframes rotate-anim {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotate-anim2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@-webkit-keyframes rotate-anim2 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
.technology-4 {
  padding-bottom: 1rem; }
  .technology-4 ul {
    margin-left: -2px; }
  .technology-4 li {
    padding: 0 0 2px 2px;
    width: 25%; }
    .technology-4 li .box {
      height: 1.6rem;
      background: #f4f4f4;
      color: #666; }
      .technology-4 li .box .ico {
        width: .5rem;
        height: .5rem;
        position: relative; }
        .technology-4 li .box .ico img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .technology-4 li .box .name {
        font-size: .18rem;
        text-align: center;
        padding-top: .08rem;
        line-height: .18rem;
        min-height: .36rem; }
    .technology-4 li .box:hover {
      background: #c6151d;
      color: #fff; }
      .technology-4 li .box:hover .ico img:nth-child(1) {
        opacity: 0; }
      .technology-4 li .box:hover .ico img:nth-child(2) {
        opacity: 1; }

.product .btn {
  padding-top: .5rem; }
  .product .btn li {
    padding: 0 .15rem; }
    .product .btn li div {
      width: 1.3rem;
      border: #ccc solid 1px;
      cursor: pointer; }
    .product .btn li.on div {
      border-color: #c6151d; }
.product .list-wrapper {
  background: #f4f4f4;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: .15rem; }
  .product .list-wrapper .wal {
    position: relative;
    padding: .85rem 0; }
  .product .list-wrapper .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .product .list-wrapper .list li .img {
      width: 4.22rem;
      border: #ccc solid 1px; }
    .product .list-wrapper .list li .col {
      width: 7.12rem; }
      .product .list-wrapper .list li .col .name {
        font-size: .22rem;
        padding-left: .35rem;
        position: relative; }
        .product .list-wrapper .list li .col .name:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          background: #c6151d;
          width: .16rem;
          height: .16rem;
          margin-top: -.08rem; }
      .product .list-wrapper .list li .col .content {
        font-size: .16rem;
        line-height: .25rem;
        color: #666;
        padding-left: .35rem;
        margin-top: .28rem;
        position: relative; }
        .product .list-wrapper .list li .col .content:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: .05rem;
          bottom: .03rem;
          width: 1px;
          background: #c6151d; }
  .product .list-wrapper .arrow a {
    display: block;
    width: .32rem;
    height: 1rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.5rem; }
    .product .list-wrapper .arrow a.prev {
      background-image: url("../image/prev32.png");
      left: -1.3rem; }
      .product .list-wrapper .arrow a.prev:hover {
        background-image: url("../image/prev32on.png"); }
    .product .list-wrapper .arrow a.next {
      background-image: url("../image/next32.png");
      right: -1.3rem; }
      .product .list-wrapper .arrow a.next:hover {
        background-image: url("../image/next32on.png"); }
.product .msg {
  padding: .7rem 0 .8rem 0; }
  .product .msg p {
    line-height: .59rem;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: .18rem;
    color: #666; }
    .product .msg p a {
      color: #c6151d; }

.business-1 {
  color: #666;
  padding-bottom: .9rem; }
  .business-1 h2 {
    width: 100%;
    font-size: .5rem;
    line-height: .67rem;
    padding: .8rem 0 .25rem 0;
    text-transform: uppercase; }
  .business-1 h3 {
    width: 50%;
    font-size: .28rem;
    line-height: .32rem;
    border-top: #ccc solid 1px;
    padding-top: .3rem; }
  .business-1 .content {
    width: 50%;
    border-top: #c6151d solid 1px;
    font-size: .18rem;
    line-height: .25rem;
    padding-top: .3rem; }

.business-2 {
  background: url("../image/business-2.jpg") center no-repeat;
  background-size: cover;
  min-height: 3.75rem;
  padding: 1.45rem 0; }
  .business-2 .content {
    position: relative;
    font-size: .18rem;
    line-height: .25rem;
    color: #fff;
    padding-top: .25rem;
    font-weight: bold; }
    .business-2 .content:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: .4rem;
      height: 2px;
      background: #c6151d; }

.business-3 {
  padding: .5rem 0 1rem 0; }
  .business-3 ul {
    padding-top: .37rem;
    border-top: #ccc solid 1px; }
  .business-3 li {
    width: 5.9rem;
    margin-bottom: .2rem;
    background: #f0f0f0;
    height: .94rem;
    padding: 0 .15rem; }
    .business-3 li .num {
      width: .64rem;
      height: .64rem;
      line-height: .64rem;
      text-align: center;
      background: #fff;
      color: #c6151d;
      font-size: .44rem;
      font-weight: bold;
      position: relative; }
      .business-3 li .num:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: .14rem;
        height: .14rem;
        border-left: #c6151d solid 1px;
        border-top: #c6151d solid 1px; }
      .business-3 li .num:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: .14rem;
        height: .14rem;
        border-right: #c6151d solid 1px;
        border-bottom: #c6151d solid 1px; }
    .business-3 li p {
      width: 4.7rem;
      font-size: .18rem;
      line-height: .22rem;
      color: #666; }
  .business-3 .msg {
    padding: .2rem 0 0 0; }
    .business-3 .msg p {
      line-height: .59rem;
      border-top: #ccc solid 1px;
      border-bottom: #ccc solid 1px;
      font-size: .18rem;
      color: #666; }
      .business-3 .msg p a {
        color: #c6151d; }

.page-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden; }
  .page-layer.show {
    opacity: 1;
    visibility: visible; }
  .page-layer .container {
    background: #fff;
    width: 12rem;
    min-height: 2rem;
    box-shadow: 0 0.14rem 0.46rem rgba(177, 177, 177, 0.39);
    -webkit-box-shadow: 0 0.14rem 0.46rem rgba(177, 177, 177, 0.39);
    -moz-box-shadow: 0 0.14rem 0.46rem rgba(177, 177, 177, 0.39);
    position: relative; }
  .page-layer a.close {
    display: block;
    width: .8rem;
    height: .8rem;
    background: url("../image/close30.png") center no-repeat;
    background-size: .3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
    .page-layer a.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }

.video-layer video {
  width: 100%; }

.about-1 .index-title {
  padding-bottom: .45rem; }
.about-1 .content2 {
  font-size: .16rem;
  line-height: .24rem;
  color: #888;
  padding-bottom: .6rem; }
  .about-1 .content2 .col {
    width: 5.35rem; }
.about-1 .list li {
  width: 50%;
  position: relative;
  padding: 0 .4rem 1rem .3rem;
  margin-top: .6rem;
  min-height: 2.8rem; }
  .about-1 .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .06rem;
    bottom: .1rem;
    width: 1px;
    background: #ccc; }
  .about-1 .list li h3 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    font-size: .28rem;
    line-height: .4rem;
    padding-left: .3rem;
    color: #666; }
    .about-1 .list li h3:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .06rem;
      bottom: .1rem;
      width: 2px;
      background: #c6151d; }
  .about-1 .list li .content {
    font-size: .16rem;
    line-height: .24rem;
    color: #888; }
.about-1 .list li:nth-child(even):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: .06rem;
  bottom: .1rem;
  width: 1px;
  background: #ccc; }

.about-2 .index-title {
  padding: .8rem 0 .5rem 0; }
.about-2 .img {
  position: relative;
  z-index: 11; }
.about-2 .bg {
  background: #f4f4f4;
  margin-top: -1.45rem;
  padding-top: 1.45rem; }
  .about-2 .bg .wal {
    position: relative; }
  .about-2 .bg .arrow a {
    display: block;
    width: .32rem;
    height: 1rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: auto;
    bottom: 1.25rem; }
    .about-2 .bg .arrow a.prev {
      background-image: url("../image/prev32.png");
      left: -1.3rem; }
      .about-2 .bg .arrow a.prev:hover {
        background-image: url("../image/prev32on.png"); }
    .about-2 .bg .arrow a.next {
      background-image: url("../image/next32.png");
      right: -1.3rem; }
      .about-2 .bg .arrow a.next:hover {
        background-image: url("../image/next32on.png"); }
  .about-2 .bg .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .about-2 .bg .list {
    margin-right: -1.4rem; }
    .about-2 .bg .list li {
      height: 3.85rem;
      justify-content: flex-end;
      -webkit-justify-content: flex-end; }
      .about-2 .bg .list li .box {
        position: relative;
        padding: 0 1.4rem 0 .33rem; }
        .about-2 .bg .list li .box:after {
          content: "";
          display: block;
          position: absolute;
          left: .03rem;
          top: .05rem;
          width: .15rem;
          height: .15rem;
          border: #c6151d solid 0.03rem;
          box-sizing: border-box;
          -webkit-box-sizing: border-box; }
        .about-2 .bg .list li .box:before {
          content: "";
          display: block;
          position: absolute;
          left: .1rem;
          bottom: 0;
          top: .2rem;
          width: 1px;
          background: #c6151d; }
      .about-2 .bg .list li .year {
        font-size: .48rem;
        color: #999;
        padding: .5rem 0 .35rem 0; }
      .about-2 .bg .list li .content {
        font-size: .16rem;
        line-height: .24rem;
        color: #666; }

.about-3 {
  padding-bottom: 1rem; }
  .about-3 .list {
    min-height: 4.4rem;
    position: relative; }
    .about-3 .list .bg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: center no-repeat;
      background-size: cover;
      opacity: 0; }
      .about-3 .list .bg.show {
        opacity: 1; }
    .about-3 .list ul {
      position: relative;
      z-index: 11; }
    .about-3 .list li {
      height: 4.59rem;
      width: 12.5%;
      border-right: rgba(255, 255, 255, 0.5) solid 1px;
      color: #fff;
      position: relative; }
      .about-3 .list li .name {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 1.9rem;
        bottom: auto;
        width: 100%;
        min-width: 2.65rem;
        padding: 0 .1rem;
        font-size: .16rem;
        line-height: .23rem; }
        .about-3 .list li .name span {
          display: block; }
      .about-3 .list li .layer {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 1.9rem;
        bottom: auto;
        width: 100%;
        min-width: 2.65rem;
        padding: 0 .1rem;
        opacity: 0; }
        .about-3 .list li .layer:after {
          content: "";
          display: block;
          position: absolute;
          left: -1px;
          top: .02rem;
          bottom: .04rem;
          width: 1px;
          background: #c6151d; }
        .about-3 .list li .layer h3 {
          font-size: .18rem;
          padding-bottom: .1rem; }
        .about-3 .list li .layer p {
          font-size: .14rem;
          line-height: .2rem; }
    .about-3 .list li:last-child {
      border: 0; }
    .about-3 .list li.on {
      width: 2.65rem;
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
      .about-3 .list li.on .name {
        opacity: 0; }
      .about-3 .list li.on .layer {
        opacity: 1; }

.news {
  padding-top: 1rem; }
  .news ul {
    margin-left: -.75rem; }
  .news li {
    width: 33.333%;
    padding: 0 0 .7rem .75rem; }
    .news li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .news li .img img {
        width: 100%; }
    .news li .time {
      font-size: .18rem;
      line-height: .7rem;
      color: #999; }
    .news li .name a {
      font-size: .22rem;
      line-height: .26rem;
      color: #666;
      display: block;
      margin-top: -.04rem; }
    .news li .btn a {
      display: block;
      text-transform: uppercase;
      color: #c6151d;
      line-height: .62rem;
      font-size: .18rem; }
      .news li .btn a em {
        background: url("../image/img6.png") right center no-repeat;
        background-size: .06rem;
        padding-right: .26rem; }
      .news li .btn a:hover em {
        animation: moreAni .2s linear;
        -webkit-animation: moreAni .2s linear; }
  .news li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); }
  .news li:hover .name a {
    color: #000; }

.new-show {
  position: relative; }
  .new-show .time {
    padding: .56rem 0 .2rem 0;
    font-size: .18rem;
    color: #999; }
  .new-show .title {
    border-bottom: #ccc solid 1px;
    font-size: .22rem;
    font-weight: bold;
    padding-bottom: .45rem;
    color: #666; }
  .new-show a.back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.78rem;
    bottom: auto; }
  .new-show .content {
    font-size: .16rem;
    line-height: .24rem;
    color: #888;
    padding: .45rem 0;
    border-bottom: #ccc solid 1px; }
    .new-show .content .img {
      text-align: center;
      padding: .4rem 0; }
  .new-show div.back {
    padding: .4rem 0 .6rem 0; }
    .new-show div.back a {
      margin-left: auto; }

.join-1 {
  padding: 1rem 0; }
  .join-1 li {
    width: 5.78rem; }
    .join-1 li a {
      height: 1.87rem;
      background: #f0f0f0;
      padding-left: .8rem;
      position: relative;
      color: #666; }
      .join-1 li a .ico {
        width: 1.15rem; }
      .join-1 li a .col {
        width: 3.28rem; }
      .join-1 li a .name {
        font-size: .28rem;
        font-weight: bold;
        padding-bottom: .05rem; }
      .join-1 li a em {
        color: #c6151d;
        background: url("../image/img6_2.png") right center no-repeat;
        background-size: .06rem;
        padding-right: .2rem;
        font-size: .14rem; }
      .join-1 li a:hover {
        color: #c6151d; }

.join-2 h2 {
  font-size: .44rem;
  text-transform: uppercase; }
.join-2 h3 {
  padding: .45rem 0 .5rem 0;
  font-size: .28rem;
  color: #666;
  position: relative; }
  .join-2 h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .32rem;
    width: .26rem;
    height: .02rem;
    background: #c6151d; }
.join-2 .list {
  padding-bottom: .6rem; }
  .join-2 .list ul {
    border-right: #ccc solid 1px; }
  .join-2 .list li {
    width: 33.333%;
    padding: 0 .3rem 0 .4rem;
    border-left: #ccc solid 1px;
    color: #888; }
    .join-2 .list li h4 {
      position: relative;
      font-size: .18rem;
      font-weight: bold; }
      .join-2 .list li h4:after {
        content: "";
        display: block;
        position: absolute;
        left: -.22rem;
        top: 50%;
        width: .12rem;
        height: .12rem;
        background: #c6151d;
        margin-top: -.07rem; }
    .join-2 .list li p {
      font-size: .18rem;
      line-height: .24rem;
      padding-top: .1rem; }
.join-2 .list2 {
  padding-bottom: .6rem; }
  .join-2 .list2 ul {
    width: 5.6rem;
    border-left: #ccc solid 1px; }
  .join-2 .list2 li {
    padding: 0 0 .6rem .4rem;
    color: #888; }
    .join-2 .list2 li h4 {
      position: relative;
      font-size: .18rem;
      font-weight: bold; }
      .join-2 .list2 li h4:after {
        content: "";
        display: block;
        position: absolute;
        left: -.22rem;
        top: 50%;
        width: .12rem;
        height: .12rem;
        background: #c6151d;
        margin-top: -.07rem; }
    .join-2 .list2 li p {
      font-size: .18rem;
      line-height: .24rem;
      padding-top: .1rem; }
    .join-2 .list2 li:last-child {
      padding-bottom: 0; }
  .join-2 .list2 .img {
    width: 50%; }

.join-3 {
  background: url("../image/join-3.jpg") center no-repeat;
  background-size: cover;
  position: relative; }
  .join-3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: rgba(255, 255, 255, 0.9); }
  .join-3 .wal {
    position: relative;
    min-height: 3.75rem;
    padding: .65rem 0; }
  .join-3 h2 {
    padding: 0 0 .5rem 0;
    font-size: .28rem;
    color: #666;
    position: relative;
    margin-bottom: .08rem; }
    .join-3 h2:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .32rem;
      width: .26rem;
      height: .02rem;
      background: #c6151d; }
  .join-3 .content {
    width: 5.6rem;
    padding-left: .4rem;
    font-size: .18rem;
    line-height: .24rem;
    color: #888;
    position: relative; }
    .join-3 .content:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .04rem;
      bottom: .04rem;
      width: 1px;
      background: #ccc; }

.join-4 {
  padding-bottom: 1rem; }
  .join-4 .index-title {
    padding-bottom: .45rem; }
  .join-4 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .join-4 .list li img {
      width: 100%; }
    .join-4 .list .num {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.35rem;
      top: auto;
      bottom: 0.2rem;
      color: #fff;
      font-size: .18rem; }
      .join-4 .list .num .num-curr {
        font-size: .46rem; }
  .join-4 .arrow a {
    display: block;
    width: .4rem;
    height: 1rem;
    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: -.5rem; }
    .join-4 .arrow a:hover {
      background-color: rgba(198, 21, 29, 0.5); }
    .join-4 .arrow a.prev {
      left: 0;
      background-image: url("../image/prev40.png"); }
    .join-4 .arrow a.next {
      right: 0;
      background-image: url("../image/next40.png"); }

.law {
  padding: .6rem 0 .1rem 0; }
  .law .title {
    padding-bottom: .25rem; }
    .law .title h2 {
      font-size: .28rem;
      padding-bottom: .28rem;
      color: #666;
      position: relative;
      line-height: 1em; }
      .law .title h2:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: .26rem;
        height: .02rem;
        background: #c6151d; }
  .law .content {
    font-size: .18rem;
    line-height: .24rem;
    color: #888;
    padding-bottom: .5rem; }

.contact-layer .container {
  padding: 0 .35rem; }
  .contact-layer .container .title {
    text-align: center;
    padding: .5rem 0 .45rem 0; }
    .contact-layer .container .title h2 {
      padding-bottom: .2rem;
      font-size: .28rem;
      text-transform: uppercase; }
    .contact-layer .container .title p {
      font-size: .16rem;
      color: #999; }
  .contact-layer .container .form li {
    width: 3.3rem;
    padding: 0 0 .4rem 0;
    position: relative; }
    .contact-layer .container .form li .ico {
      width: .22rem;
      height: .22rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.18rem;
      bottom: auto; }
      .contact-layer .container .form li .ico img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .contact-layer .container .form li .name {
      position: absolute;
      z-index: 10;
      left: 0.3rem;
      right: auto;
      top: 0;
      bottom: auto;
      line-height: .58rem;
      font-size: .16rem;
      color: #999; }
      .contact-layer .container .form li .name em {
        color: #c6151d; }
    .contact-layer .container .form li .input {
      min-height: .58rem;
      border-bottom: #ccc solid 1px;
      position: relative;
      z-index: 11; }
      .contact-layer .container .form li .input input, .contact-layer .container .form li .input textarea {
        width: 100%;
        height: .58rem;
        line-height: .58rem;
        font-size: .16rem;
        padding-left: .3rem;
        color: #c6151d; }
      .contact-layer .container .form li .input textarea {
        height: 1.1rem;
        line-height: .28rem;
        padding: .15rem 0 .15rem .3rem; }
    .contact-layer .container .form li .select {
      z-index: 20; }
      .contact-layer .container .form li .select:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: .23rem;
        background: url("../image/select23.png") center no-repeat;
        background-size: 100%; }
      .contact-layer .container .form li .select input {
        display: none; }
      .contact-layer .container .form li .select span {
        display: block;
        padding-left: .3rem;
        line-height: .58rem;
        font-size: .16rem;
        color: #999; }
        .contact-layer .container .form li .select span .name {
          position: static; }
      .contact-layer .container .form li .select dl {
        position: absolute;
        z-index: 10;
        left: -1px;
        right: -1px;
        top: 100%;
        bottom: auto;
        border: #ccc solid 1px;
        background: #fff;
        border-bottom: 0;
        display: none; }
        .contact-layer .container .form li .select dl dd {
          height: .43rem;
          line-height: .43rem;
          border-bottom: #ccc solid 1px;
          font-size: .16rem;
          color: #999;
          padding-left: .3rem; }
          .contact-layer .container .form li .select dl dd:hover {
            color: #c6151d;
            border-color: #c6151d; }
      .contact-layer .container .form li .select.on:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
      .contact-layer .container .form li .select.on dl {
        display: block; }
  .contact-layer .container .form li.li_01 {
    width: 100%; }
  .contact-layer .container .form li.on .ico img:nth-child(1) {
    opacity: 0; }
  .contact-layer .container .form li.on .ico img:nth-child(2) {
    opacity: 1; }
  .contact-layer .container .form li.on .name {
    opacity: 0; }
  .contact-layer .container .form li.on .input {
    border-color: #c6151d; }
  .contact-layer .container .form li.on .select span {
    color: #c6151d; }
  .contact-layer .container .submit {
    padding: .2rem 0 .6rem 0; }
    .contact-layer .container .submit div {
      background: #c6151d;
      height: .52rem; }
    .contact-layer .container .submit input {
      width: 100%;
      height: .52rem;
      font-size: .16rem;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }

.contact-ok-layer .container {
  width: 6.45rem;
  min-height: 2.88rem;
  text-align: center;
  padding: 1rem .3rem; }
  .contact-ok-layer .container h2 {
    font-size: .28rem;
    padding-bottom: .2rem;
    text-transform: uppercase; }
  .contact-ok-layer .container p {
    font-size: .16rem;
    line-height: .2rem;
    color: #999; }

.join-banner img {
  width: 100%; }

.technology-layer li {
  padding: 0 .45rem .8rem .45rem; }
  .technology-layer li .name {
    padding: .6rem 0 0 0; }
    .technology-layer li .name .ico {
      width: .7rem;
      background: #c6151d;
      margin-right: .1rem;
      padding: .1rem; }
    .technology-layer li .name h3 {
      color: #c22c33;
      font-size: .18rem; }
  .technology-layer li .content {
    background: #f0f0f0;
    font-size: .16rem;
    color: #666;
    padding: .36rem .4rem;
    line-height: 1.8em; }
    
    
    
    .g-nav{max-width: 11rem;}
.g-nav a.name {text-transform: math-auto;}

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