a, .transition, .head .search .input, .indexFlash li .wal h2, .indexFlash li .wal p, .indexTitle, .indexPart2 .list li a .img, .indexPart2 .list li a .name, .indexPart2 .list li a .layer, .achievements_01 .list .yearList div, .achievements_01 .list li:after, .achievements_01 .list li .year, .achievements_01 .list li .container, .achievements_02 .list-wrapper li .img, .achievements_02 .list-wrapper li .img:after, .achievements_02 .list-wrapper li .name, .achievementsLayer, .achievementsLayer2, .paperLayer, .productEnLayer, .news a .time, .news a p, .news a .more, .news a .imgBg, .product li a .img, .product li a .name, .product li a .layer, .factory .list li div:after, .contact_02 .form li .name, .contact_02 .form li .input, .contact_02 .submit div, .searchList .searchTitle, .productEnList .list li a:before, .productEnList .list li a:after, :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, .indexPart2 .list li a .name, .achievements_02 .list-wrapper li .name, .product li a .name, .paper .list a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .nav ul, .foot .list li, .indexFlash li .wal, .indexFlash .dots, .pArrow, .pageBanner .wal, .achievementsLayer, .achievementsLayer2, .paperLayer, .productEnLayer, .pageNum, .newShow .time, .pageNum2 a, .productNav a, .productShow .table .name, .productShow .table li, .productShow .table .name div, .productShow .table li div, .paper .title, .paper .list a, .paperLayer .info, .paperShow .info, .searchList .searchTitle, .productEnShow .table .name, .productEnShow .table li, .productEnShow .table .name div, .productEnShow .table li div {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexPart2 .list li a .layer, .news a, .product li a .layer, .factory .list .arrow, .productEnList .list li a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .foot .list li, .indexFlash li .wal, .indexPart2 .list li a .layer, .pageBanner .wal, .achievements_01 .list li .container, .achievementsLayer, .achievementsLayer2, .paperLayer, .productEnLayer, .pageNum, .newShow .time, .pageNum2 a, .productNav a, .product li a .layer, .productShow .table .name div, .productShow .table li div, .factory .list .arrow, .paper .title, .paper .list a, .paperLayer .info, .paperShow .info, .searchList .searchTitle, .productEnList .list li a, .productEnShow .table .name div, .productEnShow .table li div {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash .dots, .indexPart2 .list li a .layer, .pArrow, .achievementsLayer, .achievementsLayer2, .paperLayer, .productEnLayer, .news a, .pageNum, .pageNum2 ul, .pageNum2 a, .product li a .layer, .productShow .table .name div, .productShow .table li div, .productEnList .list li a, .productEnShow .table .name div, .productEnShow .table li div {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .indexPart1 .content, .achievements_01 .list li .container, .factory, .productEnLayer .container {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .indexPart1 .content, .about .list ul, .achievements_01 .list li .container, .pageNum2 ul, .productNav ul, .product ul, .productShow .list ul, .factory, .paperShow2 .list ul, .contact_02 .form ul, .productEnLayer .container {
  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: 12px;
  font-family: Arial, "Microsoft Yahei";
  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: #165392;
    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, "Microsoft Yahei";
  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; }

.submit {
  position: relative; }
  .submit input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }

.headD {
  height: 0.8rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  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); }
  .head .wal {
    min-height: 0.8rem;
    position: relative; }
  .head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: .91rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head .search {
    position: absolute;
    z-index: 20;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: .18rem;
    height: 0.8rem; }
    .head .search .input {
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.15rem;
      top: 50%;
      bottom: auto;
      width: 2rem;
      opacity: 0;
      visibility: hidden;
      background: url("../image/img232.png") center no-repeat;
      background-size: 100% 100%;
      height: .38rem;
      margin-top: -.19rem; }
      .head .search .input input {
        width: 100%;
        height: .38rem;
        line-height: .38rem;
        font-size: .14rem;
        padding-left: .2rem; }
    .head .search .submit {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: url("../image/img18.png") center no-repeat;
      background-size: 100%; }
    .head .search:hover .input {
      width: 3.23rem;
      opacity: 1;
      visibility: visible; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.7rem;
  top: 0;
  bottom: auto; }
  .nav li {
    margin-left: .56rem;
    position: relative; }
  .nav a.name {
    display: block;
    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: .02rem;
      background: #165392; }
    .nav a.name.on {
      color: #165392; }
      .nav a.name.on:before {
        left: 0;
        width: 100%; }

@media screen and (min-width: 800px) {
  .nav .list {
    position: fixed;
    z-index: 50;
    left: 0;
    top: -50vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: .6rem;
    background: rgba(255, 255, 255, 0.6); }
    .nav .list dl {
      display: flex;
      display: -webkit-flex;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 0;
      bottom: auto; }
    .nav .list a {
      display: block;
      color: #666;
      margin-right: .5rem;
      position: relative;
      height: .6rem;
      line-height: .6rem;
      font-size: .14rem; }
      .nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #165392; }
      .nav .list a:hover {
        color: #165392; }
        .nav .list a:hover:before {
          width: 100%;
          left: 0; }
    .nav .list.list-1 dl {
      margin-left: -2.53rem; }
  .nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 0.8rem;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }
  .nav li:hover a.name {
    color: #165392; }
    .nav li:hover a.name:before {
      left: 0;
      width: 100%; } }
a.topA {
  display: block;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: auto;
  bottom: 1.43rem;
  width: .5rem;
  height: .5rem;
  background: rgba(255, 255, 255, 0.3) url("../image/img30.png") center no-repeat;
  background-size: .3rem;
  border: rgba(255, 255, 255, 0.3) solid 1px; }
  a.topA:hover {
    background-color: #165392; }

.foot {
  background: #333;
  color: rgba(255, 255, 255, 0.5);
  font-size: .16rem; }
  .foot .wal {
    min-height: 2.5rem;
    position: relative;
    padding: .45rem 0; }
  .foot a {
    color: rgba(255, 255, 255, 0.5); }
    .foot a:hover {
      color: #fff; }
  .foot .tel {
    font-size: .28rem;
    font-weight: bold;
    padding-left: .42rem;
    line-height: .44rem;
    background: url("../image/img32.png") left center no-repeat;
    background-size: .32rem; }
  .foot .list li {
    height: .4rem; }
    .foot .list li img {
      width: .2rem;
      margin-right: .08rem; }
  .foot .msg {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.44rem;
    bottom: auto;
    text-align: right;
    line-height: 2em; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash li {
    background: center no-repeat;
    background-size: cover; }
    .indexFlash li .wal {
      height: 6.5rem;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      text-align: center;
      color: #165392; }
      .indexFlash li .wal h2 {
        font-size: .5rem; }
        .indexFlash li .wal h2 em {
          padding-left: .45rem;
          background: url("../image/img20.png") 0.12rem center no-repeat;
          background-size: .2rem; }
      .indexFlash li .wal p {
        font-size: .24rem;
        text-transform: uppercase;
        line-height: .48rem; }
      .indexFlash li .wal h2, .indexFlash li .wal p {
        opacity: 0;
        position: relative;
        left: 2rem; }
  .indexFlash li.swiper-slide-active .wal h2, .indexFlash li.swiper-slide-active .wal p {
    opacity: 1;
    left: 0; }
  .indexFlash li.swiper-slide-active .wal h2 {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s; }
  .indexFlash li.swiper-slide-active .wal p {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s; }
  .indexFlash a.arrow {
    display: block;
    width: .43rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    background: center no-repeat;
    background-size: 100%; }
    .indexFlash a.arrow.prev {
      left: .5rem;
      background-image: url("../image/prev43.png"); }
      .indexFlash a.arrow.prev:hover {
        background-image: url("../image/prev43on.png"); }
    .indexFlash a.arrow.next {
      right: .5rem;
      background-image: url("../image/next43.png"); }
      .indexFlash a.arrow.next:hover {
        background-image: url("../image/next43on.png"); }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.5rem;
    width: 100%; }
    .indexFlash .dots span {
      width: .48rem;
      height: .24rem;
      background: url("../image/img24.png") center no-repeat;
      background-size: .24rem;
      position: relative; }
      .indexFlash .dots span:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: -.1rem;
        width: .2rem;
        height: 100%;
        background: url("../image/img20_1.png") center no-repeat;
        background-size: 100%; }
      .indexFlash .dots span:last-child:before {
        display: none; }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      background-image: url("../image/img24on.png"); }

.indexTitle {
  position: relative;
  height: 1.35rem; }
  .indexTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .5rem;
    height: .02rem;
    background: #165392; }
  .indexTitle .ico {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: .36rem; }
  .indexTitle h2 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.05rem;
    bottom: auto;
    font-size: .8rem;
    opacity: .1;
    text-transform: uppercase;
    letter-spacing: .02rem; }
  .indexTitle h3 {
    font-size: .36rem;
    padding-top: .62rem;
    text-transform: uppercase; }
  .indexTitle a {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-width: 5rem; }
  .indexTitle.on {
    color: #165392; }

.indexTitle-2 {
  text-align: center; }
  .indexTitle-2:before {
    left: 50%;
    margin-left: -.25rem; }
  .indexTitle-2 .ico {
    left: 50%;
    margin-left: -.18rem; }

.pageMore a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: .16rem;
  background: url("../image/img130.png") center no-repeat;
  background-size: cover;
  width: 1.3rem;
  height: .36rem;
  line-height: .36rem;
  opacity: .6; }
  .pageMore a:hover {
    opacity: 1; }

.indexPart1 {
  position: relative; }
  .indexPart1:before {
    content: "";
    display: block;
    position: absolute;
    left: -.5rem;
    bottom: 0;
    width: 100%;
    height: 4.5rem;
    background: url("../image/indexPart1bg.jpg") right center no-repeat;
    background-size: cover; }
  .indexPart1 .wal {
    min-height: 6.93rem;
    position: relative;
    padding: .8rem 0 .5rem 0; }
  .indexPart1 .content {
    max-width: 6.4rem;
    font-size: .14rem;
    line-height: .24rem;
    color: #666;
    text-align: justify;
    padding: .55rem 0 .35rem 0;
    min-height: 3.65rem; }
    .indexPart1 .content p {
      padding-bottom: .2rem;
      width: 2.68rem; }
  .indexPart1 .img {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 4.42rem; }
    .indexPart1 .img:before {
      content: "";
      display: block;
      position: absolute;
      top: -.5rem;
      right: -.5rem;
      width: 100%;
      height: 100%;
      background: url("../image/img442.png") center no-repeat;
      background-size: 100% 100%; }
    .indexPart1 .img img {
      position: relative; }

.indexPart2 {
  position: relative; }
  .indexPart2:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    background: url("../image/img620.jpg") center no-repeat;
    background-size: cover;
    width: 6.2rem;
    height: 100%;
    margin-left: -9.6rem; }
  .indexPart2 .wal {
    min-height: 6.67rem;
    position: relative;
    padding: .8rem 0 0 3.48rem; }
  .indexPart2 .pageMore {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.72rem;
    bottom: auto; }
  .indexPart2 .btn {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 1.32rem;
    bottom: auto;
    width: 2.8rem; }
    .indexPart2 .btn li {
      padding-bottom: .62rem; }
      .indexPart2 .btn li a {
        display: block;
        position: relative;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        height: .62rem;
        background: rgba(255, 255, 255, 0.6); }
        .indexPart2 .btn li a h2 {
          text-align: right;
          line-height: .62rem;
          padding-right: .78rem;
          font-weight: 400;
          font-size: .22rem; }
        .indexPart2 .btn li a .ico {
          width: .76rem;
          height: .76rem;
          background: #fff;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          position: absolute;
          z-index: 10;
          left: auto;
          right: -0.23rem;
          top: 50%;
          bottom: auto;
          box-shadow: 0 0.07rem 0.35rem rgba(0, 0, 0, 0.15);
          -webkit-box-shadow: 0 0.07rem 0.35rem rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0 0.07rem 0.35rem rgba(0, 0, 0, 0.15);
          margin-top: -.39rem; }
          .indexPart2 .btn li a .ico img:nth-child(2) {
            position: absolute;
            z-index: 10;
            left: auto;
            right: 0;
            top: 0;
            bottom: auto;
            opacity: 0; }
      .indexPart2 .btn li a.on {
        background: #fff;
        color: #165392; }
        .indexPart2 .btn li a.on h2 {
          font-weight: bold; }
        .indexPart2 .btn li a.on .ico {
          background: #165392; }
          .indexPart2 .btn li a.on .ico img:nth-child(1) {
            opacity: 0; }
          .indexPart2 .btn li a.on .ico img:nth-child(2) {
            opacity: 1; }
  .indexPart2 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: .3rem; }
    .indexPart2 .list .list-wrapper {
      margin-left: -.3rem; }
    .indexPart2 .list li {
      padding-left: .3rem; }
      .indexPart2 .list li a {
        display: block;
        position: relative; }
        .indexPart2 .list li a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background: #165392; }
        .indexPart2 .list li a .img {
          height: 2.25rem;
          overflow: hidden;
          position: relative; }
          .indexPart2 .list li a .img img {
            max-width: 300%;
            height: 100%;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%); }
        .indexPart2 .list li a .name {
          height: .57rem;
          line-height: .57rem;
          text-align: center;
          color: #165392;
          font-size: .16rem; }
        .indexPart2 .list li a .layer {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff;
          opacity: 0;
          background: rgba(0, 0, 0, 0.5);
          overflow: hidden;
          padding-top: 1rem; }
          .indexPart2 .list li a .layer h2 {
            font-size: .18rem;
            position: relative;
            padding-bottom: .3rem; }
            .indexPart2 .list li a .layer h2:before {
              content: "";
              display: block;
              position: absolute;
              left: 50%;
              bottom: .06rem;
              width: 1px;
              height: .16rem;
              background: #fff; }
          .indexPart2 .list li a .layer p {
            font-size: .14rem;
            line-height: .2rem;
            padding: 0 .15rem .15rem;
            min-height: .65rem; }
      .indexPart2 .list li a:hover:before {
        opacity: 0; }
      .indexPart2 .list li a:hover .img {
        height: 2.82rem; }
        .indexPart2 .list li a:hover .img img {
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
          opacity: .8; }
      .indexPart2 .list li a:hover .name {
        opacity: 0;
        height: 0; }
      .indexPart2 .list li a:hover .layer {
        opacity: 1;
        padding-top: 0; }

.indexPart2 .more, .achievements_01 .more {
  text-transform: uppercase;
  font-size: .14rem;
  background: url("../image/img130.png") center no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  color: #fff;
  cursor: pointer; }

.pArrow {
  height: .9rem;
  position: relative; }
  .pArrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: .4rem;
    background: #999;
    margin-top: -.2rem; }
  .pArrow a {
    width: .6rem;
    height: .9rem;
    background: center no-repeat;
    background-size: .15rem; }
    .pArrow a.prev {
      background-image: url("../image/prev15.png"); }
      .pArrow a.prev:hover {
        background-image: url("../image/prev15on.png"); }
    .pArrow a.next {
      background-image: url("../image/next15.png"); }
      .pArrow a.next:hover {
        background-image: url("../image/next15on.png"); }

/*page*/
.pageBanner {
  background: center no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .pageBanner .wal {
    height: 4rem; }
  .pageBanner .title {
    color: #fff; }
    .pageBanner .title h2 {
      font-size: .48rem;
      line-height: 1em;
      text-transform: uppercase; }
    .pageBanner .title p {
      position: relative;
      font-size: .18rem;
      text-transform: uppercase;
      line-height: .65rem;
      padding-left: .5rem; }
      .pageBanner .title p:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: .4rem;
        height: .18rem;
        margin-top: -.09rem;
        background: rgba(255, 255, 255, 0.3); }

.about .container {
  position: relative;
  padding: 1rem 0 0 5.4rem; }
  .about .container .img {
    width: 4.6rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0; }
    .about .container .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -.4rem;
      width: 100%;
      height: 100%;
      background: url("../image/img460.png") center no-repeat;
      background-size: 100% 100%; }
    .about .container .img img {
      position: relative;
      left: .4rem; }
  .about .container .content {
    margin-top: .35rem;
    margin-left: -1rem;
    min-height: 3.9rem;
    background: #e1e8ee;
    padding: .2rem .2rem .05rem 1rem;
    font-size: .14rem;
    line-height: .26rem;
    color: #525c66;
    text-align: justify; }
    .about .container .content p {
      padding-bottom: .15rem; }
.about .list {
  min-height: 3.3rem;
  padding-top: 1rem; }
  .about .list li {
    width: 25%;
    text-align: center;
    position: relative;
    min-height: 2rem;
    color: #666;
    font-size: .16rem; }
    .about .list li .ico {
      width: 1.1rem;
      margin: 0 auto; }
    .about .list li .num {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      line-height: 1.1rem;
      font-size: .72rem; }
    .about .list li p {
      padding-top: .1rem; }

.achievements_01 .pArrow, .achievements_02 .pArrow {
  position: absolute;
  z-index: 10;
  left: auto;
  right: -0.15rem;
  top: 0.95rem;
  bottom: auto;
  height: .4rem; }
  .achievements_01 .pArrow a, .achievements_02 .pArrow a {
    height: .4rem; }

.achievements_01 {
  position: relative; }
  .achievements_01:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.13rem;
    border-bottom: #7d7d7d dashed 1px; }
  .achievements_01 .wal {
    min-height: 7.5rem;
    padding: 1rem 0 0 0;
    position: relative; }
  .achievements_01 .pArrow {
    top: 1.95rem; }
  .achievements_01 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .achievements_01 .list .yearList div {
      position: absolute;
      left: 0;
      top: 1rem;
      width: 100%;
      font-size: 2.61rem;
      opacity: 0;
      text-align: center;
      line-height: 2.2rem;
      font-weight: bold; }
      .achievements_01 .list .yearList div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .2rem;
        width: 100%;
        height: 100%;
        background: url("../image/img170_1.png") center repeat-x;
        background-size: auto 100%; }
      .achievements_01 .list .yearList div.show {
        opacity: .2;
        top: 0; }
    .achievements_01 .list li {
      height: 5.25rem;
      position: relative; }
      .achievements_01 .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 1.68rem;
        width: 100%;
        height: .2rem;
        background: url("../image/img201.png") center no-repeat;
        background-size: auto 100%; }
      .achievements_01 .list li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .9rem;
        width: 100%;
        height: 1.7rem;
        background: url("../image/img170.png") center no-repeat;
        background-size: 1.7rem;
        opacity: 0;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5); }
      .achievements_01 .list li .year {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 1rem;
        bottom: auto;
        font-size: .24rem;
        font-weight: bold;
        line-height: .77rem; }
      .achievements_01 .list li .container {
        background: #e1e8ee;
        width: 5rem;
        min-height: 1.5rem;
        position: absolute;
        left: 50%;
        top: 3.2rem;
        margin-left: -2.5rem;
        padding: .2rem;
        opacity: 0;
        visibility: hidden; }
        .achievements_01 .list li .container .img {
          width: 1.6rem; }
        .achievements_01 .list li .container .col {
          width: 2.8rem; }
          .achievements_01 .list li .container .col .name {
            font-size: .14rem;
            line-height: .22rem;
            color: #165392;
            padding-bottom: .15rem; }
    .achievements_01 .list li:nth-child(even) .year {
      margin-top: .77rem; }
    .achievements_01 .list li.swiper-slide-active:after {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1); }
    .achievements_01 .list li.swiper-slide-active .year {
      font-size: .4rem;
      color: #fff;
      margin-top: .36rem; }
    .achievements_01 .list li.swiper-slide-active .container {
      top: 2.85rem;
      opacity: 1;
      visibility: visible; }
  .achievements_01 .arrow a {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 1.46rem;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #c5c5c5 center no-repeat;
    background-size: cover;
    width: .6rem;
    height: .6rem; }
    .achievements_01 .arrow a:hover {
      background-color: #165392; }
    .achievements_01 .arrow a.prev {
      left: 0;
      background-image: url("../image/prev60.png"); }
    .achievements_01 .arrow a.next {
      right: 0;
      background-image: url("../image/next60.png"); }

.achievements_02 {
  min-height: 5.05rem;
  position: relative; }
  .achievements_02 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .achievements_02 .list-wrapper {
    margin-left: -.4rem;
    padding: .5rem 0; }
    .achievements_02 .list-wrapper li {
      padding-left: .4rem; }
      .achievements_02 .list-wrapper li .img {
        position: relative;
        border: #eee solid 1px; }
        .achievements_02 .list-wrapper li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          border: #fff solid .07rem; }
        .achievements_02 .list-wrapper li .img:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          cursor: pointer;
          background: rgba(0, 0, 0, 0.6) url("../image/img50.png") center no-repeat;
          background-size: .5rem;
          opacity: 0; }
        .achievements_02 .list-wrapper li .img img {
          width: 100%; }
      .achievements_02 .list-wrapper li .name {
        text-align: center;
        height: .5rem;
        line-height: .5rem;
        font-size: .14rem;
        color: #666; }
    .achievements_02 .list-wrapper li:hover .img {
      padding: 0; }
      .achievements_02 .list-wrapper li:hover .img:before {
        opacity: 0; }
      .achievements_02 .list-wrapper li:hover .img:after {
        opacity: 1; }
    .achievements_02 .list-wrapper li:hover .name {
      font-weight: bold;
      color: #165392; }

.achievementsLayer, .achievementsLayer2, .paperLayer, .productEnLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden; }
  .achievementsLayer.show, .achievementsLayer2.show, .paperLayer.show, .productEnLayer.show {
    opacity: 1;
    visibility: visible; }

.achievementsLayer .container {
  position: relative;
  background: #fff;
  width: 12rem;
  min-height: 4.56rem; }
.achievementsLayer a.close {
  display: block;
  background: url("../image/close40.png") center no-repeat;
  background-size: cover;
  width: .4rem;
  height: .4rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.5rem;
  top: 0.7rem;
  bottom: auto; }
.achievementsLayer .img {
  width: 4.8rem;
  position: absolute;
  z-index: 10;
  left: 0.7rem;
  right: auto;
  top: 0.77rem;
  bottom: auto; }
  .achievementsLayer .img:before {
    content: "";
    display: block;
    position: absolute;
    left: -.2rem;
    top: -.2rem;
    width: 100%;
    height: 100%;
    background: #d2dfec; }
  .achievementsLayer .img img {
    position: relative; }
.achievementsLayer .col {
  padding: .87rem .65rem .3rem 6rem; }
  .achievementsLayer .col .year {
    position: relative;
    padding-bottom: .25rem; }
    .achievementsLayer .col .year:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .25rem;
      width: .6rem;
      height: .02rem;
      background: #165392; }
    .achievementsLayer .col .year img {
      width: .3rem; }
    .achievementsLayer .col .year h2 {
      font-size: .48rem;
      color: #165392;
      height: .8rem;
      line-height: .8rem; }
  .achievementsLayer .col .content {
    font-size: .14rem;
    line-height: 1.8em;
    color: #666; }

.achievementsLayer2 .container {
  width: 12rem;
  padding: 0 1.65rem;
  position: relative; }
.achievementsLayer2 a.close {
  display: block;
  background: url("../image/close40_2.png") center no-repeat;
  background-size: cover;
  width: .4rem;
  height: .4rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto; }
.achievementsLayer2 .arrow a {
  display: block;
  width: .9rem;
  height: .9rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -.45rem;
  background: center no-repeat;
  background-size: cover; }
  .achievementsLayer2 .arrow a.prev {
    left: 0;
    background-image: url("../image/prev90.png"); }
    .achievementsLayer2 .arrow a.prev:hover {
      background-image: url("../image/prev90on.png"); }
  .achievementsLayer2 .arrow a.next {
    right: 0;
    background-image: url("../image/next90.png"); }
    .achievementsLayer2 .arrow a.next:hover {
      background-image: url("../image/next90on.png"); }
.achievementsLayer2 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  text-align: center; }
  .achievementsLayer2 .list li {
    padding: .9rem .9rem .1rem; }
    .achievementsLayer2 .list li .img img {
      width: 100%;
      max-width: 6.86rem; }
    .achievementsLayer2 .list li .name {
      line-height: .9rem;
      font-size: .24rem;
      color: #165392;
      font-weight: bold; }

.news {
  padding-top: .6rem; }
  .news a {
    position: relative;
    min-height: 2.4rem;
    padding: .35rem .3rem .35rem 4.4rem;
    color: #192d40; }
    .news a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 1px;
      background: #e1e1e1; }
    .news a .time, .news a p, .news a .more {
      position: relative; }
    .news a .time {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: auto;
      width: 1.3rem;
      font-size: .14rem;
      color: #667380;
      text-align: center; }
      .news a .time div {
        font-size: .48rem;
        font-weight: bold; }
      .news a .time em {
        display: block;
        opacity: .8; }
    .news a .imgBg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: center right no-repeat;
      background-size: auto 100%;
      opacity: 0; }
      .news a .imgBg:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img1200.png") right repeat-y;
        background-size: auto .3rem; }
    .news a .img {
      position: absolute;
      z-index: 10;
      left: 1.3rem;
      right: auto;
      top: auto;
      bottom: auto;
      width: 2.7rem; }
    .news a .name {
      font-size: .18rem;
      font-weight: bold;
      position: relative; }
    .news a p {
      font-size: .14rem;
      line-height: .26rem;
      color: #525c66;
      padding: .15rem 0;
      min-height: .78rem; }
    .news a .name em, .news a p em {
      color: #165392; }
    .news a .more {
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-size: .16rem;
      background: url("../image/btn110.png") center no-repeat;
      background-size: 100% 100%;
      width: 1.1rem;
      height: .3rem;
      line-height: .3rem;
      opacity: .6; }
      .news a .more:hover {
        opacity: 1; }
  .news li:last-child a:before {
    display: none; }
  .news a:hover {
    background: #fff;
    z-index: 2;
    box-shadow: 0 0.12rem 0.3rem rgba(67, 108, 191, 0.2);
    -webkit-box-shadow: 0 0.12rem 0.3rem rgba(67, 108, 191, 0.2);
    -moz-box-shadow: 0 0.12rem 0.3rem rgba(67, 108, 191, 0.2);
    color: #165392; }
    .news a:hover:before {
      opacity: 0; }
    .news a:hover .imgBg {
      opacity: .3; }
    .news a:hover .time, .news a:hover p {
      color: #165392; }
    .news a:hover .name {
      font-weight: bold; }

.pageNum {
  padding: .6rem 0 1rem 0; }
  .pageNum a {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 .1rem;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #e6edf5;
    font-size: .16rem;
    color: #525c66;
    position: relative;
    overflow: hidden; }
    .pageNum a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../image/img4.jpg") center repeat-x;
      background-size: auto 100%;
      opacity: 0; }
    .pageNum a span {
      display: block;
      position: relative;
      height: .4rem;
      background: center no-repeat;
      background-size: .08rem; }
    .pageNum a:hover, .pageNum a.on {
      color: #fff; }
      .pageNum a:hover:before, .pageNum a.on:before {
        opacity: 1; }
    .pageNum a.arrow {
      width: 1rem; }
      .pageNum a.arrow em {
        display: inline-block;
        position: relative; }
      .pageNum a.arrow.prev em {
        padding-left: .27rem;
        background: url("../image/prev18.png") left center no-repeat;
        background-size: .18rem; }
      .pageNum a.arrow.prev:hover em {
        background-image: url("../image/prev18on.png"); }
      .pageNum a.arrow.next em {
        padding-right: .27rem;
        background: url("../image/next18.png") right center no-repeat;
        background-size: .18rem; }
      .pageNum a.arrow.next:hover em {
        background-image: url("../image/next18on.png"); }
    .pageNum a.arrow2.prev span {
      background-image: url("../image/prev8.png"); }
    .pageNum a.arrow2.prev:hover span {
      background-image: url("../image/prev8on.png"); }
    .pageNum a.arrow2.next span {
      background-image: url("../image/next8.png"); }
    .pageNum a.arrow2.next:hover span {
      background-image: url("../image/next8on.png"); }

.pageNow {
  font-size: .14rem;
  color: #666;
  padding: .9rem 0 .4rem 0; }
  .pageNow a {
    color: #666; }

.newShow {
  min-height: 5rem;
  position: relative; }
  .newShow .title {
    font-size: .24rem;
    color: #165392;
    font-weight: bold;
    padding-right: 1.8rem; }
  .newShow .time {
    font-size: .14rem;
    color: #666;
    padding: .12rem 0 .25rem 0;
    border-bottom: #b1b1b1 solid 1px; }
    .newShow .time img {
      width: .14rem;
      margin-right: .08rem; }
  .newShow .content {
    font-size: .14rem;
    line-height: .24rem;
    color: #666;
    text-align: justify;
    padding: .55rem 0; }
    .newShow .content p {
      padding-bottom: .15rem; }
    .newShow .content .img {
      text-align: center;
      padding: .1rem 0 .25rem 0; }

.productShow a.back, .newShow a.back, .paperShow a.back, .productEnShow a.back {
  display: block;
  color: #fff;
  width: 1.5rem;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
  font-size: .16rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../image/btn150.png") center no-repeat;
  background-size: cover;
  opacity: .6; }
  .productShow a.back em, .newShow a.back em, .paperShow a.back em, .productEnShow a.back em {
    background: url("../image/img10.png") left center no-repeat;
    background-size: .1rem;
    padding-left: .2rem; }
  .productShow a.back:hover, .newShow a.back:hover, .paperShow a.back:hover, .productEnShow a.back:hover {
    opacity: 1; }

.pageNum2 {
  padding-bottom: 1rem; }
  .pageNum2 ul {
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px; }
  .pageNum2 li {
    width: 40%; }
  .pageNum2 a {
    height: .83rem;
    font-size: .18rem;
    color: #999; }
    .pageNum2 a i {
      background: center no-repeat;
      background-size: 100%;
      width: .83rem;
      height: .3rem;
      position: relative;
      top: -.04rem; }
    .pageNum2 a:hover {
      font-weight: bold;
      color: #165392; }
    .pageNum2 a.prev i {
      background-image: url("../image/prev83.png");
      left: -.2rem; }
    .pageNum2 a.prev:hover i {
      background-image: url("../image/prev83on.png"); }
    .pageNum2 a.next i {
      background-image: url("../image/next83.png");
      order: 2;
      left: .2rem; }
    .pageNum2 a.next:hover i {
      background-image: url("../image/next83on.png"); }

.productNav {
  padding: 1rem 0 .35rem 0; }
  .productNav ul {
    margin-left: -.25rem; }
  .productNav li {
    width: 25%;
    padding: 0 0 .25rem .25rem; }
  .productNav a {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    height: .9rem;
    background: #e0e6ec;
    padding: .1rem;
    position: relative;
    overflow: hidden; }
    .productNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../image/img280.png") center repeat-y;
      background-size: 100%;
      opacity: 0; }
    .productNav a div {
      width: .7rem;
      background: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: relative; }
    .productNav a h3 {
      font-weight: 400;
      font-size: .22rem;
      padding-left: .12rem;
      position: relative; }
    .productNav a:hover, .productNav a.on {
      color: #fff;
      box-shadow: 0 0.07rem 0.84rem rgba(32, 96, 162, 0.17);
      -webkit-box-shadow: 0 0.07rem 0.84rem rgba(32, 96, 162, 0.17);
      -moz-box-shadow: 0 0.07rem 0.84rem rgba(32, 96, 162, 0.17); }
      .productNav a:hover:before, .productNav a.on:before {
        opacity: 1; }
      .productNav a:hover h3, .productNav a.on h3 {
        font-weight: bold; }

.product ul {
  margin-left: -.4rem; }
.product li {
  width: 25%;
  padding: 0 0 .5rem .4rem; }
  .product li a {
    display: block;
    position: relative; }
    .product li a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #165392; }
    .product li a .img {
      height: 3.2rem;
      overflow: hidden;
      position: relative; }
      .product li a .img img {
        max-width: 300%;
        height: 100%;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%); }
    .product li a .name {
      height: .8rem;
      line-height: .8rem;
      text-align: center;
      color: #165392;
      font-size: .2rem; }
      .product li a .name em {
        font-weight: bold; }
    .product li a .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      opacity: 0;
      background: rgba(0, 0, 0, 0.5);
      overflow: hidden;
      padding-top: 1rem; }
      .product li a .layer h2 {
        font-size: .24rem;
        position: relative;
        padding-bottom: .45rem; }
        .product li a .layer h2:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          bottom: .1rem;
          width: 1px;
          height: .24rem;
          background: #fff; }
      .product li a .layer p {
        font-size: .18rem;
        line-height: .28rem;
        padding: 0 .15rem .15rem;
        min-height: .9rem;
        max-width: 2.35rem; }
      .product li a .layer .more {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: .18rem;
        background: url("../image/img130.png") center no-repeat;
        background-size: cover;
        width: 1.3rem;
        height: .36rem;
        line-height: .36rem; }
  .product li a:hover:before {
    opacity: 0; }
  .product li a:hover .img {
    height: 4rem; }
    .product li a:hover .img img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: .8; }
  .product li a:hover .name {
    opacity: 0;
    height: 0; }
  .product li a:hover .layer {
    opacity: 1;
    padding-top: 0; }

.productShow {
  padding-bottom: .9rem; }
  .productShow .bigImg {
    width: 4rem;
    padding: .3rem 0 0 .3rem;
    background: url("../image/img370.png") left .5rem no-repeat;
    background-size: 3.7rem; }
  .productShow .fr.container {
    width: 7.5rem; }
    .productShow .fr.container .title2 {
      position: relative;
      margin-bottom: .22rem;
      border-bottom: #dcdcdc solid 1px;
      min-height: .56rem; }
      .productShow .fr.container .title2 h2 {
        color: #165392;
        font-size: .24rem; }
    .productShow .fr.container .scroll {
      height: 5rem;
      overflow: hidden;
      position: relative; }
      .productShow .fr.container .scroll:after {
        content: "";
        display: block;
        position: absolute;
        left: -.1rem;
        bottom: -.2rem;
        z-index: 5;
        width: 100%;
        height: .8rem;
        background: url("../image/img170_1.png") center repeat-x;
        background-size: auto 100%; }
      .productShow .fr.container .scroll .title {
        height: .6rem; }
        .productShow .fr.container .scroll .title h2 {
          bottom: .07rem; }
      .productShow .fr.container .scroll .content {
        padding-right: .38rem; }
  .productShow .title {
    clear: both;
    position: relative;
    height: .8rem; }
    .productShow .title h2 {
      font-size: .18rem;
      color: #165392;
      position: absolute;
      z-index: 1;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0.15rem;
      background: url("../image/img16.jpg") left bottom repeat-x;
      background-size: auto .16rem;
      padding: 0 .08rem .04rem 0; }
  .productShow .content {
    font-size: .14rem;
    line-height: .24rem;
    color: #5c6166;
    text-align: justify; }
    .productShow .content p {
      padding-bottom: .1rem; }
    .productShow .content .blue {
      color: #165392; }
  .productShow .list {
    padding-bottom: .5rem; }
    .productShow .list ul {
      margin-left: -.4rem; }
    .productShow .list li {
      width: 50%;
      padding: .05rem 0 .05rem .4rem; }
    .productShow .list div {
      line-height: .4rem;
      background: #e1e8ee;
      font-size: .14rem;
      color: #666;
      position: relative;
      padding-left: .3rem; }
      .productShow .list div:before {
        content: "";
        display: block;
        position: absolute;
        left: .13rem;
        top: 0;
        width: .06rem;
        height: .4rem;
        background: url("../image/img6.png") center no-repeat;
        background-size: 100%; }
  .productShow .table .name div, .productShow .table li div {
    width: 25%;
    text-align: center; }
  .productShow .table .name {
    background: #165392;
    color: #fff;
    font-size: .16rem; }
    .productShow .table .name div {
      line-height: .6rem;
      border-left: #6390be solid 1px; }
    .productShow .table .name div.col-1 {
      border-left: 0; }
  .productShow .table li {
    background: #eaf1f7; }
    .productShow .table li div {
      font-size: .14rem;
      line-height: .18rem;
      color: #5c6166;
      padding: .12rem;
      border-bottom: #fff solid 1px;
      border-left: #fff solid 1px; }
    .productShow .table li div.col-1 {
      border-left: 0; }
  .productShow .table li:nth-child(even) {
    background: #e0e8ef; }

.factory {
  padding: .9rem 0 1rem 0;
  text-align: center; }
  .factory .msg {
    width: 100%;
    font-size: .14rem;
    line-height: .24rem;
    color: #666;
    padding-bottom: .25rem; }
  .factory .bigImg {
    width: 8.12rem;
    overflow: hidden;
    position: relative; }
  .factory .list {
    width: 3.12rem;
    position: relative;
    overflow: hidden; }
    .factory .list li div {
      width: 2.5rem;
      position: relative; }
      .factory .list li div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 0.5);
        opacity: 0; }
      .factory .list li div:after {
        content: "";
        display: block;
        position: absolute;
        left: 4%;
        top: 6%;
        width: 92%;
        height: 88%;
        border: rgba(255, 255, 255, 0.5) solid 1px;
        opacity: 0;
        box-sizing: border-box;
        background: url("../image/img30_3.png") center no-repeat;
        background-size: .3rem; }
    .factory .list li.on div:before, .factory .list li.on div:after {
      opacity: 1; }
    .factory .list .arrow {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: .24rem;
      height: 5.18rem;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .factory .list .arrow a {
        display: block;
        width: .24rem;
        height: .24rem;
        background: #dcdcdc center no-repeat;
        background-size: .24rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .factory .list .arrow a:hover {
          background-color: #165392; }
        .factory .list .arrow a.disabled:hover {
          cursor: default;
          background-color: #dcdcdc; }
        .factory .list .arrow a.prev {
          background-image: url("../image/prev24.png"); }
        .factory .list .arrow a.next {
          background-image: url("../image/next24.png"); }
      .factory .list .arrow .scrollbar {
        height: 4.5rem;
        background: #c7c7c7;
        width: 1px;
        position: relative; }
        .factory .list .arrow .scrollbar .swiper-scrollbar-drag {
          position: relative;
          width: .03rem;
          background: #165392;
          left: -.01rem;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0; }

@media screen and (min-width: 800px) {
  .factory .list {
    height: 5.18rem; }
    .factory .list .list-wrapper {
      height: 5.37rem;
      overflow: hidden;
      position: relative; }
    .factory .list li {
      height: 1.79rem; } }
.paper {
  padding: 1rem 0 0 0; }
  .paper .title {
    background: #2060a2 url("../image/img1200.jpg") right center no-repeat;
    background-size: auto 100%;
    color: #fff;
    padding-left: .35rem;
    height: .66rem; }
    .paper .title img {
      width: .3rem; }
    .paper .title h2 {
      font-size: .24rem;
      font-weight: 400;
      padding-left: .15rem; }
  .paper .list li {
    border-bottom: #e5e5e5 solid 1px; }
    .paper .list li:last-child {
      border: 0; }
  .paper .list a {
    height: .85rem;
    position: relative;
    padding-left: .37rem;
    font-size: .16rem;
    color: #444;
    background: url("../image/img19.png") left center no-repeat;
    background-size: .19rem; }
    .paper .list a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: .4rem;
      height: 100%;
      background: url("../image/img40.png") center no-repeat;
      background-size: 100%; }
    .paper .list a .name em {
      color: #165392;
      padding: 0; }
    .paper .list a .name {
      height: .3rem;
      line-height: .3rem;
      max-width: 70%; }
    .paper .list a em {
      color: #999;
      padding-left: .08rem; }
    .paper .list a:hover {
      font-weight: bold;
      color: #165392; }
      .paper .list a:hover:before {
        background-image: url("../image/img40on.png"); }

.paperLayer .container {
  min-height: 5rem;
  background: #fff;
  position: relative;
  width: 12rem;
  padding: .5rem; }
.paperLayer a.close {
  display: block;
  width: .4rem;
  height: .4rem;
  background: url("../image/close40.png") center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.5rem;
  top: 0.7rem;
  bottom: auto; }
.paperLayer .pageMore a {
  margin: 0 auto; }

.paperLayer h2.title, .paperShow h2.title {
  font-size: .24rem;
  color: #165392; }
.paperLayer .info, .paperShow .info {
  font-size: .14rem;
  color: #666;
  padding: .13rem 0 .3rem 0;
  border-bottom: #b4b4b4 solid 1px; }
  .paperLayer .info img, .paperShow .info img {
    width: .14rem;
    margin-right: .08rem; }
  .paperLayer .info div, .paperShow .info div {
    padding-right: .65rem; }
    .paperLayer .info div:last-child, .paperShow .info div:last-child {
      padding-right: 0; }
.paperLayer .msg, .paperShow .msg {
  font-size: .14rem;
  line-height: .24rem;
  color: #666;
  padding-top: .24rem;
  text-align: justify; }
  .paperLayer .msg p, .paperShow .msg p {
    padding-bottom: .1rem; }
  .paperLayer .msg b, .paperShow .msg b {
    color: #165392;
    font-size: .16rem; }
  .paperLayer .msg em, .paperShow .msg em {
    color: #165392;
    padding-right: .45rem; }
.paperLayer h3.title, .paperShow h3.title {
  color: #165392;
  text-align: center;
  font-size: .18rem;
  padding: .3rem 0 .15rem 0; }
.paperLayer .content, .paperShow .content {
  font-size: .14rem;
  line-height: .24rem;
  color: #666;
  padding-bottom: .4rem;
  text-align: justify; }

.paperShow {
  min-height: 5rem;
  position: relative; }
  .paperShow h2.title {
    padding-right: 1.8rem; }
  .paperShow .msg2 {
    text-align: right;
    font-size: .18rem;
    color: #666;
    padding: .24rem 0 .16rem 0; }
  .paperShow .content p {
    padding-bottom: .1rem; }
  .paperShow .content h3 {
    color: #165392;
    padding-bottom: .1rem;
    font-size: .14rem; }
  .paperShow .more {
    padding-bottom: .3rem;
    text-align: center; }
    .paperShow .more a {
      color: #165392;
      font-size: .18rem;
      background: url("../image/img18_1.png") right center no-repeat;
      background-size: .18rem;
      padding-right: .28rem; }

.paperShow2 {
  border-top: #eee solid 1px;
  padding: .5rem 0 .9rem 0; }
  .paperShow2 h2.title {
    color: #165392;
    font-size: .14rem;
    padding-bottom: .18rem; }
  .paperShow2 .list ul {
    margin-left: -.4rem; }
  .paperShow2 .list li {
    width: 50%;
    padding: 0 0 .1rem .4rem; }
  .paperShow2 .list div {
    line-height: .4rem;
    background: #e1e8ee;
    font-size: .14rem;
    color: #666;
    position: relative;
    padding-left: .3rem; }
    .paperShow2 .list div:before {
      content: "";
      display: block;
      position: absolute;
      left: .13rem;
      top: 0;
      width: .06rem;
      height: .4rem;
      background: url("../image/img6.png") center no-repeat;
      background-size: 100%; }

.contact_01 {
  position: relative;
  min-height: 6.55rem;
  padding: .9rem 0 .5rem 0; }
  .contact_01 h2.title {
    color: #165392;
    font-size: .24rem;
    line-height: .36rem;
    padding-bottom: .24rem; }
  .contact_01 .list li {
    position: relative;
    min-height: .86rem;
    padding: .04rem 0 .2rem .68rem; }
    .contact_01 .list li .ico {
      width: .56rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
    .contact_01 .list li h3, .contact_01 .list li p {
      font-size: .16rem;
      line-height: .24rem; }
    .contact_01 .list li p {
      color: #666; }
  .contact_01 .map {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.9rem;
    bottom: auto;
    width: 6.7rem; }
    .contact_01 .map:before {
      content: "";
      display: block;
      position: absolute;
      left: -.1rem;
      top: -.1rem;
      background: url("../image/img91_1.png") center no-repeat;
      background-size: cover;
      width: .91rem;
      height: .91rem; }
    .contact_01 .map:after {
      content: "";
      display: block;
      position: absolute;
      right: -.1rem;
      bottom: -.1rem;
      background: url("../image/img85.png") center no-repeat;
      background-size: cover;
      width: .85rem;
      height: .85rem; }
    .contact_01 .map #map {
      height: 4.54rem;
      position: relative;
      z-index: 2; }

.contact_02 .title {
  text-align: center;
  position: relative;
  height: 1.82rem; }
  .contact_02 .title .ico {
    width: .4rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    margin-left: -.2rem; }
  .contact_02 .title p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: .1;
    line-height: 1rem;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: bold; }
  .contact_02 .title h2 {
    font-size: .36rem;
    line-height: 1.5rem; }
  .contact_02 .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .48rem;
    width: .5rem;
    height: .02rem;
    background: #165392;
    margin-left: -.25rem; }
.contact_02 .form ul {
  margin-left: -.4rem; }
.contact_02 .form li {
  width: 50%;
  padding: 0 0 .2rem .4rem;
  position: relative; }
  .contact_02 .form li .ico {
    width: .24rem;
    position: absolute;
    z-index: 10;
    left: 0.6rem;
    right: auto;
    top: 0.18rem;
    bottom: auto; }
    .contact_02 .form li .ico img {
      display: block; }
    .contact_02 .form li .ico img:nth-child(2) {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      opacity: 0; }
  .contact_02 .form li .name {
    position: absolute;
    z-index: 10;
    left: 0.91rem;
    right: auto;
    top: 0;
    bottom: auto;
    font-size: .16rem;
    line-height: .6rem;
    color: #666; }
  .contact_02 .form li .input {
    min-height: .6rem;
    border: #e9edf1 solid 1px;
    background: #e9edf1; }
    .contact_02 .form li .input input, .contact_02 .form li .input textarea {
      width: 100%;
      height: .58rem;
      line-height: .58rem;
      color: #165392;
      font-size: .16rem;
      padding-left: .5rem;
      position: relative;
      z-index: 11; }
.contact_02 .form li.li_01 {
  width: 100%; }
  .contact_02 .form li.li_01 .input textarea {
    height: 1.8rem;
    padding: .15rem .15rem .15rem .5rem;
    line-height: .28rem; }
.contact_02 .form li.on .ico img:nth-child(1) {
  opacity: 0; }
.contact_02 .form li.on .ico img:nth-child(2) {
  opacity: 1; }
.contact_02 .form li.on .name {
  opacity: 0; }
.contact_02 .form li.on .input {
  border-color: #165392; }
.contact_02 .submit {
  padding: .2rem 0 1rem 0; }
  .contact_02 .submit div {
    background: url("../image/btn160.png") center no-repeat;
    background-size: cover;
    width: 1.6rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    margin: 0 auto;
    font-size: .14rem;
    color: #fff;
    position: relative;
    opacity: .6; }
    .contact_02 .submit div:hover {
      opacity: 1; }

.searchList {
  padding-bottom: .5rem; }
  .searchList .searchMsg {
    padding: .95rem 0 .5rem 0;
    font-size: .18rem;
    color: #666; }
    .searchList .searchMsg em {
      color: #165392; }
  .searchList .searchTitle {
    height: .7rem;
    background: #eaeef2;
    cursor: pointer;
    padding-left: .15rem;
    position: relative;
    margin-bottom: .5rem; }
    .searchList .searchTitle:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .3rem;
      width: .22rem;
      height: 100%;
      background: url("../image/img22.png") center no-repeat;
      background-size: 100%; }
    .searchList .searchTitle img {
      width: .4rem; }
    .searchList .searchTitle h2 {
      font-size: .26rem;
      padding-left: .06rem; }
    .searchList .searchTitle.on {
      color: #165392;
      margin-bottom: 0; }
      .searchList .searchTitle.on:before {
        background-image: url("../image/img22on.png"); }
  .searchList .news {
    padding: .3rem 0 .6rem 0; }
  .searchList .product {
    padding: .3rem 0 0 0; }
  .searchList .paper {
    padding: 0; }

.productEn {
  position: relative;
  padding: 1rem 0 0 5.4rem; }
  .productEn .img {
    width: 4.6rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0; }
    .productEn .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -.4rem;
      width: 100%;
      height: 100%;
      background: url("../image/img460.png") center no-repeat;
      background-size: 100% 100%; }
    .productEn .img img {
      position: relative;
      left: .4rem; }
  .productEn .content {
    margin-top: .35rem;
    margin-left: -1rem;
    min-height: 3.9rem;
    background: #e1e8ee;
    padding: .2rem .2rem .05rem 1rem;
    font-size: .14rem;
    line-height: .26rem;
    color: #525c66; }
    .productEn .content .scroll {
      height: 3.5rem;
      overflow: hidden;
      position: relative; }
    .productEn .content p {
      padding: 0 .2rem .1rem 0; }

.productEnList {
  padding: 1rem 0 0 0; }
  .productEnList .list li a {
    width: 3.24rem;
    height: 2.8rem;
    text-align: center;
    background: url("../image/img390.png") center no-repeat;
    background-size: 100% 100%;
    position: relative; }
    .productEnList .list li a:before, .productEnList .list li a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden; }
    .productEnList .list li a:before {
      background: url("../image/img324.png") center no-repeat;
      background-size: 100% 100%; }
    .productEnList .list li a:after {
      background: url("../image/img50.png") center no-repeat;
      background-size: .5rem; }
    .productEnList .list li a:hover:before, .productEnList .list li a:hover:after {
      opacity: 1;
      visibility: visible; }
    .productEnList .list li a h2 {
      font-size: .24rem;
      color: #165392;
      position: relative;
      padding-bottom: .33rem;
      line-height: .28rem; }
      .productEnList .list li a h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: .16rem;
        width: .3rem;
        height: 1px;
        background: #165392;
        margin-left: -.15rem; }
    .productEnList .list li a p {
      font-size: .16rem;
      line-height: .22rem;
      padding: 0 .68rem;
      color: #444; }

@media screen and (min-width: 800px) {
  .productEnList .list {
    height: 6.8rem;
    position: relative;
    overflow: hidden; }
    .productEnList .list li {
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 0.7rem;
      bottom: auto; }
    .productEnList .list li.li_01 {
      margin-left: -5.76rem; }
    .productEnList .list li.li_02 {
      margin-left: -5.76rem;
      margin-top: 2.94rem; }
    .productEnList .list li.li_03 {
      margin-left: -3.22rem;
      margin-top: 1.2rem; }
      .productEnList .list li.li_03 a {
        width: 3.9rem;
        height: 3.37rem; }
        .productEnList .list li.li_03 a:hover:before {
          background-image: url("../image/img390_1.png"); }
    .productEnList .list li.li_05 {
      margin-top: 2.94rem; }
    .productEnList .list li.li_06 {
      margin-left: 2.53rem;
      margin-top: 1.48rem; } }
.productEnLayer .container {
  background: #fff;
  width: 12rem;
  min-height: 6.55rem;
  position: relative;
  padding: .5rem; }
.productEnLayer a.close {
  display: block;
  width: .4rem;
  height: .4rem;
  background: url("../image/close40.png") center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.5rem;
  top: 0.6rem;
  bottom: auto; }
.productEnLayer .img {
  width: 3.7rem; }
.productEnLayer .col {
  width: 6.8rem; }
  .productEnLayer .col h2.title {
    font-size: .24rem;
    line-height: .36rem;
    color: #165392;
    padding-bottom: .15rem;
    margin-bottom: .2rem;
    border-bottom: #dcdcdc solid 1px; }
  .productEnLayer .col .content {
    font-size: .14rem;
    line-height: .2rem;
    text-align: justify;
    color: #5c6166; }
  .productEnLayer .col .content-2 {
    padding-left: .15rem; }
  .productEnLayer .col div.title {
    position: relative;
    height: .5rem; }
    .productEnLayer .col div.title h2 {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      padding: 0 .06rem .02rem 0;
      font-size: .18rem;
      color: #165392;
      background: url("../image/img16.jpg") left bottom repeat-x;
      background-size: auto .16rem; }
  .productEnLayer .col div.name {
    line-height: .35rem;
    padding-left: .15rem;
    color: #165392;
    font-size: .14rem;
    background: url("../image/img6.png") left center no-repeat;
    background-size: .06rem; }
  .productEnLayer .col .pageMore {
    padding-top: .4rem; }

.productEnShow {
  padding-bottom: .9rem; }
  .productEnShow .bigImg {
    width: 4rem;
    padding: .3rem 0 0 .3rem;
    background: url("../image/img370.png") left top no-repeat;
    background-size: 3.7rem; }
  .productEnShow .fr.container {
    width: 7.5rem; }
    .productEnShow .fr.container .title2 {
      position: relative;
      margin-bottom: .22rem;
      border-bottom: #dcdcdc solid 1px;
      min-height: .9rem;
      padding-bottom: .15rem; }
      .productEnShow .fr.container .title2 h2 {
        color: #165392;
        font-size: .24rem;
        line-height: .36rem; }
    .productEnShow .fr.container a.back {
      top: .32rem; }
    .productEnShow .fr.container .scroll {
      height: 4.6rem;
      overflow: hidden;
      position: relative; }
      .productEnShow .fr.container .scroll:after {
        content: "";
        display: block;
        position: absolute;
        left: -.1rem;
        bottom: -.2rem;
        z-index: 5;
        width: 100%;
        height: .8rem;
        background: url("../image/img170_1.png") center repeat-x;
        background-size: auto 100%; }
      .productEnShow .fr.container .scroll div.title {
        position: relative;
        height: .5rem; }
        .productEnShow .fr.container .scroll div.title h2 {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: auto;
          bottom: 0;
          padding: 0 .06rem .02rem 0;
          font-size: .18rem;
          color: #165392;
          background: url("../image/img16.jpg") left bottom repeat-x;
          background-size: auto .16rem; }
      .productEnShow .fr.container .scroll .content {
        padding-right: .38rem; }
  .productEnShow div.name2 {
    line-height: .35rem;
    padding-left: .15rem;
    color: #165392;
    font-size: .14rem;
    background: url("../image/img6.png") left center no-repeat;
    background-size: .06rem; }
  .productEnShow .content {
    font-size: .14rem;
    line-height: .2rem;
    text-align: justify;
    color: #5c6166;
    padding: 0 0 .1rem .15rem; }
    .productEnShow .content.content-2 {
      padding-left: 0;
      padding-bottom: 0; }
  .productEnShow h2.title {
    text-align: center;
    color: #165392;
    padding: .4rem 0 .25rem 0;
    font-size: .3rem;
    text-transform: uppercase; }
  .productEnShow .table .name div, .productEnShow .table li div {
    width: 20%;
    text-align: center; }
  .productEnShow .table .name {
    background: #165392;
    color: #fff;
    font-size: .16rem; }
    .productEnShow .table .name div {
      line-height: .6rem;
      border-left: #6390be solid 1px; }
    .productEnShow .table .name div.col-1 {
      border-left: 0; }
  .productEnShow .table li {
    background: #eaf1f7; }
    .productEnShow .table li div {
      font-size: .14rem;
      line-height: .24rem;
      color: #5c6166;
      padding: .13rem;
      border-bottom: #fff solid 1px;
      border-left: #fff solid 1px; }
    .productEnShow .table li div.col-1 {
      border-left: 0; }
  .productEnShow .table li:nth-child(even) {
    background: #e0e8ef; }

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