@charset "UTF-8";
body.show a, body.show .transition, body.show .p-more, body.show .news li a .col .more, .news li a .col body.show .more, body.show .g-head, body.show .g-foot .share li .ewm, .g-foot .share li body.show .ewm, body.show #index-dots, body.show .index-msg, body.show .index-solution .list li a h5.name, .index-solution .list li a body.show h5.name, body.show .index-solution .list li a .layer, .index-solution .list li a body.show .layer, body.show .news li a .time, .news li a body.show .time, body.show .news li a .col .content, .news li a .col body.show .content, body.show .join .list li, .join .list body.show li, body.show .join .list li .hd h3, .join .list li .hd body.show h3, body.show .support-layer, body.show .solution .list li a .name, .solution .list li a body.show .name, body.show .solution .list li .box .name, .solution .list li .box body.show .name, body.show .solution .list li a .layer, .solution .list li a body.show .layer, body.show .solution .list li .box .layer, .solution .list li .box body.show .layer, body.show :before, body.show :after, body.show img, body.show .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, .index-news .list li a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-nav ul, .p-nav li a, .p-num, .p-num .num, .p-num .form, .g-foot .share ul, #index-dots li, .index-news .list-line, .index-news .hd, .index-news .hd .btn ul, .join .list li .hd dl.info, .support_01 .list li dl.info, .support_02 .col .list li, .support-layer, .support-layer .container .title, .about-3 .list li, .solution .list li a .layer dl, .solution .list li .box .layer dl, .product-nav li a, .product .item .hd .col .title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, #index-dots, .indexFlash li .wal, .index-product .list li, .index-product .list li a, .index-solution .wal, .index-solution .list li a .layer, .index-news .wal, .index-honor, .p-banner .wal, .support_01 .list li, .support-layer .container .form-3 ul, .solution .list li a .name, .solution .list li .box .name {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-nav li a, .p-num, .p-num .num, .p-num .form, #index-dots li, .index-about .about-1 .wal, .index-product .list li a, .index-solution .list li a .layer, .news li a, .support_02 .col .list li, .support-layer, .support-layer .container .title, .about-3 .list li, .solution .list li a .name, .solution .list li .box .name, .solution .list li a .layer dl, .solution .list li .box .layer dl, .product-nav li a, .product .item .hd, .product .item .hd .col .title {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-nav li a, .p-num, #index-dots, #index-dots li, .indexFlash li .wal, .index-product .list li, .index-product .list li a, .index-solution .wal, .index-solution .list li a .layer, .index-news .wal, .index-honor, .p-banner .wal, .support_01 .list li, .support-layer, .solution .list li a .name, .solution .list li .box .name, .product-nav li a {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .p-num2 ul, .index-about .about-1 .wal, .index-news .hd, .support_01 .list ul, .support_02, .support-layer .container, .support-layer .container .title, .support-layer .container .form ul, .about-1 .list ul, .about-3 .list ul, .about-3 .list li, .product-nav ul, .product .item .hd {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .p-num2 ul, .g-nav ul, .g-foot .msg, .index-about .about-1 .wal, .index-product .list ul, .index-news .list ul, .news li a, .support_01 .list ul, .support_02, .support-layer .container, .support-layer .container .form ul, .about-1 .list ul, .about-3 .list ul, .solution .list ul, .product-nav ul, .product .item .hd, .product .item .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-num2 {
  padding: .4rem 0 1rem 0;
  border-top: rgba(57, 57, 52, 0.1) solid 1px;
  font-size: .18rem; }
  .p-num2 a {
    color: #666; }
    .p-num2 a:hover {
      color: #004ca0; }

.p-nav {
  padding: 1rem 0; }
  .p-nav li {
    width: 50%;
    position: relative; }
    .p-nav li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: -1px;
      bottom: 0;
      border: #DADADA solid 1px; }
    .p-nav li a {
      height: 1.28rem;
      position: relative;
      font-size: .28rem;
      color: #666; }
      .p-nav li a .ico {
        width: .5rem;
        height: .5rem;
        position: relative;
        margin-right: .22rem; }
        .p-nav li a .ico img:nth-child(2) {
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
    .p-nav li a:hover, .p-nav li.on a {
      color: #004ca0; }
      .p-nav li a:hover .ico img:nth-child(1), .p-nav li.on a .ico img:nth-child(1) {
        opacity: 0; }
      .p-nav li a:hover .ico img:nth-child(2), .p-nav li.on a .ico img:nth-child(2) {
        opacity: 1; }
    .p-nav li.on {
      z-index: 2; }
      .p-nav li.on a {
        background: #fff;
        box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
        -webkit-box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
        -moz-box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
        margin-right: -2px;
        margin-left: -2px; }

.p-more, .news li a .col .more {
  display: block;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: #004ca0 solid 1px;
  width: 1.22rem;
  height: .36rem;
  line-height: .34rem;
  font-size: .18rem;
  color: #004ca0;
  text-align: center; }
  .p-more:hover, .news li a .col .more:hover {
    background: #004ca0;
    color: #fff; }

.p-num {
  padding: .35rem 0 1rem 0;
  font-size: .16rem;
  color: #666; }
  .p-num a {
    color: #666; }
    .p-num a:hover, .p-num a.on {
      color: #004ca0; }
  .p-num a.arrow {
    line-height: .32rem; }
    .p-num a.arrow.prev {
      padding-left: .28rem;
      background: url("../image/prev8.png") left center no-repeat;
      background-size: .08rem; }
    .p-num a.arrow.next {
      padding-right: .28rem;
      background: url("../image/next8.png") right center no-repeat;
      background-size: .08rem;
      margin-left: .36rem; }
    .p-num a.arrow.disabled {
      cursor: default;
      opacity: .7; }
  .p-num .num {
    padding: 0 .07rem 0 .2rem; }
    .p-num .num a {
      padding: 0 .16rem;
      line-height: .32rem; }
      .p-num .num a.on {
        font-weight: bold; }
  .p-num .form {
    line-height: .32rem; }
    .p-num .form .input {
      width: .56rem;
      border-bottom: #666 solid 1px;
      margin: 0 .07rem; }
      .p-num .form .input input {
        width: 100%;
        height: .31rem;
        line-height: .31rem;
        font-size: .16rem; }
    .p-num .form .submit {
      margin-left: .3rem;
      border: #666 solid 1px;
      width: .68rem;
      height: .32rem; }
      .p-num .form .submit input {
        width: 100%;
        height: .3rem;
        font-size: .16rem;
        cursor: pointer;
        color: #666; }

.p-title {
  position: relative;
  margin-top: 1rem;
  display: block; }
  .p-title h3 {
    color: #9E9E9E;
    opacity: .2;
    font-size: .88rem;
    text-transform: uppercase;
    font-family: 'Impact';
    line-height: .8rem;
    letter-spacing: .02rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto; }
  .p-title h2 {
    font-size: .38rem;
    color: #212121;
    letter-spacing: .02rem;
    line-height: 1em;
    position: relative;
    padding: .5rem 0 .7rem 0; }
    .p-title h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .48rem;
      width: .5rem;
      height: .06rem;
      background: linear-gradient(90deg, #005CD8 0%, #059EE4 100%); }

.p-title-center {
  text-align: center; }
  .p-title-center h2:before {
    left: 50%;
    margin-left: -.25rem; }

* {
  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; }

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: #004ca0;
    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; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 15.2rem;
  margin: 0 auto; }

@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.woff2") format("woff2"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.eot") format("embedded-opentype"), url("fonts/DINPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Impact";
  src: url("fonts/Impact.woff2") format("woff2"), url("fonts/Impact.woff") format("woff"), url("fonts/Impact.ttf") format("truetype"), url("fonts/Impact.eot") format("embedded-opentype"), url("fonts/Impact.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------*/
.app-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

#app {
  position: relative;
  min-height: 100vh; }

.g-headD {
  height: 0.92rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 .5rem; }
  .g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1.47rem;
    background: url("../image/head-bg.png") center top repeat-x;
    background-size: auto 100%; }
  .g-head .wal {
    min-height: 0.92rem;
    position: relative;
    max-width: 100%; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.97rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }

.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto; }
  .g-nav li {
    margin-left: .48rem;
    position: relative; }
  .g-nav a.name {
    display: block;
    height: 0.92rem;
    line-height: 0.92rem;
    color: #fff;
    font-size: .15rem;
    position: relative; }
    .g-nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 0;
      top: .72rem;
      height: .02rem;
      background: #fff; }
    .g-nav a.name.on:before {
      width: 100%; }

@media screen and (min-width: 800px) {
  .g-nav .list {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: -100vh;
    bottom: auto;
    width: 1.7rem;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    margin-top: -.18rem; }
    .g-nav .list a {
      display: block;
      position: relative;
      line-height: .25rem;
      padding-left: .2rem;
      color: #fff;
      font-size: .14rem; }
      .g-nav .list a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .3rem;
        bottom: 0;
        width: .16rem;
        background: url("../image/arrow16.png") center no-repeat;
        background-size: 100%;
        opacity: 0; }
      .g-nav .list a:hover {
        background: #004ca0; }
        .g-nav .list a:hover:after {
          opacity: 1;
          right: .1rem; }
  .g-nav li:hover a.name:before {
    width: 100%; }
  .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity, margin 0.5s ease;
    -webkit-transition: opacity, margin 0.5s ease;
    -moz-transition: opacity, margin 0.5s ease;
    -o-transition: opacity, margin 0.5s ease; }
    .g-nav li:hover .list a {
      line-height: .45rem; }

  body.g-head-white .g-nav .list {
    margin-top: 0; } }
.g-foot {
  background: #00142b;
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: .16rem; }
  .g-foot .wal {
    min-height: 2.5rem;
    position: relative; }
  .g-foot .logo {
    width: 2.23rem;
    padding: .6rem 0 .3rem 0; }
  .g-foot .msg {
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
    padding: .3rem 0; }
    .g-foot .msg p {
      padding-right: .4rem; }
  .g-foot .share {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.81rem;
    bottom: auto; }
    .g-foot .share li {
      width: .34rem;
      margin-left: .3rem;
      position: relative; }
      .g-foot .share li a {
        display: block;
        position: relative;
        z-index: 5; }
      .g-foot .share li .ewm {
        width: 1rem;
        position: absolute;
        z-index: 1;
        left: 50%;
        right: auto;
        top: auto;
        bottom: 50%;
        margin-left: -.55rem;
        padding-bottom: .06rem;
        opacity: 0;
        visibility: hidden; }
      .g-foot .share li:hover .ewm {
        opacity: 1;
        visibility: visible;
        bottom: 100%; }
  .g-foot a.topA {
    display: block;
    color: #fff;
    background: url("../image/arrow23.svg") right center no-repeat;
    background-size: .23rem;
    padding-right: .35rem;
    line-height: .16rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 1.78rem;
    bottom: auto; }

/*index*/
#index {
  height: 100vh;
  overflow: hidden;
  position: relative; }

.index-slide {
  height: 100vh;
  position: relative;
  background: center no-repeat;
  background-size: cover;
  overflow: hidden; }

#index-dots {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.27rem;
  top: 0;
  bottom: 0;
  width: .14rem; }
  #index-dots li {
    height: .36rem;
    position: relative;
    cursor: pointer; }
    #index-dots li:before {
      content: "";
      display: block;
      position: absolute;
      position: relative;
      width: .08rem;
      height: .08rem;
      background: #ccc;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    #index-dots li:hover:before, #index-dots li.on:before {
      width: .14rem;
      height: .14rem;
      background: #004CA0; }

.index-msg {
  position: fixed;
  z-index: 10;
  left: .5rem;
  bottom: .3rem;
  font-size: .14rem;
  line-height: .24rem;
  color: #fff; }

.indexIco {
  position: fixed;
  z-index: 10;
  right: .5rem;
  bottom: .3rem;
  width: .51rem;
  height: .87rem;
  animation: upDown 1s infinite linear alternate;
  -webkit-animation: upDown 1s infinite linear alternate; }
  .indexIco:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../image/img51.png") center no-repeat;
    background-size: 100%; }
  .indexIco.hide {
    opacity: 0;
    visibility: hidden; }

@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); } }
body.body-white-bg .g-head:before, body.g-head-white .g-head:before {
  opacity: 0; }
body.body-white-bg .g-head a.logo, body.g-head-white .g-head a.logo {
  background-image: url("../image/logo2.png"); }
body.body-white-bg .g-head .navA, body.g-head-white .g-head .navA {
  background-image: url("../image/navA-blue.png"); }
body.body-white-bg .g-nav a.name, body.g-head-white .g-nav a.name {
  color: #212121; }
  body.body-white-bg .g-nav a.name:before, body.g-head-white .g-nav a.name:before {
    background: #004ca0; }
body.body-white-bg .index-msg, body.g-head-white .index-msg {
  color: #666; }
body.body-white-bg .indexIco:before, body.g-head-white .indexIco:before {
  background-image: url("../image/img51_2.png"); }

body.g-head-white .g-head {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); }

.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash li {
    background: center no-repeat;
    background-size: cover; }
    .indexFlash li .wal {
      height: 100vh;
      color: #fff;
      padding-top: .3rem; }
    .indexFlash li h3 {
      font-size: .68rem;
      line-height: 1em;
      letter-spacing: .02rem;
      text-shadow: 0 0.04rem 0.05rem rgba(0, 65, 91, 0.8); }
    .indexFlash li .msg {
      font-size: .28rem;
      line-height: .6rem;
      padding-left: .21rem;
      margin-top: .55rem;
      background: url("../image/img60.png") left center no-repeat;
      background-size: auto 100%;
      letter-spacing: .02rem; }
    .indexFlash li .en {
      font-weight: bold;
      font-style: italic;
      opacity: .7;
      font-size: .14rem;
      line-height: .26rem;
      padding-top: .25rem;
      text-transform: uppercase;
      max-width: 5.41rem; }

.index-about .about-1 .wal {
  padding: 0;
  min-height: 100vh;
  height: 100vh; }
  .index-about .about-1 .wal .col {
    width: 7.84rem;
    padding-top: .2rem; }
  .index-about .about-1 .wal .img {
    top: .4rem;
    right: .4rem;
    position: relative; }
    .index-about .about-1 .wal .img .img-bg {
      position: absolute;
      z-index: 1;
      left: auto;
      right: -0.4rem;
      top: -0.4rem;
      bottom: auto; }

.index-product {
  background: #004ca0; }
  .index-product .bg-list div {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover; }
  .index-product .list {
    position: relative;
    z-index: 5; }
    .index-product .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      right: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
      margin-top: 1.48rem; }
    .index-product .list .line {
      position: absolute;
      left: 0;
      top: 50%;
      width: 25%;
      height: 1px;
      background: #fff;
      margin-top: 1.48rem; }
    .index-product .list li {
      width: 25%;
      position: relative;
      z-index: 2;
      height: 100vh; }
      .index-product .list li a {
        color: #fff;
        text-align: center;
        padding-top: .9rem; }
        .index-product .list li a .ico {
          width: .6rem; }
        .index-product .list li a .name {
          font-size: .14rem;
          padding: .25rem 0 .7rem 0; }
          .index-product .list li a .name h5 {
            font-weight: 400;
            font-size: .24rem;
            text-transform: uppercase;
            line-height: 1em;
            padding-bottom: .12rem; }

.index-solution .wal {
  position: relative;
  height: 100vh; }
.index-solution .side {
  min-height: 5.5rem;
  width: 3.4rem; }
  .index-solution .side .p-title {
    margin-top: 0; }
    .index-solution .side .p-title h2 {
      padding-bottom: 0; }
      .index-solution .side .p-title h2:before {
        display: none; }
  .index-solution .side .msg {
    color: #004ca0;
    font-size: .24rem;
    padding: .3rem 0 .25rem 0; }
  .index-solution .side .content {
    font-size: .16rem;
    line-height: .3rem;
    color: #4D4D4D;
    width: 2.9rem;
    padding-bottom: .6rem; }
  .index-solution .side .more a {
    display: block;
    text-align: center;
    color: #004ca0;
    border: #004ca0 solid 1px;
    font-size: .14rem;
    width: 1.5rem;
    height: .45rem;
    line-height: .43rem; }
    .index-solution .side .more a:hover {
      background: #004ca0;
      color: #fff; }
.index-solution .list {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -2.75rem;
  margin-left: -3.12rem; }
  .index-solution .list .arrow a {
    display: block;
    width: .24rem;
    height: 1rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.5rem;
    background: center no-repeat;
    background-size: 100%; }
    .index-solution .list .arrow a.prev {
      left: -.55rem;
      background-image: url("../image/prev24.png"); }
      .index-solution .list .arrow a.prev:hover {
        background-image: url("../image/prev24on.png"); }
    .index-solution .list .arrow a.next {
      right: .6rem;
      background-image: url("../image/next24.png"); }
      .index-solution .list .arrow a.next:hover {
        background-image: url("../image/next24on.png"); }
  .index-solution .list .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .index-solution .list .list-wrapper2 {
    width: 19.5rem; }
  .index-solution .list li {
    padding-right: .1rem; }
    .index-solution .list li a {
      display: block;
      position: relative;
      color: #fff;
      width: 100%;
      overflow: hidden; }
      .index-solution .list li a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #004ca0;
        opacity: 0; }
      .index-solution .list li a .img {
        width: 100%;
        overflow: hidden;
        position: relative; }
      .index-solution .list li a h5.name {
        position: absolute;
        z-index: 1;
        left: 0.2rem;
        right: 0.2rem;
        top: auto;
        bottom: 0.2rem;
        font-size: .24rem;
        font-weight: 400; }
      .index-solution .list li a .layer {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: -30%;
        bottom: 60%;
        text-align: center;
        opacity: 0; }
        .index-solution .list li a .layer .ico {
          background: url("../image/img176.png") center no-repeat;
          background-size: 100%;
          width: 1.76rem;
          height: 1.29rem;
          padding-top: .26rem;
          margin: 0 auto; }
          .index-solution .list li a .layer .ico img {
            width: .6rem; }
        .index-solution .list li a .layer .name {
          font-size: .14rem;
          text-transform: uppercase; }
          .index-solution .list li a .layer .name h5 {
            font-weight: 400;
            font-size: .28rem;
            line-height: 1em;
            padding: .4rem 0 .1rem 0; }
    .index-solution .list li a:hover:after {
      opacity: .8; }
    .index-solution .list li a:hover .img img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
    .index-solution .list li a:hover h5.name {
      bottom: -1rem; }
    .index-solution .list li a:hover .layer {
      top: 0;
      bottom: 0;
      opacity: 1; }

.index-news {
  background: url("../image/index-news.png") center no-repeat;
  background-size: cover; }
  .index-news .wal {
    height: 100vh;
    padding-bottom: 1rem;
    position: relative; }
  .index-news .list-line {
    position: absolute;
    left: -.2rem;
    top: 0;
    right: -.2rem;
    background: url("../image/line1.png") left bottom no-repeat;
    background-size: 1px; }
    .index-news .list-line div {
      width: 25%;
      height: 100vh;
      background: url("../image/line1.png") right bottom no-repeat;
      background-size: 1px;
      position: relative; }
      .index-news .list-line div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        bottom: 0;
        background: url("../image/index-news-bg.png") center no-repeat;
        background-size: 100% 100%;
        opacity: .5; }
      .index-news .list-line div.on:before {
        top: 0;
        opacity: 1; }
  .index-news .hd {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    padding-bottom: .4rem;
    position: relative; }
    .index-news .hd .p-title h2 {
      color: #fff;
      padding-bottom: 0; }
      .index-news .hd .p-title h2:before {
        display: none; }
    .index-news .hd .btn li {
      padding-left: .2rem; }
    .index-news .hd .btn a {
      display: block;
      color: #fff;
      text-align: center;
      font-size: .14rem;
      width: 1.5rem;
      height: .42rem;
      line-height: .4rem;
      border: rgba(255, 255, 255, 0.5) solid 1px; }
      .index-news .hd .btn a:hover, .index-news .hd .btn a.on {
        background: #fff;
        color: #004ca0; }
  .index-news .list {
    position: relative; }
    .index-news .list ul {
      margin-left: -.4rem; }
    .index-news .list li {
      width: 25%;
      padding-left: .4rem; }
      .index-news .list li a {
        display: block;
        color: #fff; }
        .index-news .list li a .img {
          width: 100%;
          overflow: hidden;
          position: relative; }
          .index-news .list li a .img img {
            width: 100%; }
        .index-news .list li a .name {
          font-size: .16rem;
          height: .46rem;
          line-height: .46rem;
          margin-top: .15rem; }
        .index-news .list li a .content {
          font-size: .14rem;
          line-height: .22rem;
          opacity: .7;
          height: .44rem;
          overflow: hidden; }
        .index-news .list li a .more {
          margin-top: .3rem;
          font-size: .12rem;
          background: url("../image/arrow33.png") right center no-repeat;
          background-size: .33rem; }
      .index-news .list li a:hover .img img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }

@media screen and (max-width: 1200px) {
  .index-news .list li a .content {
    font-size: 12px;
    line-height: 18px;
    height: 36px; } }
.index-honor .about-2 {
  background: none;
  width: 100%;
  min-height: 1rem; }
  .index-honor .about-2 .p-title {
    margin-top: 0; }
    .index-honor .about-2 .p-title h3 {
      color: #9E9E9E; }
    .index-honor .about-2 .p-title h2 {
      color: #212121; }
      .index-honor .about-2 .p-title h2:before {
        background: linear-gradient(90deg, #005CD8 0%, #059EE4 100%); }
  .index-honor .about-2 .list .arrow a.prev {
    background-image: url("../image/prev59_1.png"); }
    .index-honor .about-2 .list .arrow a.prev:hover {
      background-image: url("../image/prev59_1on.png"); }
  .index-honor .about-2 .list .arrow a.next {
    background-image: url("../image/next59_1.png"); }
    .index-honor .about-2 .list .arrow a.next:hover {
      background-image: url("../image/next59_1on.png"); }

/*page*/
.p-banner {
  background: center no-repeat;
  background-size: cover; }
  .p-banner .wal {
    height: 7.2rem;
    color: #fff;
    padding-top: .3rem; }
  .p-banner h3 {
    font-size: .68rem;
    line-height: 1em;
    letter-spacing: .02rem;
    text-shadow: 0 0.04rem 0.05rem rgba(0, 65, 91, 0.8); }
  .p-banner .msg {
    font-size: .28rem;
    line-height: .6rem;
    padding-left: .21rem;
    margin-top: .55rem;
    background: url("../image/img60.png") left center no-repeat;
    background-size: auto 100%;
    letter-spacing: .02rem; }

.news-show .hd {
  position: relative;
  border-bottom: rgba(57, 57, 52, 0.1) solid 1px;
  padding: 1rem 1rem .24rem 0; }
  .news-show .hd h2 {
    font-size: .26rem; }
  .news-show .hd .time {
    font-size: .18rem;
    padding-top: .2rem;
    color: #666; }
  .news-show .hd a.back {
    display: block;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 1rem;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: .55rem;
    height: .55rem;
    border: #ededed solid 1px;
    background: url("../image/back23.png") center no-repeat;
    background-size: .23rem; }
    .news-show .hd a.back:hover {
      background-color: #004ca0;
      border-color: #004ca0;
      background-image: url("../image/back23on.png"); }
.news-show .content {
  font-size: .18rem;
  line-height: .34rem;
  color: #666;
  text-align: justify;
  padding: .25rem 0 .75rem 0; }
  .news-show .content .img {
    text-align: center;
    padding: .35rem 0; }

.news li {
  position: relative; }
  .news li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5; }
  .news li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -1px;
    background: url("../image/img1520.png") right center no-repeat;
    background-size: cover;
    opacity: 0;
    box-shadow: 0 0 0.17rem 0 rgba(0, 76, 160, 0.26);
    -webkit-box-shadow: 0 0 0.17rem 0 rgba(0, 76, 160, 0.26);
    -moz-box-shadow: 0 0 0.17rem 0 rgba(0, 76, 160, 0.26); }
  .news li a {
    padding: .55rem 0 .35rem 0;
    position: relative;
    z-index: 2; }
    .news li a .time {
      width: 1.64rem;
      text-align: center;
      color: #999;
      font-size: .18rem; }
      .news li a .time div {
        font-size: .6rem;
        line-height: 1em;
        font-weight: bold;
        font-family: 'DINPro-Bold';
        margin-bottom: .08rem; }
    .news li a .img {
      width: 3.4rem;
      overflow: hidden;
      position: relative; }
    .news li a .col {
      width: 8.95rem;
      margin-left: .52rem; }
      .news li a .col h5 {
        font-size: .2rem; }
      .news li a .col .content {
        font-size: .18rem;
        line-height: .34rem;
        color: #666;
        text-align: justify;
        min-height: 1.15rem;
        padding: .25rem 0; }
.news li:last-child:before {
  display: none; }
.news li:hover:before {
  opacity: 0; }
.news li:hover:after {
  opacity: 1; }
.news li:hover a .time {
  color: #004ca0; }
.news li:hover a .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2); }
.news li:hover a .col .content {
  color: #004ca0; }

.join {
  padding-bottom: .8rem; }
  .join .msg {
    font-size: .2rem;
    color: #666;
    padding: .6rem 0 .4rem 0; }
  .join .list li {
    margin-bottom: .2rem;
    background: #f6f7fb; }
    .join .list li .hd {
      min-height: 1.2rem;
      position: relative;
      padding: 0 1.5rem .28rem .8rem; }
      .join .list li .hd:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .8rem;
        bottom: 0;
        width: .4rem;
        background: url("../image/arrow40.png") center no-repeat;
        background-size: 100%;
        cursor: pointer; }
      .join .list li .hd h3 {
        padding: .28rem 0;
        line-height: 1em;
        position: relative;
        font-size: .2rem; }
        .join .list li .hd h3:before {
          content: "";
          display: block;
          position: absolute;
          left: -.23rem;
          top: 50%;
          width: .04rem;
          height: .2rem;
          margin-top: -.1rem;
          background: #333; }
      .join .list li .hd dl.info {
        font-size: .16rem;
        color: #666;
        line-height: 1em; }
        .join .list li .hd dl.info dd {
          padding-right: 1rem; }
    .join .list li .bd {
      border-top: rgba(0, 0, 0, 0.1) solid 1px;
      margin-left: .8rem;
      margin-right: .76rem;
      padding: .3rem 0 .15rem 0; }
      .join .list li .bd h5 {
        font-size: .18rem;
        line-height: .3rem;
        position: relative;
        padding-left: .25rem; }
        .join .list li .bd h5:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          width: .08rem;
          height: .08rem;
          margin-top: -.04rem;
          background: #333;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
      .join .list li .bd .content {
        font-size: .16rem;
        line-height: 2em;
        color: #666;
        padding: .15rem 0 .35rem .25rem; }
  .join .list li.on {
    background: #fff;
    box-shadow: 0 0 0.16rem 0 rgba(0, 76, 160, 0.2);
    -webkit-box-shadow: 0 0 0.16rem 0 rgba(0, 76, 160, 0.2);
    -moz-box-shadow: 0 0 0.16rem 0 rgba(0, 76, 160, 0.2); }
    .join .list li.on .hd:before {
      background-image: url("../image/arrow40on.png"); }
    .join .list li.on .hd h3 {
      color: #004ca0; }

.support_01 .list {
  padding-bottom: .6rem; }
  .support_01 .list li {
    width: 7.4rem;
    height: 1.2rem;
    margin-bottom: .4rem;
    position: relative;
    padding: 0 1.5rem 0 .24rem;
    border: #D9D9D9 solid 1px;
    font-size: .16rem;
    background: #fff; }
    .support_01 .list li .name {
      font-size: .18rem;
      color: #000;
      padding-bottom: .18rem;
      line-height: 1em; }
    .support_01 .list li dl.info dd {
      line-height: .2rem;
      padding: 0 .35rem 0 .3rem;
      background: left center no-repeat;
      background-size: .2rem; }
    .support_01 .list li dl.info dd.dd_01 {
      background-image: url("../image/img20_1.png"); }
    .support_01 .list li dl.info dd.dd_02 {
      background-image: url("../image/img20_2.png"); }
    .support_01 .list li dl.info dd.dd_03 {
      background-image: url("../image/img20_3.png"); }
    .support_01 .list li .btn a {
      display: block;
      width: 1rem;
      height: .42rem;
      line-height: .4rem;
      text-align: center;
      border: #D9D9D9 solid 1px;
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0.24rem;
      top: 50%;
      bottom: auto;
      margin-top: -.21rem; }
      .support_01 .list li .btn a:hover {
        box-shadow: 0 0 0.08rem 0 rgba(0, 76, 160, 0.23);
        -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 76, 160, 0.23);
        -moz-box-shadow: 0 0 0.08rem 0 rgba(0, 76, 160, 0.23);
        border-color: rgba(0, 0, 0, 0); }

.support_02 {
  padding-bottom: 1rem; }
  .support_02 .col {
    width: 4.6rem; }
    .support_02 .col .p-title {
      margin-top: .5rem; }
    .support_02 .col .list li {
      padding-bottom: .45rem; }
      .support_02 .col .list li .ico {
        width: .54rem;
        flex-shrink: 0; }
      .support_02 .col .list li .col {
        width: 3.2rem;
        margin-left: .18rem; }
        .support_02 .col .list li .col h5 {
          font-size: .22rem;
          line-height: 1em;
          color: #292E33; }
        .support_02 .col .list li .col p {
          font-size: .18rem;
          padding-top: .1rem;
          color: #5C6166; }
  .support_02 .map {
    width: 9.1rem;
    height: 5.26rem;
    position: relative;
    z-index: 1; }

.support-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
  .support-layer.show {
    opacity: 1;
    visibility: visible; }
  .support-layer .container {
    background: #fff;
    position: relative;
    width: 10rem;
    box-shadow: 0 0 0.17rem 0 rgba(0, 76, 160, 0.26);
    -webkit-box-shadow: 0 0 0.17rem 0 rgba(0, 76, 160, 0.26);
    -moz-box-shadow: 0 0 0.17rem 0 rgba(0, 76, 160, 0.26);
    padding: .6rem .4rem .2rem .4rem; }
    .support-layer .container .close {
      display: block;
      width: .19rem;
      height: .19rem;
      background: url("../image/close19.png") center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0.4rem;
      top: 0.2rem;
      bottom: auto; }
    .support-layer .container .title {
      width: 100%;
      height: .58rem;
      border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
      padding-left: .14rem;
      position: relative;
      margin-bottom: .2rem; }
      .support-layer .container .title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: .04rem;
        height: .18rem;
        margin-top: -.09rem;
        background: #004ca0;
        -moz-border-radius: 0.02rem;
        -webkit-border-radius: 0.02rem;
        border-radius: 0.02rem; }
      .support-layer .container .title h3 {
        font-size: .16rem;
        line-height: 1em;
        color: #004ca0; }
      .support-layer .container .title p {
        font-size: .14rem;
        opacity: .7; }
        .support-layer .container .title p em {
          color: #f00; }
    .support-layer .container .form li {
      padding-bottom: .2rem; }
    .support-layer .container .form .input {
      border: rgba(204, 204, 204, 0.7) solid 1px;
      height: .46rem;
      position: relative; }
      .support-layer .container .form .input input::-webkit-input-placeholder {
        color: #999; }
      .support-layer .container .form .input input::-moz-placeholder {
        color: #999; }
      .support-layer .container .form .input input:-moz-placeholder {
        color: #999; }
      .support-layer .container .form .input input:-ms-input-placeholder {
        color: #999; }
      .support-layer .container .form .input textarea::-webkit-input-placeholder {
        color: #999; }
      .support-layer .container .form .input textarea::-moz-placeholder {
        color: #999; }
      .support-layer .container .form .input textarea:-moz-placeholder {
        color: #999; }
      .support-layer .container .form .input textarea:-ms-input-placeholder {
        color: #999; }
      .support-layer .container .form .input .ico {
        width: .41rem;
        position: absolute;
        z-index: 1;
        left: 0;
        right: auto;
        top: 0.12rem;
        bottom: auto; }
      .support-layer .container .form .input input, .support-layer .container .form .input textarea {
        width: 100%;
        height: .44rem;
        line-height: .44rem;
        font-size: .14rem;
        padding-left: .52rem;
        color: #333; }
      .support-layer .container .form .input textarea {
        height: 1.48rem;
        line-height: .24rem;
        padding: .1rem .2rem .1rem .52rem; }
    .support-layer .container .form .submit {
      background: #004ca0;
      height: .46rem; }
      .support-layer .container .form .submit input {
        width: 100%;
        height: .46rem;
        cursor: pointer;
        font-size: .14rem;
        color: #fff; }
    .support-layer .container .form-1 {
      width: 100%; }
      .support-layer .container .form-1 .input {
        width: 3.7rem; }
      .support-layer .container .form-1 .submit {
        width: 1.4rem; }
    .support-layer .container .form-2 {
      width: 6.06rem; }
      .support-layer .container .form-2 .input {
        width: 2.93rem; }
      .support-layer .container .form-2 .input2 {
        width: 6.06rem;
        height: 1.5rem; }
    .support-layer .container .form-3 {
      width: 2.93rem; }
      .support-layer .container .form-3 .msg {
        font-size: .14rem;
        text-align: right;
        opacity: .7; }
        .support-layer .container .form-3 .msg em {
          color: #f00; }

.about-1 .wal {
  position: relative;
  min-height: 9.66rem;
  padding: 2.55rem 0 1rem 0; }
.about-1 .p-title {
  margin-top: 0; }
.about-1 .img {
  width: 4.5rem;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.8rem;
  top: 2rem;
  bottom: auto; }
  .about-1 .img a {
    display: block;
    position: relative; }
  .about-1 .img .img-bg {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.8rem;
    top: -0.8rem;
    bottom: auto;
    width: 100%;
    overflow: hidden; }
  .about-1 .img .img-2 {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden; }
  .about-1 .img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }
.about-1 .content {
  font-size: .16rem;
  line-height: .3rem;
  text-align: justify;
  color: #4D4D4D;
  position: relative;
  max-width: 7.84rem;
  min-height: 3rem;
  padding-bottom: .3rem; }
  .about-1 .content:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.61rem;
    top: 0;
    
    background-size: 100%;
    width: 10.75rem;
    height: 2.83rem; }
  .about-1 .content p {
    position: relative;
    padding-bottom: .16rem; }
.about-1 .list {
  max-width: 7.84rem; }
  .about-1 .list li {
    text-align: center; }
    .about-1 .list li .name {
      font-size: .22rem;
      line-height: 1em;
      color: #212121;
      position: relative;
      padding-bottom: .25rem; }
      .about-1 .list li .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: .22rem;
        height: 1px;
        margin-left: -.11rem;
        bottom: .12rem;
        background: #004ca0; }
    .about-1 .list li p {
      font-size: .16rem;
      color: #666; }

.about-2 {
  background: url("../image/about-2.jpg") center no-repeat;
  background-size: cover;
  min-height: 8.5rem;
  padding: 1rem 0; }
  .about-2 .p-title {
    margin-top: 0; }
    .about-2 .p-title h3 {
      color: #fff; }
    .about-2 .p-title h2 {
      color: #fff; }
      .about-2 .p-title h2:before {
        background: #fff; }
  .about-2 .list {
    position: relative;
    padding: 0 1.28rem; }
    .about-2 .list .arrow a {
      display: block;
      width: .59rem;
      height: 1rem;
      background: center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 5;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.5rem; }
      .about-2 .list .arrow a.prev {
        left: 0;
        background-image: url("../image/prev59.png"); }
      .about-2 .list .arrow a.next {
        right: 0;
        background-image: url("../image/next59.png"); }
    .about-2 .list .list-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .about-2 .list .list-wrapper2 {
      width: 24.08rem;
      position: relative;
      left: 50%;
      margin-left: -12.04rem; }
      .about-2 .list .list-wrapper2 img {
        display: block;
        width: 100%; }

.about-3 .list {
  padding-bottom: .6rem; }
  .about-3 .list li {
    margin-bottom: .4rem;
    width: 7.4rem;
    background: #FAFAFA url("../image/img500.png") left center no-repeat;
    background-size: auto 100%; }
    .about-3 .list li .col {
      width: 4.25rem;
      padding-left: .4rem;
      font-size: .14rem; }
      .about-3 .list li .col h3 {
        font-size: .24rem;
        line-height: 1em;
        color: #212121; }
      .about-3 .list li .col .msg {
        color: #004ca0;
        padding: .1rem 0 .25rem 0; }
      .about-3 .list li .col .scroll {
        height: 1.68rem;
        overflow: hidden;
        position: relative; }
      .about-3 .list li .col .content {
        line-height: 2em;
        color: #4D4D4D;
        padding-right: .2rem;
        max-width: 3.31rem; }
    .about-3 .list li .img {
      width: 2.6rem; }

.solution .p-title h2 {
  padding-bottom: 0; }
  .solution .p-title h2:before {
    display: none; }
.solution .msg {
  text-align: center;
  font-size: .16rem;
  line-height: .3rem;
  color: #4D4D4D;
  padding: .25rem 0 .45rem 0; }
.solution .list {
  padding-bottom: .7rem; }
  .solution .list ul {
    margin-left: -.4rem; }
  .solution .list li {
    width: 33.333%;
    padding: 0 0 .3rem .4rem; }
    .solution .list li a, .solution .list li .box {
      display: block;
      position: relative;
      cursor: default; }
      .solution .list li a .name, .solution .list li .box .name {
        height: 1.08rem;
        background: #fff;
        border: rgba(0, 0, 0, 0.15) solid 1px;
        text-align: center; }
        .solution .list li a .name h5, .solution .list li .box .name h5 {
          font-weight: 400;
          font-size: .24rem; }
        .solution .list li a .name .en, .solution .list li .box .name .en {
          font-size: .16rem;
          text-transform: uppercase;
          color: #666;
          padding-top: .12rem; }
      .solution .list li a .layer, .solution .list li .box .layer {
        position: absolute;
        z-index: 1;
        left: 0.2rem;
        right: 0.2rem;
        top: auto;
        bottom: 1rem;
        background: #fff;
        box-shadow: 0 0 0.27rem 0 rgba(0, 76, 160, 0.2);
        -webkit-box-shadow: 0 0 0.27rem 0 rgba(0, 76, 160, 0.2);
        -moz-box-shadow: 0 0 0.27rem 0 rgba(0, 76, 160, 0.2);
        opacity: 0; }
        .solution .list li a .layer:before, .solution .list li .box .layer:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          width: 1px;
          height: .4rem;
          margin-top: -.2rem;
          background: rgba(33, 33, 33, 0.15); }
        .solution .list li a .layer dl, .solution .list li .box .layer dl {
          height: 2.2rem; }
        .solution .list li a .layer dd, .solution .list li .box .layer dd {
          width: 50%;
          text-align: center; }
          .solution .list li a .layer dd img, .solution .list li .box .layer dd img {
            height: 1.4rem; }
          .solution .list li a .layer dd span, .solution .list li .box .layer dd span {
            display: block;
            font-size: .16rem;
            padding-top: .12rem;
            color: #333; }
    .solution .list li a:hover .name {
      opacity: 0; }
    .solution .list li a:hover .layer {
      opacity: 1;
      bottom: 0; }

.product-nav {
  padding: .5rem 0; }
  .product-nav li {
    width: 3.35rem; }
    .product-nav li a {
      height: 1.28rem;
      border: #DADADA solid 1px;
      background: #fff;
      color: #666; }
      .product-nav li a .ico {
        width: .6rem;
        height: .6rem;
        position: relative; }
        .product-nav li a .ico img:nth-child(2) {
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .product-nav li a .name {
        font-size: .22rem;
        margin-left: .3rem; }
    .product-nav li a:hover, .product-nav li a.on {
      color: #004ca0;
      border-color: #004ca0; }
      .product-nav li a:hover .ico img:nth-child(1), .product-nav li a.on .ico img:nth-child(1) {
        opacity: 0; }
      .product-nav li a:hover .ico img:nth-child(2), .product-nav li a.on .ico img:nth-child(2) {
        opacity: 1; }
    .product-nav li a.on {
      border-color: #fff;
      box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
      -webkit-box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18);
      -moz-box-shadow: 0 0.05rem 0.18rem 0 rgba(0, 76, 160, 0.18); }

.product {
  border-top: rgba(57, 57, 52, 0.1) solid 1px; }
  .product .item {
    padding: 1rem 0; }
    .product .item .hd {
      padding-bottom: .5rem; }
      .product .item .hd .img {
        width: 6.9rem; }
      .product .item .hd .col {
        width: 6.9rem; }
        .product .item .hd .col .title {
          padding-bottom: .35rem; }
          .product .item .hd .col .title img {
            width: .5rem;
            margin-right: .2rem; }
          .product .item .hd .col .title h3 {
            font-size: .42rem;
            line-height: 1em; }
            .product .item .hd .col .title h3 em {
              color: #004ca0; }
        .product .item .hd .col .content {
          font-size: .18rem;
          line-height: .32rem;
          color: #666;
          text-align: justify; }
          .product .item .hd .col .content p {
            padding-bottom: .18rem; }
    .product .item .list {
      box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0.03rem 0.07rem 0 rgba(0, 0, 0, 0.1);
      padding-top: .6rem; }
      .product .item .list li {
        width: 33.333%;
        min-height: 1.54rem;
        position: relative;
        padding: 0 .65rem .6rem .65rem; }
        .product .item .list li:before {
          content: "";
          display: block;
          position: absolute;
          top: .32rem;
          left: 0;
          width: 1px;
          height: .4rem;
          background: rgba(0, 0, 0, 0.1); }
        .product .item .list li:after {
          content: "";
          display: block;
          position: absolute;
          top: 1.22rem;
          left: -.2rem;
          width: .4rem;
          height: 1px;
          background: rgba(0, 0, 0, 0.1); }
        .product .item .list li h5 {
          font-size: .24rem;
          color: #004ca0;
          line-height: 1em;
          padding-bottom: .15rem; }
        .product .item .list li p {
          font-size: .16rem;
          line-height: 2em;
          opacity: .7; }
      .product .item .list li:nth-child(1):before, .product .item .list li:nth-child(4):before {
        display: none; }
      .product .item .list li:nth-child(1):after, .product .item .list li:nth-child(4):after, .product .item .list li:nth-child(5):after, .product .item .list li:nth-child(6):after {
        display: none; }
  .product .item:nth-child(even) {
    background: rgba(41, 67, 176, 0.05); }
    .product .item:nth-child(even) .hd .img {
      order: 2; }

/*# sourceMappingURL=index.css.map */
