@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px;
  background: #fff; }

body {
  font-size: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0;
  max-width: 16.8rem;
  margin: 0 auto;
  background: #fff; }
  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: #1f346d;
    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: 0px;
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0px;
  display: block;
  _display: inherit; }

.ellipsis, .foot .list dd, .indexPart2 dd .name, .indexPart2 li a, .indexPart3 li .name, .indexPart4 .name, .news li h2, .honor .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.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 {
  margin: 0 .75rem; }

.wal2 {
  margin: 0 1.4rem; }

a, .transition, .head .search, .head .search .input1, .head .nav .list, .sNav, .sNav .list 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; }

.flex {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.blue {
  color: #1f346d; }

.top {
  height: .3rem;
  line-height: .29rem;
  border-bottom: #e6e6e6 solid 1px;
  position: relative;
  padding-left: 1rem;
  background: #fff;
  display: none; }
  .top .name {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    height: .3rem;
    color: #fff;
    background: #e60012;
    width: .68rem;
    padding-left: .07rem; }
  .top li {
    float: left;
    padding-right: .38rem; }
    .top li a {
      color: #8d8d8d; }
      .top li a:hover {
        color: #e60012; }
  .top .tel {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.35rem;
    top: 0;
    bottom: auto;
    font-size: .14rem;
    height: .3rem;
    color: #e60012;
    background: url("../image/img17.png") left center no-repeat;
    background-size: .17rem;
    padding-left: .23rem; }

.head {
  background: #fff;
  position: relative;
  z-index: 90; }
  .head .wal {
    height: .77rem;
    position: relative; }
  .head a.logo {
    display: block;
    position: absolute;
    z-index: 10;
    left: -0.21rem;
    right: auto;
    top: 0;
    bottom: auto;
    width: 1.7rem;
    height: 100%;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%; }
  .head a.searchA {
    display: block;
    background: url("../image/img14.png") center no-repeat;
    background-size: .14rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.5rem;
    top: 0;
    bottom: auto;
    width: .77rem;
    height: .77rem; }
  .head .search {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.65rem;
    top: 0.2rem;
    bottom: auto;
    width: .77rem;
    height: .37rem;
    border: rgba(0, 0, 0, 0) solid 1px;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    background: #fff; }
    .head .search:hover {
      width: 1.77rem;
      border-color: #ddd; }
      .head .search:hover .input1 {
        opacity: 1; }
    .head .search .input1 {
      width: 100%;
      height: .35rem;
      line-height: .35rem;
      padding: 0 .2rem;
      font-size: .14rem;
      color: #999;
      opacity: 0; }
    .head .search .btn1 {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      background: url("../image/img14.png") center no-repeat;
      background-size: .14rem;
      width: .47rem;
      height: 100%; }
  .head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.45rem;
    top: 0.25rem;
    bottom: auto;
    font-size: .14rem;
    color: #8d8d8d;
    line-height: .3rem; }
    .head .language a {
      color: #8d8d8d;
      padding: 0 .06rem; }
      .head .language a:hover, .head .language a.on {
        color: #e60012; }
  .head .nav {
    position: absolute;
    z-index: 10;
    left: 2.2rem;
    right: auto;
    top: 0;
    bottom: auto; }
    .head .nav li {
      float: left;
      padding: .25rem .32rem 0 0;
      min-height: .77rem;
      position: relative; }
      .head .nav li:hover a {
        background: #e60012;
        color: #fff; }
      .head .nav li:hover .list {
        top: .77rem;
        opacity: 1;
        visibility: visible;
        transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s; }
    .head .nav a {
      display: block;
      padding: 0 .13rem;
      font-size: .14rem;
      color: #181818;
      height: .3rem;
      line-height: .3rem;
      -moz-border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .head .nav a.on {
        background: #e60012;
        color: #fff; }
    .head .nav .list {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.5rem;
      bottom: auto;
      width: 6.4rem;
      min-height: 3.31rem;
      background: #fff;
      padding: 0 .6rem;
      opacity: 0;
      visibility: hidden;
      transition-duration: .2s;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -o-transition-duration: .2s;
      box-shadow: 0 0.08rem 0.07rem rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 0.08rem 0.07rem rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 0.08rem 0.07rem rgba(0, 0, 0, 0.12); }
      .head .nav .list .name {
        border-bottom: #ddd solid 1px;
        height: .62rem;
        padding-top: .28rem;
        margin-bottom: .15rem; }
        .head .nav .list .name span {
          color: #bfbfbf;
          padding-left: .18rem; }
      .head .nav .list dd {
        float: left;
        width: 50%; }
        .head .nav .list dd a {
          height: .38rem;
          line-height: .38rem;
          color: #888;
          background: url("../image/img5_2.png") right center no-repeat;
          width: 2.3rem;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          padding: 0; }
        .head .nav .list dd:nth-child(even) a {
          width: 2.8rem;
          margin-left: auto; }
        .head .nav .list dd:hover a {
          color: #e60012; }

.sNav {
  position: absolute;
  z-index: 50;
  left: -100%;
  right: auto;
  top: 1.06rem;
  bottom: auto;
  width: 100%;
  opacity: 0;
  visibility: hidden; }
  .sNav.on {
    top: 1.06rem;
    left: 0;
    opacity: 1;
    visibility: visible; }
  .sNav .bg {
    background: #fff;
    border-top: #ddd solid 1px;
    max-width: 16.8rem;
    margin: 0 auto;
    box-shadow: 0 0.08rem 0.07rem rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0.08rem 0.07rem rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0.08rem 0.07rem rgba(0, 0, 0, 0.12); }
  .sNav .wal {
    min-height: 4.1rem;
    position: relative; }
  .sNav .list {
    position: absolute;
    z-index: 10;
    left: -0.75rem;
    right: auto;
    top: 0.26rem;
    bottom: auto;
    width: 3.08rem; }
    .sNav .list a {
      display: block;
      font-size: .14rem;
      height: .38rem;
      line-height: .38rem;
      position: relative;
      padding-left: .75rem; }
      .sNav .list a:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: .2rem;
        background: url("../image/img5_1.png") center no-repeat;
        background-size: .05rem;
        top: 0;
        right: .45rem; }
      .sNav .list a:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: .2rem;
        background: #e60012;
        left: 0;
        top: 50%;
        margin-top: -.1rem; }
      .sNav .list a:hover, .sNav .list a.on {
        color: #e60012; }
        .sNav .list a:hover:before, .sNav .list a.on:before {
          background-image: url("../image/img5_1on.png"); }
        .sNav .list a:hover:after, .sNav .list a.on:after {
          width: .05rem; }
  .sNav .wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    padding: 0 0 0 2.2rem;
    min-height: 4.1rem;
    opacity: 0;
    visibility: hidden; }
    .sNav .wrapper.on {
      opacity: 1;
      visibility: visible; }
    .sNav .wrapper dl.btn {
      height: .77rem;
      padding-top: .26rem; }
      .sNav .wrapper dl.btn dd {
        float: left;cursor:pointer;
        padding-right: .45rem;
        line-height: .38rem; }
        .sNav .wrapper dl.btn dd.on {
          color: #e60012; }
    .sNav .wrapper .sNavList {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .sNav .wrapper .sNavList .img {
        width: 52.85%;
        height: 2.9rem;
        background: center no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .sNav .wrapper .sNavList .box {
        width: 47.15%;
        min-height: 2.9rem;
        margin-left: auto;
        padding-left: .3rem; }
      .sNav .wrapper .sNavList .name {
        font-size: .14rem;
        padding: .25rem 0 .15rem 0; }
      .sNav .wrapper .sNavList p {
        font-size: .14rem;
        line-height: 1.72em;
        color: #888;
        height: 10.32em;
        overflow: hidden; }
      .sNav .wrapper .sNavList .more {
        border-top: #efeff0 solid 1px;
        text-align: right;
        line-height: .5rem;
        margin-top: .15rem; }
        .sNav .wrapper .sNavList .more a {
          color: #1f346d; }
      .sNav .wrapper .sNavList a.arrow {
        display: block;
        width: .25rem;
        height: .25rem;
        background: center no-repeat;
        background-size: .25rem;
        position: absolute;
        z-index: 10;
        left: auto;
        right: auto;
        top: 2.42rem;
        bottom: auto; }
        .sNav .wrapper .sNavList a.arrow.prev {
          background-image: url("../image/prev25.png");
          right: 47.15%;
          margin-right: -.56rem; }
          .sNav .wrapper .sNavList a.arrow.prev:hover {
            background-image: url("../image/prev25on.png"); }
        .sNav .wrapper .sNavList a.arrow.next {
          background-image: url("../image/next25.png");
          right: 47.15%;
          margin-right: -1.16rem; }
          .sNav .wrapper .sNavList a.arrow.next:hover {
            background-image: url("../image/next25on.png"); }

.foot {
  background: #2d2d2d;
  color: #dcdddd; }
  .foot .wal {
    min-height: 3.2rem;
    position: relative; }
  .foot a {
    color: #dcdddd; }
    .foot a:hover {
      color: #fff; }
  .foot .list {
    min-height: 2.46rem;
    position: relative; }
    .foot .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .66rem;
      width: 100%;
      height: 1px;
      background: #444; }
    .foot .list li {
      float: left;
      width: 1.6rem; }
      .foot .list li.li_02 {
        width: 5.9rem; }
        .foot .list li.li_02 dd {
          float: left;
          width: 50%;
          max-width: 2.4rem; }
    .foot .list h2 {
      font-weight: 400;
      font-size: .14rem;
      padding: .33rem 0; }
    .foot .list dd {
      line-height: .28rem;
      height: .28rem; }
  .foot .ewm {
    width: 1.04rem;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.75rem;
    top: 1rem;
    bottom: auto; }
    .foot .ewm div {
      padding-bottom: .08rem; }
  .foot .msg {
    border-top: #444 solid 1px;
    color: #5c5c5c;
    min-height: .63rem;
    padding: .2rem 0 0 0;
    line-height: .33rem; }
    .foot .msg p.fl {
      padding-right: 1em; }
    .foot .msg span {
      padding: 0 .08rem; }
    .foot .msg a {
      color: #5c5c5c; }
      .foot .msg a:hover {
        color: #fff; }

/*-index----------------*/
.indexFlash {
  height: 4.09rem;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash.hide {
    opacity: 0; }
  .indexFlash .swiper-slide a {
    display: block;
    height: 4.09rem;
    position: relative;
    background: center no-repeat;
    background-size: cover; }
  .indexFlash .img {
    width: 4.39rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 1.18rem;
    bottom: auto;
    margin-left: -.95rem; }

.indexTitle {
  height: .8rem;
  line-height: .65rem;
  padding-top: .15rem;
  clear: both;
  position: relative; }
  .indexTitle h2 {
    height: .65rem;
    color: #181818;
    font-size: .18rem;
    letter-spacing: .02rem;
    padding-left: .1rem;
    background: url("../image/img4.png") left center no-repeat;
    background-size: .04rem; }
    .indexTitle h2 span {
      font-size: .14rem;
      color: #bfbfbf;
      letter-spacing: 0;
      padding-left: .08rem;
      text-transform: uppercase;
      font-weight: 400; }
  .indexTitle a.more {
    display: block;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.15rem;
    bottom: auto;
    color: #1f346d;
    background: url("../image/img5.png") right center no-repeat;
    padding-right: .13rem; }

.indexPart1 {
  background: #f5f5f5 url("../image/indexPart1.png") left 0.73rem no-repeat;
  min-height: 5.15rem;
  border-bottom: #e6e6e6 solid 1px; }
  .indexPart1 .fl {
    width: 50%; }
  .indexPart1 .fr {
    width: 50%;
    max-width: 8rem;
    padding-left: .7rem; }
  .indexPart1 .list {
    padding-top: .63rem;
    max-width: 6.09rem; }
    .indexPart1 .list ul {
      margin-left: -.19rem; }
    .indexPart1 .list li {
      float: left;
      width: 50%;
      padding: 0 0 .19rem .19rem; }
      .indexPart1 .list li:hover img {
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2); }
  .indexPart1 .map {
    max-width: 5.88rem;
    min-height: 1rem;
    position: relative;
    padding: .06rem 0; }
    .indexPart1 .map p {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.15rem;
      bottom: auto;
      font-size: .14rem;
      color: #888; }
    .indexPart1 .map .img {
      position: relative;
      left: -.32rem; }

.indexPart2 {
  width: 50%;
  max-width: 6.58rem; }
  .indexPart2 dl {
    min-height: 1.18rem;
    border-bottom: #ddd solid 1px;
    position: relative; }
    .indexPart2 dl:hover dt img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
  .indexPart2 dt {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 1.8rem;
    overflow: hidden; }
    .indexPart2 dt i {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      background: url("../image/img25.png") center no-repeat;
      background-size: .25rem; }
  .indexPart2 dd {
    padding: 0 0 .2rem 2.05rem; }
    .indexPart2 dd .name {
      font-size: .14rem;
      height: .36rem;
      line-height: .36rem; }
    .indexPart2 dd p {
      font-size: .14rem;
      color: #888;
      line-height: 1.72em;
      height: 3.44em;
      overflow: hidden; }
  .indexPart2 li {
    position: relative;
    border-bottom: #ddd solid 1px;
    line-height: .43rem; }
    .indexPart2 li a {
      display: block;
      height: .43rem;
      font-size: .14rem;
      padding-right: 1rem;
      position: relative;
      z-index: 11; }
    .indexPart2 li span {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      color: #888;
      display: block;
      padding-left: .24rem;
      background: url("../image/img14_1.png") left center no-repeat;
      background-size: .14rem; }

.indexPart3 {
  width: 50%;
  max-width: 8rem;
  padding-left: .7rem; }
  .indexPart3 li {
    min-height: 1.18rem;
    border-bottom: #ddd solid 1px;
    position: relative;
    padding: 0 0 .2rem 2.05rem;
    margin-bottom: .18rem; }
    .indexPart3 li:hover .img img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
    .indexPart3 li .img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 1.8rem;
      overflow: hidden; }
    .indexPart3 li .name {
      font-size: .14rem;
      height: .36rem;
      line-height: .36rem; }
    .indexPart3 li p {
      font-size: .14rem;
      color: #888;
      line-height: 1.72em;
      height: 3.44em;
      overflow: hidden; }

.indexPart4 {
  min-height: 1rem;
  position: relative;
  padding: .3rem .36rem 0 .36rem;
  border-top: #ddd solid 1px; }
  .indexPart4 #indexPart4 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart4 .swiper-slide {
    padding: 0 .12rem; }
    .indexPart4 .swiper-slide:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
  .indexPart4 .img {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart4 .name {
    text-align: center;
    font-size: .14rem;
    height: .5rem;
    line-height: .5rem; }
  .indexPart4 .arrow {
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    width: .31rem;
    height: .31rem;
    background: #e5e5e5 center no-repeat;
    background-size: .31rem;
    margin-top: -.3rem; }
    .indexPart4 .arrow:hover {
      background-color: #e60012; }
    .indexPart4 .arrow.prev {
      left: 0;
      background-image: url("../image/prev31.png"); }
    .indexPart4 .arrow.next {
      right: 0;
      background-image: url("../image/next31.png"); }

/*page---------------*/
.pageCurr {
  background: url("../image/pageCurr.jpg") top repeat-x;
  border-top: #ddd solid 1px;
  color: #7f7f7f; }
  .pageCurr .wal {
    height: .4rem;
    line-height: .4rem;
    padding-left: .3rem;
    background: url("../image/img19.png") left center no-repeat;
    background-size: .19rem;
    font-size: .14rem;
    position: relative; }
  .pageCurr a {
    color: #7f7f7f; }
    .pageCurr a:hover {
      color: #e60012; }
    .pageCurr a.back {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      height: .4rem;
      padding: 0 .18rem;
      background: #1f346d;
      color: #fff; }

.pageBanner {
  min-height: 7rem;
  position: relative;
  background: center no-repeat;
  background-size: cover; }
  .pageBanner .title {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 50%;
    top: 1.38rem;
    bottom: auto;
    padding-right: 3.78rem; }
    .pageBanner .title img {
      width: auto;
      height: 1.87rem; }

.pageTitle {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 100%; }
  .pageTitle .wal2 {
    height: 1.46rem;
    position: relative;
    background: rgba(255, 255, 255, 0.9); }
  .pageTitle h2 {
    color: #1f346d;
    font-size: .18rem;
    padding: .6rem 0 0 1rem; }
    .pageTitle h2 span {
      display: inline-block;
      width: .63rem;
      height: .21rem;
      line-height: .21rem;
      text-align: center;
      background: #fe8135;
      font-size: .14rem;
      color: #fff;
      -moz-border-radius: 0.21rem;
      -webkit-border-radius: 0.21rem;
      border-radius: 0.21rem;
      font-weight: 400;
      position: relative;
      left: .1rem;
      top: -.02rem; }
  .pageTitle .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.6rem;
    top: 0.6rem;
    bottom: auto; }
    .pageTitle .list li {
      float: left;
      font-size: .14rem;
      padding-left: .25rem; }
    .pageTitle .list a {
      color: #1f346d;
      display: block;
      height: .27rem;
      line-height: .27rem;
      padding: 0 .16rem;
      -moz-border-radius: 0.27rem;
      -webkit-border-radius: 0.27rem;
      border-radius: 0.27rem; }
      .pageTitle .list a:hover, .pageTitle .list a.on {
        color: #fff;
        background: #1f346d; }
  .pageTitle .tel {
    width: 2.09rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 1rem;
    top: 0.55rem;
    bottom: auto; }

.gongyi {
  min-height: 6.3rem;
  position: relative;
  padding: 0 1rem;
  font-size: .14rem; }
  .gongyi .content {
    line-height: 1.72em;
    color: #7f7f7f;
    min-height: 1.85rem;
    padding: .45rem 0; }
  .gongyi .fl {
    width: 59.5%; }
  .gongyi h2 {
    font-size: .14rem; }
  .gongyi .msg {
    line-height: 2.57em;
    color: #7f7f7f;
    padding: .15rem 0 1rem 0; }
  .gongyi .img {
    text-align: center;
    width: 40%;
    max-width: 3.83rem;
    float: left; }
    .gongyi .img span {
      display: block;
      line-height: .38rem; }

.pageBg {
  min-height: 5rem;
  background: #efefef; }

.news {
  max-width: 12rem;
  margin: 0 auto; }
  .news .title {
    line-height: .42rem;
    padding-top: .05rem;
    font-size: .14rem; }
    .news .title span {
      color: #7f7f7f;
      text-transform: uppercase; }
  .news li {
    margin-bottom: .2rem;
    background: #fff;
    -moz-border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    border-radius: 0.03rem;
    min-height: 2rem;
    padding: 0 1.35rem 0 2.85rem;
    position: relative; }
    .news li:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
    .news li:hover h2 a {
      color: #e60012; }
    .news li .img {
      position: absolute;
      z-index: 10;
      left: 0.2rem;
      right: auto;
      top: 0.2rem;
      bottom: auto;
      width: 2.4rem;
      overflow: hidden;
      -moz-border-radius: 0.03rem;
      -webkit-border-radius: 0.03rem;
      border-radius: 0.03rem; }
    .news li h2 {
      font-size: .18rem;
      height: .68rem;
      line-height: .68rem; }
      .news li h2 a {
        color: #1f346d; }
    .news li p {
      font-size: .14rem;
      line-height: 1.72em;
      color: #888;
      height: 5.16em;
      overflow: hidden; }
    .news li .more {
      line-height: .55rem;
      text-align: right;
      text-transform: uppercase; }
    .news li .time {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.33rem;
      top: 0.5rem;
      bottom: auto;
      text-align: center;
      font-size: .16rem;
      color: #999;
      width: .72rem;
      height: 1rem;
      border: #d2d2d2 solid 1px;
      padding: 0 .08rem; }
      .news li .time div {
        border-bottom: #d2d2d2 solid 1px;
        height: .49rem;
        padding-top: .18rem;
        margin-bottom: .15rem; }

.pageNum {
  clear: both;
  padding-top: .5rem;
  height: 1.8rem;
  text-align: right;
  font-size: 0; }
  .pageNum span {
    font-size: .14rem;
    color: #404652;
    display: inline-block;
    line-height: .38rem; }
  .pageNum a {
    display: inline-block;
    margin-left: .15rem;
    font-size: .14rem;
    color: #404652;
    background: #fff;
    border: #e6e6e6 solid 1px;
    text-align: center;
    height: .38rem;
    line-height: .36rem;
    width: .45rem; }
    .pageNum a.a1 {
      width: .62rem; }
    .pageNum a:hover, .pageNum a.on {
      color: #fff;
      background: #e60012;
      border-color: #e60012; }

.contactMap {
  height: 7.3rem; }

.honor {
  padding-top: .5rem; }
  .honor ul {
    margin-left: -.25rem; }
  .honor li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 0 .15rem .25rem; }
    .honor li:hover img {
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); }
  .honor .name {
    font-size: .14rem;
    height: .45rem;
    line-height: .45rem; }

.job {
  padding: .9rem 1rem 0 1rem; }
  .job .fl {
    width: 45.5%; }
  .job .fr {
    width: 54.5%; }
  .job h2 {
    font-size: .18rem; }
    .job h2 span {
      font-weight: 400; }
  .job .content {
    font-size: .14rem;
    line-height: 1.72em;
    color: #8d8d8d;
    padding: .2rem 0; }
  .job .h50 {
    height: 1rem; }

.about {
  font-size: .14rem;
  line-height: 1.72em;
  color: #8d8d8d;
  padding: .35rem 1rem 1rem;
  text-align: justify; }

.pageBg2 {
  background: url("../image/img1.jpg") left top;
  min-height: 5rem;
  border-top: #e6e6e6 solid 1px; }

.chairman_01 {
  min-height: 4.32rem;
  background: #fff;
  position: relative; }
  .chairman_01 .img {
    width: 53%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    background: center no-repeat;
    background-size: cover; }
  .chairman_01 .box {
    width: 47%;
    margin-left: auto;
    padding: 0 .7rem .7rem; }
  .chairman_01 h2 {
    padding: .4rem 0 .2rem 0;
    font-size: .14rem; }
  .chairman_01 .content {
    color: #7f7f7f;
    font-size: .14rem;
    line-height: 2.14em; }

.chairman_02 {
  min-height: 5.18rem;
  padding: .33rem 0 .5rem 0;
  position: relative; }
  .chairman_02 .img {
    max-width: 6.99rem;
    width: 45%;
    position: absolute;
    z-index: 10;
    left: -0.75rem;
    right: auto;
    top: 1.36rem;
    bottom: auto; }
  .chairman_02 .box {
    width: 47%;
    margin-left: auto; }
    .chairman_02 .box img {
      width: 4.66rem; }
    .chairman_02 .box .content {
      /*max-width: 4.66rem;*/
      padding: .15rem 0;
      line-height: 2em;
      color: #7f7f7f; }

.project {
  padding: .65rem .62rem 0 .62rem;
  max-width: 16.22rem;
  margin: 0 auto; }
  .project li {
    float: left;
    width: 25%;
    padding: 0 .13rem;
    text-align: center; }
    .project li:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
  .project .img {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .project .name {
    line-height: .42rem;
    height: .84rem;
    overflow: hidden;
    font-size: .14rem; }

.mapName {
  text-align: center;
  font-size: .18rem;
  position: relative;
  top: -.45rem; }

.qtxm {
  padding: 0 1rem;
  position: relative;
  top: -.25rem;
  z-index: 12; }
  .qtxm li {
    padding-bottom: .4rem;
    font-size: .14rem;
    line-height: 1.72em;
    color: #7f7f7f; }
    .qtxm li .name {
      font-size: .18rem;
      padding-bottom: .1rem; }

.layout {
  max-width: 13.6rem;
  margin: 0 auto;
  padding: .26rem .5rem 0 .5rem; }
  .layout .fl {
    width: 50%;
    max-width: 5.88rem;
    padding-top: .55rem;
    position: relative;
    left: -.25rem; }
  .layout .fr {
    width: 50%;
    padding-left: .2rem;
    padding-bottom: .2rem; }
  .layout p {
    font-size: .14rem;
    color: #888;
    padding-bottom: .35rem; }
  .layout .list ul {
    margin-left: -.19rem; }
  .layout .list li {
    float: left;
    width: 50%;
    padding: 0 0 .19rem .19rem; }
  .layout h3 {
    font-size: .14rem;
    clear: both;
    padding: .35rem 0 .55rem 0; }
  .layout .tel {
    width: 2.66rem; }

.close_map_info {
  background: url("../image/close3.png") center no-repeat;
  background-size: cover;
  width: .25rem;
  height: .25rem;
  position: absolute;
  z-index: 1;
  top: .3rem;
  right: .3rem; }

.mapLayer {
  width: 5rem;
  height: 2.1rem;
  background: center no-repeat;
  background-size: cover; }

@media screen and (max-width: 1600px) {
  .wal2 {
    margin: 0 .75rem; }

  .foot .msg p.fr {
    width: 100%; }

  .pageBanner {
    min-height: 6rem; } }
@media screen and (max-width: 1300px) {
  .top li {
    padding-right: .25rem; }

  .head a.searchA {
    right: .3rem; }
  .head .nav li {
    padding-right: .1rem; }

  .foot .list li.li_02 {
    width: 4.8rem; }

  .pageBanner .title {
    padding-right: 2.78rem; } }
@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  .wal, .wal2 {
    margin: 0 auto;
    max-width: 8rem; }

  .top {
    height: .6rem;
    line-height: .59rem;
    position: fixed;
    z-index: 90;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff; }
    .top .name {
      height: .6rem;
      width: 1.6rem;
      padding-left: .3rem;
      font-size: .24rem; }
    .top ul {
      display: none; }
    .top .tel {
      font-size: .24rem;
      height: .6rem;
      background-size: .25rem;
      padding-left: .33rem; }

  body {
    padding-top: .9rem; }

  body.navShow .navBg {
    display: block; }
  body.navShow .head .nav {
    right: 0; }

  .navBg {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none; }

  .head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: #eee solid 1px; }
    .head .wal {
      height: .9rem; }
    .head a.logo {
      width: 1.8rem; }
    .head a.searchA {
      display: none; }
    .head .search {
      display: none; }
    .head .language {
      right: 1rem;
      top: .3rem;
      font-size: .22rem; }
      .head .language a {
        padding: 0 .1rem; }
    .head .navA {
      display: block;
      width: .6rem;
      height: .9rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      background: url("../image/navA.png") center no-repeat;
      background-size: .35rem; }
    .head .nav {
      position: fixed;
      left: auto;
      right: -5rem;
      width: 5rem;
      background: #000;
      height: 100%;
      overflow-y: auto;
      padding-top: .6rem; }
      .head .nav .close {
        display: block;
        height: .9rem;
        position: relative; }
        .head .nav .close i {
          display: block;
          width: .6rem;
          height: .9rem;
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0.3rem;
          top: 0;
          bottom: auto;
          background: url("../image/close.png") center no-repeat;
          background-size: .35rem; }
      .head .nav li {
        float: none;
        padding: 0;
        border-top: rgba(255, 255, 255, 0.2) solid 1px; }
        .head .nav li:hover .list {
          top: 0; }
      .head .nav a {
        padding-left: .35rem;
        font-size: .26rem;
        height: .9rem;
        line-height: .9rem;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #fff; }
      .head .nav .list {
        position: relative;
        top: 0;
        width: 100%;
        background: none;
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
        opacity: 1;
        visibility: visible;
        padding: .15rem 0;
        display: none; }
        .head .nav .list .name {
          display: none; }
        .head .nav .list dd {
          float: none;
          width: 100%;
          padding: 0 .3rem 0 .5rem; }
          .head .nav .list dd a {
            height: .68rem;
            line-height: .68rem;
            width: 100%;
            color: rgba(255, 255, 255, 0.8);
            font-size: .22rem; }
          .head .nav .list dd:nth-child(even) a {
            width: 100%; }

  .sNav {
    position: fixed;
    z-index: 1000;
    top: 0;
    height: 100%; }
    .sNav.on {
      top: 0; }
    .sNav .bg {
      border-top: 0;
      height: 100vh;
      overflow-y: auto; }
    .sNav a.close {
      display: block;
      width: .6rem;
      height: .9rem;
      position: absolute;
      z-index: 20;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      background: url("../image/close2.png") center no-repeat;
      background-size: .35rem; }
    .sNav .list {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      padding: .9rem 0 .25rem 0;
      border-bottom: #ddd solid 1px; }
      .sNav .list ul {
        margin-left: -.1rem;
        margin-right: -.1rem;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between; }
      .sNav .list li {
        width: 25%;
        padding: 0 .1rem .2rem .1rem; }
      .sNav .list a {
        font-size: .26rem;
        height: .6rem;
        line-height: .6rem;
        padding-left: 0;
        text-align: center;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem;
        background: #eee; }
        .sNav .list a:before, .sNav .list a:after {
          display: none; }
        .sNav .list a.on {
          background: #e60012;
          color: #fff; }
    .sNav .wrapper {
      padding: 0; }
      .sNav .wrapper.on {
        position: relative; }
      .sNav .wrapper dl.btn {
        height: auto;
        padding: .26rem 0;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap; }
        .sNav .wrapper dl.btn dd {
          float: none;
          font-size: .24rem;
          padding-right: .25rem;
          line-height: .48rem;
          min-width: 25%; }
      .sNav .wrapper .sNavList .img {
        width: 100%;
        position: relative; }
      .sNav .wrapper .sNavList .box {
        width: 100%;
        padding-left: 0; }
      .sNav .wrapper .sNavList .name {
        font-size: .26rem;
        padding: .25rem 0 .15rem 0; }
      .sNav .wrapper .sNavList p {
        font-size: .24rem; }
      .sNav .wrapper .sNavList .more {
        line-height: .8rem;
        margin-top: .25rem;
        font-size: .24rem; }
      .sNav .wrapper .sNavList a.arrow {
        width: .5rem;
        height: .5rem;
        background-size: .5rem;
        position: relative;
        top: 0;
        display: inline-block; }
        .sNav .wrapper .sNavList a.arrow.prev {
          right: 0;
          margin-right: .5rem; }
        .sNav .wrapper .sNavList a.arrow.next {
          right: 0;
          margin-right: 0; }

  .foot .list {
    padding-top: .25rem; }
    .foot .list:before {
      display: none; }
    .foot .list li {
      float: none;
      width: 100%; }
      .foot .list li.li_02 {
        width: 100%; }
        .foot .list li.li_02 dd {
          float: none;
          width: auto;
          max-width: 100%; }
    .foot .list h2 {
      font-size: .26rem;
      padding: .3rem 0;
      border-bottom: #444 solid 1px; }
    .foot .list dl {
      margin-left: -.3rem;
      padding: .25rem 0 .3rem 0;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
    .foot .list dd {
      line-height: .42rem;
      height: .42rem;
      padding-left: .3rem;
      font-size: .24rem; }
  .foot .ewm {
    display: none; }
  .foot .msg {
    font-size: .22rem;
    padding: .4rem 0; }
    .foot .msg p.fl, .foot .msg p.fr {
      padding-right: 0;
      float: none; }
    .foot .msg span {
      padding: 0 .15rem; }

  /*-index----------------*/
  .indexFlash {
    height: 4.09rem;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .indexFlash .swiper-slide a {
      display: block;
      height: 4.09rem;
      position: relative;
      background: center no-repeat;
      background-size: cover; }
    .indexFlash .img {
      width: 4.39rem;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 1.18rem;
      bottom: auto;
      margin-left: -.95rem; }

  .indexTitle {
    height: 1.35rem;
    line-height: 1rem;
    padding-top: .35rem; }
    .indexTitle h2 {
      height: 1rem;
      font-size: .26rem;
      background-size: .06rem;
      padding-left: .18rem; }
      .indexTitle h2 span {
        font-size: .22rem; }
    .indexTitle a.more {
      top: .35rem;
      font-size: .2rem;
      padding-right: .23rem; }

  .indexPart1 .fl {
    width: 100%; }
  .indexPart1 .fr {
    width: 100%;
    padding: 0 0 .5rem 0; }
  .indexPart1 .list {
    padding-top: 0;
    max-width: 100%; }
  .indexPart1 .map {
    margin: 0 auto; }
    .indexPart1 .map p {
      font-size: .24rem; }

  .indexPart2 {
    width: 100%;
    max-width: 100%; }
    .indexPart2 dl {
      min-height: 1.6rem; }
    .indexPart2 dt {
      width: 2.3rem; }
    .indexPart2 dd {
      padding: 0 0 .2rem 2.5rem; }
      .indexPart2 dd .name {
        font-size: .24rem;
        height: .5rem;
        line-height: .5rem; }
      .indexPart2 dd p {
        font-size: .22rem; }
    .indexPart2 li {
      line-height: .59rem;
      font-size: .2rem; }
      .indexPart2 li a {
        height: .59rem;
        font-size: .24rem;
        padding-right: 1.3rem; }

  .indexPart3 {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .indexPart3 li {
      min-height: 1.6rem;
      padding: 0 0 .2rem 2.5rem;
      margin-bottom: .2rem; }
      .indexPart3 li .img {
        width: 2.3rem; }
      .indexPart3 li .name {
        font-size: .24rem;
        height: .5rem;
        line-height: .5rem; }
      .indexPart3 li p {
        font-size: .22rem; }

  .indexPart4 {
    padding: .3rem .16rem 0 .16rem; }
    .indexPart4 .name {
      font-size: .24rem;
      height: .65rem;
      line-height: .65rem; }
    .indexPart4 .arrow.prev {
      left: -.2rem; }
    .indexPart4 .arrow.next {
      right: -.2rem; }

  /*page---------------*/
  .pageCurr .wal {
    height: .8rem;
    line-height: .8rem;
    font-size: .22rem; }
  .pageCurr a.back {
    height: .8rem;
    padding: 0 .2rem; }

  .pageBanner {
    min-height: 4rem; }
    .pageBanner .title {
      top: .7rem;
      padding-right: 1rem; }

  .pageTitle .wal2 {
    height: 1rem; }
  .pageTitle h2 {
    font-size: .28rem;
    padding: .3rem 0 0 .3rem; }
    .pageTitle h2 span {
      width: 1rem;
      height: .32rem;
      line-height: .32rem;
      font-size: .22rem; }
  .pageTitle .list {
    top: .3rem;
    right: .2rem; }
    .pageTitle .list li {
      font-size: .24rem;
      padding: 0; }
    .pageTitle .list a {
      height: .4rem;
      line-height: .4rem; }
  .pageTitle .tel {
    top: .3rem;
    right: .3rem; }

  .gongyi {
    padding: 0 .3rem;
    font-size: .24rem; }
    .gongyi .fl {
      width: 100%; }
    .gongyi h2 {
      font-size: .26rem; }
    .gongyi .msg {
      padding-bottom: .5rem; }
    .gongyi .img {
      width: 100%; }
      .gongyi .img span {
        line-height: .48rem; }

  .news .title {
    line-height: .82rem;
    padding-top: .1rem;
    font-size: .24rem; }
  .news li {
    padding: .2rem 1.9rem .2rem .2rem; }
    .news li .img {
      position: relative;
      left: 0;
      top: 0;
      width: 100%; }
    .news li h2 {
      font-size: .26rem;
      height: .8rem;
      line-height: .8rem;
      margin-top: .06rem;
      margin-right: -1.7rem; }
    .news li p {
      font-size: .22rem;
      margin-right: -1.7rem; }
    .news li .more {
      line-height: .7rem;
      font-size: .22rem;
      margin-right: -1.7rem; }
    .news li .time {
      font-size: .26rem;
      width: 1.2rem;
      height: 1.3rem; }
      .news li .time div {
        height: .65rem;
        padding-top: .25rem;
        margin-bottom: .2rem; }

  .pageNum {
    text-align: center; }
    .pageNum span {
      display: none; }
    .pageNum a {
      display: none;
      margin: 0 .05rem;
      font-size: .22rem;
      height: .52rem;
      line-height: .5rem; }
      .pageNum a.a1 {
        width: 1rem;
        display: inline-block; }

  .contactMap {
    height: 5rem; }

  .honor li {
    width: 50%; }
  .honor .name {
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem; }

  .job {
    padding: .5rem .3rem; }
    .job .fl, .job .fr {
      width: 100%; }
    .job h2 {
      font-size: .28rem; }
    .job .content {
      font-size: .24rem;
      padding-bottom: .5rem; }
    .job .h50 {
      height: .5rem; }

  .about {
    font-size: .24rem;
    padding: .35rem .3rem .8rem .3rem; }

  .chairman_01 .img {
    width: 100%;
    height: 4rem;
    position: relative; }
  .chairman_01 .box {
    width: 100%;
    padding: 0 .3rem .3rem; }
  .chairman_01 h2 {
    font-size: .26rem; }
  .chairman_01 .content {
    font-size: .22rem; }

  .chairman_02 .img {
    width: 90%;
    position: relative;
    top: 0;
    padding-bottom: .5rem; }
  .chairman_02 .box {
    width: 100%; }
    .chairman_02 .box .content {
      font-size: .22rem;
      padding: .3rem 0;
      max-width: 100%; }

  .project {
    padding: .65rem .17rem 0 .17rem; }
    .project li {
      width: 50%; }
    .project .name {
      line-height: .62rem;
      height: 1rem;
      font-size: .24rem; }

  .mapName {
    font-size: .28rem; }

  .qtxm {
    padding: .3rem; }
    .qtxm li {
      font-size: .24rem; }
      .qtxm li .name {
        font-size: .28rem; }

  .layout {
    padding: 0 .3rem; }
    .layout .fl {
      width: 100%;
      float: none;
      margin: 0 auto;
      left: 0; }
    .layout .fr {
      width: 100%;
      float: none;
      padding: .2rem 0; }
    .layout p {
      font-size: .24rem; }
    .layout h3 {
      font-size: .24rem; } }
@media screen and (max-width: 550px) {
  .wal, .wal2 {
    margin: 0 .3rem; } }

/*# sourceMappingURL=index.css.map */
