@charset "UTF-8";
a, .transition, .indexPart2 .swiper-slide, .indexPart2 .swiper-slide .indexTitle, .indexPart4 .box, :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, .footDiv .list dd a, .indexPart4 .box .name a, .indexPart5 .box .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .footDiv .list ul, .sideBar a, .indexPart4 .btn ul, .indexPart4 .btn ul li, .indexPart5 .btn ul, .indexPart5 .btn dl, .indexPart5 .btn dl.show, .indexPart7 ul {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .sideBar a {
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .sideBar a, .indexPart4 .btn ul li {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .sideBar a, .indexPart4 .btn ul, .indexPart4 .btn ul li, .indexPart5 .btn ul, .indexPart5 .btn dl {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .indexPart7 ul {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .footDiv .list ul, .indexPart4 .btn ul, .indexPart7 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: #1d2d69;
    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: 13.66rem;
  margin: 0 auto; }

.wal2 {
  max-width: 12.2rem;
  margin: 0 auto; }

.blue {
  color: #1d2d69; }

.red {
  color: #fe0000; }

.headD {
  height: .9rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: .9rem;
  background: #f2f2f2; }
  .head a.logo {
    display: block;
    width: 1.96rem;
    position: absolute;
    z-index: 10;
    left: 0.5rem;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.27rem; }
  .head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 3.5rem;
    top: 0;
    bottom: auto;
    font-size: .16rem;
    color: #666;
    height: .84rem;
    line-height: .84rem; }
    .head .language:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: .16rem;
      background: #cfcfcf;
      left: -.2rem;
      top: 50%;
      margin-top: -.08rem; }
    .head .language a {
      padding: 0 .06rem; }
    .head .language a.on {
      color: #fe0000; }
  .head .tel {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.5rem;
    top: 0;
    bottom: auto;
    height: .84rem;
    font-size: .16rem;
    color: #36475a;
    padding: .15rem 0 0 .55rem;
    background: url("../image/img43.png") left center no-repeat;
    background-size: .43rem; }
    .head .tel h2 {
      color: #fe0000;
      font-size: .28rem; }

.nav {
  position: absolute;
  z-index: 10;
  left: 4rem;
  right: auto;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left;
    padding-right: .4rem; }
  .nav a.name {
    display: block;
    height: .9rem;
    line-height: .84rem;
    position: relative;
    font-size: .16rem;
    color: #666; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: .04rem;
      background: #1d2d69; }
    .nav a.name:hover, .nav a.name.on {
      color: #1d2d69; }
      .nav a.name:hover:before, .nav a.name.on:before {
        left: 0;
        width: 100%; }

@media screen and (min-width: 801px) {
  .nav li:hover .list {
    display: block; }
  .nav .list {
    position: fixed;
    left: 0;
    top: .9rem;
    width: 100%;
    background: #f2f2f2;
    min-height: 1.3rem;
    display: none;
    box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, 0.2); }

  .nav .list-1 .btn {
    height: .46rem;
    position: relative;
    background: #1d2d69; }
    .nav .list-1 .btn dl {
      position: absolute;
      z-index: 10;
      left: 4rem;
      right: auto;
      top: 0;
      bottom: auto;
      margin-left: -.43rem; }
    .nav .list-1 .btn dd {
      float: left;
      height: .46rem;
      line-height: .46rem;
      width: 1.5rem;
      text-align: center;
      font-size: .16rem;
      color: #fff;
      cursor: pointer; }
    .nav .list-1 .btn dd.on {
      color: #1d2d69;
      background: url("../image/img20.jpg") center top repeat-x;
      background-size: auto 100%; }
  .nav .list-1 .box {
    display: none;
    height: 2.35rem;
    position: relative; }
    .nav .list-1 .box.on {
      display: block; }
    .nav .list-1 .box dl {
      position: absolute;
      z-index: 10;
      left: 4rem;
      right: auto;
      top: 0;
      bottom: auto;
      margin-left: -.43rem;
      display: flex;
      display: -webkit-flex; }
    .nav .list-1 .box dd {
      width: 1.8rem;
      height: 2.35rem;
      position: relative;
      color: #6e798b;
      text-align: center; }
      .nav .list-1 .box dd:hover {
        background: #fff;
        color: #1d2d69; }
      .nav .list-1 .box dd .img {
        height: 1.7rem;
        padding-top: .4rem; }
      .nav .list-1 .box dd .name {
        font-size: .14rem; }
      .nav .list-1 .box dd a {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%; }

  .nav .list-2 {
    min-height: 2.9rem; }
    .nav .list-2 .layer {
      position: absolute;
      z-index: 10;
      left: 4rem;
      right: auto;
      top: 0;
      bottom: auto;
      display: flex;
      display: -webkit-flex; }
    .nav .list-2 .col-1, .nav .list-2 .col-2 {
      width: 4.6rem; }
    .nav .list-2 .col-3 {
      width: 1.4rem; }
    .nav .list-2 .name {
      font-size: .2rem;
      color: #6e798b;
      padding: .35rem 0 .3rem 0; }
    .nav .list-2 dl {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .nav .list-2 dd {
      padding: 0 .2rem .2rem 0; }
      .nav .list-2 dd a {
        display: block;
        font-size: .16rem;
        color: #1d2d69;
        border: #1d2d69 solid 1px;
        width: 1.2rem;
        height: .35rem;
        line-height: .33rem;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        opacity: .6;
        text-align: center; }
      .nav .list-2 dd a:hover {
        opacity: 1; }

  .nav .list-3 dl {
    position: absolute;
    z-index: 10;
    left: 4rem;
    right: auto;
    top: 0.42rem;
    bottom: auto;
    display: flex;
    display: -webkit-flex; }
  .nav .list-3 dd {
    padding-right: .4rem; }
  .nav .list-3 a {
    font-size: .16rem;
    color: #1d2d69;
    border: #1d2d69 solid 1px;
    width: 1.6rem;
    height: .34rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    opacity: .6;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .nav .list-3 a:hover {
      opacity: 1; }
  .nav .list-3 img {
    width: .3rem;
    position: relative;
    left: -.05rem; } }
@media screen and (max-width: 1550px) {
  .head .language {
    right: 3rem; }

  .nav {
    left: 3rem; }

  .nav .list-1 .btn dl, .nav .list-1 .box dl,
  .nav .list-2 .layer,
  .nav .list-3 dl {
    left: 3rem; } }
.footDiv {
  background: #262a33;
  color: #fff;
  min-height: 3.45rem;
  position: relative; }
  .footDiv a {
    color: #fff; }
  .footDiv .list {
    padding: .5rem 6.2rem 0 .5rem; }
    .footDiv .list li {
      width: 1.35rem;
      padding-bottom: .3rem; }
    .footDiv .list h2 {
      font-size: .18rem;
      padding-bottom: .1rem; }
    .footDiv .list dd a {
      display: block;
      font-size: .14rem;
      color: #9b9fa8;
      line-height: 2em;
      height: 2em; }
      .footDiv .list dd a:hover {
        color: #fff; }
  .footDiv .ewm {
    width: 1.33rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 4.48rem;
    top: 0.55rem;
    bottom: auto; }
  .footDiv .tel {
    width: 4.25rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.55rem;
    bottom: auto;
    font-size: .16rem; }
    .footDiv .tel h2 {
      font-size: .5rem;
      line-height: .65rem; }
  .footDiv .btn {
    width: 5.85rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 2.22rem;
    bottom: auto;
    font-size: 0; }
    .footDiv .btn a {
      display: inline-block;
      margin-right: .6rem;
      width: 1.8rem;
      height: .5rem;
      line-height: .5rem;
      font-size: .26rem;
      background: #50bbff;
      -moz-border-radius: 0.6rem;
      -webkit-border-radius: 0.6rem;
      border-radius: 0.6rem;
      text-align: center; }
    .footDiv .btn a.a2 {
      background: #f88140; }

.foot {
  font-size: .14rem;
  color: #9b9fa8;
  text-align: center;
  padding: .1rem .2rem;
  line-height: .3rem;
  background: #22252e; }
  .foot em {
    padding-left: .2rem; }

.topA {
  position: fixed;
  z-index: 30;
  right: .5rem;
  bottom: 1rem;
  width: .65rem;
  height: .65rem;
  background: url("../image/topA.png") center no-repeat;
  background-size: 100%; }

.sideBar {
  position: fixed;
  z-index: 30;
  right: 0;
  top: 50%;
  margin-top: -1.5rem;
  width: 1rem; }
  .sideBar li {
    padding-bottom: 2px; }
    .sideBar li.li_01 a {
      border-top-left-radius: .1rem;
      -webkit-border-top-left-radius: .1rem; }
    .sideBar li.li_03 a {
      border-bottom-left-radius: .1rem;
      -webkit-border-bottom-left-radius: .1rem; }
  .sideBar a {
    height: 1rem;
    background: #1d2d69;
    color: #fff;
    font-size: .16rem; }
    .sideBar a:hover {
      background: #f88140; }
  .sideBar img {
    width: .45rem; }

.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide {
    height: 8.6rem;
    position: relative;
    background: center no-repeat;
    background-size: cover; }
  .indexFlash .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 100%;
    text-align: center;
    margin-top: -2rem;
    color: #fff; }
    .indexFlash .layer h2 {
      font-size: .9rem; }
    .indexFlash .layer h3 {
      font-size: .4rem; }
    .indexFlash .layer .btn {
      font-size: 0;
      text-align: center;
      padding-top: .75rem; }
      .indexFlash .layer .btn a {
        display: inline-block;
        margin: 0 .4rem;
        width: 2rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .28rem;
        color: #fff;
        background: #50bbff;
        -moz-border-radius: 0.6rem;
        -webkit-border-radius: 0.6rem;
        border-radius: 0.6rem; }
      .indexFlash .layer .btn a.a2 {
        background: #f88140; }
          .indexFlash .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .indexFlash .video video {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%; }
  .indexFlash .arrow {
    display: block;
    width: .38rem;
    height: .71rem;
    background: center no-repeat;
    background-size: .38rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.35rem; }
    .indexFlash .arrow span {
      display: block;
      color: #fff;
      text-transform: uppercase;
      font-size: .2rem;
      line-height: .71rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto; }
    .indexFlash .arrow.prev {
      background-image: url("../image/prev38.png");
      left: 50%;
      margin-left: -7rem; }
      .indexFlash .arrow.prev span {
        left: .4rem; }
    .indexFlash .arrow.next {
      background-image: url("../image/next38.png");
      right: 50%;
      margin-right: -7rem; }
      .indexFlash .arrow.next span {
        right: .4rem; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.3rem;
    width: 100%;
    font-size: 0;
    text-align: center; }
    .indexFlash .dots span {
      display: inline-block;
      margin: 0 .07rem;
      width: .16rem;
      height: .16rem;
      background: rgba(255, 255, 255, 0.4);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .indexFlash .dots .swiper-pagination-bullet-active {
      background: #fff; }

.indexTitle {
  text-align: center;
  padding: .75rem 0 .45rem 0;
  color: #1d2d69; }
  .indexTitle h2 {
    font-weight: 400;
    font-size: .42rem;
    padding-bottom: .15rem; }
  .indexTitle div {
    font-size: .2rem;
    color: #6e798b; }

.indexMore {
  padding-top: .5rem; }
  .indexMore a {
    display: block;
    font-size: .26rem;
    color: #fff;
    width: 1.8rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    margin: 0 auto;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background: #1d2d69; }
  .indexMore a:hover {
    background: #f88140; }

.indexPart1 {
  position: relative; }
  .indexPart1 .ren {
    background: url("../image/indexPart1.png") center no-repeat;
    background-size: auto 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 2.9rem; }
  .indexPart1 .indexMore {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.72rem;
    width: 100%; }
  .indexPart1 .wal {
    min-height: 8.6rem;
    position: relative; }
  .indexPart1 .arrow {
    display: block;
    width: .38rem;
    height: .71rem;
    background: center no-repeat;
    background-size: .38rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.35rem; }
    .indexPart1 .arrow span {
      display: block;
      color: #6e798b;
      white-space: nowrap;
      text-transform: uppercase;
      font-size: .2rem;
      line-height: .71rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto; }
    .indexPart1 .arrow.prev {
      background-image: url("../image/prev38_1.png");
      left: 65%;
      margin-left: -7rem; }
      .indexPart1 .arrow.prev span {
        left: .4rem; }
    .indexPart1 .arrow.next {
      background-image: url("../image/next38_1.png");
      right: 65%;
      margin-right: -7rem; }
      .indexPart1 .arrow.next span {
        right: .4rem; }
  .indexPart1 #indexPart1 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart1 .swiper-slide .img {
    width: 6.26rem;
    margin: 0 auto; }

.indexPart2 {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .indexPart2 .ren {
    position: absolute;
    z-index: 10;
    left: 57%;
    right: auto;
    top: auto;
    bottom: 0;
    margin-left: -4.73rem;
    background: url("../image/img418.png") center no-repeat;
    background-size: cover;
    width: 4.8rem;
    height: 4.8rem; }
  .indexPart2 .indexMore {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.72rem;
    width: 100%; }
  .indexPart2 .wal {
    min-height: 8.6rem;
    position: relative; padding-top: 1.8rem; }
  .indexPart2 .arrow {
    display: block;
    width: .38rem;
    height: .71rem;
    background: center no-repeat;
    background-size: .38rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.35rem; }
    .indexPart2 .arrow span {
      display: block;
      color: #6e798b;
      white-space: nowrap;
      text-transform: uppercase;
      font-size: .2rem;
      line-height: .71rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto; }
    .indexPart2 .arrow.prev {
      background-image: url("../image/prev38_1.png");
      left: 70%;
      margin-left: -7rem; }
      .indexPart2 .arrow.prev span {
        left: .4rem; }
    .indexPart2 .arrow.next {
      background-image: url("../image/next38_1.png");
      right: 70%;
      margin-right: -7rem; }
      .indexPart2 .arrow.next span {
        right: .4rem; }
  .indexPart2 #indexPart2 {
    width: 19.94rem;
    position: relative;
    left: 50%;
    margin-left: -9.87rem;
    overflow: hidden; }
  .indexPart2 .swiper-slide {
    opacity: .6;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-origin: center center 0;
    -webkit-transform-origin: center center 0;
    transform: perspective(6rem) rotateY(0deg);
    -webkit-transform: perspective(6rem) rotateY(0deg); }
    .indexPart2 .swiper-slide .indexTitle {
      opacity: 0;
      padding: 1.05rem 0 .55rem 0; }
  .indexPart2 .swiper-slide-prev {
    transform: perspective(6rem) rotateY(-35deg);
    -webkit-transform: perspective(6rem) rotateY(-35deg);
    transform-origin: right center 0;
    -webkit-transform-origin: right center 0; }
  .indexPart2 .swiper-slide-next {
    transform: perspective(6rem) rotateY(35deg);
    -webkit-transform: perspective(6rem) rotateY(35deg);
    transform-origin: left center 0;
    -webkit-transform-origin: left center 0; }
  .indexPart2 .swiper-slide-active {
    opacity: 1; }
    .indexPart2 .swiper-slide-active .indexTitle {
      opacity: 1; }





.carousel {
  -webkit-perspective: 1300px;
  perspective: 1300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0; }

.carousel > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.carousel figure {
  margin: 0;
  width: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.carousel figure div {
  width: 100%;
  box-sizing: border-box;
  padding: 0; }

.carousel figure div:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0; }

.carousel figure h2 {
  position: absolute;
  left: 0;
  top: -.55rem;
  width: 100%;
  text-align: center;
  font-size: .3rem;
  font-weight: 400;
  color: #1d2d69; }




.indexPart3 {
  min-height: 8.6rem;
  background: url("../image/indexPart3.jpg") center no-repeat;
  background-size: cover; }
  .indexPart3 .indexTitle {
    padding: .9rem 0 .3rem 0; }
  .indexPart3 .list {
    background: url("../image/img1210.png") center no-repeat;
    background-size: auto 100%;
    height: 6.45rem;
    position: relative; }
  .indexPart3 li {
    position: absolute;
    width: 1.28rem;
    height: 1.28rem; }
    .indexPart3 li .img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: #1d2d69 solid 0.02rem; }
    .indexPart3 li .name {
      color: #1d2d69;
      font-size: .2rem;
      position: absolute;
      white-space: nowrap; }
    .indexPart3 li:hover img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }
    .indexPart3 li.li_01 {
      left: 50%;
      margin-left: -5.42rem;
      top: 3.95rem; }
      .indexPart3 li.li_01 .name {
        top: -.3rem;
        right: .55rem; }
    .indexPart3 li.li_02 {
      left: 50%;
      margin-left: -3.9rem;
      top: 1.68rem; }
      .indexPart3 li.li_02 .name {
        top: -.3rem;
        right: .05rem; }
    .indexPart3 li.li_03 {
      left: 50%;
      margin-left: -.6rem;
      top: .38rem; }
      .indexPart3 li.li_03 .name {
        top: -.3rem;
        right: 0.05rem; }
    .indexPart3 li.li_04 {
      right: 50%;
      margin-right: -4rem;
      top: 1.68rem; }
      .indexPart3 li.li_04 .name {
        top: -.3rem;
        left: .05rem; }
    .indexPart3 li.li_05 {
      right: 50%;
      margin-right: -5.42rem;
      top: 3.95rem; }
      .indexPart3 li.li_05 .name {
        top: -.3rem;
        left: .55rem; }
  .indexPart3 .indexMore {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.37rem;
    width: 100%;
    text-align: center;
    font-size: 0; }
    .indexPart3 .indexMore a {
      display: inline-block;
      margin: 0 .3rem; }

.indexPart4 .indexTitle h2 {
  padding: 0; }
.indexPart4 .indexMore {
  padding: 0 0 .6rem 0; }
.indexPart4 .btn ul li {
  height: .3rem;
  padding: 0 .55rem;
  color: #1d2d69;
  font-size: .2rem;
  opacity: .4;
  cursor: pointer; }
  .indexPart4 .btn ul li img {
    width: .3rem;
    margin-right: .1rem; }
  .indexPart4 .btn ul li.on {
    opacity: 1; }
.indexPart4 .wal {
  min-height: 5.4rem;
  position: relative;
  padding: 0 1rem; }
.indexPart4 .arrow {
  display: block;
  width: .38rem;
  height: .71rem;
  background: center no-repeat;
  background-size: .38rem;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin-top: -.35rem; }
  .indexPart4 .arrow span {
    display: block;
    color: #6e798b;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .2rem;
    line-height: .71rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto; }
  .indexPart4 .arrow.prev {
    background-image: url("../image/prev38_1.png");
    left: 50%;
    margin-left: -7rem; }
    .indexPart4 .arrow.prev span {
      left: .4rem; }
  .indexPart4 .arrow.next {
    background-image: url("../image/next38_1.png");
    right: 50%;
    margin-right: -7rem; }
    .indexPart4 .arrow.next span {
      right: .4rem; }
.indexPart4 #indexPart4 {
  position: relative;
  width: 100%;
  overflow: hidden; }
.indexPart4 .swiper-slide {
  padding: .6rem .3rem; }
  .indexPart4 .swiper-slide:hover .box {
    background: #fff;
    box-shadow: 0 0.1rem 0.5rem rgba(1, 41, 189, 0.1);
    -webkit-box-shadow: 0 0.1rem 0.5rem rgba(1, 41, 189, 0.1);
    -moz-box-shadow: 0 0.1rem 0.5rem rgba(1, 41, 189, 0.1); }
.indexPart4 .box {
  width: 100%;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  padding-bottom: .2rem; }
  .indexPart4 .box .name {
    padding: 0 .3rem .15rem .3rem; }
    .indexPart4 .box .name a {
      display: block;
      color: #1d2d69;
      font-size: .2rem;
      font-weight: bold;
      border-bottom: #1d2d69 solid 1px;
      height: .66rem;
      line-height: .66rem; }
  .indexPart4 .box p {
    padding: 0 .3rem;
    font-size: .14rem;
    color: #6e798b;
    line-height: 1.7em;
    height: 3.4em;
    overflow: hidden; }

.indexPart5 {
  min-height: 7rem;
  background: #f6f7fa url("../image/img1920.jpg") center top no-repeat;
  background-size: auto 4.76rem; }
  .indexPart5 .indexTitle {
    padding: 1.05rem 0 .1rem 0;
    color: #fff; }
    .indexPart5 .indexTitle h2 {
      padding: 0; }
  .indexPart5 .indexMore {
    padding: 0 0 .6rem 0; }
  .indexPart5 .btn li {
    height: .65rem;
    line-height: .65rem;
    color: #fff;
    position: relative;
    font-size: .2rem;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0 .2rem; }
    .indexPart5 .btn li:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: .2rem;
      background: rgba(255, 255, 255, 0.4);
      margin-top: -.1rem; }
    .indexPart5 .btn li:last-child:before {
      display: none; }
    .indexPart5 .btn li.on {
      color: #fff; }
  .indexPart5 .btn dl {
    display: none; }
  .indexPart5 .btn dd {
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0 .15rem;
    height: .26rem;
    line-height: .24rem;
    border: rgba(0, 0, 0, 0) solid 1px;
    -moz-border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem; }
    .indexPart5 .btn dd.on {
      color: #fff;
      border-color: #fff; }
  .indexPart5 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart5 .listD {
    position: relative;
    left: 1.45rem;
    padding-right: 1.5rem; }
  .indexPart5 .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0.3rem;
    margin-right: -6.8rem;
    height: .3rem;
    width: 1.76rem; }
    .indexPart5 .arrow:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1px;
      height: .26rem;
      background: #c5c6c8;
      margin-top: -.13rem; }
    .indexPart5 .arrow a {
      display: block;
      float: left;
      width: 50%;
      height: .3rem;
      line-height: .3rem;
      color: #1d2d69;
      font-size: .14rem;
      opacity: .6; }
    .indexPart5 .arrow a:hover {
      opacity: 1; }
    .indexPart5 .arrow a.prev {
      padding-left: .26rem;
      background: url("../image/prev15.png") left center no-repeat;
      background-size: .15rem; }
    .indexPart5 .arrow a.next {
      padding-right: .26rem;
      text-align: right;
      background: url("../image/next15.png") right center no-repeat;
      background-size: .15rem; }
  .indexPart5 #indexPart5 {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .indexPart5 .swiper-slide {
    min-height: 4.55rem;
    padding: .3rem .35rem; }
    .indexPart5 .swiper-slide:hover .box {
      box-shadow: 0 0.1rem 0.5rem rgba(1, 41, 189, 0.1);
      -webkit-box-shadow: 0 0.1rem 0.5rem rgba(1, 41, 189, 0.1);
      -moz-box-shadow: 0 0.1rem 0.5rem rgba(1, 41, 189, 0.1); }
      .indexPart5 .swiper-slide:hover .box .more a {
        border-color: #1d2d69; }
  .indexPart5 .box {
    background: #fff url("../image/img73.png") 0.3rem 0.1rem no-repeat;
    background-size: .73rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    min-height: 2.95rem;
    position: relative;
    padding: .82rem .3rem 0 .3rem; }
    .indexPart5 .box .img {
      width: 1.5rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.4rem;
      top: 0.2rem;
      bottom: auto; }
    .indexPart5 .box .name a {
      display: block;
      font-size: .2rem;
      font-weight: bold;
      color: #1d2d69;
      height: .58rem;
      line-height: .58rem; }
    .indexPart5 .box p {
      font-size: .14rem;
      color: #6e798b;
      line-height: 1.7em;
      height: 1rem;
      overflow: hidden;
      letter-spacing: 1px; }
    .indexPart5 .box .more a {
      display: block;
      height: .53rem;
      line-height: .53rem;
      font-size: .16rem;
      color: #1d2d69;
      border-top: #eaeaea solid 1px;
      padding-left: .25rem;
      background: url("../image/img17.png") left center no-repeat;
      background-size: .17rem; }

.indexPart6 {
  background: #f6f7fa; }
  .indexPart6 .wal {
    min-height: 5rem;
    position: relative; }
  .indexPart6 .list {
    height: 1.3rem;
    font-size: .2rem;
    color: #6e798b;
    max-width: 11.4rem;
    margin: 0 auto; }
    .indexPart6 .list li {
      float: left;
      width: 25%;
      text-align: center; }
    .indexPart6 .list .num {
      color: #1d2d69; }
      .indexPart6 .list .num span {
        font-size: .48rem; }
  .indexPart6 .map {
    /*background: url("../image/img1126.png") left top no-repeat; background-size: 100%; */
    width: 11.26rem;
    height: 9.27rem;
    margin: 0 auto;
    position: relative; }
    .indexPart6 .map canvas {
      width: 100%; }
    .indexPart6 .map li {
      background: url("../image/img62.png") center no-repeat;
      background-size: cover;
      width: .62rem;
      height: .61rem;
      position: absolute;
      margin-left: -.31rem;
      margin-top: -.61rem; }
      .indexPart6 .map li span {
        display: block;
        position: absolute;
        z-index: 10;
        left: -0.07rem;
        right: auto;
        top: 0;
        bottom: auto;
        background: url("../image/img62_1.png") center no-repeat;
        background-size: cover;
        width: .62rem;
        height: .38rem;
        font-size: .16rem;
        color: #1d2d69;
        line-height: .34rem;
        text-align: center; }
      .indexPart6 .map li.li_01 {
        left: 8.3rem;
        top: 3.72rem; }
      .indexPart6 .map li.li_02 {
        left: 7.8rem;
        top: 4.68rem; }
        .indexPart6 .map li.li_02 span {
          left: -.25rem; }
      .indexPart6 .map li.li_03 {
        left: 8.44rem;
        top: 5.46rem; }
        .indexPart6 .map li.li_03 span {
          left: -.25rem; }
      .indexPart6 .map li.li_04 {
        left: 9.28rem;
        top: 5.55rem; }
        .indexPart6 .map li.li_04 span {
          left: -.25rem; }
      .indexPart6 .map li.li_05 {
        left: 9.66rem;
        top: 5.72rem; }
        .indexPart6 .map li.li_05 span {
          left: .1rem; }
      .indexPart6 .map li.li_06 {
        left: 9.17rem;
        top: 6.05rem; }
        .indexPart6 .map li.li_06 span {
          left: .35rem; top: .3rem;}
      .indexPart6 .map li.li_07 {
        left: 8.04rem;
        top: 7.88rem; }
  .indexPart6 .tips {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.7rem; }
    .indexPart6 .tips li {
      min-height: .72rem;
      line-height: .3rem;
      color: #1d2d69;
      position: relative;
      font-size: .2rem;
      padding-left: .45rem; }
      .indexPart6 .tips li span {
        font-size: .14rem;
        color: #8390a4; }
    .indexPart6 .tips img {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: .3rem; }

.indexPart7 {
  min-height: 5rem;
  background: #fff; 
  padding-top: .5rem;}
  .indexPart7 li {
    width: 3.75rem;
    min-height: 1.9rem; }
  .indexPart7 .name {
    font-size: .26rem;
    font-weight: bold;
    color: #1d2d69;
    padding-left: .48rem;
    background: url("../image/img28.png") left center no-repeat;
    background-size: .28rem; }
  .indexPart7 p {
    font-size: .16rem;
    line-height: 1.7em;
    color: #6e798b;
    padding: .2rem 0 0 .48rem;
    background: url("../image/img9.png") 0.1rem 0.3rem no-repeat;
    background-size: .08rem; }

@media screen and (max-width: 1450px) {
  .indexFlash .arrow.prev {
    left: .1rem;
    margin-left: 0; }
  .indexFlash .arrow.next {
    right: .1rem;
    margin-right: 0; }

  .indexPart1 .arrow.prev {
    left: .5rem;
    margin-left: 0; }
  .indexPart1 .arrow.next {
    right: .5rem;
    margin-right: 0; }

  .indexPart2 .arrow.prev {
    left: 2.9rem;
    margin-left: 0; }
  .indexPart2 .arrow.next {
    right: 2.9rem;
    margin-right: 0; }

  .indexPart4 .arrow.prev {
    left: -.1rem;
    margin-left: 0; }
  .indexPart4 .arrow.next {
    right: -.1rem;
    margin-right: 0; }

  .indexPart5 .arrow {
    right: .1rem;
    margin-right: 0; } }

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