﻿@charset "UTF-8";
a, .transition, .head, .head .btn .search .input, .indexPart1 .box, .indexPart2 .box, .indexPart3 .box .layer, .indexPart3 .box .layer dl, .news li, .pageLink a .box .url, .job li .name h2, :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, .foot .link dl a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .indexFlash .dots,.head .btn, .sNav .side .ewm, .indexPart3 .box .layer dl, .pageNav ul, .scientificNav ul, .scientific_01 .list .dots, .life_01 .fl li, .animal li .box .btn, .pageNum, .newShow .info, .job li .name, .contact .box .ewm {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .newShow .info, .job li .name,.indexFlash .dots, .contact .box .ewm {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexPart3 .box .layer dl,.indexFlash .dots, .pageNum {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .life_02 ul, .newShow .info, .contact {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .nav ul, .sNav .list ul, .foot .list ul, .footForm ul, .about_02 .list ul, .platform_02 .list ul, .life_02 ul, .pageLink ul, .cooperation ul, .contact {
  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;
  
  color: #333;
  -webkit-text-size-adjust: none; }

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: #176ec0;
    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; }

.phoneShow {
  display: none; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
  .head .wal {
    min-height: 1rem;
    position: relative; }
  .head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.39rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head .btn {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -.19rem; }
    .head .btn a.language {
      width: .38rem;
      height: .38rem;
      background: #176ec0;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      line-height: .38rem;
      text-align: center;
      color: #fff;
      font-size: .14rem;
      text-transform: uppercase;
       margin-left: .3rem;}
    .head .btn .search {
      width: .38rem;
      height: .38rem;
      
      position: relative;
      z-index: 50; }
      .head .btn .search .input {
        position: absolute;
        top: 0;
        right: 0;
        width: 1rem;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        background: #e6e6e6;
        opacity: 0;
        visibility: hidden; }
      .head .btn .search .input{ 
		 transition: All 0.8s ease;
		  -webkit-transition: All 0.8s ease;
		  -moz-transition: All 0.8s ease;
		  -o-transition: All 0.8s ease; }
        .head .btn .search .input input {
          width: 100%;
          height: .38rem;
          line-height: .38rem;
          font-size: .14rem;
          padding: 0 .2rem; }
      .head .btn .search .submit {
        background: #176ec0 url("../image/img13.png") center no-repeat;
        background-size: .13rem;
        width: 100%;
        height: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
         transition: All 0.5s ease;
		  -webkit-transition: All 0.5s ease;
		  -moz-transition: All 0.5s ease;
		  -o-transition: All 0.5s ease;
}
        .head .btn .search .submit input {
          cursor: pointer;
          width: 100%;
          height: .38rem; }
      .head .btn .search:hover .input {
        width: 2rem;
        opacity: 1;
        visibility: visible; }
      .head .btn .search:hover .submit{background-size: .16rem;}
.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 2.26rem;
  top: 0;
  bottom: auto; }
  .nav a.name {
    display: block;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    font-size: .16rem;
    padding: 0 .2rem;
    font-weight:bold;
  }

.head:hover, .head.on, .head.onon {
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 104, 182, 0.1);
  -webkit-box-shadow: 0 0.05rem 0.1rem rgba(0, 104, 182, 0.1);
  -moz-box-shadow: 0 0.05rem 0.1rem rgba(0, 104, 182, 0.1); }
  .head:hover a.logo, .head.on a.logo, .head.onon a.logo {
    background-image: url("../image/logoon.png"); }
  .head:hover .nav a.name, .head.on .nav a.name, .head.onon .nav a.name {
    color: #000; }
    .head:hover .nav a.name:hover, .head:hover .nav a.name.on, .head:hover .nav a.name.onon, .head.on .nav a.name:hover, .head.on .nav a.name.on, .head.on .nav a.name.onon, .head.onon .nav a.name:hover, .head.onon .nav a.name.on, .head.onon .nav a.name.onon {
      background: #176ec0;
      color: #fff; }

.sNav {
  background: #fff;
  position: fixed;
  z-index: 49;
  left: 0;
  top: 1rem;
  width: 100%;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 104, 182, 0.1);
  -webkit-box-shadow: 0 0.05rem 0.1rem rgba(0, 104, 182, 0.1);
  -moz-box-shadow: 0 0.05rem 0.1rem rgba(0, 104, 182, 0.1);
  opacity: 0;
  visibility: hidden; }
  .sNav.show {
    opacity: 1;
    visibility: visible; }
  .sNav.hide {
    display: none; }
  .sNav .wal {
    min-height: 3.05rem;
    position: relative;
    padding-top: .8rem; }
  .sNav .side {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.8rem;
    bottom: auto;
    width: 3.4rem; }
    .sNav .side h2 {
      position: relative;
      padding: .3rem 0 .35rem 0;
      font-size: .24rem;
      font-weight: 400; }
      .sNav .side h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: .4rem;
        height: .03rem;
        background: #1a2b75; }
    .sNav .side .ewm img {
      width: 0.92rem;
      height:0.92rem;
      border: #e1e1e1 solid 1px; }
    .sNav .side .ewm p {
      padding: .25rem 0 0 .2rem;
      font-size: .14rem;
      line-height: .3rem;
      color: #999; }
  .sNav .list {
    width: 8.2rem;
    margin-left: auto; }
    .sNav .list ul {
      margin-left: -.6rem; }
    .sNav .list li {
      width: 33.333%;
      padding: 0 0 0.3rem .6rem; }
    .sNav .list h3 {
      height: .37rem;
      border-bottom: #dedede solid 1px;
      position: relative;
      font-weight: 400;
      font-size: .16rem; }
      .sNav .list h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: .7rem;
        height: 2px;
        background: #0068b6; }
      .sNav .list h3 a {
        color: #0068b6; }
    .sNav .list dl {
      padding-top: .1rem; }
      .sNav .list dl a {
        display: block;
        height: .44rem;
        line-height: .22rem;
        position: relative;
        color: #666;
        font-size: .12rem;
        padding-left: .17rem;
        text-transform: uppercase; }
        .sNav .list dl a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: -0.12rem;
          width: .1rem;
          height: 100%;
          background: url("../image/img10.png") left center no-repeat;
          background-size: 100%; }
      .sNav .list dl a:hover {
        background-color: #176ec0;
        color: #fff;
        padding-left: .42rem; }
        .sNav .list dl a:hover:before {
          left: .22rem;
          background-image: url("../image/img10on.png"); }

.foot {
  background: #176ec0;
  position: relative;
  color: #fff;
  font-size: .14rem; }
  .foot a {
    color: #fff; }
  .foot:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    background: url("../image/img266.png") center no-repeat;
    background-size: cover;
    width: 2.66rem;
    height: 3.43rem;
    margin-right: -6.75rem; }
  .foot:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .5rem;
    background: rgba(0, 0, 0, 0.5); }
  .foot .wal {
    min-height: 3.7rem;
    position: relative; }
  .foot .list {
    min-height: 3.2rem; }
    .foot .list li {
      width: 1.6rem; }
    .foot .list h2 {
      font-size: .16rem;
      padding: .65rem 0 .4rem;
      height: 1.3rem;
      position: relative; }
      .foot .list h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .17rem;
        width: .92rem;
        height: 1px;
        background: rgba(255, 255, 255, 0.2); }
      .foot .list h2:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .16rem;
        width: .32rem;
        height: 3px;
        background: #fff; }
    .foot .list dd {
      line-height: .32rem; }
  .foot .link {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.6rem;
    bottom: auto;
    width: 2.42rem;
    height: .42rem;
    background: rgba(0, 0, 0, 0.5); }
    .foot .link .name {
      line-height: .42rem;
      position: relative;
      padding-left: .28rem; }
      .foot .link .name:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .28rem;
        background: url("../image/img15.png") center no-repeat;
        background-size: 100%;
        width: .15rem;
        height: 100%; }
    .foot .link dl {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden; }
      .foot .link dl dd {
        border-bottom: rgba(0, 0, 0, 0.7) solid 1px; }
      .foot .link dl a {
        display: block;
        height: .4rem;
        line-height: .4rem;
        padding: 0 .28rem;
        background: rgba(0, 0, 0, 0.6); }
      .foot .link dl a:hover {
        background: rgba(0, 0, 0, 0.8); }
    .foot .link:hover dl {
      opacity: 1;
      visibility: visible; }
  .foot .list2 {
    width: 2.42rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.23rem;
    bottom: auto; }
    .foot .list2 li {
      position: relative;
      min-height: .32rem;
      padding: 0 0 .1rem .33rem; }
      .foot .list2 li img {
        width: .23rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .foot .list2 li p {
        line-height: .21rem; }
  .foot .msg {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    line-height: .5rem;
    text-align: center;
    opacity: .5; }
    .foot .msg span {
      padding: 0 .3rem; }

/*index*/
.indexFlash {
  position: relative; }
  .indexFlash .imgList {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .indexFlash .imgList li {
      /*min-height: 8.5rem;*/
      background: center no-repeat;
      background-size: cover; 
        height: 100vh;
    }
    .indexFlash .imgList .img {
      text-align: center;
      padding-top: 4.35rem; }
      .indexFlash .imgList .img img {
        height: .55rem; }
  .indexFlash .list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
    .indexFlash .list .wal {
      height: .88rem;
      position: relative;
      padding: 0 1.2rem 0 .6rem;
      background: url("../image/img30.png") left center no-repeat;
      background-size: .3rem; }
    .indexFlash .list #indexFlash {
      width: 100%;
      overflow: hidden; }
    .indexFlash .list a {
      display: block;
      color: #fff;
      height: .88rem;
      line-height: .88rem;
      font-size: .16rem; }
    .indexFlash .list a.more {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      padding-right: .16rem;
      background: url("../image/img8.png") right center no-repeat;
      background-size: .08rem; }
     .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 1.1rem;
    width: 100%; }
    .indexFlash .dots span {
      width: .14rem;
      height: .14rem;
	  opacity:0.5;
	  margin:0 0.1rem;
      background: #fff;
	  border-radius:50%; }
    .indexFlash .dots .swiper-pagination-bullet-active {
     opacity: 1; }

.pageTitle {
  text-align: center;
  position: relative;
  font-size: .28rem;
  padding: .75rem 0 .6rem 0;
  letter-spacing: .02rem; }
  .pageTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: .4rem;
    width: 100%;
    height: .05rem;
    background: url("../image/img60.png") center no-repeat;
    background-size: auto 100%; }

.pageTitle-2 {
  color: #fff; }
  .pageTitle-2:before {
    background-image: url("../image/img60_1.png"); }

.indexPart1 {
  padding-bottom: .75rem; 
  padding-left:5%;
}
  .indexPart1 li {
    width: 33%; }
  .indexPart1 .box {
    min-height: 3.2rem;
    padding-left: 1.07rem;
    position: relative;
    color: #000; }
    .indexPart1 .box:before {
      content: "";
      display: block;
      position: absolute;
      left: 5%;
      top: 100%;
      width: 90%;
      height: .06rem;
      background: #8bb6df;
      opacity: 0; }
    .indexPart1 .box .title {
      height: 1.45rem;
      padding-top: .55rem;
      position: relative; }
      .indexPart1 .box .title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .2rem;
        width: .21rem;
        height: 1px;
        background: #474747; }
      .indexPart1 .box .title img {
        width: .4rem;
        position: absolute;
        z-index: 10;
        left: -0.62rem;
        right: auto;
        top: 0.58rem;
        bottom: auto; }
      .indexPart1 .box .title img:nth-child(2) {
        opacity: 0; }
      .indexPart1 .box .title h2 {
        font-size: .18rem;
        padding-bottom: .05rem; }
      .indexPart1 .box .title p {
        font-size: .14rem;
        opacity: .3; }
    .indexPart1 .box dd {
      font-size: .16rem;
      line-height: .36rem; }
      .indexPart1 .box dd a {
        color: #000; }
  .indexPart1 .box:hover {
    background: #176ec0;
    color: #fff; }
    .indexPart1 .box:hover:before {
      opacity: 1; }
    .indexPart1 .box:hover .title:before {
      background: #fff; }
    .indexPart1 .box:hover .title img:nth-child(1) {
      opacity: 0; }
    .indexPart1 .box:hover .title img:nth-child(2) {
      opacity: 1; }
    .indexPart1 .box:hover dd a {
      color: #fff; }

.indexPart2 {
  min-height: 5.96rem;
  background: url("../image/indexPart2.jpg") center no-repeat;
  background-size: cover;
  padding: .3rem 0; }
  .indexPart2 .box {
    width: 3rem;
    height: 3rem;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #000; }
    .indexPart2 .box .title {
      height: 1.55rem;
      padding-top: .65rem;
      position: relative; }
      .indexPart2 .box .title:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: .2rem;
        width: .2rem;
        margin-left: -.1rem;
        height: 1px;
        background: #474747; }
      .indexPart2 .box .title h2 {
        font-size: .18rem;
        padding-bottom: .05rem; }
      .indexPart2 .box .title p {
        font-size: .14rem;
        opacity: .3; }
    .indexPart2 .box dd {
      font-size: .16rem;
      line-height: .32rem;
      text-transform: uppercase; }
      .indexPart2 .box dd a {
        color: #000; }
  .indexPart2 .box:hover {
    background: #199d54;
    color: #fff; }
    .indexPart2 .box:hover .title:before {
      background: #fff; }
    .indexPart2 .box:hover dd a {
      color: #fff; }

@media screen and (min-width: 800px) {
  .indexPart2 ul.swiper-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .indexPart2 li.swiper-slide {
    width: 3rem; } }
.indexPart3 {
  padding-bottom: 1rem; }
  .indexPart3 ul {
    margin-left: -1px; }
  .indexPart3 li {
    width: 33.333%;
    padding-left: 1px; }
  .indexPart3 .box {
    position: relative; }
    .indexPart3 .box .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      width: 100%;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      min-height: 1rem; }
      .indexPart3 .box .layer h2 {
        line-height: 1rem;
        font-weight: 400;
        font-size: .2rem; }
        .indexPart3 .box .layer h2 a {
          color: #fff; }
      .indexPart3 .box .layer dl {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0.2rem;
        width: 100%;
        padding:0 0.1rem;
        opacity: 0; }
        .indexPart3 .box .layer dl dd {
          padding: 0 .02rem; }
        .indexPart3 .box .layer dl a {
         display: table-cell;
		  vertical-align:middle;
          font-size: .14rem;
          width: 2.15rem;
          height: .46rem;
          line-height: .23rem;
          border: rgba(255, 255, 255, 0.2) solid 1px;
          color: #fff; }
          .indexPart3 .box .layer dl a:hover {
            border-color: #fff; }
  .indexPart3 .box:hover .layer {
    min-height: 1.7rem;
    background: rgba(23, 110, 192, 0.85); }
    .indexPart3 .box:hover .layer dl {
      opacity: 1;
      bottom: .52rem; }

.footForm {
  background: #f7f7f7; }
  .footForm .wal {
    min-height: 2.66rem;
    padding: .5rem 0; }
  .footForm .title {
    line-height: .9rem;
    position: relative; }
    .footForm .title h2 {
      font-size: .24rem;
      font-weight: 400;
      color: #000; }
    .footForm .title p {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      font-size: .14rem;
      color: #999; }
  .footForm ul {
    margin-left: -.15rem; }
  .footForm li {
    padding: 0 0 .15rem .15rem;
    width: 20%; }
    .footForm li:nth-child(3) {
      width: 43%; }
    .footForm li:nth-child(4) {
      width: 17%; }
    .footForm li .input {
        border: #ddd solid 1px;
      background: #fff; }
      .footForm li .input input {
        width: 100%;
        height: .48rem;
        line-height: .48rem;
        padding: 0 .2rem;
        font-size: .14rem; }
    .footForm li .submit {
      background: #176ec0; }
      .footForm li .submit input {
        width: 100%;
        height: .48rem;
        font-size: .14rem;
        color: #fff;
        cursor: pointer; }

/*page*/
.pageBanner {
  height: 6rem;
  background: center no-repeat;
  background-size: cover; }
  .pageBanner .title {
    font-size: .16rem;
    color: #fff;
    text-align: center; }
    .pageBanner .title h2 {
      font-size: .42rem;
      font-weight: 400;
      padding: 2.55rem 0 .08rem 0;
      letter-spacing: .02rem; }

.pageNav {
  background: #f7f7f7; }
  .pageNav .wal {
    min-height: .8rem;
    line-height: .8rem;
    position: relative; }
  .pageNav li {
    padding-right: 1px; }
    .pageNav li a {
      display: block;
      padding: 0 .2rem;
      height: .8rem;
      font-size: .14rem;
      min-width: 1.5rem;
      text-align: center; }
    .pageNav li a:hover, .pageNav li a.on {
      background: #fff;
      color: #176ec0; }
    .pageNav li a.on {
      font-weight: bold; }
  .pageNav .curr {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    font-size: .14rem;
    color: #666;
    height: .8rem;
    background: url("../image/nimg16_1.png") left center no-repeat;
    background-size: .16rem;
    padding-left: .16rem; }
    .pageNav .curr a {
      color: #666;
      padding: 0 .17rem 0 .1rem;
      background: url("../image/img7.png") right center no-repeat;
      background-size: .07rem; }
      .pageNav .curr a:hover {
        color: #176ec0; }
    .pageNav .curr em {
      padding-left: .1rem; }

.about_01 {
  position: relative;
  padding: .6rem 0;
  min-height: 4.92rem;
  border-bottom: #ddd solid 1px; }
  .about_01 .img {
    width: 4.8rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.7rem;
    bottom: auto; }
  .about_01 .title {
    font-size: .24rem; }
  .about_01 .content {
    width: 6.9rem;
    padding-top: .4rem;
    font-size: .14rem;
    line-height: 2em;
    color: #666; }

.about_02 {
  padding-bottom: 1.1rem; }
  .about_02 .title {
    font-size: .24rem;
    padding: .55rem 0 .35rem 0; }
  .about_02 .list {
    background: url("../image/nimg1200_1.jpg");
    min-height: 4.46rem;
    color: #fff;
    padding: .6rem 0 0 2rem; }
    .about_02 .list li {
      position: relative;
      width: 50%;
      min-height: 1rem;
      padding: 0 0 .3rem .7rem; }
      .about_02 .list li .img {
        width: .48rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.05rem;
        bottom: auto; }
      .about_02 .list li .name {
        font-size: .18rem;
        line-height: .3rem; }
      .about_02 .list li p {
        font-size: .16rem;
        line-height: .3rem; }

.group {
  text-align: center;
  padding: .7rem 0 1rem 0;
  background: url("../image/img1920.jpg") center bottom no-repeat;
  background-size: 19.2rem; }
  .group .title {
    font-size: .28rem; }
  .group .msg {
    font-size: .16rem;
    color: #666;
    padding: .1rem 0 .45rem 0; }

.history {
  background: url("../image/nimg1920_2.jpg") center bottom no-repeat;
  background-size: 19.2rem;
  min-height: 10rem;
  padding: .7rem 0 1.5rem 0; }
  .history .title {
    font-size: .28rem;
    text-align: center; }
  .history .msg {
    text-align: center;
    padding: .2rem 0 .45rem 0;
    font-size: .14rem;
    color: #666; }
  .history .list {
    min-height: 6rem;
    position: relative;
    padding: .5rem 0 0 0; }
    .history .list:before {
      content: "";
      display: block;
      position: absolute;
      left: .14rem;
      top: 0;
      width: 1px;
      height: 100%;
      background: #b7beca; }
    .history .list:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: .29rem;
      height: .29rem;
      background: url("../image/img29.png") center no-repeat;
      background-size: cover; }
    .history .list .img {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 3.8rem; }
    .history .list li {
      position: relative;
      min-height: .75rem;
      padding: 0 0 .3rem 1.25rem;
      max-width: 7.85rem; }
      .history .list li:last-child {
        min-height: .3rem; }
      .history .list li em {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0.1rem;
        right: auto;
        top: 0;
        bottom: auto;
        width: .93rem;
        height: .3rem;
        line-height: .3rem;
        color: #fff;
        background: url("../image/img93.png") center no-repeat;
        background-size: 100% 100%;
        padding-left: .32rem;
        font-size: .24rem; }
      .history .list li p {
        font-size: .14rem;
        line-height: .24rem;
        color: #666;
        padding: .03rem 0; }
    .history .list li:hover em {
      background-image: url("../image/img93on.png"); }

.scientificNav {
  padding-top: .4rem; }
  .scientificNav li {
    padding-right: .2rem; }
  .scientificNav a {
    display: table-cell;
    vertical-align:middle;
    font-size: .16rem;
    width: 1.8rem;
    height: .5rem;
    line-height: .24rem;
    text-align: center;
    background: #f7f7f7;
    border: #f7f7f7 solid 1px; }
    .scientificNav a:hover, .scientificNav a.on {
      background: #fff;
      border-color: #176ec0;
      color: #176ec0; }

.scientific_01 {
  padding: .45rem 0;
  min-height: 5rem;
  position: relative; }
  .scientific_01 .img {
    width: 4.5rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.87rem;
    bottom: auto; }
  .scientific_01 h2.title {
    font-size: .28rem;
    font-weight: 400;
    padding-bottom: .38rem; }
  .scientific_01 h3.title {
    font-size: .18rem;
    font-weight: 600;
    padding-bottom: .15rem; }
  .scientific_01 h4.title {
    font-size: .16rem;
    font-weight: 600;
    padding-bottom: .1rem; }
  .scientific_01 .content {
    font-size: .14rem;
    line-height: .28rem;
    color: #666;
    padding-bottom: .32rem; }
    .scientific_01 .content.content-2 {
      width: 6.25rem; }
  .scientific_01 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: .3rem; }
    .scientific_01 .list li {
      background: #f7f7f7;
      min-height: 3.6rem;
      position: relative;
      padding: 0 .58rem 0 6.5rem; }
      .scientific_01 .list li .imgDiv {
        width: 6rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .scientific_01 .list li h2 {
        font-size: .18rem;
        padding: .35rem 0 .25rem 0; }
      .scientific_01 .list li .msg {
        font-size: .14rem;
        line-height: .28rem;
        color: #666; }
        .scientific_01 .list li .msg p {
          padding-top: .15rem;
          color: #176ec0; }
    .scientific_01 .list .dots {
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: auto;
      bottom: 0.7rem;
      padding-left: .5rem; }
      .scientific_01 .list .dots span {
        margin-right: .1rem;
        width: .24rem;
        height: .04rem;
        background: #d0d0d0; }
      .scientific_01 .list .dots .swiper-pagination-bullet-active {
        background: #176ec0; }

.scientific_02:nth-child(odd) {
  background: #f7f7f7; }
.scientific_02 .wal {
  min-height: 5rem;
  position: relative;
  padding: .55rem 0; }
.scientific_02 h2.title {
  font-size: .18rem;
  padding-bottom: .15rem; }
.scientific_02 .content {
  font-size: .14rem;
  line-height: .28rem;
  color: #666;
  max-width: 6.3rem; }
  .scientific_02 .content p {
    padding-bottom: .15rem; }
.scientific_02 .imgList {
  width: 4.5rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 1.07rem;
  bottom: auto; }
  .scientific_02 .imgList li {
    padding-bottom: .2rem; }

.platform li .wal {
  min-height: 4.4rem;
  position: relative; }
.platform li .img {
  width: 4.5rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0.75rem;
  bottom: auto; }
.platform li .container {
  max-width: 6.22rem;
  padding: .7rem 0; }
  .platform li .container .title {
    font-size: .24rem;
    padding-bottom: .24rem; }
  .platform li .container .content {
    font-size: .14rem;
    line-height: .28rem;
    color: #666; }
    .platform li .container .content p {
      padding-bottom: .15rem; }
.platform li:nth-child(even) {
  background: #f7f7f7; }
  .platform li:nth-child(even) .img {
    right: auto;
    left: 0; }
  .platform li:nth-child(even) .container {
    margin-left: auto; }

.platform_02 .title {
  font-size: .24rem;
  padding: .65rem 0 .25rem 0; }
.platform_02 .content {
  font-size: .14rem;
  line-height: .28rem;
  color: #666; }
.platform_02 .list {
  padding: .1rem 0 .9rem 0; }
  .platform_02 .list ul {
    margin-left: -.3rem; }
  .platform_02 .list li {
    width: 33.333%;
    padding: 0 0 .3rem .3rem; }
  .platform_02 .list .box {
    min-height: 3.14rem;
    position: relative;
    background: #f7f7f7 url("../image/img129.png") right bottom no-repeat;
    background-size: 1.29rem; }
    .platform_02 .list .box .num {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      background: url("../image/img76.png") center no-repeat;
      background-size: cover;
      width: .76rem;
      height: .76rem;
      line-height: .66rem;
      text-align: center;
      color: #fff;
      font-size: .32rem;
      padding-right: .15rem; }
    .platform_02 .list .box .name {
      font-size: .18rem;
      padding: .35rem 0 0 .78rem;
      font-weight: 600; }
    .platform_02 .list .box p {
      font-size: .14rem;
      line-height: .28rem;
      color: #666;
      padding: .35rem .4rem; }

.life_01 {
  padding-bottom: .2rem; }
  .life_01 .title {
    font-size: .24rem;
    padding: .45rem 0 .25rem 0; }
  .life_01 .fl {
    width: 6.8rem; }
    .life_01 .fl h2 {
      line-height: .5rem;
      padding-left: .4rem;
      background: #8bb6df;
      font-weight: 400;
      font-size: .18rem; }
    .life_01 .fl ul {
      border-left: #176ec0 solid 1px;
      border-top: #176ec0 solid 1px; }
    .life_01 .fl li div {
      line-height: .28rem;
      border-right: #176ec0 solid 1px;
      border-bottom: #176ec0 solid 1px;
      padding: .1rem .2rem .1rem .39rem;
      font-size: .14rem; }
      .life_01 .fl li div b {
        font-size: .16rem; }
    .life_01 .fl li .col-1 {
      width: 45%; }
    .life_01 .fl li .col-2 {
      width: 55%; }
    .life_01 .fl ul li:first-child
    {
        background:#8bb6df;
    }
  .life_01 .fr {
    width: 4.5rem; }

.life_02 {
  background: #f7f7f7;
  min-height: 3.8rem; }
  .life_02 li {
    text-align: center;
    padding-top: .7rem; }
    .life_02 li .img {
      width: .59rem;
      margin: 0 auto; }
    .life_02 li h2 {
      font-size: .18rem;
      padding: .27rem 0 .12rem 0;
      font-weight: 600; }
    .life_02 li dd {
      font-size: .14rem;
      line-height: .28rem;
      color: #666; }
      .life_02 li dd a {
        color: #666; }

.animal {
  padding-top: .5rem; }
  .animal li {
    padding: 0 0 .2rem 4.5rem;
    position: relative; }
    .animal li .img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 4.5rem; }
    .animal li .box {
      min-height: 2.96rem;
      border: #f7f7f7 solid .02rem;
      padding: .42rem .5rem .42rem .55rem; }
      .animal li .box .name {
        font-weight: 600;
        font-size: .24rem; }
      .animal li .box p {
        font-size: .14rem;
        line-height: .28rem;
        color: #666;
        min-height: 1.3rem;
        padding: .15rem 0; }
      .animal li .box .btn {
        position: relative; }
        .animal li .box .btn a {
          margin-right: .2rem;
          border: #ccc solid 1px;
          font-size: .14rem;
          color: #999;
          width: 1.2rem;
          height: .36rem;
          line-height: .34rem;
          text-align: center; }
          .animal li .box .btn a:hover {
            color: #176ec0;
            border-color: #176ec0; }
        .animal li .box .btn em {
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0;
          top: 0;
          bottom: auto;
          line-height: .36rem;
          font-size: .14rem;
          color: #aaa;
          background: url("../image/nimg13.png") left center no-repeat;
          background-size: .13rem;
          padding-left: .23rem; }

.pageNum {
  padding: .2rem 0 1rem 0; }
  .pageNum a {
    margin: 0 .1rem;
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    background: #f2f2f2;
    font-size: .14rem; }
    .pageNum a:hover, .pageNum a.on {
      background: #176ec0;
      color: #fff; }
    .pageNum a.arrow {
      background: #f2f2f2 center no-repeat;
      background-size: .09rem;
      margin: 0 .2rem; }
      .pageNum a.arrow:hover {
        background-color: #176ec0; }
      .pageNum a.arrow.prev {
        background-image: url("../image/prev9.png"); }
        .pageNum a.arrow.prev:hover {
          background-image: url("../image/prev9on.png"); }
      .pageNum a.arrow.next {
        background-image: url("../image/next9.png"); }
        .pageNum a.arrow.next:hover {
          background-image: url("../image/next9on.png"); }

.value {
  text-align: center;
  padding: .65rem 0 1rem 0; }
  .value h2 {
    font-size: .28rem;
    font-weight: 400; }
  .value .msg {
    font-size: .14rem;
    line-height: 2em;
    color: #666;
    padding: .1rem 0 .3rem 0; }

.news {
  padding: .3rem 0; }
  .news li .wal {
    min-height: 3rem;
    border-bottom: #eee solid 1px;
    position: relative;
    padding: .7rem 1.65rem .5rem 3.5rem; }
  .news li .img {
    width: 3.08rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.5rem;
    bottom: auto; }
  .news li .name {
    position: relative;
    line-height: .25rem; }
    .news li .name a {
      display: block;
      font-size: .24rem;
      font-weight: 600; }
    .news li .name em {
      font-size: .14rem;
      color: #aaa;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -1.7rem;
      top: 0;
      bottom: auto;
      background: url("../image/nimg13.png") left center no-repeat;
      background-size: .13rem;
      padding-left: .23rem; }
  .news li .info {
    font-size: .12rem;
    font-weight: bold;
    color: #aaa;
    padding: .05rem 0 .25rem 0; }
  .news li p {
    font-size: .14rem;
    line-height: .28rem;
    color: #666; }
    .news li p span {
      color: #176ec0; }
  .news li:hover {
    background: #f7f7f7; }

.newShow .title {
  font-size: .24rem;
  text-align: center;
  padding: .62rem 0 .2rem 0; }
.newShow .info {
  min-height: .55rem;
  border-bottom: #d6d6d6 solid 1px;
  font-size: .14rem;
  color: #999; }
  .newShow .info em {
    padding: 0 .12rem; }
.newShow .content {
  padding: .3rem 0 .55rem 0;
  font-size: .14rem;
  line-height: .28rem;
  color: #666; }
  .newShow .content .img {
    text-align: center;
    padding: .3rem 0; }

.pageNum2 {
  border-top: #d6d6d6 solid 1px;
  position: relative;
  padding: .3rem 0;
  min-height: 1.5rem; }
  .pageNum2 li {
    font-size: .14rem;
    line-height: 2em; }
    .pageNum2 li em {
      color: #999; }
    .pageNum2 li a {
      color: #666; }
      .pageNum2 li a:hover {
        color: #176ec0; }
  .pageNum2 a.back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.3rem;
    bottom: auto;
    width: 1.6rem;
    height: .52rem;
    line-height: .52rem;
    text-align: center;
    background: #176ec0;
    color: #fff;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    font-size: .16rem;
    letter-spacing: .02rem;
    display: block; }
    .pageNum2 a.back em {
      padding-right: .24rem;
      background: url("../image/img8_1.png") right center no-repeat;
      background-size: .08rem; }

.pageTitle2 {
  text-align: center;
  padding: .65rem 0 .45rem 0; }
  .pageTitle2 h2 {
    font-size: .28rem;
    font-weight: 400; }
  .pageTitle2 p {
    font-size: .14rem;
    color: #666;
    padding-top: .12rem; }

.pageLink {
  padding-bottom: .8rem; }
  .pageLink ul {
    margin-left: -.4rem; }
  .pageLink li {
    width: 50%;
    padding: 0 0 .4rem .4rem; }
  .pageLink a {
    display: block;
    position: relative; }
    .pageLink a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: #176ec0 solid 2px;
      box-sizing: border-box;
      opacity: 0; }
    .pageLink a .box {
      border: #e6e6e6 solid 1px;
      min-height: 1.35rem;
      padding: .28rem .38rem; }
      .pageLink a .box .name {
        font-size: .18rem;
        line-height: 1.7em;
        font-weight: 600; }
      .pageLink a .box .url {
        line-height: .46rem;
        font-size: .14rem;
        color: #999;
        padding-left: .28rem;
        background: url("../image/nimg14.png") left center no-repeat;
        background-size: .14rem; }
  .pageLink a:hover:before {
    opacity: 1; }
  .pageLink a:hover .box .url {
    color: #176ec0; }

.occupation .pageTitle2 {
  padding: .35rem 0; }
.occupation .img {
  text-align: center;
  padding-bottom: 1rem; }

.job {
  padding-bottom: .3rem; }
  .job .pageTitle2 {
    padding: .35rem 0; }
  .job li {
    padding-bottom: .05rem; }
    .job li .name {
      background: #f5f5f5;
      position: relative;
      min-height: .6rem;
      font-size: .14rem; }
      .job li .name h2 {
        width: 2.65rem;
        padding-left: .25rem;
        font-size: .16rem;
        color: #000; }
      .job li .name .col {
        line-height: .3rem;
        width: 2.68rem;
        border-left: #e0e0e0 solid 1px;
        padding-left: .54rem;
        color: #666; }
      .job li .name a {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        width: 1.76rem;
        height: .6rem;
        line-height: .6rem;
        text-align: center;
        background: #508abf;
        color: #fff; }
        .job li .name a em {
          /*display: inline-block;*/
          width: .8rem;
          padding-right: .2rem;
          background: url("../image/img10_1.png") right center no-repeat;
          background-size: .1rem; }
    .job li .box {
      display: none;
      border: #e7e7e7 solid 1px;
      border-top: 0;
      padding: .2rem .6rem .5rem .6rem;
      color: #666; }
      .job li .box h3 {
        font-size: .14rem;
        line-height: .36rem;
        position: relative; }
        .job li .box h3 img {
          position: absolute;
          z-index: 10;
          left: -0.34rem;
          right: auto;
          top: 50%;
          bottom: auto;
          height: .22rem;
          margin-top: -.11rem; }
      .job li .box .content {
        font-size: .12rem;
        line-height: .36rem;
        padding-bottom: .3rem; }
      .job li .box .btn {
        background: #176ec0;
        -moz-border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        border-radius: 0.06rem;
        position: relative;
        width: 1.6rem;
        height: .52rem;
        line-height: .52rem;
        text-align: center;
        font-size: .16rem;
        color: #fff; }
        .job li .box .btn input {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          width: 100%;
          height: 100%;
          opacity: 0; }
  .job li.on .name h2 {
    color: #176ec0; }
  .job li.on .name a {
    background-color: #176ec0; }
    .job li.on .name a em {
      background-image: url("../image/img10_1on.png"); }
    .job .list .btn a
    {
        color:#fff;
    }
        .job .list .btn a:hover
        {
              color:#fff;
        }
.cooperation {
  padding-bottom: .7rem; }
  .cooperation ul {
    margin-left: -.32rem; }
  .cooperation li {
    width: 25%;
    padding: 0 0 .32rem .32rem; }
    .cooperation li a {
      display: block;
      border: #e6e6e6 solid 1px; }
    .cooperation li a:hover {
      box-shadow: 0 0.08rem 0.21rem rgba(23, 110, 192, 0.11);
      -webkit-box-shadow: 0 0.08rem 0.21rem rgba(23, 110, 192, 0.11);
      -moz-box-shadow: 0 0.08rem 0.21rem rgba(23, 110, 192, 0.11);
      border-color: rgba(0, 0, 0, 0); }

.contact {
  padding: .65rem 0 0.3rem 0; }
  .contact .box {
    width: 3.7rem; }
    .contact .box .name {
      font-size: .24rem;
      position: relative;
      top: -.05rem; }
    .contact .box .list {
      min-height: 2.65rem;
      padding: .2rem 0; }
      .contact .box .list li {
        position: relative;
        font-size: .14rem;
        line-height: .32rem;
        color: #666;
        padding-left: 1.2rem; }
        .contact .box .list li em {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto; }
    .contact .box .ewm div {
      width: 1.5rem;
      padding: .1rem;
      background: #176ec0; }
    .contact .box .ewm p {
      padding-left: .22rem;
      font-size: .14rem;
      color: #666; }
  .contact .map {
    width: 8rem;
    border: #ececec solid 1px; }

/*# sourceMappingURL=index.css.map */
.indexFlash .list a:hover{color: #1A6EBE;}
.indexPart1 .box  dd a:hover,.indexPart2 .box  dd a:hover,.foot a:hover{opacity: 0.5;}
.animal li .img{overflow: hidden;}
.animal li .img:hover img{transform: scale(1.1);}