@charset "UTF-8";
a, .transition, .head, .head .search .input, .indexDots, .indexDots li em, .about_02 .year div, .about_02 .list-wrapper li:after, .about_02 .list-wrapper li div, .honor_01 .list .box, .case .title, .case .list .layer, .caseLayer, .caseLayer .btn dd div, .news .box, .news .box .time, .contact_02 .form li .input, .contact_02 .submit div, :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, .honor_01 .list .box .name a, .honor_02 .list .name, .honor_02 .list2 .name, .news .box .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .foot .list2 li, .foot .ewm, .indexBtn, .indexBtn .arrow a, .indexBtn a.more, .indexBtn .arrow, .indexPart3 .layer, .indexPart3 .indexBtn dl, .indexPart4 .list ul, .indexPart5 .box, .pageBanner .title .line, .about_01 .list ul, .team .box .name, .honor_01 .arrow, .honor_02 .list .img, .honor_02 .list2 .img, .case .title, .case .list .box .dl_01, .case .list .box .dl_01 dd, .caseImg .layer .wal2, .caseImg .layer .num, .caseLayer, .caseLayer .btn dl, .caseLayer .arrow, .pageNum, .newShow .time, .pageShare, .pageShare ul, .pageNum2, .job .name dl, .contact_01 .list li {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexPart1 .tips, .pageBanner .tips, .about_01 .list li, .case .list .box, .case .list .layer, .caseShow .list li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .foot .list2 li, .foot .ewm, .indexPart1 .tips, .pageBanner .tips, .indexBtn, .indexBtn .arrow a, .indexBtn a.more, .indexPart3 .layer, .about_01 .list li, .team .box .name, .honor_02 .list .img, .honor_02 .list2 .img, .case .title, .case .list .box .dl_01 dd, .caseImg .layer .wal2, .caseImg .layer .num, .caseLayer, .pageNum, .newShow .time, .pageShare, .pageShare ul, .contact_01 .list li {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexBtn .arrow a, .indexBtn a.more, .indexBtn .arrow, .honor_02 .list .img, .honor_02 .list2 .img, .case .list .box, .case .list .layer, .caseImg .layer .num, .caseLayer, .caseLayer .btn dl, .caseLayer .arrow, .caseShow .list li, .pageNum, .newShow .time {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .foot .ewm, .indexBtn, .indexPart4 .layer, .caseImg .layer .wal2, .pageShare {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .nav ul, .foot .list ul, .foot .list2 ul, .indexPart4 .layer, .honor_03 .list ul, .caseLayer .list-wrapper ul, .caseShow .list ul, .contact_02 .form 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: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s 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: #e1be80;
    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; }

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

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-0.2rem); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-0.2rem); } }
@font-face {
  font-family: angsau;
  src: url("angsau.ttf"); }
.headD {
  height: 0.96rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.96rem;
  border-bottom: rgba(255, 255, 255, 0.4) solid 1px; }
  .head.hide {
    opacity: 0;
    visibility: hidden;
    top: -0.96rem; }
  .head.hide2 {
    opacity: 0;
    visibility: hidden; }
  .head .wal {
    min-height: 0.96rem;
    position: relative;
    max-width: 100%;
    margin: 0 1rem; }
  .head a.logo {
    display: block;
    background: url("../image/logo23_2.png") center no-repeat;
    background-size: 100%;
    width: 2.99rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    font-size: .16rem;
    color: #fff;
    line-height: 0.96rem; }
    .head .language a {
      color: #dcdcdc; }
      .head .language a.on {
        font-weight: bold;
        color: #fff; }
    .head .language em {
      padding: 0 .08rem; }
  .head .search {
    position: absolute;
    z-index: 20;
    left: auto;
    right: 1.02rem;
    top: 0;
    bottom: auto;
    width: .44rem;
    height: 0.96rem; }
    .head .search a {
      display: block;
      height: .44rem;
      width: .44rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: url("../image/img22.png") center no-repeat;
      background-size: .22rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 50%;
      bottom: auto;
      margin-top: -.22rem; }
      .head .search a:hover {
        background-color: rgba(255, 255, 255, 0.3); }
    .head .search .input {
      width: 100%;
      position: absolute;
      top: 50%;
      margin-top: -.22rem;
      right: 0;
      height: .44rem;
      background: rgba(255, 255, 255, 0.3);
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      opacity: 0; }
      .head .search .input:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: .44rem;
        height: 100%;
        background: url("../image/img22.png") center no-repeat;
        background-size: .22rem; }
      .head .search .input input {
        width: 100%;
        height: .44rem;
        line-height: .44rem;
        font-size: .17rem;
        color: #fff;
        padding-left: .48rem; }
      .head .search .input ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      .head .search .input ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4); }
      .head .search .input :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4); }
    .head .search.on a {
      background-image: url("../image/close22.png"); }
    .head .search.on .input {
      width: 2.9rem;
      opacity: 1; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.95rem;
  top: 0;
  bottom: auto; }
  .nav.hide {
    opacity: 0;
    visibility: hidden; }
  .nav li {
    margin-left: .45rem; }
  .nav a.name {
    display: block;
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: .16rem;
    color: #fff;
    position: relative; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #fff; }
    .nav a.name.on:before {
      width: 100%;
      left: 0; }

.pageHead {
  background: url("../image/img38.png") top repeat-x;
  background-size: auto 100%; }

@media screen and (min-width: 800px) {
  .nav .list {
    position: fixed;
    z-index: 50;
    left: 0;
    top: -0.96rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    min-height: .86rem;
    opacity: 0;
    visibility: hidden; }
    .nav .list dl {
      display: flex;
      display: -webkit-flex;
      position: absolute;
      right: 0;
      top: 0; }
    .nav .list dd {
      padding-right: .6rem;
      position: relative; }
      .nav .list dd:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: .26rem;
        width: 2px;
        height: .26rem;
        background: #999;
        margin-top: -.13rem; }
      .nav .list dd:last-child:before {
        display: none; }
    .nav .list a {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      height: .86rem;
      opacity: .7;
      color: #fff;
      font-size: .16rem; }
      .nav .list a img {
        width: .26rem;
        margin-right: .1rem; }
      .nav .list a:hover {
        opacity: 1; }
  .nav .list-1 dl {
    width: 7.9rem; }
  .nav li:hover a.name:before {
    width: 100%;
    left: 0; }
  .nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 0.96rem;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; } }
