@charset "UTF-8";
a, .transition, .photoLayer, .news li, .news li .bg, .news li:after, .news li .content, .productNav li .bgon, .productNav li a p, .join .list li .container, .competence_03 .swiper-slide .img, :before, img, .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, .foot .wal .list dd a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .head dl.btn, .banner .list ul, .photoLayer, .photoLayer .img, .pageNum, .pageNum a, .pageNum div, .sideBar a, .productSide .list li, .productShow .list li, .pageNum2 {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .banner .title, .about_03 .swiper-slide a, .productNav li a, .join .list li .container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .banner .title, .about_03 .swiper-slide a, .photoLayer, .photoLayer .img, .pageNum a, .sideBar a, .join .list li .container {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .banner .title, .about_03 .swiper-slide a, .photoLayer, .photoLayer .img, .pageNum, .pageNum a, .sideBar a, .productNav li a, .productSide .list li, .pageNum2, .join .list li .container, .competence_01.center .swiper-wrapper, .competence_02.center .swiper-wrapper {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .foot .wal .list ul, .about_01 .wal, .about_04 .list ul, .productNav ul, .join .list ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .foot .wal .list ul, .about_01 .wal, .about_04 .list ul, .productNav ul, .join .list ul {
  display: flex;
  display: -webkit-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: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s 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: #004384;
    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: 0px; }

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; }

.headH {
  height: 0.8rem; }

.head {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff; }
  .head .wal {
    height: 0.8rem;
    position: relative; }
  .head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 2.12rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head dl.btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -.13rem; }
    .head dl.btn dd {
      padding-left: .2rem; }
    .head dl.btn a {
      display: block;
      width: .26rem;
      opacity: .5; }
      .head dl.btn a:hover, .head dl.btn a.on {
        opacity: 1; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1rem;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left; }
  .nav a.name {
    display: block;
    padding: 0 .23rem;
    height: 0.8rem;
    line-height: 0.8rem;
    position: relative;
    font-size: .16rem;
    color: #666; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: .03rem;
      background: #004384; }
    .nav a.name:hover, .nav a.name.on {
      color: #004384; }
      .nav a.name:hover:before, .nav a.name.on:before {
        left: 0;
        width: 100%; }
    .nav a.name.on {
      font-weight: bold; }

.foot {
  background: #384f66;
  position: relative; }
  .foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 9.6rem;
    height: 100%;
    background: url("../image/foot.png") center no-repeat;
    background-size: 100%;
    margin-left: -12.3rem; }
  .foot .wal {
    min-height: 2.97rem;
    position: relative; }
    .foot .wal .img {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.6rem;
      bottom: auto;
      width: 2.2rem; }
    .foot .wal .list {
      width: 8rem;
      padding-top: .45rem;
      margin-left: auto; }
      .foot .wal .list a.name {
        display: block;
        color: #fff;
        font-size: .16rem;
        height: .5rem;
        line-height: .5rem; }
      .foot .wal .list dd a {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        font-size: .14rem;
        height: .4rem;
        line-height: .4rem; }
        .foot .wal .list dd a:hover {
          color: #fff; }
    .foot .wal a.topA {
      display: block;
      background: url("../image/img50.png") center no-repeat;
      background-size: cover;
      width: .5rem;
      height: .5rem;
      opacity: .3;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: -1px; }
      .foot .wal a.topA:hover {
        opacity: 1; }
  .foot .msg {
    position: relative;
    min-height: .6rem;
    line-height: .6rem;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    text-align: center;
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.5); }
    .foot .msg span {
      padding: 0 .2rem; }

.banner {
  height: 4rem;
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .banner .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 100%;
    color: #fff;
    font-size: .2rem;
    background: url("../image/img340.png") center no-repeat;
    height: 1.9rem;
    background-size: 3.4rem;
    text-transform: uppercase;
    margin-top: -.95rem; }
    .banner .title h2 {
      font-size: .48rem;
      padding-bottom: .15rem; }
  .banner .list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin-top: -.35rem; }
    .banner .list.on {
      position: fixed;
      margin-top: 0;
      z-index: 30;
      top: 0; }
    .banner .list .wal {
      height: .7rem;
      background: #fff;
      box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1);
      -webkit-box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1);
      -moz-box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1); }
    .banner .list li {
      width: 50%; }
    .banner .list a {
      display: block;
      height: .7rem;
      line-height: .7rem;
      text-align: center;
      position: relative;
      font-size: .16rem;
      color: #666; }
      .banner .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .02rem;
        background: url("../image/img300.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
      .banner .list a span {
        display: inline-block;
        height: .7rem;
        padding-left: .4rem;
        background: url("../image/img30.png") left center no-repeat;
        background-size: .3rem; }
      .banner .list a:hover, .banner .list a.on {
        color: #004384; }
        .banner .list a:hover:before, .banner .list a.on:before {
          opacity: 1; }
        .banner .list a:hover span, .banner .list a.on span {
          background-image: url("../image/img30on.png"); }

.footMap {
  height: 5rem; }

.pageTitle {
  height: 1.18rem;
  background: left top no-repeat;
  background-size: auto 100%; }
  .pageTitle h2 {
    font-size: .36rem;
    line-height: 1.18rem; }

.pageTitle-2 {
  background-position: center;
  text-align: center; }

.about_01 {
  position: relative; }
  .about_01:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.35rem;
    width: 100%;
    height: 4.66rem;
    background: url("../image/img1500.png") center no-repeat;
    background-size: 15rem; }
  .about_01 .wal {
    min-height: 6.75rem;
    padding: 1.5rem 0 1rem 0;
    position: relative; }
  .about_01 .img {
    width: 4.25rem; }
  .about_01 .container {
    width: 7.1rem;
    padding-top: .16rem; }
    .about_01 .container .content {
      margin-right: -.3rem;
      font-size: .14rem;
      line-height: .3rem;
      text-align: justify;
      color: #666;
      padding-top: .3rem; }
      .about_01 .container .content p {
        padding-bottom: .15rem; }

.about_02 {
  position: relative; }
  .about_02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2.05rem;
    width: 100%;
    height: 9.05rem;
    background: url("../image/about_02.png") center no-repeat;
    background-size: 19.2rem; }
  .about_02 .wal {
    min-height: 7rem;
    padding: 1.2rem 0 .5rem 0;
    position: relative; }
  .about_02 .list {
    width: 5.12rem;
    padding: .52rem 0 0 .3rem; }
    .about_02 .list li {
      padding-bottom: .5rem; }
      .about_02 .box:nth-child(3){background:#fff;}
  .about_02 .box {
    min-height: 1.2rem;
    position: relative;
    background: #225939;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    padding-left: .75rem;
    box-shadow: 0 0.06rem 0.12rem rgba(0, 67, 132, 0.1);
    -webkit-box-shadow: 0 0.06rem 0.12rem rgba(0, 67, 132, 0.1);
    -moz-box-shadow: 0 0.06rem 0.12rem rgba(0, 67, 132, 0.1); }
    .about_02 .box:before {
      content: "";
      display: block;
      position: absolute;
      background: url("../image/img90_1.png") center no-repeat;
      width: .9rem;
      height: .9rem;
      background-size: cover;
      left: -.45rem;
      top: .21rem; }
    .about_02 .box h2 {
      color: #fff;
      font-size: .2rem;
      padding: .3rem 0 .08rem 0; }
    .about_02 .box p {
      font-size: .14rem;
      line-height: .3rem;
      color: #fff; }
  .about_02 .container {
    width: 6.5rem;
    min-height: 4.6rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.2rem;
    bottom: auto;
    padding: 0; }
    .about_02 .container:before {
      top: .31rem; }
    .about_02 .container h2 {
      padding: .55rem 0 .05rem .55rem; }
    .about_02 .container .img {
      width: 5.59rem;
      margin: 0 auto; }

.about_03 {
  position: relative;
  padding-top: 1.2rem; }
  .about_03:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3.66rem;
    /*background: url("../image/img1100.png") center no-repeat;*/
    background-size: 11rem;
    left: 0;
    top: .8rem; }
  .about_03 .list {
    padding: .6rem 0;
    position: relative;
    margin-left: -.2rem;
    margin-right: -.2rem; }
  .about_03 a.arrow {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    width: .17rem;
    height: .3rem;
    margin-top: -.15rem;
    background: center no-repeat;
    background-size: 100%;
    opacity: .5; }
    .about_03 a.arrow:hover {
      opacity: 1; }
    .about_03 a.arrow.prev {
      left: -.5rem;
      background-image: url("../image/prev17.png"); }
    .about_03 a.arrow.next {
      right: -.5rem;
      background-image: url("../image/next17.png"); }
  .about_03 #about_03 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .about_03 .swiper-slide {
    padding: 0 .2rem; }
    .about_03 .swiper-slide .img {
      border: #ddd solid 1px;
      text-align: center;
      position: relative; }
    .about_03 .swiper-slide a {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: .14rem;
      background: url("../image/img270_1.png") center no-repeat;
      background-size: cover;
      opacity: 0; }
      .about_03 .swiper-slide a img {
        width: .5rem;
        margin-bottom: .2rem; }
    .about_03 .swiper-slide a:hover {
      opacity: 1; }

.about_04 {
  position: relative;
  padding-top: 1rem;
  background: url("../image/img581.png") right bottom no-repeat;
  background-size: 5.81rem; }
  .about_04:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3.18rem;
    background: url("../image/img1480.png") center no-repeat;
    background-size: 14.8rem;
    left: 0;
    top: 0; }
  .about_04 .list {
    padding: .6rem 0 .4rem 0;
    position: relative; }
    .about_04 .list .box {
      width: 2.8rem;
      height: 2.6rem;
      background: url("../image/img3501.png") center no-repeat;
      background-size: 100%; }
      .about_04 .list .box h2 {
        text-align: center;
        font-size: .16rem;
        line-height: .34rem;
        color: #fff;
        height: 1rem;
        padding-top: .2rem; }
      .about_04 .list .box .list2 {
        padding: 0 .2rem 0 .25rem; }
      .about_04 .list .box dd {
        font-size: .14rem;
        line-height: .36rem;
        position: relative;
        min-height: .46rem;
        padding: 0 0 .1rem .72rem; }
        .about_04 .list .box dd img {
          width: .2rem;
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0.08rem;
          bottom: auto; }
        .about_04 .list .box dd b {
          position: absolute;
          z-index: 10;
          left: 0.3rem;
          right: auto;
          top: 0;
          bottom: auto; }
        .about_04 .list .box dd p {
          color: #666; }
    .about_04 .list .li_01 .box {
      /*background-image: url("../image/img420.png");
      width: 4.2rem;*/ }

.photoLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden; }
  .photoLayer.show {
    opacity: 1;
    visibility: visible; }
  .photoLayer .container {
    width: 6.6rem;
    min-height: 7.6rem;
    position: relative; }
    .photoLayer .container a.close {
      display: block;
      width: .5rem;
      height: .5rem;
      background: rgba(0, 0, 0, 0.2) url("../image/close50.png") center no-repeat;
      background-size: cover;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.6rem;
      top: 0.2rem;
      bottom: auto;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .photoLayer .container a.close:hover {
        background-color: #000; }
    .photoLayer .container a.arrow {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      width: .6rem;
      height: .6rem;
      margin-top: -.3rem;
      background: center no-repeat;
      background-size: 100%;
      opacity: .5; }
      .photoLayer .container a.arrow.prev {
        left: -.6rem;
        background-image: url("../image/prev60.png"); }
        .photoLayer .container a.arrow.prev:hover {
          background-image: url("../image/prev60on.png"); }
      .photoLayer .container a.arrow.next {
        right: -.6rem;
        background-image: url("../image/next60.png"); }
        .photoLayer .container a.arrow.next:hover {
          background-image: url("../image/next60on.png"); }
  .photoLayer .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .photoLayer .img {
    background: #fff;
    margin: 0 .4rem;
    padding: .2rem;
    height: 7.6rem; }
    .photoLayer .img img {
      max-height: 100%; }

.pageBg {
  background: url("../image/img581.png") right bottom no-repeat;
  background-size: 5.81rem;
  min-height: 8rem;
  position: relative; }
  .pageBg .bg1 {
    width: 5.98rem;
    position: absolute;
    left: 0;
    bottom: 0; }

.news {
  padding-top: .8rem;
  background: url("../image/news.png") center 2.75rem no-repeat;
  background-size: 100%; }
  .news li {
    min-height: 2.4rem;
    position: relative;
    padding: .4rem .35rem .4rem 4.12rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #fff; }
    .news li .bg {
      position: absolute;
      left: 1.3rem;
      bottom: 0;
      background: url("../image/img175.png") center no-repeat;
      background-size: cover;
      width: 1.75rem;
      height: 2.2rem;
      opacity: 0; }
    .news li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #eff3f8; }
    .news li:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: .06rem;
      background: url("../image/line1200.png") center no-repeat;
      background-size: 100% 100%;
      opacity: 0; }
    .news li .time {
      width: 1.32rem;
      text-align: center;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.76rem;
      bottom: auto;
      font-size: .14rem;
      color: #808080; }
      .news li .time div {
        font-size: .48rem;
        line-height: .6rem; }
    .news li .img {
      width: 2.4rem;
      position: absolute;
      z-index: 10;
      left: 1.32rem;
      right: auto;
      top: 0.4rem;
      bottom: auto; }
    .news li .name {
      font-size: .16rem;
      line-height: .39rem;
      padding: .06rem 0; }
    .news li .content {
      font-size: .14rem;
      line-height: .26rem;
      color: #808080;
      text-align: justify;
      height: .52rem;
      overflow: hidden;
      position: relative; }
      .news li .content .scroll {
        height: 4.1rem;
        overflow: hidden;
        position: relative; }
      .news li .content p {
        padding-bottom: .1rem; }
      .news li .content .mCSB_scrollTools {
        opacity: 0;
        visibility: hidden; }
    .news li .more {
      padding-top: .16rem; }
      .news li .more a {
        display: block;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        width: .8rem;
        height: .28rem;
        line-height: .26rem;
        text-align: center;
        border: #004384 solid 1px;
        color: #004384;
        font-size: .14rem; }
      .news li .more a:hover {
        background: #004384;
        color: #fff; }
  .news li:hover {
    color: #004384;
    z-index: 3;
    box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1);
    -webkit-box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1);
    -moz-box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1); }
    .news li:hover:before {
      opacity: 0; }
    .news li:hover:after {
      opacity: 1; }
  .news li.on {
    color: #004384;
    z-index: 2;
    box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1);
    -webkit-box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1);
    -moz-box-shadow: 0 0.06rem 0.2rem rgba(0, 67, 132, 0.1); }
    .news li.on .bg {
      opacity: 1; }
    .news li.on:before {
      opacity: 0; }
    .news li.on:after {
      opacity: 1; }
    .news li.on .name {
      font-weight: bold; }
    .news li.on .content {
      height: 4.1rem;
      color: #6486b0; }
      .news li.on .content .mCSB_scrollTools {
        opacity: 1;
        visibility: visible; }
    .news li.on .more a {
      background: #004384;
      color: #fff; }
  .news li:last-child:before {
    display: none; }

.pageNum {
  padding: .6rem 0 1.2rem 0; }
  .pageNum a {
    width: .4rem;
    height: .4rem;
    background: #e8eef5;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .16rem;
    margin: 0 .1rem;
    color: #1f5c99; }
    .pageNum a img:nth-child(2) {
      display: none; }
  .pageNum a:hover, .pageNum a.on {
    background: #169e43;
    color: #fff; }
    .pageNum a:hover img:nth-child(1), .pageNum a.on img:nth-child(1) {
      display: none; }
    .pageNum a:hover img:nth-child(2), .pageNum a.on img:nth-child(2) {
      display: block; }
  .pageNum a.arrow img {
    width: .08rem; }
  .pageNum a.arrow2 {
    width: 1rem; }
    .pageNum a.arrow2 img {
      width: .18rem; }
    .pageNum a.arrow2.prev img {
      margin-right: .1rem; }
    .pageNum a.arrow2.next img {
      margin-left: .1rem; }

.sideBar {
  background: url("../image/sidebar.png") center no-repeat;
  background-size: cover;
  width: .72rem;
  height: 3.78rem;
  position: fixed;
  z-index: 20;
  right: 0;
  top: 50%;
  margin-top: -1.8rem;
  padding: .09rem 0 0 .12rem; }
  .sideBar a {
    height: .6rem;
    background: rgba(31, 90, 153, 0.6);
    color: #fff;
    font-size: .12rem;
    line-height: .2rem;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    position: relative; }
    .sideBar a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../image/img16.png") center no-repeat;
      background-size: cover;
      width: .16rem;
      height: .16rem;
      opacity: 0; }
    .sideBar a img {
      width: .23rem; }
    .sideBar a:hover, .sideBar a.on {
      background: #1f5c99; }
      .sideBar a:hover:before, .sideBar a.on:before {
        opacity: 1; }

.productNav {
  padding: 1.2rem 0 1.1rem 0; }
  .productNav li {
    width: 5.8rem;
    position: relative; }
    .productNav li .bg, .productNav li .bgon {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: center no-repeat;
      background-size: cover;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem; }
    .productNav li .bgon {
      opacity: 0;
      box-shadow: 0 0.16rem 0.4rem rgba(0, 67, 132, 0.3);
      -webkit-box-shadow: 0 0.16rem 0.4rem rgba(0, 67, 132, 0.3);
      -moz-box-shadow: 0 0.16rem 0.4rem rgba(0, 67, 132, 0.3); }
      .productNav li .bgon:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: .14rem;
        background: url("../image/img30_1.png") center no-repeat;
        background-size: .3rem; }
    .productNav li a {
      position: relative;
      height: 2.42rem;
      padding: 0 .4rem; }
      .productNav li a h2 {
        font-size: .24rem;
        font-weight: 400;
        padding-bottom: .1rem; }
      .productNav li a p {
        font-size: .14rem;
        line-height: 2em;
        padding-top: .1rem;
        color: #666; }
  .productNav li:hover .bgon, .productNav li.on .bgon {
    opacity: 1; }
  .productNav li:hover a, .productNav li.on a {
    color: #fff; }
    .productNav li:hover a p, .productNav li.on a p {
      color: #fff; }

#product {
  min-height: 6rem;
  position: relative; }

.productSide {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 2.2rem;
  text-align: center; }
  .productSide.on {
    position: fixed;
    left: 50%;
    margin-left: -6rem; }
  .productSide a.name {
    height: .8rem;
    line-height: .8rem;
    background: url("../image/img220_1.png") center no-repeat;
    background-size: cover;
    font-size: .16rem;
    color: #fff;
    display: block; }
    .productSide a.name.on {
      background-image: url("../image/img220_1on.png"); }
  .productSide .list {
    padding: .15rem 0 .6rem 0; }
    .productSide .list a {
      font-size: .14rem;
      height: .42rem;
      line-height: .42rem;
      color: #666;
      background: url("../image/img20.png") center 0.24rem no-repeat;
      background-size: 0 .08rem; }
      .productSide .list a:hover, .productSide .list a.on {
        color: #004384;
        background-size: 100% .08rem; }

.productShow {
  width: 8.9rem;
  margin-left: auto; }
  .productShow h2.title {
    text-align: center;
    font-size: .24rem; }
  .productShow .bigImg {
    padding: .45rem 0;
    width: 4rem;
    margin: 0 auto; }
    .productShow .bigImg img {
      width: 100%; }
  .productShow .imgList {
    position: relative;
    background: #f2f6fa;
    padding: 0 .6rem;
    margin-bottom: .6rem; }
    .productShow .imgList a.arrow {
      display: block;
      width: .4rem;
      height: .4rem;
      background: #bbcee0 center no-repeat;
      background-size: cover;
      -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: -.2rem;
      box-shadow: 0 0.04rem 0.1rem rgba(0, 67, 132, 0.1);
      -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 67, 132, 0.1);
      -moz-box-shadow: 0 0.04rem 0.1rem rgba(0, 67, 132, 0.1); }
      .productShow .imgList a.arrow:hover {
        background-color: #1f5c99; }
      .productShow .imgList a.arrow.prev {
        background-image: url("../image/prev40.png");
        left: -.2rem; }
      .productShow .imgList a.arrow.next {
        background-image: url("../image/next40.png");
        right: -.2rem; }
  .productShow #productShow {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .productShow .swiper-slide {
    padding: .3rem .4rem;
    text-align: center; }
    .productShow .swiper-slide img {
      max-height: 1rem; }
    .productShow .swiper-slide.swiper-slide-active {
      background: #dce6f0; }
  .productShow h2.name {
    background: #e7eff5 url("../image/img270.png") right no-repeat;
    background-size: auto 100%;
    height: .46rem;
    line-height: .46rem;
    padding-left: .2rem;
    font-size: .18rem;
    color: #004384; }
  .productShow .content {
    font-size: .14rem;
    line-height: 2em;
    color: #666;
    text-align: justify;
    padding: .3rem 0 .7rem 0; }
    .productShow .content p {
      padding-bottom: .12rem; }
  .productShow .list {
    padding: .4rem 0 .6rem 0; }
    .productShow .list li {
      background: #f2f6fa;
      border-bottom: #fff solid 1px;
      font-size: .14rem;
      color: #1f5c99; }
      .productShow .list li .name {
        background: #e4ebf3;
        border-right: #fff solid 1px;
        line-height: .69rem;
        text-align: center;
        width: 2rem; }
      .productShow .list li p {
        line-height: .69rem;
        padding-left: .4rem; }

.pageNum2 {
  padding-bottom: 1.2rem; }
  .pageNum2 a {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: #004384 solid 1px;
    color: #004384;
    margin: 0 .1rem;
    font-size: .14rem;
    width: 1.2rem;
    height: .36rem;
    line-height: .34rem;
    text-align: center; }
    .pageNum2 a:hover {
      background: #004384;
      color: #fff; }

.join {
  padding-top: 1rem; }
  .join .msg {
    font-size: .14rem;
    line-height: .36rem;
    color: #666; }
  .join .img {
    padding: .32rem 0; }
  .join .list {
    min-height: 4.8rem;
    background: url("../image/img298.png") center top no-repeat;
    background-size: 2.98rem;
    padding: .7rem 0; }
    .join .list li {
      width: 5.7rem; }
      .join .list li .container {
        height: 2.9rem;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem; }
        .join .list li .container div {
          width: 2.6rem;
          padding-bottom: .2rem; }
        .join .list li .container a {
          font-size: .16rem;
          color: #666;
          padding-left: .28rem;
          background: url("../image/img21.png") left center no-repeat;
          background-size: .21rem; }
          .join .list li .container a:hover {
            color: #004384;
            background-image: url("../image/img21on.png"); }
      .join .list li .container:hover {
        box-shadow: 0 0.15rem 0.3rem rgba(0, 26, 51, 0.2);
        -webkit-box-shadow: 0 0.15rem 0.3rem rgba(0, 26, 51, 0.2);
        -moz-box-shadow: 0 0.15rem 0.3rem rgba(0, 26, 51, 0.2); }

.competence_01 {
  padding: 1.55rem 0 1.05rem 0; 
background: url(/public/image/501001537_banner.png) no-repeat;
    background-size: cover;}
  .competence_01 .msg {
    text-align: center;
    padding: .4rem 0 .5rem 0;
    /*background: url("../image/img1580.png") center no-repeat;*/
    background-size: 15.8rem; }
    .competence_01 .msg .wal {
      max-width: 7.7rem;
      padding: 0 .85rem;
      position: relative; }
      .competence_01 .msg .wal:before {
        content: "";
        display: block;
        position: absolute;
        width: .8rem;
        height: .66rem;
        background: url("../image/img80_1.png") center no-repeat;
        background-size: cover;
        left: 0;
        top: 0; }
      .competence_01 .msg .wal:after {
        content: "";
        display: block;
        position: absolute;
        width: .8rem;
        height: .66rem;
        background: url("../image/img80_2.png") center no-repeat;
        background-size: cover;
        right: 0;
        bottom: 0; }
      .competence_01 .msg .wal h2 {
        font-weight: 400;
        font-size: .22rem;
        padding: .15rem 0 .2rem 0; }
      .competence_01 .msg .wal p {
        font-size: .18rem;
        line-height: .46rem;
        color: #666;
        padding-bottom: .1rem; }
        .competence_01 .msg .wal p span {
          color: #004384; }
  .competence_01 .list {
    max-width: 12.04rem;
    background: url("../image/img12041.png") center no-repeat;
    background-size: 100% 100%;
    height: 3.16rem;
    position: relative;
    padding: 0 .3rem; }
    .competence_01 .list a.arrow {
      display: block;
      width: .17rem;
      height: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto;
      background: center no-repeat;
      background-size: 100%;
      opacity: .5; }
      .competence_01 .list a.arrow:hover {
        opacity: 1; }
      .competence_01 .list a.arrow.prev {
        left: -.4rem;
        background-image: url("../image/prev17_1.png"); }
      .competence_01 .list a.arrow.next {
        right: -.4rem;
        background-image: url("../image/next17_1.png"); }
  .competence_01 #competence_01 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .competence_01 .swiper-slide .img {
    max-width: 2rem;
    margin: 0 auto;
    padding: .4rem 0 0 0; }
  .competence_01 .swiper-slide .name {
    text-align: center;
    font-size: .16rem; }

.competence_02 {
  background: url("../image/img19201.png") center no-repeat;
  background-size: auto 100%;
  min-height: 8.2rem;
  padding: 1.2rem 0 .1rem 0; }
  .competence_02 .msg {
    padding: .5rem .85rem .65rem .85rem;
    font-size: .18rem;
    line-height: .36rem;
    color: #666;
    position: relative;
    max-width: 6.9rem;
    text-align: center;
    margin: 0 auto; }
    .competence_02 .msg:before {
      content: "";
      display: block;
      position: absolute;
      width: .8rem;
      height: .66rem;
      background: url("../image/img80_1.png") center no-repeat;
      background-size: cover;
      left: 0;
      top: .4rem; }
    .competence_02 .msg:after {
      content: "";
      display: block;
      position: absolute;
      width: .8rem;
      height: .66rem;
      background: url("../image/img80_2.png") center no-repeat;
      background-size: cover;
      right: 0;
      bottom: .6rem; }
  .competence_02 .list {
    position: relative;
    margin-left: -.2rem;
    margin-right: -.2rem; }
    .competence_02 .list a.arrow {
      display: block;
      width: .17rem;
      height: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto;
      background: center no-repeat;
      background-size: 100%;
      opacity: .5; }
      .competence_02 .list a.arrow:hover {
        opacity: 1; }
      .competence_02 .list a.arrow.prev {
        left: .5rem;
        background-image: url("../image/prev17_1.png"); }
      .competence_02 .list a.arrow.next {
        right: .5rem;
        background-image: url("../image/next17_1.png"); }
  .competence_02 #competence_02 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .competence_02 .swiper-slide .img {
    /*margin: 0 .2rem;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    background: #dce6f0;*/ }
    .competence_02 .swiper-slide:nth-child(2n) .img{background: #dce6f0}
    .competence_02 .swiper-slide:nth-child(2n+1) .img{background: #eaf0f6}
    .competence_02 .swiper-slide .img img {
      width: 100%; }

.competence_03 {
  padding: 1.55rem 0 1.2rem 0; }
  .competence_03 .msg {
    text-align: center;
    padding: .4rem 0 .5rem 0;
    /*background: url("../image/img1580_2.png") center no-repeat;*/
    background-size: 15.8rem; }
    .competence_03 .msg .wal {
      max-width: 6.2rem;
      padding: 0 .85rem;
      position: relative; }
      .competence_03 .msg .wal:before {
        content: "";
        display: block;
        position: absolute;
        width: .8rem;
        height: .66rem;
        background: url("../image/img80_1.png") center no-repeat;
        background-size: cover;
        left: 0;
        top: 0; }
      .competence_03 .msg .wal:after {
        content: "";
        display: block;
        position: absolute;
        width: .8rem;
        height: .66rem;
        background: url("../image/img80_2.png") center no-repeat;
        background-size: cover;
        right: 0;
        bottom: 0; }
      .competence_03 .msg .wal h2 {
        font-weight: 400;
        font-size: .22rem;
        padding: .15rem 0 .2rem 0; }
      .competence_03 .msg .wal p {
        font-size: .18rem;
        line-height: .46rem;
        padding-bottom: .1rem; }
        .competence_03 .msg .wal p span {
          color: #004384; }
  .competence_03 .list {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .competence_03 .list a.arrow {
      display: block;
      width: .4rem;
      height: 1rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.5rem;
      background: rgba(0, 0, 0, 0.6) center no-repeat;
      background-size: .12rem;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem; }
      .competence_03 .list a.arrow:hover {
        background-color: #000; }
      .competence_03 .list a.arrow.prev {
        left: -.05rem;
        background-image: url("../image/prev12.png"); }
      .competence_03 .list a.arrow.next {
        right: -.05rem;
        background-image: url("../image/next12.png"); }
  .competence_03 #competence_03 {
    width: 21rem;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -10.5rem; }
  .competence_03 .swiper-slide {
    padding: .3rem 0; }
    .competence_03 .swiper-slide .img {
      background: #fff;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      position: relative;
      left: 0; }
    .competence_03 .swiper-slide img {
      width: 100%;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2); }
  .competence_03 .swiper-slide-prev .img {
    left: .5rem; }
  .competence_03 .swiper-slide-next .img {
    left: -.5rem; }

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