a, .transition, .indexPart3 .btn li .img, .indexPart3 .btn li .name, .history .list li .layer, .industry .list li, .industry .list li .num, .culture .box, .product li .msg, .contact .map li .ico, .contact .map li .layer, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .indexPart2 .list li a .name, .pageNav .list a, .qualifications li dd, .culture .box .name a, .product li .name a, .programme a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .indexPart2 .list, .indexPart3 .btn ul, .indexPart4, .indexPart4 .list a .name, .pageNav .list ul, .pageNum, .productBtn ul, .productBtn2 {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexFlash .dots, .indexPart1 .box, .indexPart3 .wal, .productShow3 li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .indexPart2 .list, .indexPart4, .indexPart4 .list a .name, .about .box, .productShow3 li {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash .dots, .indexPart1 .box, .indexPart3 .wal, .indexPart3 .btn ul, .pageNum, .productBtn2, .productShow3 li {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .indexPart4 .wal, .about .box, .contact .list ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .nav ul, .foot .list ul, .indexPart4 .wal, .indexPart4 .list ul, .indexPart5 ul, .about .box, .qualifications li dl, .news ul, .product ul, .productShow .box, .productShow3 ul, .programme ul, .partner ul, .contact .list ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #4491d7;
    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: "Microsoft YaHei";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

.tabContent {
  display: none; }

.phoneShow {
  display: none; }

.headD {
  height: 1rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1); }
  .head .wal {
    min-height: 1rem;
    max-width: 100%;
    margin: 0 .4rem;
    position: relative; }
  .head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 2.1rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.2rem;
  top: 0;
  bottom: auto; }
  .nav li {
    margin-left: .5rem;
    position: relative; }
  .nav a.name {
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: .16rem;
    font-weight: bold;
    color: #111;
    position: relative;
    padding: 0 .02rem; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: .04rem;
      background: #4491d7; }
    .nav a.name em {
      padding-right: .18rem;
      background: url("../image/img8.png") right center no-repeat;
      background-size: .08rem; }
    .nav a.name.on {
      color: #4491d7; }
      .nav a.name.on:before {
        width: 100%;
        left: 0; }
      .nav a.name.on em {
        background-image: url("../image/img8on.png"); }

@media screen and (min-width: 800px) {
  .nav .list {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 110%;
    bottom: auto;
    width: 1.2rem;
    margin-left: -.6rem;
    padding-top: .1rem;
    opacity: 0;
    visibility: hidden;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease; }
    .nav .list dl {
      background: #fff;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      width: 100%;
      overflow: hidden;
      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); }
    .nav .list dd {
      border-bottom: #f0f0f0 solid 1px; }
      .nav .list dd:last-child {
        border: 0; }
    .nav .list a {
      display: block;
      height: .38rem;
      line-height: .38rem;
      position: relative;
      font-size: .14rem;
      color: #1a1a1a;
      padding-left: .3rem; }
      .nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: .03rem;
        height: 100%;
        background: #4491d7;
        opacity: 0; }
      .nav .list a:hover {
        color: #4491d7;
        box-shadow: 0 0 0.06rem rgba(68, 145, 215, 0.1);
        -webkit-box-shadow: 0 0 0.06rem rgba(68, 145, 215, 0.1);
        -moz-box-shadow: 0 0 0.06rem rgba(68, 145, 215, 0.1);
        font-weight: bold; }
        .nav .list a:hover:before {
          opacity: 1; }
  .nav .list-2 {
    width: 1.6rem;
    margin-left: -.8rem; }
    .nav .list-2 a {
      padding-left: .2rem; }
  .nav li:hover .list {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .nav li:hover a.name {
    color: #4491d7; }
    .nav li:hover a.name:before {
      width: 100%;
      left: 0; }
    .nav li:hover a.name em {
      background-image: url("../image/img8on.png"); } }
.foot {
  background: #26292e; }
  .foot .wal {
    min-height: 3.28rem;
    position: relative; }
  .foot .list li {
    width: 1.78rem; }
    .foot .list li h2 {
      font-size: .16rem;
      padding: .6rem 0 .26rem 0; }
      .foot .list li h2 a {
        color: #fff; }
    .foot .list li dd a {
      display: block;
      position: relative;
      font-size: .14rem;
      height: .34rem;
      line-height: .34rem;
      color: rgba(255, 255, 255, 0.3); }
      .foot .list li dd a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 2px;
        margin-top: -1px;
        background: #4491d7; }
      .foot .list li dd a:hover {
        color: #fff;
        padding-left: .14rem; }
        .foot .list li dd a:hover:before {
          left: -.14rem;
          width: .2rem; }
  .foot .list .li_01 {
    width: 2.5rem; }
  .foot .ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.67rem;
    bottom: auto;
    text-align: center;
    width: 1.64rem; }
    .foot .ewm div {
      background: #fff;
      border: #e8e8e8 solid 1px; }
    .foot .ewm p {
      font-size: .14rem;
      line-height: .58rem;
      color: #999; }
  .foot .msg {
    background: #fff;
    line-height: .72rem;
    text-align: center;
    font-size: .14rem; }

/*index*/
.indexSlide {
  min-height: 8.6rem;
  position: relative;
  background: center no-repeat;
  background-size: cover; }

.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 1rem; }
  .indexFlash li {
    background: center no-repeat;
    background-size: cover;
    position: relative; }
  .indexFlash .bg img {
    width: 100%; }
  .indexFlash .img {
    width: 5.25rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 40%;
    bottom: auto;
    margin-left: -6.65rem; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.4rem;
    top: 0;
    bottom: auto;
    width: .27rem;
    height: 100%; }
    .indexFlash .dots div span {
      display: block;
      height: .27rem;
      background: url("../image/img27.png") center no-repeat;
      background-size: 100%; }
    .indexFlash .dots div .swiper-pagination-bullet-active {
      background-image: url("../image/img27on.png"); }
    .indexFlash .dots em {
      background: url("../image/img19.png") center no-repeat;
      background-size: .19rem;
      height: .6rem; }

a.pageMore {
  display: block;
  width: 1.38rem;
  height: .4rem;
  line-height: .38rem;
  text-align: center;
  font-size: .14rem;
  color: #4491d7;
  border: #4491d7 solid 1px; }
  a.pageMore:hover, a.pageMore.on {
    background: #4491d7;
    color: #fff; }

.indexPart1 .img {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 50%;
  height: 100%;
  background: center no-repeat;
  background-size: cover; }
.indexPart1 .box {
  width: 50%;
  margin-left: auto;
  height: 100vh;
  padding-left: 1.1rem; }
.indexPart1 .title {
  width: 2.2rem;
  position: relative;
  left: -.18rem;
  padding-bottom: .42rem; }
.indexPart1 h5.name {
  font-size: .18rem;
  color: #1f2229; }
.indexPart1 .content {
  font-size: .14rem;
  line-height: .24rem;
  max-width: 6.66rem;
  padding: .16rem 0;
  min-height: 1.85rem; }

.indexTitle {
  height: 2.02rem;
  background: left center no-repeat;
  background-size: auto 100%;
  position: relative;
  left: -.39rem;
  font-size: .26rem;
  line-height: .34rem;
  color: #fff;
  text-transform: uppercase;
  padding: .55rem 0 0 .39rem;
  font-weight: bold; }

.indexPart2 .img {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: 0;
  bottom: auto;
  width: 50%;
  height: 100%;
  background: center no-repeat;
  background-size: cover; }
  .indexPart2 .img .title {
    position: absolute;
    z-index: 10;
    left: 1.1rem;
    right: auto;
    top: 1.38rem;
    bottom: auto; }
    .indexPart2 .img .title .indexTitle {
      background-image: url("../image/img299.png"); }
    .indexPart2 .img .title .more {
      padding-top: .92rem; }
.indexPart2 .list {
  height: 100vh; }
  .indexPart2 .list ul {
    width: 100%; }
  .indexPart2 .list li {
    position: relative; }
    .indexPart2 .list li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 1px;
      background: #e1e1e1; }
    .indexPart2 .list li:last-child:before {
      display: none; }
    .indexPart2 .list li a {
      display: block;
      position: relative;
      padding: .4rem .4rem .4rem 1.45rem;
      font-size: .16rem;
      line-height: .3rem; }
      .indexPart2 .list li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .4rem;
        background: url("../image/img30.png") center no-repeat;
        background-size: 100%;
        width: .3rem;
        height: .3rem;
        opacity: 0; }
      .indexPart2 .list li a .name {
        font-size: .18rem;
        height: .3rem; }
      .indexPart2 .list li a .info {
        font-size: .14rem;
        opacity: .5; }
    .indexPart2 .list li a:hover {
      background: #4491d7;
      color: #fff;
      box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.12); }
      .indexPart2 .list li a:hover:before {
        left: .85rem;
        opacity: 1; }

.indexPart3 .wal {
  height: 100vh;
  text-align: center; }
.indexPart3 .title {
  font-size: .26rem;
  font-weight: bold;
  color: #aaabac;
  line-height: .34rem;
  text-transform: uppercase;
  background: url("../image/img260.png") center top no-repeat;
  background-size: 2.6rem;
  height: 2.12rem;
  padding-top: .53rem; }
  .indexPart3 .title div {
    color: #4491d7; }
.indexPart3 .btn li {
  width: 2.8rem;
  height: 2.76rem;
  position: relative; }
  .indexPart3 .btn li .img {
    width: 1.5rem;
    height: 1.5rem;
    background: url("../image/img150.png") center no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: .4rem; }
    .indexPart3 .btn li .img img {
      width: .7rem; }
  .indexPart3 .btn li .name {
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    padding-top: .15rem; }
  .indexPart3 .btn li a {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%; }
.indexPart3 .btn li.on .img {
  background-image: url("../image/img150on.png"); }
.indexPart3 .btn li.on .name {
  color: #4491d7; }
.indexPart3 .content {
  margin-left: -.1rem;
  margin-right: -.1rem;
  background: url("../image/img1220.png") center no-repeat;
  background-size: 100% 100%;
  min-height: 1.74rem;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .3rem;
  padding: .55rem .95rem 0 .95rem; }
  .indexPart3 .content span {
    font-size: .16rem; }

.indexPart4 {
  height: 100vh; }
  .indexPart4 .wal {
    max-width: 12.7rem;
    width: 12.7rem; }
  .indexPart4 .side {
    width: 4.9rem; }
    .indexPart4 .side .indexTitle {
      background-image: url("../image/title1.png"); }
    .indexPart4 .side .msg {
      font-size: .16rem;
      line-height: .3rem;
      color: rgba(255, 255, 255, 0.8);
      min-height: 1.87rem;
      padding: .4rem 0; }
  .indexPart4 .list {
    width: 7.3rem;
    border-left: rgba(255, 255, 255, 0.25) solid 1px;
    border-top: rgba(255, 255, 255, 0.25) solid 1px; }
    .indexPart4 .list li {
      width: 50%;
      height: 2.68rem;
      border-right: rgba(255, 255, 255, 0.25) solid 1px;
      border-bottom: rgba(255, 255, 255, 0.25) solid 1px; }
    .indexPart4 .list a {
      display: block;
      margin-left: -1px;
      margin-right: -1px;
      height: 2.7rem;
      position: relative;
      top: -1px;
      padding: .6rem .4rem 0 .55rem; }
      .indexPart4 .list a .name {
        font-size: .18rem;
        color: #fff;
        padding-bottom: .35rem;
        position: relative; }
        .indexPart4 .list a .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .15rem;
          width: .5rem;
          height: 1px;
          background: rgba(255, 255, 255, 0.2); }
        .indexPart4 .list a .name img {
          width: .5rem;
          margin-right: .15rem;
          opacity: .5; }
      .indexPart4 .list a p {
        color: rgba(255, 255, 255, 0.5);
        font-size: .14rem;
        line-height: .26rem; }
    .indexPart4 .list a:hover {
      background: #4491d7; }
      .indexPart4 .list a:hover .name img {
        opacity: 1; }

.indexPart5 {
  text-align: center; }
  .indexPart5 .title {
    padding: 1rem 0 0 0;
    height: 2.6rem;
    color: #1a1a1a;
    font-size: .33rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: .38rem; }
    .indexPart5 .title div {
      opacity: .34; }
    .indexPart5 .title h2 {
      font-size: .33rem; }
  .indexPart5 .list {
    min-height: 6rem;
    background: rgba(255, 255, 255, 0.1);
    padding-top: .64rem; }
  .indexPart5 ul {
    max-width: 10rem;
    margin: 0 auto; }
  .indexPart5 li {
    width: 25%;
    text-align: center;
    padding: 0 .33rem .4rem .33rem; }
  .indexPart5 .more {
    padding-top: .25rem; }
    .indexPart5 .more a {
      margin: 0 auto; }

/*page*/
.pageBanner {
  background: center no-repeat;
  background-size: cover; }
  .pageBanner .wal {
    height: 4.8rem;
    position: relative; }
  .pageBanner .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 1.9rem;
    bottom: auto; }
    .pageBanner .title img {
      height: .8rem; }

.pageNav {
  height: 1.2rem;
  position: relative; }
  .pageNav .curr {
    line-height: 1.1rem;
    background: url("../image/nimg20.png") left center no-repeat;
    background-size: .2rem;
    font-size: .14rem;
    padding-left: .28rem; }
    .pageNav .curr a {
      padding: 0 8px 0 12px;
      background: url("../image/img3.png") left center no-repeat; }
  .pageNav .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.42rem;
    bottom: auto; }
    .pageNav .list li {
      margin-left: .25rem; }
    .pageNav .list a {
      display: block;
      text-align: center;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      height: .3rem;
      line-height: .3rem;
      padding: 0 .2rem;
      min-width: .98rem;
      font-size: .14rem;
      font-weight: bold;
      color: #1a1a1a; }
    .pageNav .list a:hover, .pageNav .list a.on {
      background: #4491d7;
      color: #fff; }

.about {
  padding-bottom: .8rem; }
  .about .bigImg {
    height: 3.2rem;
    background: center no-repeat;
    background-size: cover; }
  .about .box {
    min-height: 3.8rem;
    border: #e6e6e6 solid 1px;
    border-top: 0;
    padding: .55rem .6rem .55rem 1.35rem; }
    .about .box .img {
      width: 3.05rem; }
    .about .box .content {
      width: 5.8rem;
      font-size: .14rem;
      line-height: .26rem;
      text-align: justify; }

.history {
  background: url("../image/img216.png") center bottom no-repeat;
  background-size: auto 2.16rem;
  position: relative; }
  .history:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2.24rem;
    width: 100%;
    height: .02rem;
    background: #ececec; }
  .history .wal {
    min-height: 6.2rem;
    position: relative; }
  .history a.arrow {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 2.07rem;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: .37rem;
    height: .37rem;
    background: #c7c7c7 center no-repeat;
    background-size: .07rem; }
    .history a.arrow:hover {
      background-color: #4491d7; }
    .history a.arrow.prev {
      left: -.8rem;
      background-image: url("../image/nimg9_1.png"); }
    .history a.arrow.next {
      right: -.8rem;
      background-image: url("../image/nimg9_2.png"); }
  .history .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*&:before, &:after{@include before(); z-index: 11; left: 0; top: 0; width: 20%; height: 100%; background: rgba(0, 0, 0, 0)}
    &:after{left: auto; right: 0}*/ }
    .history .list li {
      height: 4.5rem;
      position: relative;
      text-align: center; }
      .history .list li .time {
        font-size: .18rem;
        font-weight: bold;
        color: #1a1a1a;
        padding: 1.85rem 0 .11rem 0; }
      .history .list li .name {
        font-size: .13rem;
        color: #666;
        background: url("../image/img152.png") center top no-repeat;
        background-size: auto 100%;
        height: .75rem;
        padding-top: .35rem;
        line-height: .4rem; }
      .history .list li .layer {
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: 0.6rem;
        bottom: auto;
        width: 2.82rem;
        height: 3.12rem;
        background: #0093de url("../image/img225.jpg") right bottom no-repeat;
        background-size: 2.25rem;
        text-align: left;
        color: #fff;
        margin-left: -1.41rem;
        padding: .18rem .16rem;
        box-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0.03rem 0.04rem rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        margin-top: -.3rem; }
        .history .list li .layer h3 {
          font-size: .18rem;
          padding: .25rem 0 .1rem 0; }
        .history .list li .layer h2 {
          font-weight: 400;
          font-size: .18rem;
          line-height: .24rem; }
    .history .list li:hover .layer {
      opacity: 1;
      visibility: visible;
      margin-top: 0; }

.industry {
  padding-bottom: .9rem; }
  .industry .title {
    background: url("../image/nimg1200_2.jpg") center no-repeat;
    background-size: cover;
    height: 2.2rem;
    color: #fff;
    padding-left: .52rem;
    font-size: .16rem;
    font-weight: bold;
    text-transform: uppercase; }
    .industry .title div {
      font-size: .24rem;
      padding: .7rem 0 .1rem 0; }
  .industry .list {
    border: #dfe2e5 solid 1px;
    border-bottom: 0; }
    .industry .list li {
      border-bottom: #dfe2e5 solid 1px;
      padding: .35rem .3rem .35rem .55rem;
      line-height: .4rem;
      margin-left: -1px;
      margin-right: -1px;
      font-size: .16rem; }
      .industry .list li .num {
        font-size: .24rem;
        font-weight: bold;
        color: #4491d7;
        position: relative; }
        .industry .list li .num:before {
          content: "";
          display: block;
          position: absolute;
          left: -.35rem;
          top: 50%;
          width: .08rem;
          height: .03rem;
          background: #dfe2e5;
          margin-top: -.015rem; }
    .industry .list li:hover {
      color: #fff;
      background: #4491d7; }
      .industry .list li:hover .num {
        color: #fff; }
        .industry .list li:hover .num:before {
          background: #fff; }

.qualifications {
  padding: 0 0 .5rem 0; }
  .qualifications li {
    border-bottom: #dfe2e5 solid 1px;
    position: relative;
    min-height: 2.83rem;
    padding: .45rem 0 .45rem 4rem; }
    .qualifications li .title {
      position: absolute;
      z-index: 10;
      left: 0.3rem;
      right: auto;
      top: 0.52rem;
      bottom: auto;
      line-height: .32rem;
      font-size: .16rem;
      text-transform: uppercase;
      color: #ccc; }
      .qualifications li .title div {
        font-weight: bold;
        font-size: .24rem;
        color: #13141a; }
        .qualifications li .title div span {
          color: #4491d7; }
      .qualifications li .title:before {
        content: "";
        display: block;
        position: absolute;
        left: -.3rem;
        top: 0;
        width: .1rem;
        height: .32rem;
        background: url("../image/img10.png") center no-repeat;
        background-size: 100%; }
    .qualifications li .img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      width: 2.11rem; }
    .qualifications li dd {
      width: 100%;
      font-size: .16rem;
      height: .48rem;
      line-height: .48rem; }
      .qualifications li dd a {
        padding-left: .13rem;
        background: url("../image/img6.png") left center no-repeat;
        background-size: .06rem; }
      .qualifications li dd a:hover {
        background-image: url("../image/img6on.png"); }

.news ul {
  margin-left: -.16rem; }
.news li {
  width: 33.333%;
  padding: 0 0 .3rem .16rem; }
  .news li .img {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .news li .img img {
      width: 100%; }
  .news li a.box {
    display: block;
    min-height: 2.18rem;
    border: #eaeaea solid .02rem;
    border-top: 0;
    padding: 0 .24rem; }
    .news li a.box .time {
      color: #4491d7;
      padding: .4rem 0 .1rem 0;
      font-size: .18rem; }
    .news li a.box .name {
      font-size: .2rem;
      line-height: .3rem;
      height: .9rem;
      overflow: hidden; }
.news li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1); }
.news li:hover a.box {
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.08); }

.pageNum {
  padding: .4rem 0 1rem 0; }
  .pageNum a {
    font-size: .2rem;
    font-weight: bold;
    position: relative;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .12rem; }
    .pageNum a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: .36rem;
      width: .12rem;
      height: .02rem;
      margin-left: -.06rem;
      background: #4491d7;
      opacity: 0; }
    .pageNum a:hover, .pageNum a.on {
      color: #4491d7; }
      .pageNum a:hover:before, .pageNum a.on:before {
        opacity: 1; }
    .pageNum a.arrow {
      padding: 0;
      width: .4rem;
      background: #222 center no-repeat;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 .2rem;
      background-size: .09rem; }
      .pageNum a.arrow:before {
        display: none; }
      .pageNum a.arrow:hover {
        background-color: #4491d7; }
      .pageNum a.arrow.prev {
        background-image: url("../image/prev9.png"); }
      .pageNum a.arrow.next {
        background-image: url("../image/next9.png"); }

.newShow {
  min-height: 5rem;
  padding: 0 0 .7rem 2.75rem;
  position: relative; }
  .newShow .side {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 2.25rem;
    background: #f5f6f8;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: .05rem .2rem; }
    .newShow .side li {
      border-bottom: #fff solid 1px; }
      .newShow .side li:last-child {
        border: 0; }
        .newShow .side li:last-child a {
          border: 0; }
    .newShow .side a {
      display: block;
      border-bottom: #ecedf1 solid 1px;
      height: .5rem;
      line-height: .5rem;
      padding-left: .3rem;
      background: url("../image/img6.png") 0.13rem center no-repeat;
      background-size: .06rem;
      font-size: .16rem;
      position: relative;
      color: #1a1a1a; }
      .newShow .side a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .08rem;
        height: 100%;
        background: url("../image/img8_1.png") center no-repeat;
        background-size: 100%;
        opacity: 0; }
      .newShow .side a:hover:before {
        right: .1rem;
        opacity: 1; }
  .newShow h2.title {
    font-size: .22rem;
    font-weight: 400;
    color: #1a1a1a; }
  .newShow .time {
    background: url("../image/nimg18.png") left center no-repeat;
    background-size: .18rem;
    color: #4491d7;
    line-height: .65rem;
    padding-left: .3rem;
    font-size: .16rem; }
  .newShow .line {
    height: .09rem;
    background: url("../image/line.png") center repeat-x;
    background-size: auto .09rem; }
  .newShow .content {
    padding: .35rem 0;
    font-size: .14rem;
    line-height: .26rem;
    color: #666;
    text-align: justify;
    max-width: 8.85rem; }
    .newShow .content .img {
      padding: .35rem 0; }

.culture li {
  padding-bottom: .2rem; }
.culture .box {
  position: relative;
  min-height: 2.46rem;
  border: #eaeaea solid 1px;
  padding: .3rem .3rem .3rem 4.15rem; }
  .culture .box .img {
    width: 3.9rem;
    position: absolute;
    z-index: 10;
    left: -1px;
    right: auto;
    top: -1px;
    bottom: auto;
    overflow: hidden; }
  .culture .box .time {
    color: #4491d7;
    font-size: .16rem; }
  .culture .box .name a {
    display: block;
    font-size: .2rem;
    height: .55rem;
    line-height: .55rem;
    color: #1a1a1a; }
  .culture .box .content {
    font-size: .14rem;
    line-height: .24rem;
    opacity: .8; }
.culture .box:hover {
  color: #4491d7;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.08); }
  .culture .box:hover .name a {
    color: #4491d7; }
  .culture .box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); }

.product li {
  width: 33.333%;
  text-align: center;
  position: relative;
  padding-top: .42rem;
  min-height: 3.55rem; }
  .product li .img {
    width: 1.65rem;
    margin: 0 auto;
    padding-bottom: .32rem; }
  .product li .name a {
    display: block;
    color: #1a1a1a;
    font-size: .18rem;
    font-weight: bold;
    height: .44rem;
    line-height: .44rem;
    position: relative;
    top: 0; }
  .product li .msg {
    font-size: .14rem;
    opacity: .5;
    position: relative;
    top: 0; }
  .product li a.layer {
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 3.86rem;
    margin-left: -1.93rem;
    opacity: 0;
    min-height: 3.08rem;
    background: rgba(68, 148, 216, 0.95);
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    padding: .5rem .45rem 0 .62rem;
    color: #fff;
    text-align: left; }
    .product li a.layer h2 {
      font-size: .2rem;
      line-height: .6rem;
      position: relative; }
      .product li a.layer h2:before {
        content: "";
        display: block;
        position: absolute;
        left: -.62rem;
        top: 50%;
        width: .47rem;
        height: .02rem;
        background: #71ade1;
        margin-top: -.01rem; }
    .product li a.layer p {
      font-size: .16rem;
      line-height: .24rem; }

.product-2 li {
  width: 25%;
  padding-top: .6rem; }
  .product-2 li .img {
    width: 1.18rem;
    padding-bottom: .24rem; }

@media screen and (min-width: 800px) {
  .product li:hover a.layer {
    opacity: 1; }
  .product li:hover .name a, .product li:hover .msg {
    opacity: 0;
    top: -.5rem; }

  .product-2 li:hover a.layer {
    opacity: 0; }
  .product-2 li:hover .name a, .product-2 li:hover .msg {
    opacity: 1;
    top: 0; }
  .product-2 li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); }
  .product-2 li:hover .name a {
    color: #4491d7; } }
.productShow .box {
  max-width: 9rem;
  margin: 0 auto;
  padding-top: .55rem; }
  .productShow .box .img {
    width: 2.63rem; }
  .productShow .box .col {
    width: 6.37rem;
    text-align: right;
    padding-top: .3rem; }
    .productShow .box .col h2 {
      font-size: .86rem; }
    .productShow .box .col p {
      color: #fff;
      font-size: .3rem;
      padding-right: .2rem;
      height: .52rem;
      line-height: .52rem;
      background: url("../image/img640.png") center no-repeat;
      background-size: 100% 100%; }
.productShow .content {
  padding-bottom: .75rem;
  font-size: .2rem;
  line-height: 1.6em;
  color: #1a1a1a;
  text-align: center; }

.productBtn {
  max-width: 11.4rem;
  margin: 0 auto; }
  .productBtn ul {
    margin-left: -1px; }
  .productBtn li {
    width: 33.333%;
    padding-left: 1px; }
  .productBtn div {
    background: #444;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    cursor: pointer; }
  .productBtn li.on div {
    background: #4491d7;
    box-shadow: 0 0 0.12rem rgba(68, 146, 216, 0.15);
    -webkit-box-shadow: 0 0 0.12rem rgba(68, 146, 216, 0.15);
    -moz-box-shadow: 0 0 0.12rem rgba(68, 146, 216, 0.15); }
    .productBtn li.on div em {
      padding-left: .33rem;
      background: url("../image/img18.png") left center no-repeat;
      background-size: .18rem; }

.productShow2 {
  max-width: 11.4rem;
  margin: 0 auto;
  padding: .65rem .9rem; }
  .productShow2 li {
    position: relative;
    padding-left: .32rem;
    font-size: .2rem;
    line-height: .4rem;
    color: #1a1a1a; }
    .productShow2 li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: .08rem;
      height: .4rem;
      background: url("../image/img6.png") center no-repeat;
      background-size: 100%; }
    .productShow2 li em {
      font-weight: 600; }

.productBtn2 {
  max-width: 11.4rem;
  margin: 0 auto;
  padding: .4rem 0 .6rem 0;
  border-top: #e6e6e6 solid .02rem; }
  .productBtn2 a {
    margin: 0 .08rem;
    border: #4491d7 solid 1px;
    font-size: .19rem;
    color: #4491d7;
    width: 1.84rem;
    height: .5rem;
    line-height: .48rem;
    text-align: center; }
    .productBtn2 a:hover {
      background: #4491d7;
      color: #fff;
      box-shadow: 0 0.1rem 0.2rem rgba(68, 146, 216, 0.3);
      -webkit-box-shadow: 0 0.1rem 0.2rem rgba(68, 146, 216, 0.3);
      -moz-box-shadow: 0 0.1rem 0.2rem rgba(68, 146, 216, 0.3); }

.productShow3 {
  max-width: 11.4rem;
  margin: 0 auto;
  border-left: #e6e6e6 solid 1px; }
  .productShow3 li {
    width: 20%;
    border-right: #e6e6e6 solid 1px;
    border-top: #e6e6e6 solid 1px;
    height: 1.7rem;
    text-align: center;
    font-size: .16rem;
    color: #1a1a1a; }
    .productShow3 li div {
      width: .64rem;
      padding-bottom: .2rem; }

.programme ul {
  margin-left: -.3rem; }
.programme li {
  width: 50%;
  padding: 0 0 .33rem .3rem; }
.programme a {
  display: block;
  position: relative;
  background: #4492d8;
  border: #69a8e0 solid 1px;
  padding: .3rem .4rem .3rem 1.9rem;
  min-height: 2rem;
  color: #fff; }
  .programme a .img {
    width: 1rem;
    position: absolute;
    z-index: 10;
    left: 0.45rem;
    right: auto;
    top: 0.35rem;
    bottom: auto; }
  .programme a .name {
    font-size: .18rem;
    height: .4rem;
    line-height: .4rem; }
  .programme a p {
    font-size: .14rem;
    line-height: .24rem;
    opacity: .8;
    padding-bottom: .12rem; }
  .programme a .more {
    width: 1.07rem;
    height: .32rem;
    line-height: .3rem;
    text-align: center;
    font-size: .12rem;
    border: #fff solid 1px; }
    .programme a .more:hover {
      background: #fff;
      color: #4491d7; }
.programme li:nth-child(2) a, .programme li:nth-child(3) a, .programme li:nth-child(6) a {
  background: #1d68ab; }

.programmeShow .name h2 {
  padding-left: .32rem;
  font-size: .24rem;
  color: #1a1a1a;
  background: url("../image/img10.png") left center no-repeat;
  background-size: .1rem; }
  .programmeShow .name h2 em {
    color: #4491d7; }
.programmeShow .content {
  padding: .35rem 0;
  font-size: .14rem;
  line-height: .26rem;
  color: #666;
  text-align: justify; }
  .programmeShow .content .img {
    padding: .35rem 0;
    text-align: center; }

/*.programmeShow{@extend .flexWrap; @extend .flexBetween; align-items: flex-start; -webkit-align-items: flex-start; padding-bottom: .3rem;
  .img{width: 5.2rem}
  .box{width: 6rem; padding-right: .35rem}
  .name{padding-bottom: .2rem;
    h2{padding-left: .32rem; font-size: .24rem; color: #1a1a1a; background: url("../image/img10.png") left center no-repeat; background-size: .1rem;
      em{color: $color}
    }
  }
  .list{min-height: 2.8rem; background: #f9f9f9; border: #f3f3f4 solid 1px; @include radius(.08rem); padding: .2rem .12rem .2rem .35rem;
    .scroll{height: 2.5rem; overflow: hidden; position: relative}
    li{font-size: .16rem; line-height: .3rem; position: relative; padding: 0 .2rem .05rem .28rem;
      &:before{@include before(); left: 0; top: 0; background: url("../image/img12.png") center no-repeat; background-size: 100%; width: .12rem; height: .3rem}
    }
  }
  .btn{padding-top: .28rem; @extend .flex;
    a{margin-right: .16rem; width: 1.57rem; height: .42rem; line-height: .4rem; text-align: center; border: $color solid 1px; font-size: .16rem; color: $color;
      &:hover{background: $color; color: #fff}
    }
  }
}*/
.pageTitle2 {
  line-height: .9rem;
  border-bottom: #dfdfdf solid .02rem;
  font-size: .16rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #999; }
  .pageTitle2 b {
    font-size: .24rem;
    color: #13141a; }

.partner {
  padding-top: .35rem;
  max-width: 9.92rem;
  margin: 0 auto; }
  .partner li {
    width: 25%;
    padding: 0 .33rem .38rem .33rem; }
    .partner li img {
      width: 100%;
      border: #ededed solid 1px; }
  .partner .more {
    padding: .3rem 0 .7rem 0;
    position: relative; }
    .partner .more:before {
      content: "";
      display: block;
      position: absolute;
      background: url("../image/img204.png") center no-repeat;
      background-size: cover;
      width: 2.04rem;
      height: 1.02rem;
      left: 50%;
      top: .2rem;
      margin-left: -1.02rem; }
    .partner .more a {
      margin: 0 auto;
      position: relative; }

.contact {
  padding-bottom: .6rem; }
  .contact #map {
    height: 3.6rem;
    position: relative;
    z-index: 0; }
    .contact #map .layer {
      width: 2.42rem;
      background: #4491d7;
      color: #fff;
      font-size: .12rem;
      line-height: .24rem;
      padding: .15rem 0 0 .96rem;
      height: .75rem; }
      .contact #map .layer .img {
        width: .78rem;
        position: absolute;
        z-index: 10;
        left: 0.08rem;
        right: auto;
        top: 0.08rem;
        bottom: auto; }
        .contact #map .layer .img img {
          width: 100%; }
      .contact #map .layer h2 {
        font-size: .16rem; }
  .contact .map {
    background: url("../image/img1200_2.jpg") center no-repeat;
    background-size: cover;
    min-height: 3.6rem;
    position: relative; }
    .contact .map li {
      position: absolute;
      width: .12rem;
      height: .12rem;
      margin-left: -.06rem;
      margin-top: -.06rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .contact .map li .ico {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
        .contact .map li .ico i {
          display: block;
          width: 1rem;
          height: 1rem;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -.5rem;
          margin-top: -.5rem;
          border: #fff solid 1px;
          transform: scale(0);
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -o-transform: scale(0);
          animation: zoomOut 1.8s infinite linear;
          -webkit-animation: zoomOut 1.8s infinite linear; }
        .contact .map li .ico i:nth-child(2) {
          animation-delay: .6s;
          -webkit-animation-delay: .6s; }
        .contact .map li .ico i:nth-child(3) {
          animation-delay: 1.2s;
          -webkit-animation-delay: 1.2s; }
      .contact .map li .layer {
        position: absolute;
        z-index: 10;
        left: 0.9rem;
        right: auto;
        top: 50%;
        bottom: auto;
        height: .75rem;
        margin-top: -.38rem;
        width: 2.42rem;
        background: #4491d7;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        margin-left: -.5rem; }
        .contact .map li .layer .img {
          width: .78rem;
          position: absolute;
          z-index: 10;
          left: 0.08rem;
          right: auto;
          top: 0.08rem;
          bottom: auto; }
        .contact .map li .layer .name {
          padding: .15rem 0 0 .96rem;
          text-transform: uppercase;
          font-size: .12rem;
          line-height: .24rem; }
          .contact .map li .layer .name h2 {
            font-size: .16rem; }
        .contact .map li .layer a.btn {
          display: block;
          width: .68rem;
          height: 100%;
          background: #4491d7 url("../image/img20.png") center no-repeat;
          background-size: .2rem;
          position: absolute;
          z-index: 10;
          left: auto;
          right: -0.71rem;
          top: 0;
          bottom: auto; }
    .contact .map li.on .ico {
      transform: scale(1.3);
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -o-transform: scale(1.3); }
      .contact .map li.on .ico i {
        border-width: 2px; }
    .contact .map li.on .layer {
      opacity: 1;
      visibility: visible;
      margin-left: 0; }
    .contact .map .li_01 {
      left: 5.43rem;
      top: .94rem;
      background: #4491d7; }
      .contact .map .li_01 .ico i {
        border-color: #4491d7; }
    .contact .map .li_02 {
      left: 5.35rem;
      top: 2.32rem;
      background: #f1bb00; }
      .contact .map .li_02 .ico i {
        border-color: #f1bb00; }
      .contact .map .li_02 .layer {
        left: -3.8rem; }
    .contact .map .li_03 {
      left: 6.54rem;
      top: 2.22rem;
      background: #66d900; }
      .contact .map .li_03 .ico i {
        border-color: #66d900; }
    .contact .map .li_04 {
      left: 6.15rem;
      top: 3.1rem;
      background: #e7001f; }
      .contact .map .li_04 .ico i {
        border-color: #e7001f; }
  .contact .list {
    min-height: 4.3rem;
    position: relative;
    border: #f1f2f5 solid 1px;
    padding: 0 .55rem; }
    .contact .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 2px;
      height: 3.36rem;
      background: #f1f2f5;
      margin-left: -1px;
      margin-top: -1.68rem; }
    .contact .list li {
      width: 4.93rem;
      min-height: 2.03rem;
      border-bottom: #f1f2f5 solid 1px;
      color: #1a1a1a;
      padding: .2rem 0 0 0; }
      .contact .list li h2 {
        position: relative;
        line-height: .58rem;
        font-size: .18rem; }
        .contact .list li h2 em {
          color: #4491d7;
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0;
          top: 0;
          bottom: auto;
          background: url("../image/img10.png") left center no-repeat;
          background-size: .06rem;
          padding-left: .22rem; }
      .contact .list li dd {
        font-size: .14rem;
        line-height: .26rem;
        opacity: .8; }
    .contact .list li:nth-child(3), .contact .list li:nth-child(4) {
      border: 0; }

.pageMoreDiv {
  padding: .3rem 0 .7rem 0;
  position: relative; }
  .pageMoreDiv:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../image/img204.png") center no-repeat;
    background-size: cover;
    width: 2.04rem;
    height: 1.02rem;
    left: 50%;
    top: .2rem;
    margin-left: -1.02rem; }
  .pageMoreDiv a {
    margin: 0 auto;
    position: relative; }

@keyframes zoomOut {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(0.5);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

/*# sourceMappingURL=index.css.map */
