﻿@charset "UTF-8";
a, .transition, .phone-nav, .ewmLayer, .indexFlash .dots span, .index-1 .list li .img, .index-1 .list li a .more, .index-2 .img-list li a .img, .index-2 .list li, .index-3 a .img, .honor li .name, .news li, .p-num2 li, :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, .index-2 .img-list li a .name, .index-2 .list li a, .side-nav .list a, .honor li .name, .p-num2 li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .g-head .side, .g-head .side dl.btn, .g-foot, .ewmLayer, .indexFlash .dots, .index-2 .img-list .arrow, .index-2 .list li, .index-4 dl.btn, .index-4 dl.btn a, .page-now, .page-num, .p-share, .p-share dl,.job .title, .job li,.jobLayer, .jobLayer .container .title, .contactLayer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .indexFlash li .layer, .index-1 .list li a, .index-3 a, .about .list li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .g-head .side, .g-foot, .ewmLayer, .indexFlash li .layer, .index-1 .list li a, .index-3 a, .index-4, .index-4 dl.btn a, .page-now, .p-share,.jobLayer, .jobLayer .container .title, .contactLayer {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .ewmLayer, .indexFlash li .layer, .indexFlash .dots, .index-1 .list li a, .index-3 a, .index-4 dl.btn a, .about .list li, .page-num, .p-share,.jobLayer,.contactLayer {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-foot, .index-bg, .index-4, .p-num2 ul,.job .title, .job li {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav ul, .index-1, .index-1 .list ul, .index-bg, .index-2, .index-3 ul, .index-4, .honor ul, .p-num2 ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 1; }
  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: #11427A;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 11.75rem;
  margin: 0 auto; }

.phoneShow {
  display: none; }

body ::selection {
  color: #FFFFFF;
  background-color: #11427A;
  text-shadow: none; }

body ::-moz-selection {
  color: #FFFFFF;
  background-color: #11427A;
  text-shadow: none; }

.loading {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff; }
  .loading .logo {
    background: url("../images/img178.png") center no-repeat;
    background-size: 100%;
    width: 1.78rem;
    height: 2.02rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-left: -.89rem;
    margin-top: -1.01rem; }
    .loading .logo div {
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: auto;
      bottom: 0;
      height: 0;
      overflow: hidden; }
      .loading .logo div img {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0; }

.g-headD {
  height: 0.8rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.1); }
  .g-head .wal {
    min-height: 0.8rem;
    position: relative;
    max-width: 100%;
    margin: 0 .15rem; }
  .g-head a.logo {
    display: block;
    background: url("../images/logo.png") center no-repeat;
    width: 206px;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 5;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head .side {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: 0.8rem; }
    .g-head .side .tel {
      color: #11427A;
      font-size: .18rem;
      font-weight: bold; }
    .g-head .side dl.btn dd {
      margin-left: .22rem; }
    .g-head .side dl.btn a {
      display: block;
      width: .32rem;
      height: .32rem;
      background: #c9c9c9;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .g-head .side dl.btn a:hover {
        background: #11427A; }

.g-nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 2.5rem;
  top: 0;
  bottom: auto; }
  .g-nav a.name {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 .2rem;
    font-size: .16rem;
    color: #666;
    position: relative; }
    .g-nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: .05rem;
      background: #11427A; }
    .g-nav a.name:hover, .g-nav a.name.on {
      color: #11427A; }
      .g-nav a.name:hover:before, .g-nav a.name.on:before {
        left: 0;
        width: 100%; }

.phone-nav {
  position: fixed;
  z-index: 100;
  left: -100%;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #11427A;
  padding-left: .98rem; }
  .phone-nav:before {
    content: "";
    display: block;
    position: absolute;
    top: .88rem;
    left: 100%;
    bottom: 0;
    width: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden; }
  .phone-nav .logo {
    padding: .35rem 0 .5rem 0;
    width: 1.96rem; }
  .phone-nav .list {
    padding: 0 1.35rem 0 .2rem; }
    .phone-nav .list li {
      border-top: #3c628e solid 1px; }
    .phone-nav .list a {
      display: block;
      height: .76rem;
      line-height: .76rem;
      font-size: .25rem;
      color: #fff; }
  .phone-nav .tel {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: .3rem; }
    .phone-nav .tel b {
      background: url("../images/img35.png") left center no-repeat;
      background-size: .35rem;
      padding-left: .48rem;
      line-height: .5rem;
      display: inline-block; }

.g-foot {
  background: #fff;
  min-height: .8rem;
  padding: .3rem .9rem;
  font-size: .12rem;
  color: #666; }
  .g-foot .msg span {
    padding-right: .18rem; }
  .g-foot .select {
    width: 2.18rem;
    height: .38rem;
    line-height: .36rem;
    border: #d2d2d2 solid 1px;
    position: relative;
    padding-left: .15rem; }
    .g-foot .select:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .13rem;
      bottom: 0;
      width: .13rem;
      background: url("../images/select13.png") center no-repeat;
      background-size: 100%; }
    .g-foot .select select {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      opacity: 0;
      width: 100%;
      height: 100%; }

.ewmLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
  .ewmLayer.show {
    opacity: 1;
    visibility: visible; }
  .ewmLayer .bg {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.57); }
  .ewmLayer .container {
    background: #fff;
    text-align: center;
    width: 1.6rem;
    padding: .1rem;
    z-index: 11; }
  .ewmLayer p {
    font-size: .14rem;
    margin-left: -.1rem;
    margin-right: -.1rem;
    padding: .1rem 0;
    color: #666; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.8rem;
  max-height: 100vh; }
  .indexFlash li {
    position: relative;
    overflow: hidden; }
    .indexFlash li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .indexFlash li .img img {
        width: 100%;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1); }
    .indexFlash li .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      color: #fff;
      text-align: center; }
      .indexFlash li .layer h2 {
        position: relative;
        font-weight: 600;
        font-size: .48rem;
        letter-spacing: .05rem;
        padding-bottom: .2rem;
        border-bottom: #fff solid 1px;
        width: 10rem; }
        .indexFlash li .layer h2:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 0;
          height: 1px;
          background: #11427A;
          transition-duration: 5.5s;
          -webkit-transition-duration: 5.5s;
          -moz-transition-duration: 5.5s;
          transition-timing-function: linear;
          -webkit-transition-timing-function: linear;
          -moz-transition-timing-function: linear; }
      .indexFlash li .layer p {
        font-size: .18rem;
        min-height: 2rem;
        padding: .15rem 0; letter-spacing:4px; }
      .indexFlash li .layer a.more {
        font-size: .14rem;
        color: #fff;
        width: 1.6rem;
        height: .4rem;
        line-height: .38rem;
        border: #fff solid 1px; }
        .indexFlash li .layer a.more:hover {
          background: #fff;
          color: #11427A; }
  .indexFlash li.swiper-slide-active .img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition-duration: 5.5s;
    -webkit-transition-duration: 5.5s;
    -moz-transition-duration: 5.5s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear; }
  .indexFlash li.swiper-slide-active .layer h2:before {
    width: 100%; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.2rem;
    width: 100%;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    height: .4rem; }
    .indexFlash .dots span {
      width: .05rem;
      height: .2rem;
      background: #ddd;
      margin: 0 .075rem;
      background: rgba(255, 255, 255, 0.5); }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      height: .3rem; }

