@charset "UTF-8";
a, .transition, .index li .bg, .index li .box, .index li .layer, .job li, .job li .name, .job li .name h2, .contact .map li:hover .layer, .programmeShow .imgList .dots span, .news a .time, .news a .name, .news a .msg, .news a .img .more, .caseLayer, :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, .caseList .list a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .index ul, .pageNav dl, .job li .name, .programmeShow .imgList .dots, .programmeShow div.title, .pageNum, .caseLayer {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .index li .name, .about .fl .video a, .contact .map li .layer, .case .swiper-slide a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .index li .name, .about .fl .video a, .job li .name, .contact .map li .layer, .programmeShow .imgList .dots, .programmeShow div.title, .case .swiper-slide a, .caseLayer {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .index li .name, .about .fl .video a, .contact .map li .layer, .programmeShow .imgList .dots, .pageNum, .case .swiper-slide a, .caseLayer {
  justify-content: center;
  -webkit-justify-content: center; }

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

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

.flexWrap, .introduce_01 ul, .contact .list ul, .contactForm .form ul, .programme ul, .news ul, .caseList .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: .12rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 1; }
  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: #3c7db6;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

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

h5 {
  font-size: 12px; }

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

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

@font-face {
  font-family: 'OswaldMedium';
  src: url("fonts/OswaldMedium.eot");
  src: url("fonts/OswaldMedium.eot") format("embedded-opentype"), url("fonts/OswaldMedium.woff2") format("woff2"), url("fonts/OswaldMedium.woff") format("woff"), url("fonts/OswaldMedium.ttf") format("truetype"), url("fonts/OswaldMedium.svg#OswaldMedium") format("svg"); }
.tab li {
  cursor: pointer; }

.tabContent {
  display: none; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%; }
  .head .wal {
    height: 0.77rem;
    position: relative; }
  .head a.logo {
    display: block;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 1rem;
    right: auto;
    top: 0;
    bottom: auto;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%; }
  .head a.btn {
    display: block;
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #205299;
    color: #fff;
    font-size: .16rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -.18rem; }

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

@media screen and (min-width: 800px) {
  .nav .list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 100%;
    bottom: auto;
    width: 19.2rem;
    height: .77rem;
    background: rgba(32, 82, 153, 0.5);
    visibility: hidden;
    opacity: 0; }
    .nav .list dl {
      display: flex;
      display: -webkit-flex; }
    .nav .list dd {
      padding: 0 .4rem 0 .25rem; }
    .nav .list a {
      display: block;
      height: .77rem;
      line-height: .77rem;
      color: #fff;
      font-size: .14rem;
      position: relative; }
      .nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: .56rem;
        width: 0;
        height: 1px;
        background: #205299; }
    .nav .list a:hover {
      color: #fff; }
      .nav .list a:hover:before {
        left: 0;
        width: 100%; }
  .nav li:hover a.name {
    color: #205299; }
    .nav li:hover a.name:before {
      left: 0;
      width: 100%; }
  .nav li:hover .list {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; } }
.foot {
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: .16rem;
  color: #666; }
  .foot .wal {
    min-height: .48rem;
    line-height: .48rem;
    position: relative; }
  .foot .tel {
    height: .48rem;
    padding-left: .5rem;
    background: url("../image/img38.png") left center no-repeat;
    background-size: .38rem; }
  .foot p {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }

.pageFoot {
  position: relative;
  background: #ebebeb; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide {
    height: 100vh;
    background: center no-repeat;
    background-size: cover; }
  .indexFlash .word {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 100%;
    margin-top: -1.25rem; }
    .indexFlash .word img {
      width: 4.05rem; }
  .indexFlash a.arrow {
    display: block;
    width: .28rem;
    height: .52rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 55%;
    bottom: auto;
    margin-top: -.26rem; }
    .indexFlash a.arrow.prev {
      left: 1.4rem;
      background-image: url("../image/prev28.png"); }
    .indexFlash a.arrow.next {
      right: 1.4rem;
      background-image: url("../image/next28.png"); }

.index {
  position: fixed;
  z-index: 20;
  bottom: 1rem;
  right: 50%;
  margin-right: -6rem; }
  .index li {
    padding: .1rem;
    background: rgba(84, 171, 201, 0.9);
    position: relative; }
    .index li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(0, 0, 0, 0.1); }
    .index li .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: center no-repeat;
      background-size: auto 120%;
      opacity: 0; }
    .index li .box {
      width: 1.6rem;
      height: 1.96rem;
      border: rgba(255, 255, 255, 0.3) solid 1px;
      position: relative;
      z-index: 3; }
      .index li .box:before {
        content: "";
        display: block;
        position: absolute;
        left: -1px;
        top: -1px;
        width: 4.8rem;
        height: 1.96rem;
        background: url("../image/img480.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
      .index li .box a.btn {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%; }
    .index li .name {
      width: 1.58rem;
      height: 1.94rem; }
      .index li .name img {
        width: .8rem; }
      .index li .name h2 {
        font-size: .18rem;
        color: #fff;
        padding-top: .26rem; }
    .index li .layer {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
      opacity: 0;
      visibility: hidden;
      width: 3.2rem; }
      .index li .layer p {
        font-size: .14rem;
        line-height: .2rem;
        min-height: 1.18rem;
        padding: .58rem .75rem 0 0;
        color: #fff; }
      .index li .layer a.more {
        display: block;
        width: 1.7rem;
        height: .39rem;
        line-height: .39rem;
        text-align: center;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        background: #205299;
        color: #fff;
        font-size: .16rem;
        text-transform: uppercase;
        letter-spacing: .1rem; }
        .index li .layer a.more em {
          padding-right: .4rem;
          display: inline-block;
          background: url("../image/img23.png") right center no-repeat;
          background-size: .23rem; }
  .index li.li_02 {
    background: rgba(147, 188, 55, 0.9); }

@media screen and (min-width: 800px) {
  .index li.on:before {
    opacity: 1; }
  .index li.on .bg {
    opacity: .18; }
  .index li.on .box {
    width: 4.8rem; }
    .index li.on .box:before {
      opacity: 1;
      transition-delay: .5s;
      -webkit-transition-delay: .5s;
      -moz-transition-delay: .5s; }
  .index li.on .layer {
    opacity: 1;
    visibility: visible; } }
/*page*/
.pageBanner {
  background: center no-repeat;
  background-size: cover;
  height: 4rem; }
  .pageBanner .title {
    font-size: .32rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    float: left;
    padding-top: 2.2rem;
    letter-spacing: 1px; }
    .pageBanner .title h2 {
      text-transform: uppercase;
      font-size: .6rem;
      font-family: 'OswaldMedium'; }
  .pageBanner .title-2 {
    text-align: left; }

.pageNav {
  border-bottom: #ccc solid 1px; }
  .pageNav dl {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .pageNav dd {
    margin-left: .65rem; }
  .pageNav a {
    display: block;
    height: .78rem;
    line-height: .78rem;
    position: relative;
    font-size: .16rem;
    color: #666; }
    .pageNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -1px;
      width: 0;
      height: .03rem;
      min-height: 2px;
      background: #205299; }
    .pageNav a:hover, .pageNav a.on {
      color: #205299; }
      .pageNav a:hover:before, .pageNav a.on:before {
        left: 0;
        width: 100%; }

.about {
  min-height: 7rem;
  position: relative;
  padding: .95rem 0; }
  .about .fl {
    width: 3.51rem;
    min-height: 4rem;
    border-right: #ccc solid 1px; }
    .about .fl h2 {
      text-transform: uppercase;
      font-size: .66rem;
      font-family: 'OswaldMedium';
      line-height: .5rem;
      color: #ccc;
      font-weight: 400; }
    .about .fl h3 {
      font-size: .2rem;
      line-height: .35rem;
      color: #205299;
      padding: .26rem 0 .45rem 0; }
    .about .fl .video {
      width: 2.87rem;
      position: relative; }
      .about .fl .video a {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: .14rem; }
        .about .fl .video a img {
          width: .7rem;
          margin-bottom: .1rem; }
  .about .fr {
    width: 7.9rem;
    color: #666; }
    .about .fr h2.title {
      font-size: .24rem;
      line-height: .26rem; }
    .about .fr .content {
      padding: .3rem 0;
      font-size: .14rem;
      line-height: .26rem;
      text-align: justify; }
  .about .h50 {
    height: 1rem; }
  .about .index {
    position: relative;
    bottom: 0;
    right: 0;
    margin-right: 0;
    float: right; }

.introduce_01 {
  min-height: 8.8rem;
  position: relative;
  padding: .68rem 0; }
  .introduce_01:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../image/img1202.png") center top no-repeat;
    background-size: 100%;
    width: 12.02rem;
    height: 5.98rem;
    left: 50%;
    top: .7rem;
    margin-left: -6.01rem; }
  .introduce_01 .list {
    background: url("../image/img1200.png") center top no-repeat;
    min-height: 7.23rem;
    background-size: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    position: relative; }
  .introduce_01 li {
    position: relative;
    padding-top: .6rem;
    width: 3.5rem; }
    .introduce_01 li h3 {
      font-size: .14rem; }
    .introduce_01 li h2 {
      font-size: .18rem;
      padding: .12rem 0 .1rem 0; }
    .introduce_01 li dd {
      font-size: .14rem; }
      .introduce_01 li dd span {
        display: inline-block;
        line-height: .24rem;
        padding-left: .24rem;
        background: left center no-repeat;
        background-size: .16rem; }
      .introduce_01 li dd.dd_01 span {
        background-image: url("../image/img20_1.png"); }
      .introduce_01 li dd.dd_02 span {
        background-image: url("../image/img20_2.png"); }
  .introduce_01 .li_01 {
    width: 100%;
    height: 4.17rem;
    padding-top: .92rem; }
    .introduce_01 .li_01 h3 {
      font-size: .18rem; }
    .introduce_01 .li_01 h2 {
      font-size: .24rem;
      padding: .2rem 0; }
    .introduce_01 .li_01 dd span {
      background-size: .2rem;
      padding-left: .3rem;
      font-size: .16rem;
      line-height: .27rem; }
  .introduce_01 .li_02, .introduce_01 .li_03 {
    top: .6rem; }

.introduce_02 {
  min-height: 7rem;
  position: relative;
  background: #f2f2f2;
  color: #666; }
  .introduce_02 .tab {
    width: 3.1rem;
    padding: .66rem 0; }
    .introduce_02 .tab li {
      height: .72rem;
      line-height: .71rem;
      border-bottom: #ccc solid 1px;
      position: relative;
      padding-left: .58rem;
      font-size: .16rem;
      font-weight: bold;
      letter-spacing: 1px; }

/*.introduce_02 .tab div {
      height: .72rem;
      line-height: .71rem;
      border-bottom: #ccc solid 1px;
      position: relative;
      padding-left: .58rem;
      font-size: .16rem;
      font-weight: bold;
      letter-spacing: 1px; }*/

      .introduce_02 .tab li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background: #205299;
        opacity: 0; }

/*        .introduce_02 .tab div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 2px;
        background: #205299;
        opacity: 0; }*/

      .introduce_02 .tab li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.2rem;
        width: .4rem;
        height: .4rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #9e9e9e url("../image/img40.png") center no-repeat;
        background-size: cover; }
/*
      .introduce_02 .tab div:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.2rem;
        width: .4rem;
        height: .4rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #9e9e9e url("../image/img40.png") center no-repeat;
        background-size: cover; }*/

    .introduce_02 .tab li.on {
      color: #205299; }
      .introduce_02 .tab li.on:before {
        opacity: 1; }
      .introduce_02 .tab li.on:after {
        background-color: #205299; }

    
/*        .introduce_02 .tab div.on {
      color: #205299; }
      .introduce_02 .tab div.on:before {
        opacity: 1; }
      .introduce_02 .tab div.on:after {
        background-color: #205299; }*/


  .introduce_02 .tabContentDiv {
    width: 8rem;
    padding: .8rem 0; }
    .introduce_02 .tabContentDiv h2.title {
      font-size: .24rem;
      padding: .24rem 0 .2rem 0; }
    .introduce_02 .tabContentDiv .content {
      font-size: .14rem;
      line-height: .26rem;
      text-align: justify; }

.job {
  padding: .9rem 0 .6rem 0; }
  .job li {
    position: relative;
    min-height: 1.1rem;
    padding-bottom: .3rem;
    padding-top: .4rem; }
    .job li .name {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: .8rem;
      background: #ececec;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      font-size: .16rem;
      color: #666;
      cursor: pointer; }
      .job li .name:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .4rem;
        width: .24rem;
        height: 100%;
        background: url("../image/img24_3.png") center no-repeat;
        background-size: 100%; }
      .job li .name h2 {
        font-size: .24rem;
        color: #333;
        padding: 0 .35rem 0 .5rem; }
      .job li .name p {
        position: absolute;
        right: 0;
        width: 3.9rem;
        line-height: .4rem;
        padding-left: .27rem;
        background: url("../image/img15.png") left center no-repeat;
        background-size: .15rem; }
    .job li .containerBox {
      display: none; }
    .job li .container {
      -moz-border-radius: 0.4rem;
      -webkit-border-radius: 0.4rem;
      border-radius: 0.4rem;
      background: #ececec;
      padding: 1.1rem .5rem .5rem .5rem;
      font-size: .16rem;
      line-height: .34rem; }
      .job li .container .content {
        position: relative;
        padding: 0 0 .3rem .28rem; }
        .job li .container .content:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: .11rem;
          height: .34rem;
          background: url("../image/img11.png") center no-repeat;
          background-size: 100%; }
      .job li .container .msg {
        color: #205299;
        padding-left: .28rem; }
  .job li.on {
    padding-top: 0; }
    .job li.on .name {
      background: #205299;
      color: #fff; }
      .job li.on .name:before {
        background-image: url("../image/img24_3on.png"); }
      .job li.on .name h2 {
        color: #fff; }
      .job li.on .name p {
        background-image: url("../image/img15on.png"); }

.contact {
  min-height: 5rem;
  padding-bottom: .8rem;
  position: relative; }
  .contact .container {
    min-height: 4.1rem;
    padding: 1.1rem .5rem;
    position: relative;
    z-index: 2;
    max-width: 5rem; }
    .contact .container h2 {
      font-size: .24rem;
      color: #205299;
      padding-bottom: .1rem; }
    .contact .container .tel {
      color: #3c7db6;
      font-family: 'OswaldMedium';
      font-size: .4rem;
      padding: .25rem 0 .1rem 0; }
    .contact .container .msg {
      font-size: .16rem;
      line-height: .26rem;
      color: #666; }
  .contact .map {
    position: absolute;
    top: .8rem;
    right: 0;
    background: url("../image/img951.png") center no-repeat;
    background-size: cover;
    width: 9.51rem;
    height: 4.73rem; }
    .contact .map li {
      position: absolute;
      background: url("../image/img30.png") center no-repeat;
      background-size: cover;
      width: .3rem;
      height: .3rem; }
      .contact .map li .layer {
        width: .81rem;
        height: .65rem;
        background: url("../image/img81.png") center no-repeat;
        background-size: cover;
        color: #fff;
        padding-left: .08rem;
        font-size: .16rem;
        font-weight: bold;
        position: absolute;
        z-index: 10;
        left: 0.2rem;
        right: auto;
        top: 50%;
        bottom: auto;
        margin-top: -.32rem;
        opacity: 0;
        visibility: hidden; }
        .contact .map li .layer img {
          height: .32rem;
          margin-bottom: .04rem; }
      .contact .map li:hover .layer {
        opacity: 1;
        visibility: visible;
        left: .34rem; }
    .contact .map .li_01 {
      left: 8.13rem;
      top: 1.48rem; }
    .contact .map .li_02 {
      left: 5.78rem;
      top: 2.3rem; }
    .contact .map .li_03 {
      left: 7.88rem;
      top: 1.08rem; }
    .contact .map .li_04 {
      left: 7.6rem;
      top: 1.37rem; }
    .contact .map .li_05 {
      left: 7.7rem;
      top: 1.82rem; }
  .contact .list {
    min-height: 4.75rem;
    background: #f2f2f2;
    padding: .6rem .5rem 0 .5rem; }
    .contact .list li {
      width: 50%;
      min-height: 2.08rem; }
      .contact .list li img {
        height: .5rem; }
      .contact .list li h2 {
        color: #205299;
        font-size: .18rem;
        padding: .15rem 0; }
      .contact .list li .msg {
        font-size: .14rem;
        line-height: .26rem;
        color: #666; }

.contactForm .title {
  background: url("../image/img1200_1.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 2.5rem;
  color: #fff;
  font-size: .18rem;
  padding: .85rem 0; }
  .contactForm .title h2 {
    font-size: .32rem;
    padding-bottom: .1rem; }
.contactForm .form {
  padding-top: .65rem; }
  .contactForm .form ul {
    margin-left: -.6rem; }
  .contactForm .form li {
    padding: 0 0 .3rem .6rem;
    width: 50%;
    position: relative; }
    .contactForm .form li .ico {
      width: .2rem;
      position: absolute;
      z-index: 10;
      left: 0.6rem;
      right: auto;
      top: 0.1rem;
      bottom: auto; }
      .contactForm .form li .ico img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .contactForm .form li .input {
      min-height: .4rem;
      border-bottom: #999 solid 1px; }
      .contactForm .form li .input input {
        width: 100%;
        height: .39rem;
        line-height: .39rem;
        padding-left: .36rem;
        font-size: .14rem; }
      .contactForm .form li .input textarea {
        width: 100%;
        height: 1.2rem;
        line-height: .29rem;
        padding: .05rem 0 .05rem .36rem;
        font-size: .14rem; }
      .contactForm .form li .input ::-webkit-input-placeholder {
        color: #9ba5b4; }
      .contactForm .form li .input :-moz-placeholder {
        color: #9ba5b4; }
      .contactForm .form li .input ::-moz-placeholder {
        color: #9ba5b4; }
      .contactForm .form li .input :-ms-input-placeholder {
        color: #9ba5b4; }
  .contactForm .form li.on .ico img:nth-child(1) {
    opacity: 0; }
  .contactForm .form li.on .ico img:nth-child(2) {
    opacity: 1; }
  .contactForm .form li.on .input {
    border-color: #205299; }
    .contactForm .form li.on .input input, .contactForm .form li.on .input textarea {
      color: #205299; }
  .contactForm .form .li_01 {
    width: 100%; }
.contactForm .submit {
  padding: .3rem 0 1rem 0; }
  .contactForm .submit div {
    background: #205299;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 1.72rem;
    margin: 0 auto; }
  .contactForm .submit input {
    height: .42rem;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: .14rem; }

.programme {
  padding: 1rem 0 .2rem 0; }
  .programme ul {
    margin-left: -1.2rem; }
  .programme li {
    width: 50%;
    padding: 0 0 .8rem 1.2rem; }
  .programme a {
    display: block;
    padding: 0 .3rem .3rem;
    border-bottom: #ccc solid 1px; }
    .programme a .img {
      margin-left: -.3rem;
      margin-right: -.3rem; }
    .programme a h2 {
      font-size: .18rem;
      padding: .3rem 0 .22rem 0; }
    .programme a p {
      max-width: 3.1rem;
      font-size: .14rem;
      line-height: .24rem;
      color: #666;
      min-height: .48rem; }

@media screen and (min-width: 800px) {
  .programme a:hover {
    color: #205299;
    box-shadow: 0.21rem 0.21rem 0.43rem rgba(20, 74, 148, 0.18);
    -webkit-box-shadow: 0.21rem 0.21rem 0.43rem rgba(20, 74, 148, 0.18);
    -moz-box-shadow: 0.21rem 0.21rem 0.43rem rgba(20, 74, 148, 0.18);
    border-color: rgba(0, 0, 0, 0); } }
a.backA {
  display: block;
  position: absolute;
  top: .5rem;
  right: 0;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  width: 1.32rem;
  height: .43rem;
  line-height: .41rem;
  text-align: center;
  border: #666 solid 1px;
  font-size: .14rem;
  color: #666; }
  a.backA em {
    background: url("../image/img9.png") right center no-repeat;
    background-size: .09rem;
    padding-right: .22rem; }
  a.backA:hover {
    background: #205299;
    border-color: #205299;
    color: #fff; }
    a.backA:hover em {
      background-image: url("../image/img9on.png"); }

.pageBack {
  min-height: 1.95rem;
  position: relative;
  border-top: #ccc solid 1px; }

.programmeShow {
  min-height: 5rem;
  position: relative;
  padding-bottom: .35rem; }
  .programmeShow a.backA {
    top: .68rem; }
  .programmeShow h2.title {
    width: 10rem;
    font-size: .24rem;
    padding: .6rem 0 .2rem 0; }
  .programmeShow .msg {
    font-size: .14rem;
    line-height: .27rem;
    color: #999;
    padding-bottom: .35rem;
    border-bottom: #ccc solid 1px; }
  .programmeShow .imgList {
    padding: .4rem 0 .32rem 0;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .programmeShow .imgList .dots {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.4rem;
      top: auto;
      bottom: 0.6rem;
      height: .22rem;
      padding: 0 .1rem;
      background: rgba(0, 0, 0, 0.4);
      -moz-border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .programmeShow .imgList .dots span {
        width: .08rem;
        height: .08rem;
        background: rgba(255, 255, 255, 0.8);
        margin: 0 .05rem;
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      .programmeShow .imgList .dots .swiper-pagination-bullet-active {
        width: .62rem; }
  .programmeShow div.title {
    height: .61rem;
    background: #e5e5e5;
    padding: 0 .4rem; }
    .programmeShow div.title img {
      height: .23rem; }
    .programmeShow div.title h2 {
      color: #205299;
      padding-left: .15rem;
      font-size: .18rem; }
  .programmeShow .content {
    font-size: .14rem;
    line-height: .27rem;
    color: #666;
    padding: .3rem .4rem;
    background: #f2f2f2;
    margin-bottom: .3rem; }

.news {
  padding-top: .9rem; }
  .news h2.title {
    font-size: .32rem;
    margin-bottom: .5rem;
    padding-bottom: .26rem;
    background: url("../image/img78.png") left bottom no-repeat;
    background-size: .78rem; }
  .news ul {
    margin-left: -1rem; }
  .news li {
    width: 33.333%;
    padding: 0 0 .7rem 1rem; }
  .news a {
    display: block;
    position: relative; }
    .news a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .8rem;
      width: .6rem;
      height: 1px;
      background: #ccc; }
    .news a .time {
      height: .8rem;
      position: relative;
      font-size: .18rem;
      color: #a4a6ad; }
      .news a .time b {
        font-size: .48rem;
        color: #333;
        padding-right: .1rem; }
    .news a .name {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 1.2rem;
      bottom: auto;
      width: 100%;
      font-size: .16rem;
      line-height: .27rem;
      height: .54rem;
      overflow: hidden; }
    .news a .msg {
      min-height: 1.23rem;
      padding: .3rem 0;
      font-size: .14rem;
      line-height: .27rem;
      color: #666;
      opacity: 0; }
      .news a .msg p {
        height: .54rem;
        overflow: hidden;
        position: relative; }
    .news a .img {
      position: relative; }
      .news a .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1a2500;
        opacity: 0; }
      .news a .img img {
        width: 100%; }
      .news a .img .more {
        width: 1.7rem;
        height: .39rem;
        line-height: .39rem;
        text-align: center;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        background: #205299;
        color: #fff;
        font-size: .16rem;
        text-transform: uppercase;
        letter-spacing: .1rem;
        position: absolute;
        z-index: 10;
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        margin-left: -.85rem;
        margin-top: -.2rem;
        opacity: 0; }
        .news a .img .more em {
          padding-right: .3rem;
          display: inline-block;
          background: url("../image/img23.png") right center no-repeat;
          background-size: .23rem; }

@media screen and (min-width: 800px) {
  .news a:hover .time {
    opacity: 0; }
  .news a:hover .name {
    top: 0;
    font-weight: bold;
    color: #205299; }
  .news a:hover .msg {
    opacity: 1; }
  .news a:hover .img:before {
    opacity: .6; }
  .news a:hover .img .more {
    opacity: 1; } }
.pageNum {
  border-top: #ccc solid 1px;
  padding: .5rem 0 1rem 0; }
  .pageNum a {
    width: .43rem;
    height: .43rem;
    margin: 0 1px;
    line-height: .43rem;
    text-align: center;
    font-size: .18rem;
    color: #666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .pageNum a:hover, .pageNum a.on {
      background: #205299;
      color: #fff; }
    .pageNum a.arrow {
      background: #e0e0e0 center no-repeat;
      background-size: .08rem; }
      .pageNum a.arrow:hover {
        background-color: #205299; }
      .pageNum a.arrow.prev {
        background-image: url("../image/prev8.png"); }
        .pageNum a.arrow.prev:hover {
          background-image: url("../image/prev8on.png"); }
      .pageNum a.arrow.next {
        background-image: url("../image/next8.png"); }
        .pageNum a.arrow.next:hover {
          background-image: url("../image/next8on.png"); }

.newShow {
  min-height: 5rem;
  position: relative; }
  .newShow a.backA {
    top: 1.05rem; }
  .newShow .title {
    width: 10rem;
    font-size: .24rem;
    padding: .95rem 0 .2rem 0; }
  .newShow .time {
    border-bottom: #ccc solid 1px;
    padding-bottom: .36rem;
    font-size: .14rem;
    color: #999; }
  .newShow .content {
    padding: .45rem 0;
    font-size: .14rem;
    line-height: .27rem;
    text-align: justify; }
    .newShow .content p {
      padding-bottom: .27rem; }
    .newShow .content .img {
      text-align: center;
      padding: .1rem 0 .4rem 0; }

.case {
  padding: 1rem 0;
  position: relative; }
  .case a.arrow {
    display: block;
    width: .28rem;
    height: .52rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.26rem; }
    .case a.arrow.prev {
      left: -1.2rem;
      background-image: url("../image/prev28_1.png"); }
      .case a.arrow.prev:hover {
        background-image: url("../image/prev28_1on.png"); }
    .case a.arrow.next {
      right: -1.2rem;
      background-image: url("../image/next28_1.png"); }
      .case a.arrow.next:hover {
        background-image: url("../image/next28_1on.png"); }
  .case .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000; }
  .case .swiper-slide {
    position: relative; }
    .case .swiper-slide:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../image/img300.png") center no-repeat;
      background-size: 100% 100%;
      opacity: 0; }
    .case .swiper-slide .img {
      opacity: .7; }
    .case .swiper-slide a {
      color: #fff;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%; }
      .case .swiper-slide a img {
        width: 1rem; }
      .case .swiper-slide a h2 {
        font-size: .18rem;
        padding-top: .3rem;
        letter-spacing: 1px; }
    .case .swiper-slide:hover:before {
      opacity: 1; }

.caseList .title {
  position: relative;
  border-bottom: #ccc solid 1px;
  min-height: 1.41rem; }
  .caseList .title img {
    width: .45rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.38rem;
    bottom: auto; }
  .caseList .title h2 {
    padding: .6rem 0 0 .64rem;
    font-size: .24rem;
    letter-spacing: 1px; }
  .caseList .title a.backA {
    top: .42rem; }
.caseList .list {
  padding: .5rem 0 .22rem 0; }
  .caseList .list ul {
    margin-left: -.3rem; }
  .caseList .list li {
    width: 33.333%;
    padding: 0 0 .4rem .3rem; }
  .caseList .list a {
    display: block;
    position: relative;
    border-bottom: #ccc solid 1px; }
    .caseList .list a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 2px;
      background: #205299;
      opacity: 0; }
    .caseList .list a .name {
      font-size: .18rem;
      height: .62rem;
      line-height: .62rem;
      text-align: center;
      position: relative; }
      .caseList .list a .name:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .62rem;
        height: 100%;
        background: url("../image/img26.png") center no-repeat;
        background-size: .26rem;
        opacity: 0; }
  .caseList .list a:hover {
    color: #205299;
    box-shadow: 0.21rem 0.21rem 0.43rem rgba(147, 188, 55, 0.18);
    -webkit-box-shadow: 0.21rem 0.21rem 0.43rem rgba(147, 188, 55, 0.18);
    -moz-box-shadow: 0.21rem 0.21rem 0.43rem rgba(147, 188, 55, 0.18);
    font-weight: bold; }
    .caseList .list a:hover:before {
      opacity: 1; }
    .caseList .list a:hover .name:before {
      opacity: 1; }

.caseLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }
  .caseLayer.show {
    opacity: 1;
    visibility: visible; }
  .caseLayer .container {
    background: #fff;
    width: 9rem;
    min-height: 3rem;
    position: relative; }
  .caseLayer .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .caseLayer .list .name {
      text-align: center;
      font-size: .24rem;
      font-weight: bold;
      color: #205299;
      height: .83rem;
      line-height: .83rem; }
  .caseLayer a.close {
    display: block;
    width: .48rem;
    height: .48rem;
    background: url("../image/close48.png") center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.9rem;
    top: 0;
    bottom: auto; }
    .caseLayer a.close:hover {
      background-image: url("../image/close48on.png"); }
  .caseLayer a.arrow {
    display: block;
    width: .38rem;
    height: .71rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.35rem; }
    .caseLayer a.arrow.prev {
      left: -.9rem;
      background-image: url("../image/prev38.png"); }
      .caseLayer a.arrow.prev:hover {
        background-image: url("../image/prev38on.png"); }
    .caseLayer a.arrow.next {
      right: -.9rem;
      background-image: url("../image/next38.png"); }
      .caseLayer a.arrow.next:hover {
        background-image: url("../image/next38on.png"); }

/*# sourceMappingURL=index.css.map */
.indexPart5 .slick a{display:block; padding:0 5px 10px 5px; text-align:center; opacity:0.5; filter:alpha(opacity=50);}
.indexPart5 .slick a:hover{opacity:1; filter:alpha(opacity=100);}
.indexPart5 .slick a:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);  
}
.indexPart5 .slick-dots{padding-top:50px; height:115px;}
.indexPart5 .slick-dots li{display:block; float:left; width:50%; height:4px; border-top:#ccc solid 1px; position:relative;}
.indexPart5 .slick-dots li.slick-active{background:#66a600; border-color:#66a600; top:-2px;}