@charset "UTF-8";
a, .transition, .g-head .search .input, .index-case .dots2 span, .index-news .container li, .honor .list li .img, .honor .list li .name, .honor-layer, .business-layer, .business-2 .list-wrapper .box .name, .case li a .name, .news li .time, .contact .form li .input, .contact .form li .input input, .contact .form li .input textarea, .contact .form .submit div, :before, img, .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .index-news .container li, .about .row .col .list li, .case li a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .indexFlash li .wal dl, .index-case .dots2, .index-news .btn ul, .p-curr, .p-curr .list ul, .honor .arrow, .honor .list li .img, .honor-layer, .business-layer, .business-2 .title, .business-2 .arrow, .p-num, .contact .map .layer .btn, .contact .map .layer .btn a, .side-bar div.tel .name {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .indexFlash li .wal, .index-about .title, .p-banner .wal, .idea-1 li, .idea-1 li .container, .honor-layer .container .list li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .indexFlash li .wal dl, .p-curr, .about .row, .honor .list li .img, .honor-layer, .business-layer, .honor-layer .container .list li, .business-2 .title, .p-num, .contact .map .layer .btn a, .side-bar div.tel .name {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .g-nav .list dl, .indexFlash li .wal, .index-about .title, .p-banner .wal, .idea-1 li .container, .honor .list li .img, .honor-layer, .business-layer, .honor-layer .container .list li, .p-num, .contact .map .layer .btn a, .side-bar div.tel .name {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .indexFlash li .wal dl, .p-curr, .about .row, .about .row .col .list, .honor .arrow, .business-layer .container, .business-1, .business-2 .arrow, .case-show, .contact .form ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav ul, .index-nav ul, .about .row, .about .row .col .list, .idea-1 ul, .idea-2 ul, .honor-2 ul, .business-layer .container, .business-1, .case ul, .case-show, .contact .form 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: 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: #122a88;
    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: 12rem;
  margin: 0 auto; }

@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Medium_1.woff2") format("woff2"), url("fonts/Oswald-Medium_1.woff") format("woff"), url("fonts/Oswald-Medium_1.ttf") format("truetype"), url("fonts/Oswald-Medium_1.eot") format("embedded-opentype"), url("fonts/Oswald-Medium_1.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.g-headD {
  height: 0.75rem; }

.g-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); }
  .g-head .wal {
    min-height: 0.75rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.54rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .g-head .search {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    width: .38rem;
    height: .38rem;
    margin-top: -.19rem; }
    .g-head .search .input {
      width: 0;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      border: #122a88 solid 1px;
      background: #fff;
      opacity: 0; }
      .g-head .search .input input {
        width: 100%;
        height: .36rem;
        line-height: .36rem;
        font-size: .14rem;
        padding-left: .2rem; }
    .g-head .search .submit {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background: #122a88 url("../image/img38.png") center no-repeat;
      background-size: 100%; }
      .g-head .search .submit input {
        width: 100%;
        height: .38rem;
        cursor: pointer; }
  .g-head.on .search .input {
    width: 2.16rem;
    opacity: 1; }

.g-nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1rem;
  top: 0;
  bottom: auto; }
  .g-nav li {
    position: relative;
    margin-left: .4rem; }
  .g-nav a.name {
    display: block;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: .14rem;
    color: #666;
    position: relative;
    }
    .g-nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      right: 50%;
      height: 2px;
      background: #122a88; }
    .g-nav a.name.on {
      color: #122a88; }
      .g-nav a.name.on:before {
        left: 0;
        right: 0; }

@media screen and (min-width: 800px) {
  .g-head.on .g-nav {
    right: 2.8rem; }

  .g-nav .list {
    z-index: 49;
    left: 0;
    top: 0.75rem;
    right: 0;   
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    display: none; 
     }
    .g-nav .list dd {
      padding: 0 .22rem; }
    .g-nav .list dl{
    	text-align: center;
    }
    .g-nav .list a {
      display: block;
      font-size: .14rem;
      color: #fff;
      position: relative;
      line-height: .5rem; }
      .g-nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        right: 50%;
        height: .02rem;
        background: #fff; }
    .g-nav .list a:hover:before {
      left: 0;
      right: 0; }
  .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
     display: block; }
     .g-nav a.name {  
    text-align: center; 
     padding: 0 .3rem;}

  .g-nav li:hover a.name {
    color: #122a88; }
    .g-nav li:hover a.name:before {
      left: 0;
      right: 0; } }
.g-foot {
  position: relative; }
  .g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .6rem;
    border-top: #ccc solid 1px;
    border-bottom: rgb(69,68,66,1) solid 1px; }
  .g-foot .wal {
    min-height: 1.6rem;
    position: relative;
    font-size: .14rem;
    color: #666; }
    .g-foot .wal:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 3.85rem;
      bottom: 0;
      width: 1px;
      background: rgb(69,68,66,1); }
    .g-foot .wal:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 3.85rem;
      height: 1px;
      background: #122a88; }
    .g-foot .wal .address {
      line-height: .6rem;
      padding-left: .3rem;
      background: url("../image/img18.png") left center no-repeat;
      background-size: .18rem; }
    .g-foot .wal .mail {
      line-height: .6rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 3.57rem;
      padding-left: .3rem;
      background: url("../image/img21.png") left center no-repeat;
      background-size: .21rem; }
    .g-foot .wal .tel {
      line-height: .25rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0.61rem;
      bottom: auto;
      width: 3.57rem;
      height: .9rem;
      color: #999;
      padding: .2rem 0 .2rem .52rem;
      background: url("../image/img42.png") left center no-repeat;
      background-size: .42rem; }
      .g-foot .wal .tel p {
        color: #122a88;
        font-size: .24rem; }
    .g-foot .wal .msg {
      color: #999;
      line-height: .9rem; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash li {
    height: 5rem;
    background: center no-repeat;
    background-size: cover; }
    .indexFlash li .wal {
      height: 5rem; }
      .indexFlash li .wal h2 {
        font-size: .42rem;
        line-height: .54rem;
        padding-bottom: .1rem;
        letter-spacing: .02rem; }
      .indexFlash li .wal dl {
        background: rgba(18, 42, 136, 0.6);
        width: 4.82rem;
        height: .41rem;
        font-size: .14rem;
        padding: 0 .18rem;
        color: #fff; }
  .indexFlash .arrow a {
    display: block;
    width: .36rem;
    height: .82rem;
    background: #a0a0a0 center no-repeat;
    background-size: .13rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.41rem; }
    .indexFlash .arrow a:hover {
      background-color: #122a88; }
    .indexFlash .arrow a.prev {
      left: 50%;
      background-image: url("../image/prev13.png");
      margin-left: -7.35rem; }
    .indexFlash .arrow a.next {
      right: 50%;
      background-image: url("../image/next13.png");
      margin-right: -7.35rem; }

.index-nav {
  min-height: 2.4rem;
  padding: .5rem 0;
  position: relative; }
  .index-nav ul {
    box-shadow: 0 0.19rem 0.38rem rgba(112, 126, 183, 0.15);
    -webkit-box-shadow: 0 0.19rem 0.38rem rgba(112, 126, 183, 0.15);
    -moz-box-shadow: 0 0.19rem 0.38rem rgba(112, 126, 183, 0.15);
    padding-right: 1.06rem; }
  .index-nav li {
    width: 16.666%;
    position: relative; }
    .index-nav li:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      background: #dedfe2; }
    .index-nav li:last-child:after {
      display: none; }
    .index-nav li a {
      display: block;
      height: 1.2rem;
      position: relative;
      text-align: center;
      font-size: .16rem;
      color: #666;
      padding-top: .25rem; }
      .index-nav li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: .03rem;
        background: #122a88;
        opacity: 0; }
      .index-nav li a .ico {
        width: .4rem;
        position: relative;
        margin: 0 auto; }
        .index-nav li a .ico img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .index-nav li a .name {
        padding-top: .1rem; }
    .index-nav li a:hover {
      color: #122a88;
      background-image: linear-gradient(#fff, #e7e9f3);
      -webkit-background-image: linear-gradient(#fff, #e7e9f3); }
      .index-nav li a:hover:before {
        opacity: 1; }
      .index-nav li a:hover .ico img:nth-child(1) {
        opacity: 0; }
      .index-nav li a:hover .ico img:nth-child(2) {
        opacity: 1; }
  .index-nav a.more {
    display: block;
    width: .88rem;
    height: .88rem;
    background: #122a88;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.18rem;
    top: 0.68rem;
    bottom: auto; }
    .index-nav a.more:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("../image/img88.png") center no-repeat;
      background-size: 100%; }
    .index-nav a.more:hover:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }

.index-about {
  width: 3.22rem;
  background: #e9e9e9;
  min-height: 1.92rem; }
  .index-about .title {
    height: 1rem;
    position: relative;
    padding-left: .25rem;
    background: url("../image/img322.jpg") center no-repeat;
    background-size: cover;
    color: #fff;
    letter-spacing: .01rem; }
    .index-about .title h2 {
      font-size: .26rem;
      padding-bottom: .05rem; }
    .index-about .title span {
      display: block;
      font-size: .16rem;
      text-transform: uppercase;
      opacity: .5; }
    .index-about .title a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.1rem;
      top: 0;
      bottom: auto;
      width: .88rem;
      height: .88rem;
      background: url("../image/img88.png") center no-repeat;
      background-size: 100%; }
      .index-about .title a:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
  .index-about p {
    font-size: .12rem;
    line-height: .2rem;
    color: #666;
    padding: .23rem .25rem; }

.index-case {
  width: 4.48rem;
  overflow: hidden;
  position: relative; }
  .index-case li {
    position: relative; }
    .index-case li .img a {
      display: block;
      position: relative; }
      .index-case li .img a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3); }
    .index-case li .name a {
      display: block;
      color: #fff;
      font-size: .2rem;
      line-height: .26rem;
      font-weight: 600;
      position: absolute;
      z-index: 10;
      left: 0.32rem;
      right: 0.32rem;
      top: 0.2rem;
      bottom: auto; }
    .index-case li .tag {
      position: absolute;
      z-index: 10;
      left: 0.32rem;
      right: auto;
      top: auto;
      bottom: 0.2rem;
      display: block;
      background: rgba(18, 42, 136, 0.5);
      color: #fff;
      font-size: .14rem;
      width: 1.1rem;
      height: .3rem;
      line-height: .3rem;
      padding-left: .12rem; }
      .index-case li .tag:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .11rem;
        bottom: 0;
        width: .13rem;
        background: url("../image/img13.png") center no-repeat;
        background-size: 100%; }
      .index-case li .tag:hover {
        background: #122a88; }
  .index-case .dots2 {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.32rem;
    top: auto;
    bottom: 0.2rem; }
    .index-case .dots2 span {
      margin-left: .1rem;
      width: .3rem;
      height: .3rem;
      line-height: .3rem;
      text-align: center;
      background: rgba(255, 255, 255, 0.5);
      font-size: .16rem;
      color: #fff; }
    .index-case .dots2 span.on {
      background: #122a88; }

.index-news {
  width: 3.9rem; }
  .index-news .btn {
    position: relative;
    height: .3rem;
    border-bottom: #ccc solid 1px; }
    .index-news .btn li {
      padding-right: .4rem; }
      .index-news .btn li a {
        height: .3rem;
        font-size: .16rem;
        line-height: 1em;
        display: block;
        color: #666;
        position: relative; }
        .index-news .btn li a:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: 0;
          height: 2px;
          background: #122a88; }
    .index-news .btn li.on a {
      color: #122a88; }
      .index-news .btn li.on a:before {
        left: 0;
        right: 0; }
    .index-news .btn a.more {
      display: block;
      width: .18rem;
      height: .18rem;
      background: url("../image/img18_1.png") center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto; }
      .index-news .btn a.more:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
  .index-news .container .content {
    min-height: .9rem;
    padding: .2rem 0;
    font-size: .16rem;
    line-height: .25rem; }
    .index-news .container .content em {
      display: inline-block;
      font-size: .12rem;
      color: #fff;
      background: #122a88;
      text-align: center;
      width: .35rem;
      height: .16rem;
      line-height: .16rem;
      margin-right: .06rem;
      position: relative;
      top: -1px; }
    .index-news .container .content a {
      color: #666; }
    .index-news .container .content a:hover {
      color: #122a88; }
  .index-news .container li {
    font-size: .14rem;
    height: .25rem;
    line-height: .25rem;
    position: relative;
    color: #999;
    padding-left: .95rem; }
    .index-news .container li em {
      position: absolute;
      left: 0;
      top: 0; }
    .index-news .container li a {
      color: #999;
      display: block;
      position: relative; }
  .index-news .container li:hover {
    color: #122a88; }
    .index-news .container li:hover a {
      color: #122a88; }

/*page*/
.p-banner {
  background: center no-repeat;
  background-size: cover; }
  .p-banner .wal {
    height: 2.4rem;
    letter-spacing: .02rem; }
    .p-banner .wal h2 {
      font-size: .42rem;
      line-height: 1em;
      padding-bottom: .13rem; }
    .p-banner .wal em {
      display: block;
      font-size: .24rem;
      text-transform: uppercase; }

.p-curr {
  height: .77rem;
  border-bottom: #ccc solid 1px; }
  .p-curr .curr {
    font-size: .14rem;
    font-weight: 600;
    color: #999;
    padding-left: .28rem;
    background: url("../image/img18_2.png") left center no-repeat;
    background-size: .18rem;
    line-height: .3rem; }
    .p-curr .curr a {
      color: #999; }
    .p-curr .curr a:hover, .p-curr .curr em {
      color: #122a88; }
  .p-curr .list li {
    padding-left: .55rem; }
  .p-curr .list a {
    display: block;
    height: .77rem;
    line-height: .77rem;
    font-size: .16rem;
    color: #666;
    position: relative; }
    .p-curr .list a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      height: .02rem;
      background: #122a88; }
    .p-curr .list a:hover, .p-curr .list a.on {
      color: #122a88; }
      .p-curr .list a:hover:before, .p-curr .list a.on:before {
        left: 0;
        right: 0; }

.about {
  padding: .6rem 0 .8rem 0; }
  .about .row .col {
    width: 5.5rem; }
    .about .row .col .content {
      font-size: .14rem;
      line-height: .24rem;
      color: #666;
      text-align: justify; }
    .about .row .col .title {
      position: relative;
      height: 1.2rem; }
      .about .row .col .title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .25rem;
        width: .5rem;
        height: 1px;
        background: #122a88; }
      .about .row .col .title b {
        display: block;
        text-transform: uppercase;
        color: #122a88;
        opacity: .08;
        position: absolute;
        left: 0;
        top: 0;
        font-size: .8rem;
        line-height: .6rem; }
      .about .row .col .title h2 {
        color: #122a88;
        font-size: .3rem;
        letter-spacing: .01rem; }
      .about .row .col .title span {
        display: block;
        font-size: .16rem;
        text-transform: uppercase;
        color: #999;
        letter-spacing: .01rem;
        line-height: .3rem; }
    .about .row .col h3 {
      color: #122a88;
      font-size: .18rem;
      padding-left: .34rem;
      line-height: .3rem;
      background: url("../image/img24.png") left center no-repeat;
      background-size: .24rem;
      margin-bottom: .15rem; }
    .about .row .col .list ul {
      width: 2.8rem; }
    .about .row .col .list ul:nth-child(even) {
      width: 2.2rem; }
    .about .row .col .list li {
      font-size: .14rem;
      height: .3rem;
      line-height: .3rem;
      padding-left: .15rem;
      background: url("../image/img5.png") left center no-repeat;
      background-size: .05rem; }
      .about .row .col .list li a {
        color: #666; }
      .about .row .col .list li a:hover {
        color: #122a88; }
    .about .row .col .list-1 ul {
      width: 100%; }
  .about .row .img {
    width: 6rem; }
  .about .row:nth-child(even) .img {
    order: -1; }

.idea-1 {
  padding: .6rem 0; }
  .idea-1 li {
    width: 33.333%;
    position: relative; }
    .idea-1 li:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: .02rem;
      height: .52rem;
      background: #122a88;
      margin-left: -.01rem;
      margin-top: -.26rem; }
    .idea-1 li .container {
      height: 2rem;
      position: relative;
      text-align: center; }
      .idea-1 li .container h3 {
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        color: #122a88;
        opacity: .08;
        font-size: .6rem;
        text-transform: uppercase;
        line-height: .42rem; }
      .idea-1 li .container h2 {
        font-size: .2rem;
        color: #122a88;
        padding-bottom: .24rem;
        position: relative; }
        .idea-1 li .container h2:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          bottom: .12rem;
          width: .2rem;
          margin-left: -.1rem;
          height: 1px;
          background: #122a88; }
      .idea-1 li .container .msg {
        font-size: .14rem;
        line-height: .26rem;
        color: #666; }
  .idea-1 li:nth-child(even) .img {
    order: 5; }
  .idea-1 li:nth-child(even) .container h3 {
    bottom: auto;
    top: 0; }

.idea-2 {
  background: url("../image/idea-2.jpg") center no-repeat;
  background-size: cover;
  min-height: 2.3rem;
  padding: .6rem 0; }
  .idea-2 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .idea-2 ul {
    margin-left: -.8rem;
    margin-right: -.6rem; }
  .idea-2 li {
    width: 20%;
    text-align: center;
    height: 1.1rem;
    border-left: rgba(0, 0, 0, 0.2) solid 1px; }
    .idea-2 li .ico {
      width: .52rem;
      margin: 0 auto; }
    .idea-2 li .name {
      font-size: .18rem;
      color: #666;
      padding-top: .35rem;
      position: relative; }
      .idea-2 li .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: .18rem;
        width: .2rem;
        height: 1px;
        background: #122a88;
        margin-left: -.1rem; }

.p-title {
  letter-spacing: .01rem;
  padding: .5rem 0 .3rem 0; }
  .p-title h2 {
    font-size: .3rem;
    padding-bottom: .08rem;
    color: #122a88; }
  .p-title span {
    font-size: .16rem;
    text-transform: uppercase;
    color: #999; }

.idea-3 {
  position: relative;
  padding: 1rem 0 .9rem 0; }
  .idea-3 .p-title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.55rem;
    bottom: auto;
    padding: 0; }

.topA {
  display: block;
  width: .6rem;
  height: .6rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(18, 42, 136, 0.5) url("../image/img60.png") center no-repeat;
  background-size: 100%;
  position: fixed;
  z-index: 30;
  right: .3rem;
  bottom: 1rem;
  opacity: 0;
  visibility: hidden; }
  .topA:hover {
    background-color: #122a88; }
  .topA.show {
    opacity: 1;
    visibility: visible; }

.honor {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: .3rem; }
  .honor .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.6rem;
    bottom: auto;
    width: .85rem; }
    .honor .arrow:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: .02rem;
      background: #d1d1d1;
      margin-left: -.01rem; }
    .honor .arrow a {
      width: .15rem;
      height: .27rem;
      background: center no-repeat;
      background-size: 100%; }
      .honor .arrow a.prev {
        background-image: url("../image/prev15.png"); }
        .honor .arrow a.prev:hover {
          background-image: url("../image/prev15on.png"); }
      .honor .arrow a.next {
        background-image: url("../image/next15.png"); }
        .honor .arrow a.next:hover {
          background-image: url("../image/next15on.png"); }
  .honor .list {
    margin-left: -.77rem; }
    .honor .list li {
      padding-left: .77rem; }
      .honor .list li .img {
        position: relative;
        height: 2.96rem;
        border: #eee solid 1px;
        padding: .07rem; }
        .honor .list li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(18, 42, 136, 0.8) url("../image/img46.png") center no-repeat;
          background-size: .46rem;
          cursor: pointer;
          opacity: 0; }
        .honor .list li .img img {
          max-height: 100%; }
      .honor .list li .name {
        text-align: center;
        line-height: .42rem;
        font-size: .14rem;
        color: #666; }
    .honor .list li:hover .img {
      background: #122a88; }
      .honor .list li:hover .img:before {
        opacity: 1; }
    .honor .list li:hover .name {
      font-weight: 600;
      color: #122a88; }

.honor-2 {
  padding-bottom: 1rem; }
  .honor-2 li {
    width: 20%; }
  .honor-2 li:nth-child(odd) {
    background: #f6f7fa; }

.honor-layer, .business-layer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
  .honor-layer.show, .business-layer.show {
    opacity: 1;
    visibility: visible; }

.honor-layer .container {
  background: #fff;
  width: 8.66rem;
  min-height: 7rem;
  position: relative; }
  .honor-layer .container a.close {
    display: block;
    width: .4rem;
    height: .4rem;
    background: url("../image/close40.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -1.67rem;
    top: 0;
    bottom: auto; }
    .honor-layer .container a.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .honor-layer .container .arrow a {
    display: block;
    width: .54rem;
    height: 1.22rem;
    background: #a0a0a0 center no-repeat;
    background-size: .18rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.61rem; }
    .honor-layer .container .arrow a:hover {
      background-color: #122a88; }
    .honor-layer .container .arrow a.prev {
      left: 50%;
      margin-left: -6rem;
      background-image: url("../image/prev18.png"); }
    .honor-layer .container .arrow a.next {
      right: 50%;
      margin-right: -6rem;
      background-image: url("../image/next18.png"); }
  .honor-layer .container .list {
    width: 100%;
    overflow: hidden;
    text-align: center; }
    .honor-layer .container .list li {
      padding: .5rem;
      position: relative;
      height: 7rem; }
      .honor-layer .container .list li img {
        max-height: 6.5rem; }
      .honor-layer .container .list li .name {
        font-weight: bold;
        color: #122a88;
        font-size: .24rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0.35rem; }

.business-layer .container {
  background: #fff;
  width: 12rem;
  min-height: 4.7rem;
  position: relative;
  padding: .6rem; }
  .business-layer .container a.close {
    display: block;
    width: .3rem;
    height: .3rem;
    background: url("../image/close30.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.6rem;
    top: 0.6rem;
    bottom: auto; }
    .business-layer .container a.close:hover {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }
  .business-layer .container .img-list {
    width: 5.5rem;
    overflow: hidden;
    position: relative; }
  .business-layer .container .arrow a {
    display: block;
    width: .36rem;
    height: .82rem;
    background: #a0a0a0 center no-repeat;
    background-size: .12rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.41rem; }
    .business-layer .container .arrow a:hover {
      background-color: #122a88; }
    .business-layer .container .arrow a.prev {
      left: 0;
      background-image: url("../image/prev18.png"); }
    .business-layer .container .arrow a.next {
      right: 0;
      background-image: url("../image/next18.png"); }
  .business-layer .container .col {
    width: 4.8rem; }
    .business-layer .container .col h2 {
      font-size: .3rem;
      line-height: 1em;
      color: #122a88;
      border-bottom: #ccc solid 1px;
      padding-bottom: .18rem;
      margin-bottom: .15rem; }
    .business-layer .container .col .scroll {
      height: 2.85rem;
      overflow: hidden;
      position: relative; }
    .business-layer .container .col .p-content {
      padding-right: .25rem; }

.p-content {
  font-size: .14rem;
  line-height: .26rem;
  text-align: justify;
  color: #666; }
  .p-content p {
    padding-bottom: .1rem; }

.business-1 {
  padding: .6rem 0; }
  .business-1 .img {
    width: 6rem; }
  .business-1 .col {
    width: 5.5rem; }
    .business-1 .col .title {
      height: 1.66rem;
      position: relative;
      color: #122a88;
      padding-top: .5rem; }
      .business-1 .col .title .ico {
        width: .39rem; }
      .business-1 .col .title h3 {
        font-size: .8rem;
        opacity: .08;
        position: absolute;
        left: 0;
        top: .5rem;
        line-height: 1em;
        text-transform: uppercase; }
      .business-1 .col .title h2 {
        font-size: .3rem;
        padding-top: .12rem; }
    .business-1 .col .container {
      min-height: 3.34rem;
      background: #f6f6f6;
      margin-left: -.5rem;
      padding: .25rem .45rem 0 .5rem; }
      .business-1 .col .container h3 {
        font-weight: 400;
        background: #122a88;
        color: #fff;
        font-size: .14rem;
        width: .66rem;
        line-height: .3rem;
        text-align: center;
        margin-bottom: .15rem; }
      .business-1 .col .container .content {
        font-size: .14rem;
        line-height: .24rem;
        color: #666;
        text-align: justify;
        padding-bottom: .25rem; }

.business-2 {
  position: relative; }
  .business-2 .title {
    height: .78rem;
    border-bottom: #ccc solid 1px;
    color: #122a88;
    font-size: .16rem; }
    .business-2 .title h2 {
      font-size: .3rem; }
    .business-2 .title p {
      position: relative;
      left: .08rem;
      top: .04rem; }
  .business-2 .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.2rem;
    bottom: auto;
    width: .85rem; }
    .business-2 .arrow:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: .02rem;
      background: #d1d1d1;
      margin-left: -.01rem; }
    .business-2 .arrow a {
      width: .15rem;
      height: .27rem;
      background: center no-repeat;
      background-size: 100%; }
      .business-2 .arrow a.prev {
        background-image: url("../image/prev15.png"); }
        .business-2 .arrow a.prev:hover {
          background-image: url("../image/prev15on.png"); }
      .business-2 .arrow a.next {
        background-image: url("../image/next15.png"); }
        .business-2 .arrow a.next:hover {
          background-image: url("../image/next15on.png"); }
  .business-2 .list {
    margin-left: -.3rem;
    margin-right: -.3rem; }
  .business-2 .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .business-2 .list-wrapper li {
      padding: .3rem .3rem 1rem .3rem; }
    .business-2 .list-wrapper .box {
      min-height: 3.74rem;
      text-align: center;
      box-shadow: 0 0.14rem 0.16rem rgba(112, 126, 183, 0.16);
      -webkit-box-shadow: 0 0.14rem 0.16rem rgba(112, 126, 183, 0.16);
      -moz-box-shadow: 0 0.14rem 0.16rem rgba(112, 126, 183, 0.16);
      padding-bottom: .24rem;
      cursor: pointer; }
      .business-2 .list-wrapper .box .img {
        position: relative; }
        .business-2 .list-wrapper .box .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(18, 72, 136, 0.7) url("../image/img60_1.png") center no-repeat;
          background-size: .6rem;
          opacity: 0; }
      .business-2 .list-wrapper .box .name {
        position: relative;
        line-height: .72rem;
        font-size: .18rem; }
        .business-2 .list-wrapper .box .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          bottom: .1rem;
          width: .3rem;
          height: 1px;
          background: #122a88;
          margin-left: -.15rem; }
      .business-2 .list-wrapper .box p {
        font-size: .14rem;
        line-height: .24rem;
        height: .48rem;
        overflow: hidden;
        color: #666;
        padding: 0 .3rem; }
    .business-2 .list-wrapper .box:hover .img:before {
      opacity: 1; }
    .business-2 .list-wrapper .box:hover .name {
      color: #122a88;
      font-weight: 600; }

.business-3 {
  position: relative;
  min-height: 4rem;
  padding-bottom: .6rem; }
  .business-3 .p-title {
    position: relative;
    padding: .45rem 0 .5rem 0; }
    .business-3 .p-title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .24rem;
      width: .5rem;
      height: 1px;
      background: #122a88; }
  .business-3 .p-content {
    max-width: 5.52rem; }
  .business-3 .img {
    width: 5.8rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.2rem;
    bottom: auto;
    background: #e7e9f3; }
    .business-3 .img img {
      position: relative;
      left: -.2rem;
      top: -.2rem; }

.p-num2 {
  border-top: #ccc solid 1px;
  position: relative;
  min-height: 1.8rem;
  padding: .35rem 0; }
  .p-num2 li {
    font-size: .16rem;
    line-height: .24rem;
    padding-bottom: .1rem; }
    .p-num2 li a {
      color: #666; }
      .p-num2 li a:hover {
        color: #122a88; }
  .p-num2 a.back {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.5rem;
    bottom: auto;
    font-size: .14rem;
    width: 1.1rem;
    height: .3rem;
    line-height: .3rem;
    background: #8894c3 url("../image/img9.png") 0.12rem center no-repeat;
    background-size: .09rem;
    color: #fff;
    padding-left: .38rem; }
    .p-num2 a.back:hover {
      background-color: #122a88; }

.case {
  padding-top: .6rem; }
  .case ul {
    margin-left: -1rem;
    margin-bottom: -.6rem; }
  .case li {
    width: 50%;
    padding: 0 0 .6rem 1rem; }
    .case li a {
      display: block;
      position: relative; }
      .case li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 2px;
        background: #122a88;
        opacity: 0;
        z-index: 2; }
      .case li a .img {
        position: relative; }
        .case li a .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(18, 72, 136, 0.7) url("../image/img60_1.png") center no-repeat;
          background-size: .6rem;
          opacity: 0; }
      .case li a .name {
        height: .78rem;
        line-height: .78rem;
        text-align: center;
        border-bottom: #ccc solid 1px;
        font-size: .18rem; }
      .case li a:hover {
        box-shadow: 0 0.19rem 0.38rem rgba(112, 126, 183, 0.15);
        -webkit-box-shadow: 0 0.19rem 0.38rem rgba(112, 126, 183, 0.15);
        -moz-box-shadow: 0 0.19rem 0.38rem rgba(112, 126, 183, 0.15);
        background: #fff; }
        .case li a:hover:before {
          opacity: 1; }
        .case li a:hover .img:before {
          opacity: 1; }
        .case li a:hover .name {
          font-size: .2rem;
          font-weight: 600; }

.case-foot {
  background: #f6f6f6;
  padding-bottom: .9rem; }
  .case-foot .case {
    position: relative;
    padding: 0; }
  .case-foot a.back {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.8rem;
    bottom: auto;
    font-size: .14rem;
    width: 1.1rem;
    height: .3rem;
    line-height: .3rem;
    background: #8894c3 url("../image/img9.png") 0.12rem center no-repeat;
    background-size: .09rem;
    color: #fff;
    padding-left: .38rem; }
    .case-foot a.back:hover {
      background-color: #122a88; }

.p-num {
  padding: .6rem 0 1rem 0; }
  .p-num a {
    margin: 0 .05rem;
    width: .3rem;
    height: .3rem;
    background: #b2b2b2 center no-repeat;
    background-size: 100%;
    font-size: .16rem;
    color: #fff;
    line-height: .3rem;
    text-align: center; }
    .p-num a:hover, .p-num a.on {
      background-color: #122a88; }
    .p-num a.prev {
      background-image: url("../image/prev30.png"); }
    .p-num a.next {
      background-image: url("../image/next30.png"); }

.case-show {
  padding: .6rem 0; }
  .case-show .list {
    width: 7.6rem; }
    .case-show .list .big-img {
      position: relative;
      margin-bottom: .2rem; }
    .case-show .list .arrow a {
      display: block;
      width: .36rem;
      height: .82rem;
      background: #a0a0a0 center no-repeat;
      background-size: .12rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.41rem; }
      .case-show .list .arrow a:hover {
        background-color: #122a88; }
      .case-show .list .arrow a.prev {
        left: 0;
        background-image: url("../image/prev18.png"); }
      .case-show .list .arrow a.next {
        right: 0;
        background-image: url("../image/next18.png"); }
    .case-show .list .img-list {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .case-show .list .img-list .arrow a {
        width: .18rem;
        height: .38rem;
        margin-top: -.19rem;
        background-size: .06rem; }
    .case-show .list .list-wrapper {
      margin-left: -.1rem; }
      .case-show .list .list-wrapper li {
        padding-left: .1rem; }
        .case-show .list .list-wrapper li .img {
          position: relative;
          cursor: pointer; }
          .case-show .list .list-wrapper li .img:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(18, 72, 136, 0.7) url("../image/img24_1.png") center no-repeat;
            background-size: .24rem;
            opacity: 0; }
      .case-show .list .list-wrapper li.swiper-slide-active .img:before {
        opacity: 1; }
  .case-show .col {
    width: 3.95rem; }
    .case-show .col h2 {
      font-size: .2rem;
      line-height: 1em;
      color: #122a88;
      border-bottom: #ccc solid 1px;
      padding-bottom: .18rem;
      margin-bottom: .15rem; }

.news {
  padding-top: .6rem; }
  .news li {
    padding: 0 2.25rem .6rem 5rem;
    position: relative;
    min-height: 2.5rem; }
    .news li:before {
      content: "";
      display: block;
      position: absolute;
      left: 5rem;
      bottom: .6rem;
      right: 0;
      height: 1px;
      background: #ccc; }
    .news li .img {
      width: 4.48rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
    .news li h3 {
      position: relative;
      padding: .35rem 0;
      line-height: .32rem; }
      .news li h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .17rem;
        width: .3rem;
        height: 1px;
        background: #122a88; }
      .news li h3 a {
        font-size: .2rem;
        font-weight: 600;
        color: #666; }
    .news li .time {
      font-size: .2rem;
      font-weight: 600;
      color: #666;
      line-height: .32rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0.35rem;
      bottom: auto;
      font-family: 'Oswald'; }
    .news li p {
      font-size: .14rem;
      line-height: .24rem;
      color: #666; }
    .news li .more a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 1.15rem;
      bottom: auto;
      font-size: .14rem;
      width: 1.1rem;
      height: .3rem;
      line-height: .3rem;
      background: #8894c3 url("../image/img13_1.png") 0.85rem center no-repeat;
      background-size: .13rem;
      color: #fff;
      padding-left: .12rem; }
      .news li .more a:hover {
        background-color: #122a88; }
  .news li:hover:before {
    height: 2px;
    background: #122a88; }
  .news li:hover h3 a, .news li:hover .time {
    color: #122a88; }

.news-show {
  text-align: center;
  padding: .6rem 0; }
  .news-show h2.title {
    color: #122a88;
    font-size: .2rem; }
  .news-show .time {
    font-size: .14rem;
    color: #999;
    padding: .1rem 0 .2rem 0; }
  .news-show .p-content .img {
    text-align: center;
    padding: .25rem 0; }
  .news-show .p-content h3 {
    color: #122a88;
    font-size: .16rem;
    padding-bottom: .1rem; }

.contact {
  padding-bottom: 1rem; }
  .contact .p-title {
    padding: .6rem 0 .15rem 0; }
  .contact .form li {
    width: 5.65rem;
    padding-bottom: .2rem;
    position: relative; }
    .contact .form li .ico {
      width: .22rem;
      height: .22rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.125rem;
      bottom: auto; }
      .contact .form li .ico img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .contact .form li .input {
      border-bottom: #ccc solid 1px; }
      .contact .form li .input input, .contact .form li .input textarea {
        width: 100%;
        height: .47rem;
        line-height: .47rem;
        font-size: .16rem;
        padding-left: .3rem; }
      .contact .form li .input textarea {
        height: 1rem;
        line-height: .27rem;
        padding: .1rem 0 .1rem .3rem; }
  .contact .form li.on .ico img:nth-child(1) {
    opacity: 0; }
  .contact .form li.on .ico img:nth-child(2) {
    opacity: 1; }
  .contact .form li.on .input {
    border-color: #122a88; }
    .contact .form li.on .input input, .contact .form li.on .input textarea {
      color: #122a88; }
  .contact .form li.li_01 {
    width: 100%; }
  .contact .form .submit {
    padding: .4rem 0 .6rem 0; }
    .contact .form .submit div {
      width: 1.6rem;
      height: .45rem;
      margin: 0 auto;
      background: #8894c3; }
      .contact .form .submit div:hover {
        background: #122a88; }
    .contact .form .submit input {
      width: 100%;
      height: .45rem;
      font-size: .16rem;
      color: #fff;
      cursor: pointer; }
  .contact .map {
    height: 4.3rem; }
    .contact .map .layer {
      background: url("../image/img428.png") center no-repeat;
      background-size: 100%;
      width: 4.28rem;
      height: 2.41rem;
      padding: .13rem 0 0 .52rem; }
      .contact .map .layer h3 {
        font-size: .18rem;
        color: #122a88;
        height: .52rem;
        padding-top: .18rem; }
      .contact .map .layer .close {
        display: block;
        width: .55rem;
        height: .5rem;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0.32rem;
        top: 0.13rem;
        bottom: auto; }
      .contact .map .layer p {
        line-height: .38rem;
        font-size: .14rem;
        color: #666; }
      .contact .map .layer .btn a {
        margin-right: .24rem;
        width: 1.5rem;
        height: .38rem;
        color: #fff;
        font-weight: bold;
        font-size: .14rem;
        background: #8894c3; }
        .contact .map .layer .btn a img {
          width: .22rem;
          margin-right: .08rem; }
        .contact .map .layer .btn a:hover {
          background: #122a88; }

    .side-bar {
  width: 1.7rem;
  background: #fff;
  border: #e0e4d7 solid 1px;
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 0;
  box-shadow: 0 0.17rem 0.59rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.17rem 0.59rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.17rem 0.59rem rgba(0, 0, 0, 0.1);
  padding: .15rem .15rem 0;
  margin-top: -1.9rem; }
  .side-bar div.tel .name {
    color: #fff;
    font-weight: bold;
    font-size: .16rem;
    height: .38rem;
    background: #aeafaf; }
    .side-bar div.tel .name img {
      width: .2rem;
      margin-right: .1rem; }
  .side-bar dl.tel {
    font-size: .2rem;
    line-height: .26rem;
    font-weight: bold;
    color: #122a88;
    padding: .15rem 0;
    margin-right: -.1rem; }
  .side-bar div.ewm {
    border: #dfdfdf solid .05rem; }
  .side-bar a.topA {
    display: block;
    position: static;
    background: url("../image/img39_2.png") center no-repeat;
    background-size: .39rem;
    height: .61rem;
    opacity: .5;
    width: 100%;
    visibility: visible; }

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