  @charset "UTF-8";
a, .transition, .head .search .form, .nav .list dd:hover dl, .nav li:hover .list, .sideBar li .layer, .indexPart4 .container .list a span, .news a .name, .news a .btn, .pageSearch .list a .name span, .pageSearch .list a p, :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, .indexPart4 .container .list a, .news a .name, .pageSearch .list a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .indexFlash .dots, .indexPart3 .list ul, .sideNav li dl dd, .service_12 li .name, .aboutNav ul, .aboutNav li a, .about .list ul, .aboutFoot li, .newsTab, .newsTab ul, .pageNum, .pageNum a, .pageNum2 dl, .pageSearch .btn ul {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexPart1 .title, .service_11 li .container, .service_14 li .container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .indexPart1 .title, .service_12 li .name, .service_14 li .container, .aboutNav li a, .aboutFoot li, .newsTab, .pageNum a, .pageNum2 dl {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash .dots, .indexPart1 .title, .sideNav li dl dd, .service_11 li .container, .service_12 li .name, .service_14 li .container, .newsTab, .pageNum, .pageNum a {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .service_06 ul, .service_12 ul, .aboutFoot ul, .contact ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .foot .wal .list ul, .indexPart1 ul, .service_03 ul, .service_06 ul, .service_07 .list, .service_09 ul, .service_11 ul, .service_12 ul, .service_14 ul, .aboutFoot ul, .contact ul, .lyb .form ul, .pageSearch .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: .16rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #1270b3;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 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: 'Impact';
  src: url("fonts/ImpactMTStd.eot");
  src: url("fonts/ImpactMTStd.eot?#iefix") format("embedded-opentype"), url("fonts/ImpactMTStd.woff") format("woff"), url("fonts/ImpactMTStd.ttf") format("truetype"), url("fonts/ImpactMTStd.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
.head {
  position: absolute;
  z-index: 50;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%; }
  .head .wal {
    height: 1.1rem;
    position: relative; }
  .head a.logo {
    display: block;
    width: 1.5rem;
    height: 100%;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head a.searchA {
    display: block;
    width: .2rem;
    height: 100%;
    background: url("../image/img20_1.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
  .head .search {
    width: .4rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.1rem;
    top: 0;
    bottom: auto; }
    .head .search a {
      display: block;
      width: .4rem;
      height: .4rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 50%;
      bottom: auto;
      margin-top: -.2rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      background: url("../image/img20_1.png") center no-repeat;
      background-size: .2rem; }
    .head .search .form {
      width: 2.4rem;
      height: .6rem;
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.1rem;
      top: 100%;
      bottom: auto;
      padding: .12rem;
      opacity: 0;
      visibility: hidden; }
      .head .search .form:before {
        content: "";
        display: block;
        position: absolute;
        top: -.08rem;
        right: 0;
        height: .08rem;
        width: .6rem;
        background: url("../image/img16_2.png") center no-repeat;
        background-size: .16rem; }
      .head .search .form .input {
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        height: .36rem;
        background: rgba(255, 255, 255, 0.1); }
        .head .search .form .input input {
          width: 100%;
          height: .36rem;
          line-height: .36rem;
          padding: 0 .15rem;
          font-size: .14rem;
          color: rgba(255, 255, 255, 0.3); }
      .head .search .form .submit {
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0.12rem;
        top: 0.12rem;
        bottom: auto;
        background: #1270b3;
        width: .64rem;
        height: .36rem; }
        .head .search .form .submit input {
          width: 100%;
          height: .36rem;
          font-size: .14rem;
          color: #fff; }
        .head .search .form .submit:hover {
          background: #00a2ed; }
    .head .search.show a {
      background-color: rgba(0, 0, 0, 0.2); }
    .head .search.show .form {
      opacity: 1;
      visibility: visible;
      top: .95rem; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.4rem;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left;
    padding: .35rem .05rem 0 .05rem;
    position: relative;
    min-height: .8rem; }
  .nav a.name {
    display: block;
    font-size: .17rem;
    padding: 0 .13rem;
    color: #fff;
    height: .4rem;
    line-height: .4rem;
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem; }
    .nav a.name:hover, .nav a.name.on {
      background: rgba(0, 0, 0, 0.3); }
  .nav .list {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 1.2rem;
    bottom: auto;
    text-align: center;
    width: 1.4rem;
    margin-left: -.7rem;
    opacity: 0;
    visibility: hidden; }
    .nav .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -.08rem;
      width: 100%;
      height: .08rem;
      background: url("../image/img16_2.png") center no-repeat;
      background-size: auto 100%; }
    .nav .list dd {
      position: relative; }
      .nav .list dd a {
        display: block;
        height: .7rem;
        line-height: .7rem;
        color: rgba(255, 255, 255, 0.6);
        font-size: .16rem;
        background: rgba(0, 0, 0, 0.5);
        position: relative; }
        .nav .list dd a:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: .51rem;
          width: 0;
          height: .02rem;
          background: #00a2ed; }
      .nav .list dd dl {
        position: absolute;
        z-index: 10;
        left: 100%;
        right: auto;
        top: 50%;
        bottom: auto;
        min-width: 1.3rem;
        opacity: 0;
        visibility: hidden; }
        .nav .list dd dl a {
          background: rgba(0, 0, 0, 0.7);
          padding: 0 .2rem;
          white-space: nowrap; }
          .nav .list dd dl a:before {
            display: none; }

@media screen and (min-width: 800px) {
  .nav .list dd:hover a {
    color: #fff;
    background: rgba(0, 0, 0, 0.7); }
    .nav .list dd:hover a:before {
      width: .4rem;
      margin-left: -.2rem; }
  .nav .list dd:hover dl {
    top: 0;
    opacity: 1;
    visibility: visible; }
    .nav .list dd:hover dl a {
      color: rgba(255, 255, 255, 0.6); }
      .nav .list dd:hover dl a:hover {
        color: #00a2ed; }
  .nav .list-1 {
    width: 2.2rem;
    margin-left: -1.1rem; }
  .nav li:hover a.name {
    background: rgba(0, 0, 0, 0.2); }
  .nav li:hover .list {
    top: .95rem;
    opacity: 1;
    visibility: visible; } }
.foot {
  min-height: 3.67rem;
  position: relative; }
  .foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.76rem;
    background: url("../image/foot.png") center bottom no-repeat;
    background-size: auto 100%; }
  .foot .wal {
    position: relative;
    min-height: 3.07rem;
    color: #fff; }
    .foot .wal a {
      color: #fff; }
    .foot .wal h2 {
      font-size: .18rem;
      padding: .47rem 0 .18rem 0; }
    .foot .wal .list {
      width: 3.2rem; }
      .foot .wal .list li {
        width: 50%; }
      .foot .wal .list a {
        display: block;
        height: .38rem;
        line-height: .38rem;
        opacity: .6;
        position: relative;
        top: -.1rem; }
        .foot .wal .list a:hover {
          opacity: 1; }
    .foot .wal .container {
      position: absolute;
      z-index: 10;
      left: 4.7rem;
      right: auto;
      top: 0;
      bottom: auto;
      width: 3.6rem; }
      .foot .wal .container li {
        position: relative;
        padding-left: .4rem; }
      .foot .wal .container img {
        width: .3rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .foot .wal .container h3 {
        font-weight: 400;
        font-size: .16rem; }
      .foot .wal .container p {
        opacity: .6;
        line-height: .3rem;
        padding: .06rem 0 .15rem 0; }
    .foot .wal .ewm {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      width: 1.64rem; }
  .foot .msg {
    line-height: .59rem;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    color: rgba(255, 255, 255, 0.5);
    position: relative; }

.foot-2:before {
  height: 100%;
  background-size: auto 6.76rem; }

.sideBar {
  width: .64rem;
  position: fixed;
  z-index: 20;
  top: 50%;
  margin-top: -1.28rem;
  right: 0; }
  .sideBar li {
    border-bottom: #3585be solid 1px;
    position: relative; }
    .sideBar li:last-child {
      border: 0; }
    .sideBar li a.name {
      display: block;
      position: relative;
      z-index: 11;
      background: #1270b3; }
      .sideBar li a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: url("../image/img64.png") center no-repeat;
        background-size: cover; }
      .sideBar li a.name img {
        position: relative; }
    .sideBar li .layer {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      background: #00a2ed;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      height: 100%;
      width: 1.3rem;
      line-height: .26rem;
      text-align: center;
      padding-top: .06rem; }
  .sideBar li:hover a.name:before {
    opacity: 1; }
  .sideBar li:hover .layer {
    opacity: 1;
    visibility: visible;
    right: 100%; }

/*index-------*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide {
    height: 8.6rem;
    background: center no-repeat;
    background-size: cover;
    position: relative; }
    .indexFlash .swiper-slide .img {
      width: 6.3rem;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 2.6rem;
      bottom: auto;
      margin-left: -3.15rem; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 2.8rem;
    width: 100%; }
    .indexFlash .dots span {
      width: .28rem;
      height: .2rem;
      background: url("../image/img20.png") center no-repeat;
      background-size: .2rem; }
    .indexFlash .dots .swiper-pagination-bullet-active {
      background-image: url("../image/img20on.png"); }

.pageFlash .swiper-slide {
  height: 6.3rem; }
.pageFlash .title {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 2.43rem;
  bottom: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-size: .18rem; }
  .pageFlash .title h2 {
    font-size: .48rem;
    position: relative;
    padding-bottom: .52rem; }
    .pageFlash .title h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: .25rem;
      width: .4rem;
      height: .02rem;
      background: #fff;
      margin-left: -.2rem; }
.pageFlash .dots {
  bottom: .9rem; }
.pageFlash .dots-2 {
  bottom: 1rem; }

.indexPart1 {
  position: relative;
  top: -2.2rem;
  z-index: 11; }
  .indexPart1 .title {
    position: absolute;
    left: 0;
    top: -.4rem;
    width: 66.666%;
    padding-right: 4rem;
    height: 2.6rem;
    background: rgba(255, 255, 255, 0.8); }
    .indexPart1 .title img {
      width: .88rem; }
    .indexPart1 .title h2 {
      font-size: .36rem;
      line-height: .66rem; }
    .indexPart1 .title span {
      text-transform: uppercase;
      color: #999; }
  .indexPart1 li {
    width: 33.333%;
    height: 2.2rem;
    position: relative;
    background: center no-repeat;
    background-size: cover; }
    .indexPart1 li a.btn {
      display: block;
      width: 3.6rem;
      height: 1.8rem;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-left: -1.8rem;
      margin-top: -.9rem;
      color: #fff;
      text-transform: uppercase;
      background: rgba(8, 100, 166, 0.9);
      padding-left: .4rem;
      font-size: .16rem;
/*      opacity: 0;
      transform: scale(0.5);
      -webkit-transform: scale(0.5);*/
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5); }
      .indexPart1 li a.btn:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .4rem;
        height: 100%;
        width: .11rem;
        background: url("../image/img11.png") center no-repeat;
        background-size: 100%; }
      .indexPart1 li a.btn h2 {
        font-weight: 400;
        font-size: .24rem;
        position: relative;
        padding: .42rem 0; }
        .indexPart1 li a.btn h2:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .2rem;
          width: .4rem;
          height: .02rem;
          background: #fff; }
  .indexPart1 li:hover a.btn {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  .indexPart1 li.more {
    background: #88b7d9;
    padding: .2rem;
    height: 2.7rem; }
    .indexPart1 li.more a {
      display: block;
      height: 2.3rem;
      line-height: 2.3rem;
      text-align: center;
      background: #fff;
      font-size: .3rem;
      font-weight: bold;
      color: #1270b3; }
      .indexPart1 li.more a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.3rem;
        width: .6rem;
        height: .6rem;
        background: #1270b3 url("../image/img60.png") center no-repeat;
        background-size: cover; }
    .indexPart1 li.more a:hover {
      color: #00a2ed; }
      .indexPart1 li.more a:hover:before {
        background-color: #00a2ed; }

.indexPart2 {
  min-height: 6.3rem;
  position: relative;
  color: #fff; }
  .indexPart2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1.2rem;
    width: 100%;
    height: 7.5rem;
    background: url("../image/indexPart2.png") center no-repeat;
    background-size: auto 100%; }
  .indexPart2 .title {
    text-align: center;
    padding: .18rem 0 .55rem 0; }
    .indexPart2 .title img {
      width: .88rem; }
    .indexPart2 .title h2 {
      font-size: .36rem;
      line-height: .66rem; }
    .indexPart2 .title span {
      text-transform: uppercase;
      display: block;
      opacity: .6; }
  .indexPart2 .list {
    position: relative;
    margin-left: -.24rem;
    margin-right: -.24rem; }
  .indexPart2 a.arrow {
    display: block;
    width: .15rem;
    height: 1.78rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    background: center no-repeat;
    background-size: 100%;
    opacity: .5; }
    .indexPart2 a.arrow:hover {
      opacity: 1; }
    .indexPart2 a.arrow.prev {
      left: -.3rem;
      background-image: url("../image/prev15.png"); }
    .indexPart2 a.arrow.next {
      right: -.3rem;
      background-image: url("../image/next15.png"); }
  .indexPart2 #indexPart2 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart2 .swiper-slide {
    padding: 0 .24rem; }
    .indexPart2 .swiper-slide .content {
      background: #fff url("../image/img59.png") 0.2rem 0.2rem no-repeat;
      background-size: .59rem;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      min-height: 1.78rem;
      position: relative;
      line-height: 2em;
      text-align: justify;
      color: #666;
      padding: .32rem .38rem; }
      .indexPart2 .swiper-slide .content:before {
        content: "";
        display: block;
        position: absolute;
        left: 120px;
        top: 100%;
        width: .56rem;
        height: .15rem;
        background: url("../image/img16.png") center no-repeat;
        background-size: auto 100%; }
    .indexPart2 .swiper-slide .container {
      min-height: 1rem;
      position: relative;
      padding-left: .66rem; }
      .indexPart2 .swiper-slide .container a.logo {
        display: block;
        width: .56rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.2rem;
        bottom: auto; }
      .indexPart2 .swiper-slide .container .name {
        font-size: .16rem;
        padding: .22rem 0 .08rem 0; }
      .indexPart2 .swiper-slide .container p {
        opacity: .6; }

.indexPart3 {
  position: relative;
  min-height: 7.05rem; }
  .indexPart3 .title {
    padding: .32rem 0 .25rem 0; }
    .indexPart3 .title img {
      width: .88rem; }
    .indexPart3 .title h2 {
      font-size: .36rem;
      line-height: .66rem; }
    .indexPart3 .title span {
      text-transform: uppercase;
      display: block;
      opacity: .6; }
  .indexPart3 .content {
    line-height: .3rem;
    text-align: justify;
    color: #666;
    width: 5.63rem;
    min-height: 2.48rem; }
    .indexPart3 .content p {
      padding-bottom: .15rem; }
  .indexPart3 .list li {
    margin-right: .95rem;
    position: relative;
    text-align: center;
    width: 1.2rem; }
    .indexPart3 .list li .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%; }
    .indexPart3 .list li h2 {
      color: #1270b3;
      font-size: .48rem;
      font-family: 'Impact';
      line-height: .82rem; }
    .indexPart3 .list li p {
      margin-left: -.5rem;
      margin-right: -.5rem;
      color: #666; }
  .indexPart3 .bigImg {
    width: 6.07rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.17rem;
    top: 0.8rem;
    bottom: auto; }

.indexPart4 {
  min-height: 5.23rem;
  position: relative;
  z-index: 2; }
  .indexPart4 div.title {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.9rem;
    bottom: auto;
    text-align: right; }
    .indexPart4 div.title img {
      width: .88rem; }
    .indexPart4 div.title h2 {
      font-size: .36rem;
      line-height: .66rem; }
    .indexPart4 div.title span {
      text-transform: uppercase;
      display: block;
      opacity: .6; }
  .indexPart4 .container {
    background: #fff;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    float: left;
    width: 4.3rem;
    min-height: 4.67rem;
    margin-right: .5rem;
    position: relative;
    box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.15);
    -webkit-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.15);
    -moz-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.15); }
    .indexPart4 .container .title {
      background: url("../image/img430.png") center no-repeat;
      background-size: 100% 100%;
      height: .8rem;
      line-height: .8rem;
      text-align: center;
      color: #fff;
      font-size: .24rem;
      font-weight: bold; }
    .indexPart4 .container .list {
      padding: .15rem .25rem; }
      .indexPart4 .container .list li {
        padding: .07rem 0; }
      .indexPart4 .container .list a {
        display: block;
        position: relative;
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem;
        height: .4rem;
        line-height: .4rem;
        padding: 0 .95rem 0 .3rem;
        color: #666;
        background: url("../image/img6.png") 0.15rem center no-repeat;
        background-size: .06rem; }
        .indexPart4 .container .list a span {
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0.15rem;
          top: 0;
          bottom: auto;
          font-size: .12rem;
          color: #999; }
        .indexPart4 .container .list a:hover {
          color: #1270b3;
          background-color: #e7f0f7;
          background-image: url("../image/img6on.png"); }
          .indexPart4 .container .list a:hover span {
            color: #1270b3; }
    .indexPart4 .container .more {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: -0.2rem;
      width: 100%; }
      .indexPart4 .container .more a {
        display: block;
        margin: 0 auto;
        background: #1270b3;
        font-size: .16rem;
        color: #fff;
        height: .4rem;
        line-height: .4rem;
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem;
        width: 1.12rem;
        text-align: center; }
      .indexPart4 .container .more a:hover {
        background-color: #00a2ed; }

/*page*/
.pageBg {
  min-height: 5rem;
  background: #f5f8fa;
  position: relative;
  z-index: 10; }

.pageBgHead {
  width: 50%;
  position: absolute;
  z-index: 0;
  left: auto;
  right: 0;
  top: -0.7rem;
  bottom: auto; }
  .pageBgHead:before {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    background: #f5f8fa;
    height: .7rem;
    margin-left: -3.4rem; }

.sideNav {
  width: 2.6rem;
  background: #5299cc;
  position: relative;
  padding-top: .5rem; }
  .sideNav.on {
    position: fixed;
    z-index: 20;
    top: .7rem;
    left: 50%;
    margin-left: -6rem;
    margin-top: 40px; }
  .sideNav .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: -0.7rem;
    bottom: auto;
    width: 100%;
    height: 1.2rem;
    color: #fff;
    text-align: center;
    background: #1270b3 url("../image/img135.png") left top no-repeat;
    background-size: 1.35rem; }
    .sideNav .title h2 {
      font-size: .2rem;
      padding: .35rem 0 .06rem 0; }
    .sideNav .title span {
      font-size: .12rem;
      text-transform: uppercase; }
  .sideNav .title-2 {
    background-image: url("../image/img90.png");
    background-size: .9rem; }
  .sideNav .title-3 {
    background-image: url("../image/img114.png");
    background-size: 1.14rem; }
  .sideNav .title-4 {
    background-image: url("../image/img88_5.png");
    background-size: .88rem; }
  .sideNav li a {
    display: block;
    font-size: .17rem;
    color: #fff;
    text-align: center;
    height: .64rem;
    line-height: .64rem;
    position: relative; }
    .sideNav li a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: .08rem;
      height: 100%;
      background: url("../image/img8.png") center no-repeat;
      background-size: 100%;
      opacity: 0; }
    .sideNav li a:hover, .sideNav li a.on {
      background: #45b0e6; }
      .sideNav li a:hover:before, .sideNav li a.on:before {
        right: -.08rem;
        opacity: 1; }
  .sideNav li dl {
    background: #fff;
    padding: .1rem 0;
    position: relative;
    display: none; }
    .sideNav li dl:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: -.08rem;
      width: 100%;
      height: .08rem;
      background: url("../image/img16_1.png") center no-repeat;
      background-size: .16rem; }
    .sideNav li dl a {
      background: none;
      font-size: .16rem;
      line-height: .44rem;
      height: .44rem;
      color: #666;
      position: relative;
      padding: 0 .07rem; }
      .sideNav li dl a:before {
        opacity: 1;
        right: 50%;
        width: 0;
        height: .06rem;
        background: #c2daeb;
        top: .26rem; }
      .sideNav li dl a span {
        display: inline-block;
        position: relative; }
    .sideNav li dl a:hover, .sideNav li dl a.on {
      background: none;
      color: #1270b3; }
      .sideNav li dl a:hover:before, .sideNav li dl a.on:before {
        right: 0;
        width: 100%; }
  .sideNav li.on a.name {
    background: #45b0e6; }
    .sideNav li.on a.name:before {
      right: -.08rem;
      opacity: 1; }
  .sideNav li.on dl {
    display: block; }

.w840 {
  width: 8.4rem;
  position: relative;
  min-height: 5rem;
  padding-bottom: 1rem; }
  .w840:before {
    content: "";
    display: block;
    position: absolute;
    left: -.6rem;
    top: 0;
    width: 9.6rem;
    height: 100%;
    background: #fff; }
  .w840:after {
    content: "";
    display: block;
    position: absolute;
    left: -.6rem;
    top: -.3rem;
    width: 9.6rem;
    height: .3rem;
    background: #fff; }

#w840 {
  position: relative; }

.pageNow {
  color: #666;
  padding: .25rem 0 .45rem 0; }
  .pageNow a {
    color: #666; }
  .pageNow a:hover {
    color: #1270b3; }

.serviceTitle {
  color: #1270b3;
  text-align: center;
  background: url("../image/servictTitle.png") center no-repeat;
  background-size: 100% 100%;
  min-height: 1.54rem;
  letter-spacing: .5px; }
  .serviceTitle h2 {
    font-size: .24rem;
    padding: .45rem 0 .1rem 0; }

.serviceTitle-2 {
  min-height: 1.24rem;
  background-image: url("../image/img840.png"); }

.serviceTitle2 {
  border-bottom: #e7f0f7 solid 1px;
  position: relative;
  height: .68rem; }
  .serviceTitle2 h2 {
    border-bottom: #00a2ed solid 3px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    font-size: .2rem;
    padding-bottom: .1rem;
    letter-spacing: 1px; }

.service_01 {
  padding-top: .3rem; }
  .service_01 li {
    position: relative;
    padding: 0 0 .3rem .38rem;
    min-height: .81rem; }
    .service_01 li b {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      color: #fff;
      background: #1270b3;
      font-size: .18rem;
      font-family: 'Impact';
      width: .3rem;
      height: .3rem;
      line-height: .3rem;
      text-align: center;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .service_01 li h3 {
      line-height: .3rem;
      font-size: .16rem; }
    .service_01 li p {
      line-height: 2em;
      color: #666; }

.service_02 {
  padding: .4rem 0; }

.service_03 {
  padding: .32rem 0 0 0; }
  .service_03 li {
    width: 50%;
    min-height: .52rem;
    padding: 0 0 .15rem .24rem;
    position: relative; }
    .service_03 li b {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: -0.08rem;
      bottom: auto;
      font-size: .3rem;
      font-family: 'Impact';
      color: #1270b3; }
    .service_03 li p {
      line-height: .3rem;
      color: #666; }

.service_04 {
  padding-top: .24rem; }
  .service_04 .content {
    line-height: 2em;
    color: #666;
    text-align: justify;
    padding-bottom: .24rem; }
  .service_04 h2.title {
    font-size: .16rem;
    padding: .1rem 0; }
  .service_04 .container {
    margin-bottom: .3rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #e7f0f7;
    padding: 0 .06rem .06rem; }
    .service_04 .container .name {
      color: #1270b3;
      line-height: .45rem;
      padding: 0 .15rem; }
    .service_04 .container .list {
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      background: #fff;
      padding: .3rem .3rem .12rem .3rem; }
      .service_04 .container .list li {
        position: relative;
        padding: 0 0 .18rem .35rem; }
      .service_04 .container .list b {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.01rem;
        bottom: auto;
        display: block;
        background: #1270b3;
        color: #fff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: .14rem;
        width: .26rem;
        height: .26rem;
        line-height: .26rem;
        text-align: center; }
      .service_04 .container .list p {
        line-height: .28rem;
        color: #666; }

.service_05 {
  padding-top: .24rem; }
  .service_05 li {
    line-height: 2em;
    color: #666;
    padding: 0 0 .1rem 2.5em;
    position: relative; }
    .service_05 li em {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }

.service_06 {
  text-align: center; }
  .service_06 h2.title {
    font-size: .2rem;
    padding: .5rem 0 .32rem 0; }
  .service_06 .list {
    min-height: 2.4rem; }
  .service_06 li {
    width: .8rem;
    position: relative; }
    .service_06 li:before {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 1.1rem;
      height: .8rem;
      background: url("../image/img84.png") center no-repeat;
      background-size: .84rem; }
    .service_06 li:last-child:before {
      display: none; }
    .service_06 li h2 {
      padding: .15rem 0;
      font-size: .16rem;
      font-weight: 400; }
    .service_06 li p {
      color: #666;
      position: absolute;
      z-index: 10;
      left: 100%;
      right: auto;
      top: 0;
      bottom: auto;
      width: 1.1rem;
      line-height: .3rem; }

.service_07 {
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: #e7f0f7 solid .06rem;
  min-height: 3rem;
  position: relative; }
  .service_07 .title {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: -0.53rem;
    bottom: auto;
    width: 6rem;
    min-height: 1rem;
    background: #e7f0f7;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    margin-left: -3rem;
    text-align: center;
    font-size: .16rem;
    padding-top: .2rem;
    letter-spacing: .5px; }
    .service_07 .title div {
      font-size: .2rem;
      padding-top: .1rem; }
  .service_07 .list {
    padding: .87rem .5rem .2rem .5rem; }
    .service_07 .list ul {
      width: 50%; }
    .service_07 .list li {
      position: relative;
      min-height: .74rem;
      padding: 0 0 .15rem .38rem; }
      .service_07 .list li b {
        display: block;
        width: .3rem;
        height: .3rem;
        line-height: .3rem;
        text-align: center;
        font-size: .18rem;
        color: #fff;
        font-family: 'Impact';
        background: #1270b3;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
      .service_07 .list li h3 {
        line-height: .3rem;
        font-size: .14rem; }
      .service_07 .list li p {
        line-height: .28rem;
        color: #666; }

.service_08 {
  padding-top: .24rem; }
  .service_08 h2 {
    font-size: .16rem;
    padding-bottom: .1rem; }
  .service_08 ul {
    padding-bottom: .15rem; }
  .service_08 li {
    line-height: .28rem;
    padding-bottom: .1rem;
    color: #666; }

.service_09 {
  padding-top: .3rem; }
  .service_09 ul {
    margin-left: -.4rem; }
  .service_09 li {
    width: 50%;
    padding: 0 0 .4rem .4rem; }
  .service_09 .box {
    background: #e7f0f7;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 0 .06rem .06rem; }
    .service_09 .box h2 {
      line-height: .5rem;
      padding-left: .25rem;
      color: #1270b3;
      font-size: .16rem; }
    .service_09 .box .bg {
      background: #fff;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      min-height: 1rem; }
    .service_09 .box dl {
      padding: .2rem .25rem .1rem .25rem; }
    .service_09 .box dd {
      line-height: .28rem;
      padding-bottom: .1rem;
      color: #666; }

.service_10 {
  padding: .3rem 0; }
  .service_10 li {
    position: relative;
    min-height: .46rem;
    padding: 0 0 .15rem .34rem; }
    .service_10 li b {
      display: block;
      width: .26rem;
      height: .26rem;
      line-height: .26rem;
      text-align: center;
      color: #fff;
      background: #1270b3;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.01rem;
      bottom: auto; }
    .service_10 li p {
      line-height: .28rem;
      color: #666; }

.service_11 {
  padding-top: .3rem; }
  .service_11 ul {
    margin-left: -.2rem; }
  .service_11 li {
    width: 50%;
    padding: 0 0 .2rem .2rem; }
    .service_11 li.li_01 {
      width: 100%; }
    .service_11 li .container {
      position: relative;
      min-height: 1rem;
      background: #eef5fa;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      padding: .1rem .2rem .1rem .75rem; }
      .service_11 li .container b {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: auto;
        line-height: 1rem;
        font-family: 'Impact';
        font-size: .48rem;
        color: #9bbad8;
        width: .75rem;
        text-align: center; }
      .service_11 li .container h2 {
        font-size: .14rem;
        padding-bottom: .06rem; }
      .service_11 li .container p {
        color: #666;
        line-height: .24rem; }

.service_12 {
  padding: .5rem 0 0 0;
  text-align: center; }
  .service_12 li {
    width: 1.28rem;
    position: relative; }
    .service_12 li:before {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 50%;
      width: 100%;
      height: .06rem;
      background: #d1e4f3;
      margin-top: -.03rem; }
    .service_12 li:last-child:before {
      display: none; }
    .service_12 li .name {
      height: 1.28rem;
      background: url("../image/img128_1.png") center no-repeat;
      background-size: cover;
      color: #1270b3;
      line-height: .26rem;
      position: relative; }
    .service_12 li p {
      position: absolute;
      z-index: 10;
      left: 100%;
      right: auto;
      top: 0.1rem;
      bottom: auto;
      width: .5rem;
      text-align: center;
      font-size: .12rem;
      line-height: .18rem;
      color: #1270b3; }

.service_13 {
  padding: .4rem 0; }

.service_14 h2 {
  text-align: center;
  font-size: .2rem;
  padding: .5rem 0 .35rem 0; }
.service_14 ul {
  margin-left: -.4rem; }
.service_14 li {
  width: 25%;
  padding: 0 0 .4rem .4rem; }
  .service_14 li .container {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    min-height: 1.8rem;
    background: #eef5fa; }
    .service_14 li .container .img {
      width: .7rem; }
    .service_14 li .container .name {
      color: #1270b3;
      font-size: .16rem;
      padding-top: .2rem; }

.aboutNav {
  min-height: 1.8rem; }
  .aboutNav ul {
    position: relative;
    z-index: 11;
    top: -.9rem; }
  .aboutNav li {
    width: 25%; }
    .aboutNav li a {
      position: relative;
      top: .2rem;
      height: 1.4rem;
      background: #1270b3 left center no-repeat;
      background-size: auto 100%;
      color: #fff;
      padding-left: .77rem; }
      .aboutNav li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 3%;
        top: 4%;
        width: 94%;
        height: 92%;
        border: #fff solid .04rem;
        opacity: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      .aboutNav li a img {
        width: .5rem; }
      .aboutNav li a div {
        padding-left: .1rem;
        font-size: .12rem;
        text-transform: uppercase; }
        .aboutNav li a div h2 {
          font-size: .2rem;
          padding-bottom: .06rem; }
    .aboutNav li a:hover:before {
      opacity: .2; }
    .aboutNav li a.on {
      top: 0;
      height: 1.8rem;
      z-index: 2;
      box-shadow: 0 0.16rem 0.4rem rgba(0, 89, 153, 0.4);
      -webkit-box-shadow: 0 0.16rem 0.4rem rgba(0, 89, 153, 0.4);
      -moz-box-shadow: 0 0.16rem 0.4rem rgba(0, 89, 153, 0.4); }
      .aboutNav li a.on:before {
        opacity: .2; }
  .aboutNav .li_01 a {
    background-image: url("../image/img1.png"); }
  .aboutNav .li_02 a {
    background-image: url("../image/img2.png"); }
  .aboutNav .li_03 a {
    background-image: url("../image/img3.png"); }
  .aboutNav .li_04 a {
    background-image: url("../image/img4.png"); }
  .aboutNav li:nth-child(even) a {
    background-color: #1386bf; }

.about {
  position: relative;
  min-height: 5.8rem; }
  .about .title {
    padding: .1rem 0 .5rem 0;
    font-size: .3rem;
    font-weight: bold;
    position: relative; }
    .about .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .2rem;
      width: .71rem;
      height: .04rem;
      background: url("../image/img71.png") center no-repeat;
      background-size: cover; }
  .about .content {
    line-height: .3rem;
    text-align: justify;
    color: #666;
    width: 5.63rem;
    min-height: 2.48rem; }
    .about .content p {
      padding-bottom: .15rem; }
  .about .list li {
    margin-right: .95rem;
    position: relative;
    text-align: center;
    width: 1.2rem; }
    .about .list li .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%; }
    .about .list li h2 {
      color: #1270b3;
      font-size: .48rem;
      font-family: 'Impact';
      line-height: .82rem; }
    .about .list li p {
      margin-left: -.5rem;
      margin-right: -.5rem;
      color: #666; }
  .about .bigImg {
    width: 6.07rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.17rem;
    top: 0.1rem;
    bottom: auto; }

.aboutFoot {
  background: #f3f8fb; }
  .aboutFoot li {
    height: 1.6rem; }
    .aboutFoot li img {
      width: .5rem; }
    .aboutFoot li div {
      padding-left: .12rem;
      color: #666; }
      .aboutFoot li div h2 {
        font-size: .16rem;
        padding-bottom: .08rem;
        color: #333; }

.contact {
  min-height: 3.3rem; }
  .contact li {
    width: 1.1rem;
    position: relative;
    text-align: center; }
    .contact li:before {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 1.62rem;
      height: 1.1rem;
      background: url("../image/img143.png") center no-repeat;
      background-size: 1.43rem; }
    .contact li:last-child:before {
      display: none; }
    .contact li .img {
      position: relative; }
    .contact li h2 {
      font-size: .18rem;
      line-height: .32rem;
      padding: .15rem 0 .04rem 0; }
    .contact li p {
      margin-left: -.5rem;
      margin-right: -.5rem;
      color: #666;
      line-height: 2em; }

.contactMap {
  position: relative; }
  .contactMap .msg {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: -0.28rem;
    bottom: auto;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    width: 4.6rem;
    height: 1.37rem;
    margin-left: -2.3rem;
    padding-top: .26rem;
    background: url("../image/img460.png") center no-repeat;
    background-size: cover; }
  .contactMap .map {
    min-height: 6rem; }

.lyb {
  background: #fff url("../image/img360.png") left no-repeat;
  background-size: 3.6rem 100%;
  min-height: 6.75rem;
  position: relative;
  z-index: 2;
  -moz-border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  border-radius: 0.12rem;
  padding-left: 3.6rem;
  box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3);
  -webkit-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3);
  -moz-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3); }
  .lyb h2 {
    text-align: center;
    font-size: .24rem;
    padding: .45rem 0; }
  .lyb .form {
    padding: 0 .8rem; }
    .lyb .form ul {
      margin-left: -.8rem; }
    .lyb .form li {
      width: 50%;
      padding: 0 0 .35rem .8rem; }
      .lyb .form li.li_01 {
        width: 100%; }
      .lyb .form li .name {
        padding-bottom: .1rem;
        color: #666; }
      .lyb .form li .input {
        -moz-border-radius: 0.08rem;
        -webkit-border-radius: 0.08rem;
        border-radius: 0.08rem;
        background: #ebf2f7; }
        .lyb .form li .input input {
          width: 100%;
          height: .4rem;
          line-height: .4rem;
          font-size: .14rem;
          color: #333;
          padding: 0 .15rem; }
        .lyb .form li .input textarea {
          width: 100%;
          height: 1.8rem;
          line-height: .3rem;
          font-size: .14rem;
          color: #333;
          padding: .1rem .15rem; }
  .lyb .submit {
    padding: .15rem 0 .3rem 0; }
    .lyb .submit div {
      background: #1270b3;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      width: 1.12rem;
      margin: 0 auto; }
      .lyb .submit div:hover {
        background: #00a2ed; }
      .lyb .submit div input {
        height: .4rem;
        width: 100%;
        font-size: .16rem;
        color: #fff;
        cursor: pointer; }

.newsTab {
  padding-bottom: .4rem; }
  .newsTab:before, .newsTab:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    margin: 0 .1rem;
    width: .47rem;
    height: .04rem;
    background: url("../image/img47.png") center no-repeat;
    background-size: cover; }
  .newsTab ul {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background: #e7f0f7; }
  .newsTab a {
    display: block;
    padding: 0 .23rem;
    font-size: .16rem;
    color: #596c80;
    height: .4rem;
    line-height: .4rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .newsTab a:hover {
      color: #1270b3; }
    .newsTab a.on {
      color: #fff;
      background: #1270b3; }

.news li {
  border-bottom: #e7eff5 solid 1px; }
  .news li:last-child {
    border: 0; }
.news a {
  display: block;
  position: relative;
  min-height: 2.4rem;
  color: #999; }
  .news a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../image/news.jpg") center no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3);
    -webkit-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3);
    -moz-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3); }
  .news a .time {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.7rem;
    bottom: auto;
    width: 1.32rem;
    text-align: center; }
    .news a .time div {
      font-size: .48rem;
      line-height: .62rem; }
  .news a .img {
    background: center no-repeat;
    background-size: cover;
    width: 2.4rem;
    height: 1.6rem;
    position: absolute;
    z-index: 10;
    left: 1.32rem;
    right: auto;
    top: 0.4rem;
    bottom: auto; }
  .news a .container {
    padding: .4rem .3rem .4rem 4.1rem;
    position: relative; }
  .news a .name {
    height: .5rem;
    line-height: .5rem;
    font-size: .18rem;
    color: #333; }
  .news a p {
    font-size: .14rem;
    line-height: .26rem;
    padding-bottom: .15rem; }
  .news a .btn {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    color: #1270b3;
    border: #1270b3 solid 1px;
    width: .8rem;
    height: .28rem;
    line-height: .26rem;
    text-align: center; }
.news a:hover {
  color: #fff; }
  .news a:hover:before {
    opacity: 1; }
  .news a:hover .name {
    color: #fff; }
  .news a:hover .btn {
    border-color: #fff;
    color: #fff; }
    .news a:hover .btn:hover {
      background: #fff;
      color: #1270b3; }

.pageNum {
  padding: .6rem 0 .5rem 0; }
  .pageNum a {
    margin: 0 .1rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: .4rem;
    height: .4rem;
    background: #e7f0f7;
    font-size: .16rem;
    color: #1270b3; }
    .pageNum a:hover, .pageNum a.on {
      background: #1270b3;
      color: #fff; }
    .pageNum a.arrow {
      width: 1rem; }
      .pageNum a.arrow img {
        width: .18rem; }
      .pageNum a.arrow.prev img {
        margin-right: .1rem; }
      .pageNum a.arrow.next img {
        margin-left: .1rem; }
    .pageNum a.arrow:hover, .pageNum a.arrow2:hover {
      background: #e7f0f7;
      color: #1270b3; }

.newShow {
  text-align: center; }
  .newShow .pageNow {
    text-align: left; }
  .newShow h2.title {
    font-size: .24rem; }
  .newShow .time {
    color: #999;
    padding: .15rem 0 .35rem 0; }
  .newShow .img {
    padding-bottom: .3rem; }
  .newShow .content {
    font-size: .14rem;
    line-height: .26rem;
    color: #666;
    text-align: justify;
    padding-bottom: .5rem; }
    .newShow .content p {
      text-indent: 2em;
      padding-bottom: .1rem; }

.pageNum2 {
  position: relative;
  border-top: #e7eff5 solid 1px;
  padding: .3rem 0;
  min-height: 2.3rem; }
  .pageNum2 li {
    min-height: .5rem;
    padding-bottom: .15rem;
    line-height: 1.8em; }
  .pageNum2 dl {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.3rem;
    bottom: auto; }
    .pageNum2 dl dd {
      padding-left: .1rem; }
    .pageNum2 dl a {
      display: block;
      width: .36rem;
      height: .36rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #88b7d9; }
      .pageNum2 dl a:hover {
        background: #1270b3; }
  .pageNum2 a.back {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.86rem;
    bottom: auto;
    height: .26rem;
    line-height: .24rem;
    padding: 0 .15rem;
    color: #1270b3;
    border: #1270b3 solid 1px;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .pageNum2 a.back:hover {
      background: #1270b3;
      color: #fff; }

.pageSearch {
  padding: .9rem 0; }
  .pageSearch .msg {
    padding-bottom: .3rem;
    color: #666; }
    .pageSearch .msg span {
      color: #1270b3; }
  .pageSearch .btn {
    background: #dceaf4; }
    .pageSearch .btn a {
      display: block;
      height: .52rem;
      line-height: .52rem;
      padding: 0 .2rem;
      color: #666;
      border-bottom: rgba(0, 0, 0, 0) solid 0.02rem;
      margin-right: 1px; }
      .pageSearch .btn a span {
        color: #1270b3; }
      .pageSearch .btn a:hover, .pageSearch .btn a.on {
        color: #1270b3;
        border-color: #1270b3; }
      .pageSearch .btn a.on {
        font-weight: bold; }
  .pageSearch .list {
    padding-top: .4rem; }
    .pageSearch .list ul {
      margin-left: -.36rem; }
    .pageSearch .list li {
      width: 33.333%;
      padding: 0 0 .2rem .36rem; }
    .pageSearch .list a {
      display: block;
      background: #fff;
      -moz-border-radius: 0.07rem;
      -webkit-border-radius: 0.07rem;
      border-radius: 0.07rem;
      position: relative;
      min-height: 1rem;
      padding: .25rem .3rem;
      box-shadow: 0 0.06rem 0.16rem rgba(0, 89, 153, 0.1);
      -webkit-box-shadow: 0 0.06rem 0.16rem rgba(0, 89, 153, 0.1);
      -moz-box-shadow: 0 0.06rem 0.16rem rgba(0, 89, 153, 0.1); }
      .pageSearch .list a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img376.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0;
        -moz-border-radius: 0.07rem;
        -webkit-border-radius: 0.07rem;
        border-radius: 0.07rem; }
      .pageSearch .list a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .3rem;
        width: .4rem;
        height: 100%;
        background: url("../image/img40.png") center no-repeat;
        background-size: 100%; }
      .pageSearch .list a .name {
        height: 1.3em;
        line-height: 1.3em;
        position: relative; }
        .pageSearch .list a .name span {
          color: #1270b3; }
      .pageSearch .list a p {
        font-size: .12rem;
        color: #999;
        padding-top: .1rem;
        position: relative; }
    .pageSearch .list a:hover {
      color: #fff;
      box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3);
      -webkit-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3);
      -moz-box-shadow: 0 0.1rem 0.24rem rgba(0, 89, 153, 0.3); }
      .pageSearch .list a:hover:before {
        opacity: 1; }
      .pageSearch .list a:hover:after {
        background-image: url("../image/img40on.png"); }
      .pageSearch .list a:hover .name span {
        color: #fff;
        background: #45b0e6; }
      .pageSearch .list a:hover p {
        color: #fff; }

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