.index-1 {
  background: #11427A;
  color: #fff; }
  .index-1 .side {
    width: 32.5%;
    padding: .68rem .4rem; }
    .index-1 .side .container {
      max-width: 4.7rem;
      margin: 0 auto; }
    .index-1 .side .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .index-1 .side .img img {
        width: 100%; }
    .index-1 .side .name {
      font-size: .26rem;
      padding: .2rem 0 .1rem 0; }
    .index-1 .side .content {
      font-size: .14rem;
      line-height: .25rem;
      text-align: justify;
      padding-bottom: .2rem; }
      .index-1 .side .content p {
        text-indent: 2em; }
    .index-1 .side .more a {
      display: block;
      width: 2.42rem;
      height: .44rem;
      line-height: .44rem;
      text-align: center;
      font-size: .14rem;
      color: #11427A;
      background: rgba(255, 255, 255, 0.7); }
      .index-1 .side .more a:hover {
        background: #fff; }
    .index-1 .side:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }
  .index-1 .list {
    width: 67.5%; }
    .index-1 .list li {
      width: 33.333%;
      position: relative;
      overflow: hidden; }
      .index-1 .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: #000;
        opacity: .4; }
      .index-1 .list li .img {
        height: 3rem;
        background: center no-repeat;
        background-size: cover; }
      .index-1 .list li a {
        position: absolute;
        z-index: 10;
        left: 0.1rem;
        right: 0.1rem;
        top: 0.1rem;
        bottom: 0.1rem;
        border: rgba(0, 0, 0, 0) solid 1px;
        text-align: center;
        color: #fff;
        padding-top: .6rem; }
        .index-1 .list li a .ico img {
          height: .7rem; }
        .index-1 .list li a .name {
          font-size: .18rem;
          padding: .06rem 0 .3rem 0; }
        .index-1 .list li a .more {
          border: #fff solid 1px;
          font-size: 12px;
          width: 1.1rem;
          height: .28rem;
          line-height: .26rem;
          opacity: 0; }
          .index-1 .list li a .more:hover {
            background: #fff;
            color: #11427A; }
    .index-1 .list li:hover:before {
      opacity: .86;
      background: #11427A; }
    .index-1 .list li:hover .img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .index-1 .list li:hover a {
      border-color: #fff;
      padding-top: 0; }
      .index-1 .list li:hover a .more {
        opacity: 1; }

.index-bg {
  padding: .8rem .9rem;
  background: #efefef;
  min-height: 3rem; }

.index-2 {
  width: 69%;
  background: #fff; }
  .index-2 .img-list {
    width: 50%;
    overflow: hidden;
    position: relative;
    background: #11427A; }
    .index-2 .img-list li a {
      display: block;
      color: #fff;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .index-2 .img-list li a .img {
        height: 4.1rem;
        background: center no-repeat;
        background-size: cover; }
      .index-2 .img-list li a .name {
        height: .67rem;
        line-height: .67rem;
        padding: 0 .36rem;
        font-size: .14rem;
        background: #11427A;
        position: relative; }
      .index-2 .img-list li a:hover .img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1); }
    .index-2 .img-list .arrow {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0; }
      .index-2 .img-list .arrow a {
        height: .67rem;
        width: .67rem;
        background: #215998 center no-repeat;
        background-size: .6rem; }
        .index-2 .img-list .arrow a:hover {
          background-color: #2367b4; }
        .index-2 .img-list .arrow a.prev {
          background-image: url("../images/prev60.png"); }
        .index-2 .img-list .arrow a.next {
          background-image: url("../images/next60.png"); }
  .index-2 .list {
    width: 50%;
    border-top: #11427A solid 0.05rem;
    font-size: .14rem; }
    .index-2 .list .title {
      height: .72rem;
      line-height: .72rem;
      padding: 0 .24rem;
      position: relative;
      margin-bottom: .1rem; }
      .index-2 .list .title h2 {
        font-weight: 400;
        font-size: .18rem;
        color: #11427A;
        position: relative;
        padding-left: .14rem; }
        .index-2 .list .title h2:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          width: .05rem;
          height: .2rem;
          background: #11427A;
          margin-top: -.1rem; }
      .index-2 .list .title a.more {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0.24rem;
        top: 0;
        bottom: auto;
        color: #ccc;
        padding-right: .26rem;
        background: url("../images/img18.png") right center no-repeat;
        background-size: .18rem; }
        .index-2 .list .title a.more:hover {
          color: #11427A;
          background-image: url("../images/img18on.png"); }
    .index-2 .list li {
      height: .52rem;
      line-height: .52rem;
      position: relative;
      padding: 0 1rem 0 .4rem;
      color: #11427A; }
      .index-2 .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: .24rem;
        top: 50%;
        width: 4px;
        height: 4px;
        background: #11427A;
        margin-top: -2px; }
      .index-2 .list li em {
        position: relative;
        padding-right: .16rem;
        flex-shrink: 0;
        -webkit-flex-shrink: 0; }
        .index-2 .list li em:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: .07rem;
          width: 1px;
          height: .14rem;
          background: #11427A;
          margin-top: -.07rem; }
      .index-2 .list li a {
        height: .52rem; }
      .index-2 .list li span {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0.24rem;
        top: 0;
        bottom: auto; }
    .index-2 .list li:hover {
      background: #bcbcbc;
      color: #fff; }
      .index-2 .list li:hover:before {
        background: #fff; }
      .index-2 .list li:hover a {
        color: #fff; }
      .index-2 .list li:hover em:before {
        background: #fff; }

.index-3 {
  width: 31%;
  padding-left: .4rem; }
  .index-3 li {
    width: 50%; }
  .index-3 a {
    height: 2.39rem;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .index-3 a:before {
      content: "";
      display: block;
      position: absolute;
      left: .26rem;
      top: .26rem;
      right: .26rem;
      bottom: .26rem;
      z-index: 2;
      background: #fff;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0); }
    .index-3 a .img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: center no-repeat;
      background-size: cover; }
    .index-3 a .ico {
      width: .7rem;
      position: relative;
      z-index: 5; }
    .index-3 a .name {
      position: relative;
      z-index: 5;
      font-size: .14rem;
      line-height: .2rem;
      padding-top: .08rem; }
    .index-3 a:hover:before {
      opacity: .9;
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1); }
    .index-3 a:hover .img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }

.index-4 {
  width: 100%;
  margin-top: .7rem;
  background: url("../images/index-4.jpg") center no-repeat;
  background-size: cover;
  height: 1.22rem;
  padding: 0 1.3rem 0 .36rem;
  color: #fff; }
  .index-4 h2 {
    font-weight: 400;
    font-size: .25rem;
    letter-spacing: .02rem; }
  .index-4 dl.btn dd {
    padding-left: .5rem; }
  .index-4 dl.btn a {
    background: #fff;
    width: 2rem;
    height: .5rem;
    color: #11427A;
    font-size: .16rem; }
    .index-4 dl.btn a div {
      height: .25rem;
      margin-right: .1rem;
      position: relative; }
      .index-4 dl.btn a div img {
        height: .25rem; }
      .index-4 dl.btn a div img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
  .index-4 dl.btn a:hover {
    background: #11427A;
    color: #fff; }
    .index-4 dl.btn a:hover div img:nth-child(1) {
      opacity: 0; }
    .index-4 dl.btn a:hover div img:nth-child(2) {
      opacity: 1; }

.topA {
  display: block;
  width: .9rem;
  height: 1rem;
  background: url("../images/img24.png") center no-repeat;
  background-size: .24rem;
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
  .topA.show {
    opacity: 1;
    visibility: visible; }

/*page*/
.p-banner {
  background: center no-repeat;
  background-size: cover;
  height: 3rem; }

.page {
  position: relative;
  border-bottom: #11427A solid .15rem; }
  .page:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .53rem;
    right: 0;
    height: 1px;
    background: #e5e5e5; }
  .page .wal {
    min-height: 5rem;
    position: relative; }
    .page .wal:before {
      content: "";
      display: block;
      position: absolute;
      left: 2.57rem;
      top: .53rem;
      bottom: 0;
      background: #e5e5e5; }
    .page .wal:after {
      content: "";
      display: block;
      position: absolute;
      position: relative;
      clear: both; }

.page-now {
  height: .53rem;
  font-size: .14rem;
  color: #999; }
  .page-now a {
    color: #999; }
    .page-now a:hover {
      color: #11427A; }
  .page-now span {
    padding: 0 .1rem; }
  .page-now em {
    height: .53rem;
    line-height: .53rem;
    position: relative;
    color: #11427A; }

.side-nav {
  width: 2.57rem;
  position: relative;
  z-index: 11;
  top: -1rem; }
  .side-nav .title {
    color: #fff;
    background: #11427A;
    height: 1.53rem;
    font-size: .14rem;
    letter-spacing: .02rem;
    padding: .23rem 0 0 .15rem;
    margin-bottom: .48rem; }
    .side-nav .title h2 {
      font-weight: 400;
      font-size: .32rem;
      padding-bottom: .03rem; }
  .side-nav .list {
    border-top: #e5e5e5 solid 1px; }
    .side-nav .list li {
      border-bottom: #e5e5e5 solid 1px; }
    .side-nav .list a {
      display: block;
      height: .6rem;
      line-height: .6rem;
      font-size: .14rem;
      color: #666;
      padding-left: .15rem; }
      .side-nav .list a:hover, .side-nav .list a.on {
        background: #11427A;
        color: #fff; }

.w865 {
  width: 8.65rem; }


.honor {
  padding: .48rem 0 1rem 0; }
  .honor ul {
    margin-left: -.87rem; }
  .honor li {
    width: 33.333%;
    padding: 0 0 .41rem .87rem;
    text-align: center; }
    .honor li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .honor li .name {
      height: .53rem;
      line-height: .51rem;
      border-bottom: #e9e9e9 solid .02rem;
      font-size: .14rem;
      color: #666; }
  .honor li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); }
  .honor li:hover .name {
    border-color: #11427A; }
    .case
    {
        padding: .48rem 0 0 0.4rem; }
    .case li{
  padding: 0 0 .41rem .47rem }

.about {
  padding-bottom: 0.1rem; }
  .about .content {
    font-size: .14rem;
    line-height: .4rem;
    text-align: justify;
    color: #666;
	padding: .25rem 0 .15rem 0;
 }

  .about .list {
    position: relative;
    padding-left: 2.59rem; }
    .about .list li {
      margin-bottom: .15rem;
      padding: 0 .33rem;
      color: #fff;
      height: 2.08rem; }
      .about .list li .name {
        position: relative;
        font-size: .14rem;
        padding-bottom: .21rem; }
        .about .list li .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .1rem;
          width: .6rem;
          height: 1px;
          background: #fff; }
      .about .list li .msg {
        font-size: .2rem;
        line-height: .32rem; }
    .about .list li.li_01 {
      background: #cc9966 url("../images/img179.png") right bottom no-repeat;
      background-size: 1.79rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 2.44rem;
      height: 100%;
      padding: .35rem 0 0 .5rem;
      justify-content: flex-start;
      -webkit-justify-content: flex-start; }
      .about .list li.li_01 .msg {
        font-size: .34rem;
        line-height: .48rem;
        padding-top: .1rem; }
    .about .list li.li_02 {
      background: #999;
      margin-bottom: .15rem; }
    .about .list li.li_03 {
      background: #0277b6; }

.news {
  padding-top: .2rem; }
  .news li {
    position: relative;
    min-height: 1.9rem;
    border-bottom: #f1f1f1 solid 1px;
    padding: .22rem 2.47rem .2rem .52rem;
    margin-left: -.52rem;
    color: #999; }
    .news li .img {
      width: 2.08rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.05rem;
      top: 0.25rem;
      bottom: auto;
      overflow: hidden; }
    .news li .name {
      font-size: .16rem;
      padding-bottom: .1rem; }
    .news li .time {
      font-size: .12rem;
      line-height: .26rem; }
    .news li p {
      font-size: .14rem;
      line-height: .26rem; }
    .news li .more {
      padding-top: .13rem; }
      .news li .more a {
        font-size: .12rem;
        color: #666;
        display: inline-block;
        line-height: .2rem;
        background: url("../images/img18_1.png") right center no-repeat;
        background-size: .28rem;
        padding-right: .38rem; }
  .news li:hover {
    background: #f6f6f6; }
    .news li:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .news li:hover .name a {
      color: #11427A; }
    .news li:hover .more a {
      color: #11427A;
      background-image: url("../images/img18_2.png"); }

.page-num {
  padding: .5rem 0; }
  .page-num a {
    margin: 0 .08rem;
    width: .47rem;
    height: .44rem;
    line-height: .42rem;
    border: #e5e5e5 solid 1px;
    text-align: center;
    font-size: .16rem;
    color: #999;
    background: center no-repeat;
    background-size: .2rem; }
    .page-num a:hover, .page-num a.on {
      color: #fff;
      background-color: #11427A;
      border-color: #11427A; }
    .page-num a.prev {
      background-image: url("../images/prev20.png"); }
      .page-num a.prev:hover {
        background-image: url("../images/prev20on.png"); }
    .page-num a.next {
      background-image: url("../images/next20.png"); }
      .page-num a.next:hover {
        background-image: url("../images/next20on.png"); }

.newShow {
  padding: .35rem 0 0 .1rem; }
  .newShow .title {
    font-size: .22rem;
    padding-bottom: .1rem;
    border-bottom: #e5e5e5 solid 1px; }
  .newShow .info {
    font-size: .12rem;
    color: #999;
    padding: .1rem 0; }
  .newShow .content {
    font-size: .16rem;
    line-height: .3rem;
    text-align: justify;
    color: #444444;
    padding: .3rem 0; }
    .newShow .content .img {
      padding: .15rem 0; }

.p-share {
  color: #999;
  font-size: .14rem;
  padding: .1rem 0 .4rem 0; }
  .p-share dl a {
    display: block;
    width: .34rem;
    background: #f0f0f0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 .06rem; text-indent:0; }
  .p-share dl a:hover {
    background: #ddd; }

.p-num2 {
  margin-left: -.52rem;
  border-top: #e5e5e5 solid 1px;
  position: relative;
  font-size: .14rem;
  line-height: .26rem;
  color: #999; }
  .p-num2 li {
    width: 50%;
    height: .98rem;
    padding: .23rem .52rem; }
    .p-num2 li a {
      display: block;
      height: .26rem; }
  .p-num2 li.next {
    padding-left: 1.04rem; }
  .p-num2 li:hover {
    background: #11427A;
    color: #fff; }
    .p-num2 li:hover a {
      color: #fff; }
  .p-num2 a.back {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    padding-top: .49rem;
    width: 1.04rem;
    margin-left: -.52rem;
    text-align: center;
    border-left: #e5e5e5 solid 1px;
    border-right: #e5e5e5 solid 1px;
    background: #fff url("../images/img22.png") center 0.24rem no-repeat;
    background-size: .22rem;
    color: #999; }
    .p-num2 a.back:hover {
      background-color: #11427A;
      background-image: url("../images/img22on.png");
      color: #fff; }

/*# sourceMappingURL=index.css.map */



.job .title, .job li {
  text-align: center;
  border-bottom: #e0e0e0 solid 1px; }
  .job .title div, .job li div {
    width: 1.8rem; }
  .job .title .col-1, .job li .col-1 {
    text-align: left;
    padding-left: .12rem;
    width: 2.1rem; }
  .job .title .col-5, .job li .col-5 {
    width: .95rem; }
.job .title {
  padding: .5rem 0 .2rem 0;
  color: #11427A;
  font-size: .14rem; }
.job li {
  font-size: .14rem;
  color: #999;
  line-height: .32rem;
  padding: .1rem 0;
  cursor: pointer; }
  .job li .col-5 {
    background: url("../images/img15_2.png") center no-repeat;
    background-size: .15rem; }
  .job li:hover {
    color: #fff;
    background: #11427A; }
    .job li:hover .col-5 {
      background-image: url("../images/img15_2on.png"); }

.jobLayer {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .jobLayer.show {
    opacity: 1;
    visibility: visible; }
  .jobLayer .container {
    background: #fff;
    position: relative;
    width: 8.6rem;
    min-height: 6.46rem;
    padding: 0 .55rem; }
    .jobLayer .container .close {
      display: block;
      width: .5rem;
      height: .5rem;
      background: #11427A url("../images/close30.png") center no-repeat;
      background-size: .3rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.5rem;
      top: 0;
      bottom: auto; }
    .jobLayer .container .title {
      padding: .32rem 0 .15rem 0;
      border-bottom: #ccc solid 1px; }
      .jobLayer .container .title h2 {
        font-weight: 400;
        color: #11427A;
        font-size: .3rem; }
      .jobLayer .container .title div {
        font-size: .14rem;
        color: #999;
        padding-left: .2rem; }
        .jobLayer .container .title div em {
          padding: 0 .1rem; }
    .jobLayer .container .content {
      font-size: .14rem;
      line-height: .32rem;
      color: #666;
      padding: .24rem 0; }
    .jobLayer .container .msg {
      border-top: #ccc solid 1px;
      padding: .2rem 0 .45rem 0;
      font-size: .14rem;
      color: #999; }
      .jobLayer .container .msg dd {
        padding-right: .24rem; }
        
        .contact2 {
  max-width: 5.94rem;
  margin: 0 auto; padding-bottom:0.5rem; }
  .contact2 .title {
    color: #11427A;
    font-size: .3rem;
    padding: .4rem 0 .3rem 0; }
  .contact2 .list {
    padding-bottom: .1rem; }
    .contact2 .list li {
      min-height: .7rem;
      position: relative;
      padding: 0 0 .2rem .52rem; }
      .contact2 .list li img {
        width: .4rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.04rem;
        bottom: auto; }
      .contact2 .list li p {
        line-height: .24rem;
        font-size: .14rem;
        color: #666; }
        
        
        
.contact .msg {
  font-size: .14rem;
  line-height: .3rem;
  color: #666;
  padding: .3rem 0 .4rem 0;
  text-indent: 2em; }
.contact .form {
  max-width: 6.85rem;
  padding-left: 1.85rem; padding-bottom:0.5rem; }
  .contact .form li {
    position: relative;
    min-height: .6rem;
    padding-bottom: .12rem; }
  .contact .form .name {
    position: absolute;
    z-index: 10;
    left: -1.85rem;
    right: auto;
    top: 0;
    bottom: auto;
    line-height: .48rem;
    width: 1.7rem;
    font-size: .14rem;
    color: #999;
    text-align: right; }
  .contact .form .input {
    border: #e5e5e5 solid 1px;
    min-height: .48rem; }
    .contact .form .input input {
      width: 100%;
      height: .46rem;
      line-height: .46rem;
      padding: 0 .2rem;
      font-size: .14rem; }
    .contact .form .input textarea {
      width: 100%;
      height: 2.18rem;
      line-height: .36rem;
      padding: .05rem .2rem;
      font-size: .14rem; }
  .contact .form .tips {
    line-height: .4rem;
    margin-bottom: .2rem;
    font-size: .14rem;
    color: #999;
    padding-left: .24rem;
    background: url("../images/img12_1.png") left center no-repeat;
    background-size: .12rem; }
  .contact .form .submit {
    background: #11427A; }
    .contact .form .submit input {
      cursor: pointer;
      color: #fff;
      height: .46rem;
      font-size: .14rem;
      width: 100%; }

.contactLayer {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .contactLayer.show {
    opacity: 1;
    visibility: visible; }
  .contactLayer .container {
    background: #fff;
    position: relative;
    width: 5.9rem;
    min-height: 3.56rem;
    padding: .6rem .2rem;
    text-align: center; }
    .contactLayer .container .close {
      display: block;
      width: .5rem;
      height: .5rem;
      background: #11427A url("../images/close30.png") center no-repeat;
      background-size: .3rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.5rem;
      top: 0;
      bottom: auto; }
    .contactLayer .container .img {
      width: 1.61rem;
      margin: 0 auto; }
    .contactLayer .container .msg {
      color: #11427A;
      font-size: .18rem;
      padding: .3rem 0 .15rem 0; }
    .contactLayer .container p {
      font-size: .14rem;
      color: #999; }


.honorLayer{position:fixed; z-index:100; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7); opacity:0; visibility:hidden;}
.honorLayer.on{opacity:1; visibility:visible;}
.honorLayer .box{position:absolute; left:50%; top:50%; background:#FFF; width:7rem; min-height:2rem; padding:.6rem .5rem; margin-left:-3.5rem; margin-top:-3.5rem;}
#honorLayer{width:100%; height:6.3rem; overflow:hidden; position:relative;}
.honorLayer .img{padding:0 .5rem;}
.honorLayer .swiper-slide img{max-height:100%;}
.honorLayer a{display:block; position:absolute; z-index:10; background:#666 center no-repeat; background-size:cover; width:.6rem; height:.6rem;}
.honorLayer a:hover{background-color:#008fd7;}
.honorLayer a.close{width:.75rem; height:.75rem; top:0; right:-.75rem; background-image:url(../images/close75.png);}
.honorLayer a.arrow{top:50%; margin-top:-.3rem; background-size:.42rem;}
.honorLayer a.prev{left:0; background-image:url(../images/prev42.png);}
.honorLayer a.next{right:0; background-image:url(../images/next42.png);}

.application .list2{width:100%; overflow:hidden; position:relative;}
.application .list2 ul{margin-right:-60px;}
.application .list2 li{float:left; width:33%; padding:0 60px 0 0;}
.application .list2 h2{font-weight:400; line-height:79px; background:#11427A; color:#FFF; font-size:30px; text-align:center;}
.application .list2 p{line-height:36px; padding-top:15px;}
.application .list2 .li_02 h2{background:#11427A;}
.application .list2 .li_03 h2{background:#11427A;}
.application .list2 .li_04 h2{background:#11427A;}

.newsShow .content{font-size:14px; line-height:2.4em; text-align:justify;}

h6 {font-size: 14px;font-weight: 400;line-height: 45px;background: #11427A;color: #FFF;font-size: 20px;text-align: center;}


.indexTitle {
  text-align: center;
  padding:0 0 .6rem 0;  margin: 0 auto;}
  .indexTitle h2 {
    font-size: .32rem;
    color: #11427A;
    position: relative;
    padding-bottom: .2rem; }
    .indexTitle h2:before {
      content: "";
      display: block;
      position: absolute;
      width: .48rem;
      height: 2px;
      background: #11427A;
      left: 50%;
      bottom: .08rem;
      margin-left: -.24rem; }
  .indexTitle span {
    text-transform: uppercase;
    font-size: .18rem;
    color: #999; }

.indexCase .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.indexCase {
  padding: 0 .5rem;
  min-height: .5rem;
  position: relative;}
  .indexCase #indexCase {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexCase .swiper-slide {
    padding: 0 .12rem; }
    .indexCase .swiper-slide:hover .imgDiv a {
      opacity: 1; }
    .indexCase .swiper-slide:hover .name a {
      background: #227ed4; }
  .indexCase .imgDiv {
    position: relative;
    margin-bottom: 2px; }
    .indexCase .imgDiv a {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6) url("../images/img80.png") center no-repeat;
      background-size: .8rem;
      opacity: 0; }
  .indexCase .name a {
    display: block;
    height: .48rem;
    line-height: .48rem;
    background: #11427A;
    text-align: center;
    font-size: 16px;
    color: #fff; }
  .indexCase a.arrow {
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.25rem;
    background: #004a8f center no-repeat;
    background-size: cover; }
    .indexCase a.arrow:hover {
      background-color: #227ed4; }
    .indexCase a.arrow.prev {
      background-image: url("../images/prev50.png");
      left: 0; }
    .indexCase a.arrow.next {
      background-image: url("../images/next50.png");
      right: 0; }
