@charset "utf-8";
a, .transition, .head .headSearch, .sNav dl, .shadowBlue, .head .headSearch .submit:hover, .foot dl.btn dd:nth-child(2) a:hover, .indexPart1 .container a.btn:hover, .indexPart4 .container a.more:hover, .indexPart7 .container .fl a.more:hover, .indexPart8 .container a.more:hover, .shadowGreen, .foot dl.btn a:hover, .indexFlash .layer a.more:hover, .indexPart2 .swiper-slide .layer a:hover, .pageImgLayer, .indexPart1 .list .swiper-slide .name, .indexPart2 .swiper-slide .name, .indexPart2 .swiper-slide .layer, .indexPart3 .swiper-slide .img, .indexPart3 .swiper-slide .img2, .indexPart3 .swiper-slide .name, .indexPart3 .swiper-slide p, .indexPart8 .container .img, .indexPart8 .container .name span, :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, .indexPart7 .container .fr a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .foot .list ul, .foot dl.btn a, .indexPart1 .container dl.imgList, .indexPart3 dl.btn, .indexPart7 dl.btn, .indexPart8 ul {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .foot dl.btn a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .foot dl.btn a, .indexPart3 dl.btn, .indexPart7 dl.btn {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .foot .list ul, .indexPart1 .container dl.imgList, .indexPart8 ul {
  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: .12rem;
  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: #1878c4;
    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;
  width: 100%; }

.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: 14rem;
  margin: 0 auto; }

@font-face {
  font-family: 'Impact';
  src: url("../images/impactmtstd.eot");
  src: url("../images/impactmtstd.eot") format("embedded-opentype"), url("../images/impactmtstd.woff") format("woff"), url("../images/impactmtstd.ttf") format("truetype"), url("../images/impactmtstd.svg#sri-tscregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.headD {
  height: .85rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); }
  .head .wal {
    height: .85rem;
    position: relative; }
  .head a.logo {
    display: block;
    width: 1.94rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.33rem; }
  .head a.searchA {
    display: block;
    background: url("../images/img34.png") center no-repeat;
    background-size: .34rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 2.8rem;
    top: 0;
    bottom: auto;
    height: .85rem;
    width: .8rem; }
  .head .headSearch {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 70%;
    bottom: auto;
    height: .8rem;
    background: #fff;
    border-top: #e7f1f9 solid 1px;
    width: 3.6rem;
    padding: .19rem 1.1rem 0 .2rem;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: .1rem;
    -webkit-border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    -webkit-border-bottom-right-radius: .1rem;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 51, 102, 0.2);
    -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 51, 102, 0.2);
    -moz-box-shadow: 0 0.1rem 0.1rem rgba(0, 51, 102, 0.2); }
    .head .headSearch.on {
      opacity: 1;
      visibility: visible;
      top: 100%; }
    .head .headSearch .input {
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      background: #e7f1f9; }
      .head .headSearch .input input {
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        padding: 0 .1rem;
        font-size: .16rem;
        color: #1878c4; }
    .head .headSearch .submit {
      background: #1878c4;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: 0.19rem;
      bottom: auto;
      width: .8rem;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem; }
      .head .headSearch .submit input {
        width: 100%;
        height: .4rem;
        font-size: .16rem;
        color: #fff; }
  .head a.tel {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: .85rem;
    line-height: .85rem;
    color: #1878c4;
    font-weight: bold;
    font-size: .28rem;
    padding-left: .75rem;
    background: url("../images/img56.png") left center no-repeat;
    background-size: .56rem; }

.nav {
  position: absolute;
  z-index: 10;
  left: 2.4rem;
  right: auto;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left;
    padding-right: .4rem; }
  .nav a {
    display: block;
    height: .85rem;
    line-height: .85rem;
    color: #666;
    font-size: .16rem;
    position: relative; }
    .nav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: .2rem;
      width: 0;
      height: .03rem;
      background: #1878c4; }
  .nav a:hover, .nav a.on, .nav a.on2 {
    color: #1878c4; }
    .nav a:hover:before, .nav a.on:before, .nav a.on2:before {
      left: 0;
      width: 100%; }

.sNav {
  position: fixed;
  z-index: 49;
  left: 50%;
  top: .85rem;
  width: 1.2rem;
  background: rgba(0, 56, 102, 0.4);
  margin-left: -.28rem;
  padding-bottom: .1rem;
  display: none;
  border-bottom-left-radius: .08rem;
  -webkit-border-bottom-left-radius: .08rem;
  border-bottom-right-radius: .08rem;
  -webkit-border-bottom-right-radius: .08rem; }
  .sNav.on {
    display: block; }
  .sNav li {
    position: relative;
    min-height: .5rem; }
  .sNav a {
    display: block;
    height: .5rem;
    line-height: .5rem;
    font-size: .16rem;
    color: #fff;
    text-align: center; }
  .sNav dl {
    position: absolute;
    z-index: 10;
    left: 100%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 2rem;
    background: rgba(0, 56, 102, 0.6);
    padding: .1rem 0;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: .08rem;
    -webkit-border-bottom-left-radius: .08rem;
    border-bottom-right-radius: .08rem;
    -webkit-border-bottom-right-radius: .08rem; }
    .sNav dl a {
      height: .4rem;
      line-height: .4rem;
      text-align: left;
      padding-left: .4rem;
      background: url("../images/img4_3.png") 0.28rem center no-repeat;
      background-size: .04rem; }
    .sNav dl a:hover {
      background-image: url("../images/img4_3on.png");
      color: #39d124; }
  .sNav li.on a.name {
    background-color: rgba(0, 56, 102, 0.3); }
  .sNav li.on dl {
    opacity: 1;
    visibility: visible; }

.foot .wal {
  min-height: 3.25rem;
  position: relative; }
.foot .img {
  padding-top: .3rem;
  height: 1rem;
  width: 2.21rem; }
.foot .list {
  position: absolute;
  z-index: 10;
  left: 2.8rem;
  right: auto;
  top: 0;
  bottom: auto;
  width: 9rem; }
  .foot .list li {
    min-width: 1.4rem; }
  .foot .list h2 {
    font-weight: 400;
    font-size: .18rem;
    padding: .3rem 0 .1rem 0; }
    .foot .list h2 a {
      color: #666; }
    .foot .list h2 a:hover {
      color: #1878c4; }
  .foot .list dd {
    font-size: .14rem;
    line-height: .27rem;
    color: #999;
    position: relative; }
    .foot .list dd a {
      color: #999; }
    .foot .list dd a:hover {
      color: #1878c4; }
  .foot .list li.li_01 {
    width: 3.06rem; }
    .foot .list li.li_01 dd {
      padding: 0 0 .06rem .34rem; }
    .foot .list li.li_01 img {
      width: .24rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
.foot .msg {
  font-size: .14rem;
  line-height: 1.75em;
  color: #666;
  max-width: 2.25rem; }
.foot dl.btn {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0;
  top: 0.33rem;
  bottom: auto;
  width: 2.05rem; }
  .foot dl.btn dd {
    padding-bottom: .38rem; }
  .foot dl.btn a {
    height: .48rem;
    background: #2ebe1a;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .18rem;
    color: #fff; }
    .foot dl.btn a img {
      width: .32rem;
      margin-right: .2rem; }
  .foot dl.btn dd:nth-child(2) a {
    background: #1878c4; }
    .foot dl.btn dd:nth-child(2) a img {
      margin-right: .1rem; }

.blue {
  color: #1878c4; }

.submit input, .btn1 {
  cursor: pointer; }

.shadowBlue, .head .headSearch .submit:hover, .foot dl.btn dd:nth-child(2) a:hover, .indexPart1 .container a.btn:hover, .indexPart4 .container a.more:hover, .indexPart7 .container .fl a.more:hover, .indexPart8 .container a.more:hover {
  box-shadow: 0 0.03rem 0.2rem rgba(24, 120, 196, 0.5);
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(24, 120, 196, 0.5);
  -moz-box-shadow: 0 0.03rem 0.2rem rgba(24, 120, 196, 0.5); }

.shadowGreen, .foot dl.btn a:hover, .indexFlash .layer a.more:hover, .indexPart2 .swiper-slide .layer a:hover {
  box-shadow: 0 0.03rem 0.2rem rgba(0, 212, 0, 0.5);
  -webkit-box-shadow: 0 0.03rem 0.2rem rgba(0, 212, 0, 0.5);
  -moz-box-shadow: 0 0.03rem 0.2rem rgba(0, 212, 0, 0.5); }

#Layer1 {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none; }

.pageImgLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden; }
  .pageImgLayer.show {
    opacity: 1;
    visibility: visible; }
  .pageImgLayer .container {
    width: 6.7rem;
    min-height: 5rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
  .pageImgLayer a.close {
    display: block;
    background: url("../images/close68.png") center no-repeat;
    background-size: cover;
    width: .68rem;
    height: .68rem;
    position: absolute;
    top: .2rem;
    right: .2rem;
    z-index: 10; }
  .pageImgLayer a.arrow {
    display: block;
    width: .8rem;
    height: .8rem;
    background: center no-repeat;
    background-size: cover;
    opacity: .8;
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -.4rem; }
    .pageImgLayer a.arrow:hover {
      opacity: 1; }
    .pageImgLayer a.arrow.prev {
      background-image: url("../images/prev80.png");
      left: -1.35rem; }
    .pageImgLayer a.arrow.next {
      background-image: url("../images/next80.png");
      right: -1.35rem; }
  .pageImgLayer #pageImgLayer {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .pageImgLayer .swiper-slide {
    padding: .2rem; }

@media screen and (max-width: 800px) {
  .pageImgLayer .container {
    width: 7.2rem; }
  .pageImgLayer a.arrow {
    display: none; } }
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide {
    height: 6rem;
    position: relative;
    background: center no-repeat;
    background-size: cover; }
  .indexFlash .layer {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 50%;
    margin-top: -1.45rem;
    padding-left: .6rem;
    color: #fff; }
    .indexFlash .layer h2 {
      font-size: .65rem;
      font-weight: 400; }
    .indexFlash .layer p {
      font-size: .24rem;
      line-height: 1.75em;
      padding: .25rem 0;
      min-height: 1.7rem; }
    .indexFlash .layer a.more {
      display: block;
      font-size: .21rem;
      color: #fff;
      background: #2ebe1a;
      width: 2rem;
      height: .5rem;
      line-height: .5rem;
      text-align: center;
      -moz-border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      border-radius: 0.3rem;
      letter-spacing: .03rem; }
      .indexFlash .layer a.more span {
        display: inline-block;
        background: url("../images/img12.png") right center no-repeat;
        background-size: .12rem;
        padding-right: .35rem; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.35rem;
    width: 100%;
    text-align: center;
    font-size: 0; }
    .indexFlash .dots span {
      display: inline-block;
      width: .28rem;
      height: .2rem;
      background: url("../images/img20.png") center no-repeat;
      background-size: .2rem; }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      background-image: url("../images/img20on.png"); }

.indexTitle {
  text-align: center;
  padding: .8rem 0 .6rem 0; }
  .indexTitle h2 {
    font-size: .36rem;
    color: #0a1633;
    position: relative;
    padding-bottom: .35rem;
    letter-spacing: .04rem;
    font-weight: 500; }
    .indexTitle h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: .15rem;
      width: .42rem;
      height: .04rem;
      margin-left: -.21rem;
      background: #1878c4; }
  .indexTitle p {
    font-size: .18rem;
    color: #6b798e; }

.indexPart1 .indexTitle h2 {
  font-size: .42rem; }
.indexPart1 .list {
  min-height: 2.05rem;
  position: relative;
  margin-left: -.25rem;
  margin-right: -.25rem; }
  .indexPart1 .list a.arrow {
    display: block;
    width: .46rem;
    height: 1.34rem;
    background: #cde2f3 center no-repeat;
    background-size: .2rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto; }
    .indexPart1 .list a.arrow:hover {
      background-color: #1878c4; }
    .indexPart1 .list a.arrow.prev {
      background-image: url("../images/prev20.png");
      left: -.6rem; }
    .indexPart1 .list a.arrow.next {
      background-image: url("../images/next20.png");
      right: -.6rem; }
  .indexPart1 .list #indexPart1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: -.1rem; }
  .indexPart1 .list .swiper-slide {
    height: 2.05rem; }
    .indexPart1 .list .swiper-slide .name {
      width: 2.41rem;
      height: 1.34rem;
      overflow: hidden;
      color: #fff;
      margin: 0 auto;
      position: relative;
      background: center no-repeat;
      background-size: cover;
      padding: .35rem 0 0 .2rem;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      top: .1rem; }
    .indexPart1 .list .swiper-slide .name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -.3rem;
      margin-left: -.1rem;
      width: .2rem;
      height: .2rem;
      background: #fff;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg); }
    .indexPart1 .list .swiper-slide h2 {
      font-weight: 400;
      font-size: .24rem;
      padding-bottom: .08rem; }
    .indexPart1 .list .swiper-slide span {
      display: block;
      text-transform: uppercase;
      font-size: .14rem;
      opacity: .5; }
    .indexPart1 .list .swiper-slide.slide_01 .name {
      background-image: url("../images/img241_1.png"); }
    .indexPart1 .list .swiper-slide.slide_02 .name {
      background-image: url("../images/img241_2.png"); }
    .indexPart1 .list .swiper-slide.slide_03 .name {
      background-image: url("../images/img241_3.png"); }
    .indexPart1 .list .swiper-slide.slide_04 .name {
      background-image: url("../images/img241_4.png"); }
    .indexPart1 .list .swiper-slide.slide_05 .name {
      background-image: url("../images/img241_5.png"); }
  .indexPart1 .list .swiper-slide:hover .name, .indexPart1 .list .swiper-slide-active .name {
    top: 0; }
  .indexPart1 .list .swiper-slide:hover .name:before, .indexPart1 .list .swiper-slide-active .name:before {
    bottom: -.1rem; }
.indexPart1 .container {
  min-height: 6rem;
  position: relative; }
  .indexPart1 .container h2.title {
    font-size: .28rem; }
  .indexPart1 .container .content {
    font-size: .18rem;
    color: #666;
    max-width: 6.65rem;
    line-height: 1.75em;
    padding: .18rem 0 .2rem 0;
    border-bottom: #cee4f9 solid 1px; }
    .indexPart1 .container .content a {
      color: #1878c4;
      padding: 0 .27rem 0 0;
      background: url("../images/img17.png") right center no-repeat;
      background-size: .17rem; }
    .indexPart1 .container .content .content_02 {
      display: none; }
  .indexPart1 .container .name {
    font-size: .22rem;
    line-height: .7rem; }
  .indexPart1 .container dl.imgList {
    padding-bottom: .14rem; }
    .indexPart1 .container dl.imgList dd {
      width: 1.85rem;
      padding: 0 .32rem .32rem 0; }
    .indexPart1 .container dl.imgList a {
      display: block;
      border: #e3e3e3 solid 1px;
      width: 100%;
      overflow: hidden;
      -moz-border-radius: 0.04rem;
      -webkit-border-radius: 0.04rem;
      border-radius: 0.04rem;
      box-shadow: 0 0.08rem 0.16rem rgba(198, 198, 198, 0.29);
      -webkit-box-shadow: 0 0.08rem 0.16rem rgba(198, 198, 198, 0.29);
      -moz-box-shadow: 0 0.08rem 0.16rem rgba(198, 198, 198, 0.29); }
  .indexPart1 .container a.btn {
    display: block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .22rem;
    color: #fff;
    background: #1878c4;
    width: 1.96rem;
    height: .52rem;
    line-height: .52rem;
    text-align: center;
    letter-spacing: .03rem; }
  .indexPart1 .container .img {
    width: 6.96rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }

.indexPart2 {
  background: #f1f6fa;
  min-height: 5.14rem;
  padding-top: .28rem;
  position: relative; }
  .indexPart2 a.arrow {
    display: block;
    width: .69rem;
    height: 1.58rem;
    background: #c1c5c8 center no-repeat;
    background-size: .3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 1.25rem;
    bottom: auto; }
    .indexPart2 a.arrow:hover {
      background-color: #1878c4; }
    .indexPart2 a.arrow.prev {
      background-image: url("../images/prev30.png");
      left: 0; }
    .indexPart2 a.arrow.next {
      background-image: url("../images/next30.png");
      right: 0; }
  .indexPart2 .list {
    width: 100%;
    padding: .5rem 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: -0.87rem;
    text-align: center; }
  .indexPart2 .swiper-slide {
    height: 3.28rem;
    position: relative; }
    .indexPart2 .swiper-slide:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #1878c4;
      opacity: 0; }
    .indexPart2 .swiper-slide .name {
      text-transform: uppercase;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      color: #1878c4; }
    .indexPart2 .swiper-slide h2.name {
      font-size: .74rem;
      font-family: 'Impact';
      line-height: 1em;
      top: .75rem;
      letter-spacing: .08rem; }
    .indexPart2 .swiper-slide div.name {
      font-size: .22rem;
      top: 1.9rem;
      letter-spacing: .03rem; }
      .indexPart2 .swiper-slide div.name:before {
        content: "";
        display: block;
        position: absolute;
        width: .22rem;
        height: 1px;
        background: #84b7df;
        left: 50%;
        margin-left: -.11rem;
        top: -.21rem; }
    .indexPart2 .swiper-slide .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 1.8rem;
      bottom: auto;
      width: 100%;
      color: #fff;
      opacity: 0;
      padding: 0 .6rem; }
      .indexPart2 .swiper-slide .layer p {
        height: 1.18rem;
        font-size: .18rem;
        line-height: .27rem; }
      .indexPart2 .swiper-slide .layer a {
        display: block;
        font-size: .24rem;
        color: #fff;
        background: #39d124;
        width: 2.1rem;
        height: .5rem;
        line-height: .5rem;
        text-align: center;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        letter-spacing: .03rem;
        margin: 0 auto; }
        .indexPart2 .swiper-slide .layer a span {
          display: inline-block;
          background: url("../images/img12.png") right center no-repeat;
          padding-right: .35rem; }

@media screen and (min-width: 800px) {
  .indexPart2 .swiper-slide:hover:before {
    opacity: 1;
    box-shadow: 0 0 0.5rem rgba(24, 120, 196, 0.25);
    -webkit-box-shadow: 0 0 0.5rem rgba(24, 120, 196, 0.25);
    -moz-box-shadow: 0 0 0.5rem rgba(24, 120, 196, 0.25); }
  .indexPart2 .swiper-slide:hover .name {
    color: #fff; }
  .indexPart2 .swiper-slide:hover h2.name {
    top: 1.9rem;
    font-size: 1.46rem;
    opacity: .1;
    z-index: 1;
    text-align: right;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s; }
  .indexPart2 .swiper-slide:hover div.name {
    font-size: .36rem;
    top: .4rem; }
    .indexPart2 .swiper-slide:hover div.name:before {
      background: #8cbce2;
      top: .7rem;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg); }
  .indexPart2 .swiper-slide:hover .layer {
    top: 1.25rem;
    opacity: 1; } }
.indexPart3 .indexTitle {
  position: relative;
  top: .3rem; }
.indexPart3 dl.btn dd {
  height: .75rem;
  margin: 0 .38rem;
  font-size: .22rem;
  color: #999;
  position: relative;
  cursor: pointer; }
  .indexPart3 dl.btn dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: .35rem;
    width: 0;
    height: 2px;
    background: #1878c4; }
.indexPart3 dl.btn dd.on {
  color: #1878c4; }
  .indexPart3 dl.btn dd.on:before {
    left: 0;
    width: 100%; }
.indexPart3 a.arrow {
  display: block;
  width: .69rem;
  height: 1.58rem;
  background: rgba(0, 0, 0, 0.5) center no-repeat;
  background-size: .3rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -.79rem; }
  .indexPart3 a.arrow:hover {
    background-color: rgba(24, 120, 196, 0.5); }
  .indexPart3 a.arrow.prev {
    background-image: url("../images/prev30.png");
    left: 0; }
  .indexPart3 a.arrow.next {
    background-image: url("../images/next30.png");
    right: 0; }
.indexPart3 .list {
  width: 100%;
  overflow: hidden;
  position: relative; }
.indexPart3 .swiper-slide .img {
  background: #000; }
  .indexPart3 .swiper-slide .img img {
    opacity: .5; }
.indexPart3 .swiper-slide .img2 {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0.3rem;
  width: 100%; }
.indexPart3 .swiper-slide .ico {
  width: 1.58rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: 0.5rem;
  bottom: auto;
  margin-left: -.79rem;
  top: 1.5rem; }
  .indexPart3 .swiper-slide .ico img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: rgba(255, 255, 255, 0) solid 0.03rem;
    position: relative;
    top: 0; }
.indexPart3 .swiper-slide .name {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 3.06rem;
  bottom: auto;
  width: 100%;
  font-size: .32rem;
  color: #fff;
  text-align: center;
  padding-top: .2rem; }
  .indexPart3 .swiper-slide .name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: .2rem;
    height: .02rem;
    background: #fff;
    margin-left: -.1rem; }
.indexPart3 .swiper-slide p {
  font-size: .18rem;
  line-height: 2em;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 5rem;
  bottom: auto;
  width: 100%;
  color: #fff;
  padding: 0 .38rem;
  text-align: center;
  opacity: 0; }
.indexPart3 .swiper-slide a {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%; }



@media screen and (max-width: 780px) {
	.indexFlash{height: 3rem!important;}
  .indexFlash .swiper-slide{
    height: 3rem;
 }
 .indexFlash .layer{top:4.2rem!important;}
 .indexFlash .layer a.more{font-size: .18rem;
    color: #fff;
    background: #2ebe1a;
    width: 1.8rem;
    height: .4rem;
    line-height: .4rem;}
}

@media screen and (min-width: 800px) {
  .indexPart3 .swiper-slide:hover .img {
    background: #1878c4; }
    .indexPart3 .swiper-slide:hover .img img {
      opacity: .1; }
  .indexPart3 .swiper-slide:hover .img2 {
    opacity: 0;
    bottom: .8rem; }
  .indexPart3 .swiper-slide:hover .ico img {
    border-color: #fff;
    top: -.3rem; }
  .indexPart3 .swiper-slide:hover .name {
    padding-top: .5rem; }
    .indexPart3 .swiper-slide:hover .name:before {
      top: .15rem;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg); }
  .indexPart3 .swiper-slide:hover p {
    opacity: 1;
    top: 4.2rem; } }
.indexPart4 {
  min-height: 7rem;
  background: url("../images/indexpart4.jpg") center no-repeat;
  background-size: cover;
  padding-top: .25rem;
  position: relative; }
  .indexPart4 .container {
    text-align: center; }
    .indexPart4 .container h2 {
      color: #1878c4;
      font-weight: 400;
      position: relative;
      top: -.2rem;
      padding-bottom: .45rem;
      font-size: .42rem; }
      .indexPart4 .container h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 1px;
        height: .3rem;
        background: #666; }
    .indexPart4 .container p {
      font-size: .22rem;
      line-height: 1.75em;
      color: #666;
      min-height: 1.15rem;
      padding-bottom: .3rem;
      max-width: 11.9rem;
      margin: 0 auto; }
    .indexPart4 .container a.more {
      display: block;
      font-size: .24rem;
      color: #fff;
      background: #1878c4;
      width: 2.2rem;
      height: .5rem;
      line-height: .5rem;
      text-align: center;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      letter-spacing: .03rem;
      margin: 0 auto; }
      .indexPart4 .container a.more span {
        display: inline-block;
        background: url("../images/img12.png") right center no-repeat;
        background-size: .12rem;
        padding-right: .35rem; }
  .indexPart4 a.arrow {
    display: block;
    width: .69rem;
    height: 1.58rem;
    background: rgba(0, 0, 0, 0.2) center no-repeat;
    background-size: .3rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 2.55rem;
    bottom: auto; }
    .indexPart4 a.arrow:hover {
      background-color: rgba(24, 120, 196, 0.5); }
    .indexPart4 a.arrow.prev {
      background-image: url("../images/prev30.png");
      left: 0; }
    .indexPart4 a.arrow.next {
      background-image: url("../images/next30.png");
      right: 0; }
  .indexPart4 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: .4rem; }
  .indexPart4 #indexPart4 {
    margin-left: -.26rem;
    margin-right: -.26rem; }
  .indexPart4 .swiper-slide {
    padding: .5rem 0; }
    .indexPart4 .swiper-slide a {
      display: block;
      border: #ddd solid 1px;
      background: #fff;
      margin: 0 .26rem;
      position: relative; }
    .indexPart4 .swiper-slide a img:nth-child(2) {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      background: #1878c4;
      opacity: 0; }
    .indexPart4 .swiper-slide.swiper-slide-active a,
    .indexPart4 .swiper-slide a:hover {
      border-color: #1878c4;
      box-shadow: 0 0 0.5rem rgba(24, 120, 196, 0.25);
      -webkit-box-shadow: 0 0 0.5rem rgba(24, 120, 196, 0.25);
      -moz-box-shadow: 0 0 0.5rem rgba(24, 120, 196, 0.25); }
      .indexPart4 .swiper-slide.swiper-slide-active a img:nth-child(2),
      .indexPart4 .swiper-slide a:hover img:nth-child(2) {
        opacity: 1; }

.indexPart5 .indexTitle, .indexPart6 .indexTitle {
  text-align: left;
  padding-bottom: .45rem; }
  .indexPart5 .indexTitle h2:before, .indexPart6 .indexTitle h2:before {
    left: 0;
    margin-left: 0; }

.indexPart5 {
  width: 6.35rem; }
  .indexPart5 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart5 .swiper-slide {
    height: 3.26rem;
    position: relative;
    padding-left: 2.7rem; }
    .indexPart5 .swiper-slide .img {
      position: absolute;
      z-index: 10;
      left: 0.2rem;
      right: auto;
      top: 0;
      bottom: auto;
      width: 2.23rem;
      background: #f1f6fa; }
      .indexPart5 .swiper-slide .img img {
        position: relative;
        left: -.2rem;
        top: .2rem; }
    .indexPart5 .swiper-slide .name {
      position: relative;
      z-index: 11;
      padding: .2rem 0 .35rem 0; }
      .indexPart5 .swiper-slide .name:before {
        content: "";
        display: block;
        position: absolute;
        left: -.37rem;
        bottom: .2rem;
        width: .93rem;
        height: .03rem;
        background: #1878c4; }
      .indexPart5 .swiper-slide .name h2 {
        font-size: .32rem;
        color: #1878c4;
        font-weight: 400;
        padding-bottom: .05rem; }
      .indexPart5 .swiper-slide .name span {
        font-size: .18rem;
        color: #999; }
    .indexPart5 .swiper-slide p {
      font-size: .18rem;
      line-height: .28rem;
      color: #666; }
  .indexPart5 a.arrow {
    display: block;
    width: 1.08rem;
    height: .36rem;
    background: #ccc center no-repeat;
    background-size: .11rem;
    position: absolute;
    z-index: 10;
    left: 2.7rem;
    right: auto;
    top: auto;
    bottom: 0; }
    .indexPart5 a.arrow:hover {
      background-color: #1878c4; }
    .indexPart5 a.arrow.prev {
      background-image: url("../images/prev11.png"); }
    .indexPart5 a.arrow.next {
      background-image: url("../images/next11.png");
      margin-left: 1.3rem; }

.indexPart6 {
  width: 6.68rem; }
  .indexPart6 .container {
    background: url("../images/indexpart6.jpg") center no-repeat;
    background-size: cover;
    min-height: 3.26rem;
    padding: .35rem .4rem; }
  .indexPart6 .content {
    color: #fff;
    min-height: 1.45rem;
    padding-bottom: .3rem;
    font-size: .18rem;
    line-height: 1.75em;
    text-align: justify; }
  .indexPart6 .list {
    position: relative;
    padding: 0 .3rem; }
  .indexPart6 #indexPart6 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart6 .swiper-slide {
    padding: 0 .11rem;
    position: relative; }
    .indexPart6 .swiper-slide div {
      background: #1878c4; }
    .indexPart6 .swiper-slide a {
      display: block;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: url("../images/img28.png") center no-repeat;
      background-size: .28rem; }
  .indexPart6 .swiper-slide:hover img {
    opacity: .2; }
  .indexPart6 .swiper-slide:hover a {
    opacity: 1; }
  .indexPart6 a.arrow {
    display: block;
    width: .18rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.2) center no-repeat;
    background-size: .09rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto; }
    .indexPart6 a.arrow:hover {
      background-color: #1878c4; }
    .indexPart6 a.arrow.prev {
      background-image: url("../images/prev11.png");
      left: 0; }
    .indexPart6 a.arrow.next {
      background-image: url("../images/next11.png");
      right: 0; }

.indexPart7 .indexTitle {
  padding: 1rem 0 .35rem 0; }
.indexPart7 dl.btn dd {
  height: 1rem;
  margin: 0 .38rem;
  font-size: .22rem;
  color: #999;
  position: relative;
  cursor: pointer; }
  .indexPart7 dl.btn dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: .35rem;
    width: 0;
    height: 2px;
    background: #1878c4; }
.indexPart7 dl.btn dd.on {
  color: #1878c4; }
  .indexPart7 dl.btn dd.on:before {
    left: 0;
    width: 100%; }
.indexPart7 .container {
  min-height: 3.7rem; }
  .indexPart7 .container .fl {
    width: 8.28rem;
    position: relative;
    min-height: 3.7rem;
    padding-left: 4.9rem; }
    .indexPart7 .container .fl .img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.1rem;
      bottom: auto; }
      .indexPart7 .container .fl .img a {
        display: block;
        width: 3.65rem;
        height: 2.41rem;
        background: center no-repeat;
        background-size: cover; }
    .indexPart7 .container .fl .time {
      position: absolute;
      z-index: 10;
      left: 4rem;
      right: auto;
      top: 0;
      bottom: auto;
      font-size: .16rem;
      color: #999; }
      .indexPart7 .container .fl .time div {
        font-weight: bold;
        color: #1878c4;
        font-size: .55rem; }
    .indexPart7 .container .fl .name {
      font-size: .22rem; }
    .indexPart7 .container .fl p {
      font-size: .18rem;
      line-height: .32rem;
      color: #999;
      text-align: justify;
      padding: .1rem 0;
      min-height: 1.7rem; }
    .indexPart7 .container .fl a.more {
      display: block;
      width: 1.9rem;
      height: .5rem;
      line-height: .5rem;
      text-align: center;
      background: #1878c4;
      color: #fff;
      font-size: .24rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; }
  .indexPart7 .container .fr {
    width: 5.4rem; }
    .indexPart7 .container .fr li {
      position: relative;
      top: -.16rem;
      line-height: .67rem;
      padding-left: 1.35rem;
      border-bottom: #cfcfcf dashed 1px; }
    .indexPart7 .container .fr span {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      font-size: .18rem;
      color: #999; }
    .indexPart7 .container .fr a {
      display: block;
      font-size: .22rem;
      height: .67rem;
      position: relative;
      top: 1px;
      border-bottom: rgba(0, 0, 0, 0) solid 1px; }
    .indexPart7 .container .fr li:hover a {
      border-color: #1878c4; }

.indexPart8 {
  background: #f1f6fa;
  padding: .7rem 0; }
  .indexPart8 .wal {
    min-height: 4.65rem;
    position: relative; }
    .indexPart8 .wal:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 11;
      left: 0;
      bottom: -.06rem;
      background: url("../images/img1323.png") center no-repeat;
      background-size: cover;
      width: 13.23rem;
      height: 2.55rem; }
  .indexPart8 ul {
    margin-left: -.27rem; }
  .indexPart8 li {
    width: 25%;
    padding-left: .27rem; }
  .indexPart8 .container {
    background: #fff;
    border: #d9e1ef solid .02rem;
    height: 4.65rem;
    overflow: hidden;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    position: relative;
    text-align: center; }
    .indexPart8 .container:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 5;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: center bottom no-repeat;
      background-size: 100%; }
    .indexPart8 .container .img {
      position: absolute;
      z-index: 1;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: center no-repeat;
      background-size: cover;
      opacity: 0; }
    .indexPart8 .container .name {
      padding: .4rem 0 .3rem;
      position: relative;
      z-index: 6; }
      .indexPart8 .container .name h2 {
        font-weight: 400;
        font-size: .32rem;
        color: #1878c4;
        padding-bottom: .05rem; }
      .indexPart8 .container .name span {
        font-size: .17rem;
        color: #999; }
      .indexPart8 .container .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        background: #1878c4;
        width: .28rem;
        height: .03rem;
        margin-left: -.14rem; }
    .indexPart8 .container a.more {
      display: block;
      position: relative;
      z-index: 20;
      top: 0;
      width: 1.9rem;
      height: .5rem;
      line-height: .5rem;
      margin: 0 auto;
      background: #1878c4;
      font-size: .24rem;
      color: #fff;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      opacity: 0; }
    .indexPart8 .container dd {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%; }
      .indexPart8 .container dd img {
        width: .8rem; }
      .indexPart8 .container dd p {
        font-size: .18rem;
        color: #666;
        margin-top: -.06rem; }
      .indexPart8 .container dd p span {
        color: #1878c4; }
    .indexPart8 .container:hover .name span {
      opacity: 0; }
    .indexPart8 .container:hover .img {
      opacity: .15; }
    .indexPart8 .container:hover a.more {
      top: -.44rem;
      opacity: 1; }
  .indexPart8 li.li_01 .container:before {
    background-image: url("../images/img326_1.png"); }
  .indexPart8 li.li_01 dd {
    top: 3.2rem; }
  .indexPart8 li.li_02 .container:before {
    background-image: url("../images/img326_2.png"); }
  .indexPart8 li.li_02 dd {
    top: 2.8rem; }
  .indexPart8 li.li_03 .container:before {
    background-image: url("../images/img326_3.png"); }
  .indexPart8 li.li_03 dd {
    top: 2.2rem; }
  .indexPart8 li.li_04 .container:before {
    background-image: url("../images/img326_4.png"); }
  .indexPart8 li.li_04 .dd_01 {
    top: 1.45rem;
    width: 2.05rem; }
  .indexPart8 li.li_04 .dd_02 {
    top: 2.55rem;
    left: 1.35rem;
    width: 2rem; }

}