.foot {
  background: #dfdfdf;
  font-size: .14rem; }
  .foot .wal {
    min-height: 3.46rem;
    position: relative;
    max-width: 100%;
    margin: 0 1rem; }
  .foot .list {
    min-height: .9rem;
    padding-top: .35rem; }
    .foot .list li {
      padding-right: .4rem;
      line-height: .45rem; }
  .foot .list2 {
    max-width: 4.5rem;
    min-height: 1.83rem; }
    .foot .list2 li {
      min-width: 1.9rem;
      height: .54rem; }
      .foot .list2 li img {
        width: .2rem;
        margin-right: .12rem; }
  .foot a.topA {
    display: block;
    background: url("../image/topA.png") center no-repeat;
    background-size: cover;
    width: .86rem;
    height: .43rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0.72rem;
    margin-left: -.43rem; }
  .foot a.logo {
    display: block;
    width: 2.9rem;
    position: absolute;
    z-index: 10;
    left: 48%;
    right: auto;
    top: 0.5rem;
    bottom: auto;
    margin-left: -1.11rem; }
  .foot .ewm {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.5rem;
    bottom: auto;
    width: 2.5rem; }
    .foot .ewm div {
      width: 1.3rem; }
    .foot .ewm p {
      line-height: .24rem;
      color: #666; }
  .foot .msg {
    text-align: center;
    line-height: .72rem;
    border-top: #b9b9b9 solid 1px;
    color: #666; }

/*index*/
#index {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  #index .indexFoot {
    height: 3.46rem; }

.indexSlide {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: center no-repeat;
  background-size: cover; }
  .indexSlide .lineL, .indexSlide .lineR {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 5;
    top: 0.96rem; }
  .indexSlide .lineL {
    left: .5rem; }
  .indexSlide .lineR {
    right: .5rem; }

.indexDots {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: 0;
  width: .5rem;
  opacity: 0;
  visibility: hidden; }
  .indexDots.show {
    opacity: 1;
    visibility: visible; }
  .indexDots.hide {
    opacity: 0;
    visibility: hidden; }
  .indexDots li {
    height: .32rem;
    position: relative; }
    .indexDots li:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: .3rem;
      height: 2px;
      margin-top: -1px;
      background: rgba(255, 255, 255, 0.4); }
    .indexDots li em {
      font-size: .14rem;
      display: block;
      line-height: .32rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.5rem;
      top: 0;
      bottom: auto;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      color: #fff; }
  .indexDots li.on:before {
    background: #fff;
    width: .4rem; }
  .indexDots li.on em {
    right: .6rem;
    opacity: 1;
    visibility: visible; }

.indexPart1 a.logo {
  display: block;
  background: url("../image/logo23_1.png") center no-repeat;
  background-size: cover;
  width: 5.8rem;
  height: 2.52rem;
  position: absolute;
  z-index: 10;
  left: 45.5%;
  right: auto;
  top: 36.8%;
  bottom: auto;
  margin-left: -2.17rem; }
.indexPart1 li {
  height: 100vh;
  background: center no-repeat;
  background-size: cover; }

.indexPart1 .tips, .pageBanner .tips {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0.2rem;
  width: 100%;
  padding-top: .28rem;
  background: url("../image/img26.png") center top no-repeat;
  background-size: .26rem;
  color: #fff;
  font-size: .14rem;
  line-height: .24rem;
  animation: upDown .7s infinite alternate;
  -webkit-animation: upDown .7s infinite alternate; }
  .indexPart1 .tips i, .pageBanner .tips i {
    width: 1px;
    height: .86rem;
    background: #fff; }
  .indexPart1 .tips div, .pageBanner .tips div {
    font-size: .18rem;
    padding-top: .1rem; }

.indexBtn {
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: auto;
  bottom: 9%;
  width: 100%;
  color: #fff;
  padding: 0 1rem;
  height: .9rem; }
  .indexBtn .num {
    height: .9rem;
    line-height: .9rem;
    font-size: .38rem;
    font-family: 'angsau'; }
    .indexBtn .num em {
      font-size: 1rem; }
  .indexBtn .arrow a, .indexBtn a.more {
    width: 1.14rem;
    height: .45rem;
    border: rgba(255, 255, 255, 0.4) solid 1px; }
    .indexBtn .arrow a:hover, .indexBtn a.more:hover {
      background-color: rgba(255, 255, 255, 0.4);
      border-color: #fff; }
  .indexBtn .arrow {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: auto;
    bottom: auto;
    width: 4rem;
    margin-left: -2rem; }
    .indexBtn .arrow a {
      margin: 0 .27rem; }
      .indexBtn .arrow a img {
        width: .54rem; }
  .indexBtn a.more {
    width: 2.4rem;
    color: #fff; }
    .indexBtn a.more em {
      font-size: .16rem;
      padding-right: .76rem;
      background: url("../image/next54.png") right center no-repeat;
      background-size: .54rem; }

.indexPart2 h2.title {
  color: #fff;
  font-weight: 400;
  font-size: .48rem;
  position: absolute;
  z-index: 10;
  left: 1rem;
  right: auto;
  top: 38%;
  bottom: auto; }
.indexPart2 li {
  height: 100vh;
  background: center no-repeat;
  background-size: cover; }

.indexPart3 li {
  height: 100vh;
  background: center no-repeat;
  background-size: cover; }
.indexPart3 .layer {
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 43%;
  bottom: auto;
  width: 100%;
  padding: 0 1rem; }
  .indexPart3 .layer h2 {
    font-weight: 400;
    font-size: .48rem;
    padding-right: .3rem;
    margin-right: .3rem;
    border-right: rgba(255, 255, 255, 0.6) solid 1px;
    height: .45rem;
    line-height: .45rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
  .indexPart3 .layer p {
    font-size: .14rem;
    line-height: .24rem;
    max-width: 7.8rem; }
.indexPart3 .indexBtn dl dd {
  position: relative;
  font-size: .14rem;
  padding-right: .55rem; }
  .indexPart3 .indexBtn dl dd:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .22rem;
    width: 1px;
    height: .48rem;
    background: rgba(255, 255, 255, 0.6);
    margin-top: -.24rem; }
  .indexPart3 .indexBtn dl dd:last-child:before {
    display: none; }
  .indexPart3 .indexBtn dl dd div {
    font-size: .24rem;
    padding-top: 2px; }

@media screen and (max-width: 1650px) {
  .indexPart3 .indexBtn dl dd div {
    font-size: .2rem; } }
.indexPart4 .layer {
  color: #fff;
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  padding: 0 1rem; }
.indexPart4 .col {
  width: 6.9rem;
  padding-bottom: .6rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }
  .indexPart4 .col .title {
    font-size: .48rem;
    line-height: .62rem;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: rgba(255, 255, 255, 0.4) solid 1px; }
  .indexPart4 .col p {
    font-size: .14rem;
    line-height: .24rem; }
.indexPart4 .list li {
  padding-left: 1.6rem; }
  .indexPart4 .list li:first-child {
    padding: 0; }
.indexPart4 .list a {
  display: block;
  color: #fff;
  text-align: center; }
  .indexPart4 .list a .img {
    width: 1.6rem;
    margin: 0 auto; }
  .indexPart4 .list a h2 {
    font-weight: 400;
    font-size: .3rem;
    padding-top: .2rem; }
  .indexPart4 .list a p {
    font-size: .22rem;
    text-transform: uppercase;
    font-family: 'angsau'; }

@media screen and (max-width: 1800px) {
  .indexPart4 .col .title {
    line-height: .64rem; }
  .indexPart4 .list li {
    padding-left: .6rem; } }
.indexPart5 .lineL {
  top: 55%; }
.indexPart5 .lineR {
  top: 100%;
  margin-top: -.55rem; }
.indexPart5 li {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
  padding-top: 30vh; }
.indexPart5 .box {
  color: #fff;
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
  padding: .4rem 1rem;
  position: relative; }
  .indexPart5 .box:before {
    content: "";
    display: block;
    position: absolute;
    left: 2.7rem;
    top: .42rem;
    width: 1px;
    height: 1.3rem;
    background: rgba(255, 255, 255, 0.4); }
  .indexPart5 .box a {
    color: #fff; }
  .indexPart5 .box .time, .indexPart5 .box .name {
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
  .indexPart5 .box .time {
    font-family: 'angsau';
    opacity: .7;
    font-size: .52rem; }
    .indexPart5 .box .time div {
      font-size: 1.85rem;
      height: .8rem;
      line-height: .8rem; }
  .indexPart5 .box .name {
    font-size: .48rem;
    line-height: .66rem;
    width: 6.45rem;
    padding: 0 .5rem 0 .9rem; }
  .indexPart5 .box .content {
    font-size: .14rem;
    line-height: .23rem;
    text-align: justify;
    max-width: 6.5rem;
    overflow: hidden;
    position: relative; }
    .indexPart5 .box .content p {
      padding-bottom: .1rem; }

/*page*/
.pageBanner {
  height: 100vh;
  background: center no-repeat;
  background-size: cover;
  position: relative;
  /*.title{background: url("../image/img424.png") center no-repeat; background-size: auto 100%; width: 100%; height: 1.17rem; @include absolute($l:0, $t:50%); text-align: center; color: #fff; line-height: 1.07rem; font-size: .48rem; margin-top: -.55rem; padding-top: .1rem; letter-spacing: .04rem}*/ }
  .pageBanner .title {
    width: 4.24rem;
    height: 1.1rem;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.7) solid 1px;
    border-top: 0;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    text-align: center;
    color: #fff;
    margin-left: -2.12rem;
    margin-top: -.55rem; }
    .pageBanner .title h2 {
      font-weight: 400;
      font-size: .48rem;
      letter-spacing: .04rem;
      line-height: 1.08rem; }
    .pageBanner .title .line {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 100%;
      margin-bottom: -1px;
      width: 100%;
      align-items: flex-end;
      -webkit-align-items: flex-end; }
      .pageBanner .title .line:before {
        content: "";
        display: block;
        position: absolute;
        position: relative;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.7); }
      .pageBanner .title .line em {
        color: #fff;
        padding: 0 .2rem;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        font-size: .3rem;
        text-transform: uppercase;
        letter-spacing: .04rem;
        font-family: 'angsau';
        height: .3rem;
        line-height: .3rem;
        position: relative;
        top: .15rem; }

.about_01 {
  background: url("../image/about_01.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 9.5rem; }
  .about_01 .img {
    width: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .about_01 .wal {
    padding: 1.75rem 0; }
  .about_01 .title {
    position: relative; }
    .about_01 .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: .75rem;
      height: 2px;
      background: #333; }
    .about_01 .title div {
      font-size: 1.83rem;
      text-transform: uppercase;
      font-family: 'angsau';
      opacity: .05;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      line-height: .8rem;
      letter-spacing: .04rem; }
    .about_01 .title h2 {
      font-weight: 400;
      font-size: .36rem;
      padding: .9rem 0 .25rem 0; }
  .about_01 .content {
    font-size: .14rem;
    line-height: .26rem;
    text-align: justify;
    color: #666;
    max-width: 5.5rem;
    min-height: 3rem;
    padding: .4rem 0; }
    .about_01 .content p {
      padding-bottom: .36rem; }
  .about_01 .title2 {
    font-size: .18rem;
    padding-bottom: .25rem; }
  .about_01 .list li {
    padding-right: .7rem; }
    .about_01 .list li div {
      width: .6rem; }
    .about_01 .list li em {
      font-size: .14rem;
      padding-top: .08rem; }

.about_02 {
  background: url("../image/limg1920_2.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff; }
  .about_02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .about_02 .wal {
    min-height: 9.5rem;
    position: relative; }
  .about_02 .title {
    text-align: center;
    position: relative;
    padding: 1.5rem 0 .3rem 0;
    margin-bottom: 1.8rem; }
    .about_02 .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: .76rem;
      height: 2px;
      background: #fff;
      margin-left: -.38rem; }
    .about_02 .title h2 {
      font-size: .36rem;
      font-weight: 400; }
    .about_02 .title div {
      font-size: .85rem;
      text-transform: uppercase;
      font-family: 'angsau';
      opacity: .12;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.6rem;
      bottom: auto;
      letter-spacing: .04rem;
      width: 100%; }
  .about_02 .year div {
    position: absolute;
    left: 0;
    top: .75rem;
    width: 100%;
    text-align: center;
    font-size: 4.72rem;
    color: #fff;
    font-family: 'angsau';
    letter-spacing: .06rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .about_02 .year div.on {
    opacity: .3;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  .about_02 .list {
    position: relative;
    min-height: 2rem;
    padding: 0 .46rem; }
  .about_02 a.arrow {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.23rem;
    width: .46rem;
    height: .46rem;
    background: center no-repeat;
    background-size: .12rem;
    border: rgba(255, 255, 255, 0.4) solid 1px; }
    .about_02 a.arrow:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .about_02 a.arrow.prev {
      left: 0;
      background-image: url("../image/limg12_1.png"); }
    .about_02 a.arrow.next {
      right: 0;
      background-image: url("../image/limg12_2.png"); }
  .about_02 .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .about_02 .list-wrapper:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.18); }
    .about_02 .list-wrapper li {
      height: 2rem;
      position: relative;
      text-align: center; }
      .about_02 .list-wrapper li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img20.png") center no-repeat;
        background-size: .2rem; }
      .about_02 .list-wrapper li:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1rem;
        height: 1rem;
        margin-left: -.5rem;
        margin-top: -.5rem;
        background: rgba(255, 255, 255, 0.6);
        border: #fff solid 1px;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        opacity: 0; }
      .about_02 .list-wrapper li div {
        font-size: .36rem;
        font-family: 'angsau';
        line-height: 1rem;
        position: relative;
        top: 1rem;
        z-index: 10; }
    .about_02 .list-wrapper li:nth-child(odd) div {
      top: 0; }
    .about_02 .list-wrapper li.swiper-slide-active:before {
      opacity: 0; }
    .about_02 .list-wrapper li.swiper-slide-active:after {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      opacity: 1; }
    .about_02 .list-wrapper li.swiper-slide-active div {
      font-size: .48rem;
      line-height: 2rem;
      top: 0;
      color: #333; }
  .about_02 .box {
    min-height: 2.4rem;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    font-size: .14rem;
    line-height: .26rem;
    color: #fff;
    padding: .3rem; }
    .about_02 .box:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: -.32rem;
      width: 2px;
      height: .64rem;
      margin-left: -1px;
      background: #fff; }
    .about_02 .box .scroll {
      height: 1.8rem;
      overflow: hidden;
      position: relative; }
    .about_02 .box dt {
      padding-left: .1rem;
      background: url("../image/img5.png") left center no-repeat;
      background-size: .05rem; }
    .about_02 .box dd {
      padding: .1rem 0 .36rem .1rem; }

.team {
  position: relative; }
  .team:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3.05rem;
    width: 100%;
    height: 5.17rem;
    background: url("../image/img1920.jpg") center no-repeat;
    background-size: cover; }
  .team .wal {
    min-height: 9.5rem;
    position: relative;
    max-width: 14rem; }
  .team .list {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 1.53rem;
    bottom: auto;
    width: 7rem;
    padding: 0 .6rem; }
  .team a.arrow {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    width: .45rem;
    height: 100%;
    background: center no-repeat;
    background-size: .12rem;
    border: #cbcbcb solid 1px; }
    .team a.arrow:hover {
      background-color: #d6d6d6;
      border-color: #000; }
    .team a.arrow.prev {
      left: 0;
      background-image: url("../image/limg12_3.png"); }
    .team a.arrow.next {
      right: 0;
      background-image: url("../image/limg12_4.png"); }
  .team .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .team .list-wrapper li div {
      margin: 0 .22rem;
      position: relative;
      cursor: pointer; }
      .team .list-wrapper li div:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .5; }
      .team .list-wrapper li div img {
        width: 100%; }
    .team .list-wrapper li.swiper-slide-active div:before {
      opacity: 0; }
  .team .box {
    min-height: 9.5rem;
    position: relative;
    padding: 3.05rem 0 0 50%;
    color: #fff; }
    .team .box .img {
      width: 6.54rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0; }
    .team .box .name {
      padding: .55rem 0 .5rem 0;
      font-size: .16rem; }
      .team .box .name img {
        width: .36rem; }
      .team .box .name b {
        font-size: .3rem;
        padding: 0 .1rem 0 .2rem; }
      .team .box .name em {
        position: relative;
        top: .07rem; }
    .team .box .scroll {
      height: 3.2rem;
      overflow: hidden;
      position: relative; }
      .team .box .scroll li {
        font-size: .14rem;
        line-height: .4rem;
        position: relative;
        padding-left: 12.5em;
        top: -.1rem; }
        .team .box .scroll li em {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto; }

.pageTitle {
  text-align: center;
  position: relative;
  height: 2.74rem;
  padding-top: 1.5rem; }
  .pageTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: .52rem;
    width: .76rem;
    height: .02rem;
    background: #333;
    margin-left: -.38rem; }
  .pageTitle h2 {
    font-weight: 400;
    font-size: .36rem; }
  .pageTitle div {
    position: absolute;
    left: 0;
    top: .6rem;
    text-transform: uppercase;
    font-family: 'angsau';
    font-size: .85rem;
    opacity: .12;
    width: 100%; }

.pageTitle-2 {
  text-align: left;
  height: 3.04rem;
  padding-top: 1.8rem; }
  .pageTitle-2:before {
    left: 0;
    margin-left: 0; }
  .pageTitle-2 div {
    font-size: 1.83rem;
    top: .05rem;
    opacity: .05;
    letter-spacing: .04rem; }

.honor_01 {
  background: #f4f4f4;
  height: 6.76rem;
  overflow: hidden;
  position: relative; }
  .honor_01 .bigImg li {
    position: absolute;
    left: 50%;
    top: 0;
    width: 7.48rem;
    height: 100%;
    margin-left: -9.6rem;
    background: center no-repeat;
    background-size: cover; }
    .honor_01 .bigImg li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.72); }
  .honor_01 .list {
    position: absolute;
    left: 50%;
    top: 1rem;
    margin-left: -4.42rem;
    width: 15.6rem;
    overflow: hidden; }
    .honor_01 .list li {
      padding: .06rem 0; }
    .honor_01 .list .box {
      margin-right: .85rem;
      background: #fff;
      min-height: 4.6rem;
      position: relative;
      top: 0;
      padding: 0 .35rem; }
      .honor_01 .list .box:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .06rem;
        background: #333;
        opacity: 0; }
      .honor_01 .list .box .img {
        margin-right: -.35rem;
        margin-left: -.35rem; }
      .honor_01 .list .box .name {
        position: relative;
        padding-bottom: .2rem; }
        .honor_01 .list .box .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .2rem;
          width: .45rem;
          height: 1px;
          background: #999; }
        .honor_01 .list .box .name a {
          display: block;
          height: .75rem;
          line-height: .75rem;
          font-size: .18rem;
          font-weight: bold;
          color: #333;
          cursor: default; }
      .honor_01 .list .box dd {
        font-size: .14rem;
        line-height: .18rem;
        color: #999;
        padding: 0 0 .15rem .12rem;
        position: relative; }
        .honor_01 .list .box dd:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: .06rem;
          height: .18rem;
          background: url("../image/img6.jpg") center no-repeat;
          background-size: 100%; }
    .honor_01 .list li:hover .box, .honor_01 .list li.swiper-slide-active .box {
      top: -.06rem; }
      .honor_01 .list li:hover .box:before, .honor_01 .list li.swiper-slide-active .box:before {
        opacity: 1; }
  .honor_01 .arrow {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 5.22rem;
    bottom: auto;
    margin-left: -7rem; }
    .honor_01 .arrow a {
      width: .46rem;
      height: .46rem;
      background: center no-repeat;
      background-size: .12rem;
      border: rgba(255, 255, 255, 0.4) solid 1px; }
      .honor_01 .arrow a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      .honor_01 .arrow a.prev {
        left: 0;
        background-image: url("../image/limg12_1.png"); }
      .honor_01 .arrow a.next {
        right: 0;
        background-image: url("../image/limg12_2.png");
        margin-left: -1px; }

.honor_02 {
  max-width: 14rem;
  padding-bottom: .45rem; }
  .honor_02 .list, .honor_02 .list2 {
    position: relative;
    min-height: 3.4rem;
    padding: 0 .4rem; }
    .honor_02 .list li, .honor_02 .list2 li {
      padding: 0 .3rem; }
    .honor_02 .list .img, .honor_02 .list2 .img {
      border: #dcdcdc solid 1px;
      padding: .06rem;
      height: 2.6rem; }
      .honor_02 .list .img img, .honor_02 .list2 .img img {
        max-height: 100%; }
    .honor_02 .list .name, .honor_02 .list2 .name {
      font-size: .14rem;
      height: .45rem;
      line-height: .45rem;
      text-align: center; }
  .honor_02 a.arrow {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0.8rem;
    bottom: auto;
    width: .45rem;
    height: 1rem;
    background: center no-repeat;
    background-size: .12rem;
    border: #cbcbcb solid 1px; }
    .honor_02 a.arrow:hover {
      background-color: #d6d6d6;
      border-color: #000; }
    .honor_02 a.arrow.prev {
      left: 0;
      background-image: url("../image/limg12_3.png"); }
    .honor_02 a.arrow.next {
      right: 0;
      background-image: url("../image/limg12_4.png"); }
  .honor_02 .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }

.honor_03 {
  background: #f4f4f4; }
  .honor_03 .wal {
    max-width: 14rem; }
  .honor_03 .list {
    padding-bottom: .6rem; }
    .honor_03 .list ul {
      margin-left: -.4rem; }
    .honor_03 .list li {
      width: 25%;
      padding: 0 0 .4rem .4rem; }
    .honor_03 .list a {
      display: block;
      position: relative; }
      .honor_03 .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: #bfbfbf solid 1px; }
      .honor_03 .list a img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .6; }
      .honor_03 .list a:hover {
        background: #fff; }
        .honor_03 .list a:hover:before {
          opacity: 0; }
        .honor_03 .list a:hover img {
          -webkit-filter: grayscale(0);
          -moz-filter: grayscale(0);
          -ms-filter: grayscale(0);
          -o-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 1; }

.case {
  max-width: 14rem;
  padding: 1rem 0 0 0; }
  .case .title {
    background: #f5f5f5;
    height: .7rem;
    padding-left: .5rem;
    position: relative;
    margin-bottom: 0; }
    .case .title:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .2rem;
      width: .7rem;
      height: 100%;
      background: url("../image/img26_4.png") center no-repeat;
      background-size: .26rem;
      cursor: pointer; }
    .case .title img {
      width: .65rem;
      margin-right: .16rem; }
    .case .title h2 {
      font-size: .24rem; }
    .case .title.on {
      margin-bottom: .3rem; }
      .case .title.on:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg); }
  .case .list {
    padding: .25rem 0 .6rem 0; }
    .case .list li {
      position: relative;
      border-bottom: #eaeaea solid 1px;
      min-height: 2.6rem; }
      .case .list li:last-child {
        border-bottom: 0; }
    .case .list .img {
      width: 3rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.39rem;
      bottom: auto; }
      .case .list .img img {
        width: 100%; }
    .case .list .box {
      height: 2.6rem;
      padding-left: 3.4rem; }
      .case .list .box .name {
        font-size: .18rem;
        line-height: .3rem;
        font-weight: bold;
        padding-bottom: .1rem; }
      .case .list .box .content {
        font-size: .14rem;
        line-height: .36rem;
        color: #666; }
        .case .list .box .content .name2 {
          text-align: right; }
      .case .list .box .dl_01 {
        padding-top: .1rem; }
        .case .list .box .dl_01 dd {
          width: 33.333%; }
        .case .list .box .dl_01 .ico {
          width: .5rem; }
        .case .list .box .dl_01 .col {
          padding-left: .16rem;
          font-size: .14rem;
          color: #999;
          line-height: .24rem; }
          .case .list .box .dl_01 .col div {
            color: #666; }
    .case .list .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.39rem;
      bottom: auto;
      width: 100%;
      height: 1.8rem;
      background: #000 center no-repeat;
      background-size: cover;
      color: #fff;
      padding: 0 .5rem;
      opacity: 0; }
      .case .list .layer:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #333;
        opacity: .68; }
      .case .list .layer a {
        color: #fff; }
      .case .list .layer .name, .case .list .layer .content {
        position: relative; }
      .case .list .layer .name {
        font-size: .18rem;
        line-height: .3rem;
        font-weight: bold;
        padding-bottom: .1rem; }
      .case .list .layer .content {
        font-size: .14rem;
        line-height: .36rem;
        max-width: 8.5rem; }
        .case .list .layer .content .name2 {
          text-align: right; }
      .case .list .layer a.more {
        display: block;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 1.34rem;
        top: auto;
        bottom: 0.46rem;
        font-size: .16rem;
        width: 2.4rem;
        height: .45rem;
        line-height: .43rem;
        text-align: center;
        border: rgba(255, 255, 255, 0.5) solid 1px; }
        .case .list .layer a.more em {
          padding-right: .75rem;
          background: url("../image/next54.png") right center no-repeat;
          background-size: .54rem; }
        .case .list .layer a.more:hover {
          border-color: #fff;
          background-color: rgba(255, 255, 255, 0.4); }
    .case .list li:hover .layer {
      opacity: 1; }

.case-2 {
  padding: 0; }
  .case-2 .list {
    padding: 0; }
    .case-2 .list li {
      top: -.39rem; }

.caseImg {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .caseImg li {
    height: 100vh;
    background: center no-repeat;
    background-size: cover; }
  .caseImg .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.8rem;
    width: 100%;
    color: #fff; }
    .caseImg .layer .name {
      font-size: .48rem; }
    .caseImg .layer .num {
      width: 1.5rem;
      height: .45rem;
      background: rgba(255, 255, 255, 0.2);
      border: #fff solid 1px;
      cursor: pointer; }
      .caseImg .layer .num div {
        font-size: .34rem;
        font-family: 'angsau';
        padding-right: .12rem; }
        .caseImg .layer .num div span {
          display: inline-block;
          color: #dadada; }
      .caseImg .layer .num a {
        background: url("../image/img18.png") center no-repeat;
        background-size: 100%;
        width: .18rem;
        height: .18rem; }
  .caseImg a.arrow {
    display: block;
    width: .45rem;
    height: .45rem;
    border: rgba(255, 255, 255, 0.4) solid 1px;
    background: center no-repeat;
    background-size: .45rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto; }
    .caseImg a.arrow:hover {
      border-color: #333;
      background-color: rgba(0, 0, 0, 0.2); }
    .caseImg a.arrow.prev {
      left: 50%;
      margin-left: -7rem;
      background-image: url("../image/prev45.png"); }
    .caseImg a.arrow.next {
      right: 50%;
      margin-right: -7rem;
      background-image: url("../image/next45.png"); }

.caseLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden; }
  .caseLayer.show {
    opacity: 1;
    visibility: visible; }
  .caseLayer .container {
    width: 14rem;
    position: relative;
    min-height: 5rem; }
  .caseLayer a.close {
    display: block;
    width: .48rem;
    height: .48rem;
    background: url("../image/close48_1.png") center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -1px;
    top: -1px;
    bottom: auto; }
    .caseLayer a.close:hover {
      background-image: url("../image/close48.png"); }
  .caseLayer .btn {
    height: .95rem; }
    .caseLayer .btn dd {
      padding: 0 .29rem; }
      .caseLayer .btn dd div {
        width: 1.14rem;
        height: .45rem;
        line-height: .43rem;
        text-align: center;
        font-size: .14rem;
        color: #fff;
        border: rgba(255, 255, 255, 0.4) solid 1px;
        cursor: pointer; }
      .caseLayer .btn dd.on div {
        background: rgba(255, 255, 255, 0.2);
        border-color: #fff; }
  .caseLayer .list {
    margin-left: -.2rem;
    margin-right: -.2rem; }
  .caseLayer .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .caseLayer .list-wrapper li {
      width: 33.333%;
      padding: 0 .2rem .2rem .2rem; }
      .caseLayer .list-wrapper li div {
        position: relative; }
        .caseLayer .list-wrapper li div:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #333;
          opacity: 0; }
      .caseLayer .list-wrapper li:hover div:before, .caseLayer .list-wrapper li.on div:before {
        opacity: .6; }
  .caseLayer .arrow {
    padding-top: .8rem; }
    .caseLayer .arrow a {
      margin: 0 .27rem;
      width: 1.14rem;
      height: .45rem;
      border: rgba(255, 255, 255, 0.4) solid 1px;
      background: center no-repeat;
      background-size: 1.14rem; }
      .caseLayer .arrow a:hover {
        border-color: #fff;
        background-color: rgba(255, 255, 255, 0.4); }
      .caseLayer .arrow a.hide {
        opacity: .3;
        cursor: default; }
      .caseLayer .arrow a.prev {
        background-image: url("../image/prev114.png"); }
      .caseLayer .arrow a.next {
        background-image: url("../image/next114.png"); }

.caseShow .content {
  font-size: .14rem;
  line-height: .26rem;
  text-align: justify;
  padding: .9rem 0; }
.caseShow .list {
  border-top: #adadad solid 1px;
  padding: .75rem 0; }
  .caseShow .list ul {
    margin-left: -.5rem; }
  .caseShow .list li {
    width: 33.333%;
    height: 1rem;
    position: relative;
    padding-left: 1.2rem; }
    .caseShow .list li .img {
      position: absolute;
      z-index: 10;
      left: 0.5rem;
      right: auto;
      top: auto;
      bottom: auto;
      width: .5rem; }
    .caseShow .list li .name, .caseShow .list li .msg {
      font-size: .14rem;
      line-height: .2rem; }
    .caseShow .list li .msg {
      color: #999; }

.caseShow2 {
  background: url("../image/limg1920_8.jpg") center no-repeat;
  background-size: cover; }
  .caseShow2 .wal2 {
    min-height: 9.5rem;
    position: relative; }
  .caseShow2 .pageTitle-2 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    color: #fff; }
    .caseShow2 .pageTitle-2:before {
      background: #fff; }
  .caseShow2 .box {
    min-height: 9.5rem;
    position: relative;
    color: #fff;
    padding-top: 3.85rem; }
    .caseShow2 .box .name {
      font-size: .16rem; }
      .caseShow2 .box .name b {
        font-size: .3rem; }
    .caseShow2 .box .img {
      width: 5.86rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0; }
    .caseShow2 .box .content {
      font-size: .14rem;
      line-height: .3rem;
      min-height: 1.45rem;
      padding: .28rem 0;
      text-align: justify;
      max-width: 7.05rem; }
    .caseShow2 .box .list {
      position: relative; }
      /*.caseShow2 .box .list:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 11%;
        width: .03rem;
        height: 80%;
        background: #fff; }*/
      .caseShow2 .box .list dd {
        font-size: .14rem;
        line-height: .42rem;
        position: relative;
        padding-left: .95rem; }
        .caseShow2 .box .list dd em {
          font-family: 'angsau';
          font-size: .5rem;
          position: absolute;
          z-index: 10;
          left: 0.15rem;
          right: auto;
          top: 0;
          bottom: auto; }
  .caseShow2 .imgList {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 1.2rem;
    width: 7rem;
    padding: 0 .6rem; }
    .caseShow2 .imgList a.arrow {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto;
      width: .45rem;
      height: 100%;
      background: center no-repeat;
      background-size: .45rem;
      border: rgba(255, 255, 255, 0.4) solid 1px; }
      .caseShow2 .imgList a.arrow:hover {
        background-color: rgba(255, 255, 255, 0.4);
        border-color: #fff; }
      .caseShow2 .imgList a.arrow.prev {
        left: 0;
        background-image: url("../image/prev45.png"); }
      .caseShow2 .imgList a.arrow.next {
        right: 0;
        background-image: url("../image/next45.png"); }
    .caseShow2 .imgList .list-wrapper {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .caseShow2 .imgList .list-wrapper li div {
        margin: 0 .22rem;
        position: relative;
        cursor: pointer; }
        .caseShow2 .imgList .list-wrapper li div:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #fff;
          opacity: .5; }
        .caseShow2 .imgList .list-wrapper li div img {
          width: 100%; }
      .caseShow2 .imgList .list-wrapper li.swiper-slide-active div:before {
        opacity: 0; }

.pageBack {
  min-height: 2rem;
  padding: .5rem 1rem 0 0;
  border-top: #adadad solid 1px; }
  .pageBack a {
    display: block;
    margin-left: auto;
    font-size: .16rem;
    width: 2.4rem;
    height: .45rem;
    line-height: .43rem;
    text-align: center;
    border: #999 solid 1px;
    color: #333; }
    .pageBack a em {
      padding-left: .73rem;
      background: url("../image/limg55_1.png") left center no-repeat;
      background-size: .55rem; }
    .pageBack a:hover {
      background-color: rgba(0, 0, 0, 0.2); }

.news {
  padding: .5rem 0 0 0; }
  .news li {
    padding-top: .5rem;
    border-bottom: #eaeaea solid 1px;
    position: relative; }
    .news li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: .04rem;
      background: #333;
      opacity: 0;
      z-index: 10; }
    .news li:last-child {
      border: 0; }
  .news .box {
    position: relative;
    min-height: 2.12rem;
    padding: .5rem 0 .5rem 1.93rem; }
    .news .box:before {
      content: "";
      display: block;
      position: absolute;
      left: 1.54rem;
      top: .51rem;
      width: .02rem;
      height: 1.18rem;
      background: #333; }
    .news .box .time {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0.33rem;
      bottom: auto;
      text-align: center;
      font-size: .52rem;
      color: #666;
      font-family: 'angsau'; }
      .news .box .time div {
        font-size: 1.84rem;
        color: #333;
        line-height: .9rem; }
    .news .box .name {
      padding-bottom: .12rem; }
      .news .box .name a {
        display: block;
        height: .46rem;
        line-height: .46rem;
        font-size: .18rem;
        color: #666; }
    .news .box .content {
      font-size: .14rem;
      line-height: .28rem;
      color: #999; }
    .news .box .more a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0.48rem;
      bottom: auto;
      width: 2.4rem;
      height: .45rem;
      line-height: .43rem;
      border: #999 solid 1px;
      text-align: center;
      font-size: .16rem;
      color: #333; }
      .news .box .more a em {
        background: url("../image/img55.png") right center no-repeat;
        background-size: .55rem;
        padding-right: .75rem; }
      .news .box .more a:hover {
        background-color: rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 800px) {
  .news .img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }
  .news li:hover:before {
    opacity: 1; }
  .news li:hover .img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0); }
  .news li:hover .box {
    background: #efefef;
    padding: .5rem .64rem .5rem 2.55rem; }
    .news li:hover .box:before {
      left: 2.14rem; }
    .news li:hover .box .time {
      left: .6rem; }
    .news li:hover .box .more a {
      right: .64rem; } }
.pageNum {
  padding: .5rem 0 1rem 0; }
  .pageNum a {
    width: .54rem;
    height: .4rem;
    background: center no-repeat;
    background-size: 100%;
    position: relative;
    top: .06rem; }
    .pageNum a.prev {
      background-image: url("../image/limg54_1on.png"); }
      .pageNum a.prev:hover {
        background-image: url("../image/limg54_1.png"); }
    .pageNum a.next {
      background-image: url("../image/limg54_2on.png"); }
      .pageNum a.next:hover {
        background-image: url("../image/limg54_2.png"); }
  .pageNum div {
    padding: 0 .2rem;
    font-size: .54rem;
    font-family: 'angsau'; }
    .pageNum div span {
      color: #999; }

.newShow .title {
  text-align: center;
  font-size: .36rem;
  padding-top: .9rem; }
.newShow .time {
  padding: .2rem 0 .45rem 0;
  border-bottom: #333 solid 1px;
  font-size: .14rem;
  color: #999; }
  .newShow .time img {
    width: .16rem;
    margin-right: .1rem; }
.newShow .content {
  padding: .45rem 0;
  font-size: .14rem;
  line-height: 2em;
  color: #666;
  text-align: justify; }
  .newShow .content .img {
    text-align: center;
    padding: .3rem 0; }
    .newShow .content .img .name {
      text-align: center;
      font-size: .18rem;
      padding-top: .15rem; }

.pageShare {
  font-size: .16rem;
  color: #666;
  padding: .3rem 0; }
  .pageShare li a {
    display: block;
    margin-right: .1rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: .36rem;
    background: #999; }
    .pageShare li a:hover {
      background: #333; }
  .pageShare a.back {
    font-size: .16rem;
    width: 2.4rem;
    height: .45rem;
    line-height: .43rem;
    text-align: center;
    border: #999 solid 1px;
    color: #333; }
    .pageShare a.back em {
      padding-left: .73rem;
      background: url("../image/limg55_1.png") left center no-repeat;
      background-size: .55rem; }
    .pageShare a.back:hover {
      background-color: rgba(0, 0, 0, 0.2); }

.pageNum2 {
  border-top: #d9d9d9 solid 1px;
  border-bottom: #d9d9d9 solid 1px; }
  .pageNum2 a {
    width: 50%;
    height: .76rem;
    line-height: .76rem;
    text-align: center;
    font-size: .16rem;
    color: #333; }
  .pageNum2 a.prev {
    padding-left: 20%; }
    .pageNum2 a.prev em {
      background: url("../image/limg54_1on.png") left center no-repeat;
      background-size: .54rem;
      padding-left: .74rem; }
    .pageNum2 a.prev:hover em {
      background-image: url("../image/limg54_1.png"); }
  .pageNum2 a.next {
    padding-right: 20%; }
    .pageNum2 a.next em {
      background: url("../image/limg54_2on.png") right center no-repeat;
      background-size: .54rem;
      padding-right: .74rem; }
    .pageNum2 a.next:hover em {
      background-image: url("../image/limg54_2.png"); }

.job {
  padding: .9rem 0; }
  .job li {
    border-bottom: #ccc solid 1px; }
    .job li:last-child {
      border: 0; }
  .job .name {
    height: 1.03rem;
    line-height: 1.03rem;
    position: relative;
    color: #999; }
    .job .name:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: .26rem;
      height: 100%;
      background: url("../image/img26_5.png") center no-repeat;
      background-size: 100%;
      opacity: .3;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      cursor: pointer; }
    .job .name h2 {
      font-size: .24rem;
      font-weight: 400; }
    .job .name dl {
      position: absolute;
      z-index: 10;
      left: 4.15rem;
      right: auto;
      top: 0;
      bottom: auto;
      font-size: .16rem; }
      .job .name dl dd {
        position: relative;
        height: 1.03rem;
        padding-right: .25rem; }
        .job .name dl dd:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: .12rem;
          width: 1px;
          height: .16rem;
          background: #ccc;
          margin-top: -.08rem; }
        .job .name dl dd:last-child:before {
          display: none; }
  .job .content {
    background: #f1f1f1 url("../image/img233.jpg") right bottom no-repeat;
    background-size: 2.33rem;
    font-size: .14rem;
    line-height: .32rem;
    color: #666;
    padding: .3rem .4rem;
    display: none; }
  .job li.on {
    border-color: rgba(0, 0, 0, 0); }
    .job li.on .name {
      color: #333; }
      .job li.on .name:before {
        opacity: 1;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0); }

.contact_01 {
  padding: 1rem 0;
  position: relative;
  z-index: 1; }
  .contact_01 .list {
    width: 6.2rem;
    min-height: 4.04rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    background: rgba(51, 51, 51, 0.8);
    margin-top: -2.02rem;
    border-left: #000 solid .1rem;
    color: #fff;
    padding: .5rem 0 0 .82rem; }
    .contact_01 .list li {
      height: .98rem; }
      .contact_01 .list li .img {
        width: .51rem;
        margin-right: .18rem; }
      .contact_01 .list li h2 {
        font-size: .18rem;
        padding-bottom: .06rem; }
      .contact_01 .list li p {
        font-size: .16rem; }
  .contact_01 .map {
    height: 7.5rem; }

.contact_02 {
  background: url("../image/limg1920_12.jpg") center no-repeat;
  background-size: cover;
  min-height: 9.5rem; }
  .contact_02 .pageTitle {
    color: #fff; }
    .contact_02 .pageTitle:before {
      background: #fff; }
  .contact_02 .form ul {
    margin-left: -.4rem; }
  .contact_02 .form li {
    width: 50%;
    padding: 0 0 .3rem .4rem;
    position: relative; }
    .contact_02 .form li img {
      width: .21rem;
      position: absolute;
      z-index: 10;
      left: 0.6rem;
      right: auto;
      top: 0.24rem;
      bottom: auto; }
    .contact_02 .form li img:nth-child(2) {
      opacity: 0; }
    .contact_02 .form li .input {
      background: rgba(255, 255, 255, 0.4);
      min-height: .7rem; }
      .contact_02 .form li .input input, .contact_02 .form li .input textarea {
        width: 100%;
        height: .7rem;
        line-height: .7rem;
        font-size: .16rem;
        color: #fff;
        padding: 0 .5rem; }
      .contact_02 .form li .input textarea {
        height: 2.8rem;
        padding: .2rem .5rem;
        line-height: .3rem; }
      .contact_02 .form li .input ::-webkit-input-placeholder {
        color: #fff; }
      .contact_02 .form li .input ::-moz-placeholder {
        color: #fff; }
      .contact_02 .form li .input :-ms-input-placeholder {
        color: #fff; }
  .contact_02 .form li.on img:nth-child(1) {
    opacity: 0; }
  .contact_02 .form li.on img:nth-child(2) {
    opacity: 1; }
  .contact_02 .form li.on .input {
    background: #fff; }
    .contact_02 .form li.on .input input, .contact_02 .form li.on .input textarea {
      color: #333; }
  .contact_02 .form li.li_01 {
    width: 100%; }
  .contact_02 .submit {
    padding: .7rem 0; }
    .contact_02 .submit div {
      width: 2.4rem;
      height: .45rem;
      border: rgba(255, 255, 255, 0.4) solid 1px;
      position: relative;
      font-size: .16rem;
      color: #fff;
      line-height: .43rem;
      text-align: center;
      margin: 0 auto; }
      .contact_02 .submit div em {
        padding-right: .75rem;
        background: url("../image/next54.png") right center no-repeat;
        background-size: .54rem; }
      .contact_02 .submit div:hover {
        border-color: #fff;
        background-color: rgba(255, 255, 255, 0.2); }
    .contact_02 .submit input {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      opacity: 0;
      cursor: pointer; }

.pageSearchMsg {
  padding-top: 1rem;
  font-size: .14rem;
  color: #666; }
  .pageSearchMsg b {
    color: #333; }

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