a, .transition, .head .search .input, .head .search .submit, .indexPart1 .col-1 li span, .indexPart2 .list li:after, .indexPart2 .list li .name h2, .indexPart3 .list li .box, .indexPart3 .list li .img, .indexPart3 .list li p, .indexPart3 .mapList li .yuan, .indexPart3 .mapList li .yuan:before, .indexPart3 .mapList li .yuan:after, .indexPart3 .mapList .li_02:after, .indexPart3 .mapList .li_03:after, .indexPart5 .list-wrapper li .box, .pageNav2 a h2, .news li, .news li:after, .news li .bg, .news li .time, .business li .name a span, .responsibility li .col .time, .responsibility li .col .time em, .join .tag dl dd, .join li .name, .join li .name dl dd, :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, .footMsg .list dd .layer a, .indexPart1 .col-1 li a, .news .box .col .name a, .news li .col .name a, .news3_02 .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .head .language, .pageNav ul, .footMsg .list dl, .indexFlash .dots, .indexPart2 .list li, .indexPart2 .list li dl dd, .indexPart3 .list li .box, .indexPart4 .box .list ul, .indexPart6 li .list dl, .indexPart6 li .container, .indexPart6 li .container dt, .indexPart6 li .container dd, .pageBanner, .about_02 .list ul, .pageNav2 ul, .pageNav2 a, .cultura_02 li .name, .cultura_03 li .col dd, .cultura_03 li .col dd div, .news .box, .news li, .pageNum, .idea_02 .container .title, .projectShow .imgList .num, .join li .name dl, .join li .name dl dd, .contact .col li, .pageSearch .searchTitle, .join_01 li p {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexPart3 .mapList li .yuan, .indexPart6 li .title, .pageBanner .title, .about_02 .list li .layer, .declaration .list li, .declaration .list li .box, .cultura_01 li, .idea_02 .list .title, .join_01 li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .head .language, .indexPart2 .list li, .indexPart3 .list li .box, .indexPart3 .mapList li .yuan, .indexPart6 li .title, .indexPart6 li .container, .indexPart6 li .container dt, .indexPart6 li .container dd, .pageBanner, .pageBanner .title, .about_01 li, .about_02 .list li .layer, .about_04 .list li, .pageNav2 a, .declaration .list li .box, .cultura_01 li, .cultura_02 li .name, .cultura_03 li, .cultura_03 li .col dd, .cultura_03 li .col dd div, .news .box, .news li, .pageNum, .idea_01 .list li, .idea_02 .wal, .idea_02 .list .title, .idea_02 .container .title, .projectShow .imgList .num, .responsibility li, .join li .name dl dd, .contact .col li, .pageSearch .searchTitle, .join_01 li p {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .pageNav ul, .indexFlash .dots, .indexPart2 .list li dl dd, .indexPart3 .mapList li .yuan, .indexPart6 li .title, .pageBanner, .pageBanner .title, .about_02 .list li .layer, .pageNav2 a, .declaration .list li .box, .cultura_02 li .name, .cultura_03 li .col dd div, .pageNum, .idea_02 .list .title, .projectShow .imgList .num, .join_01 li p {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .footMsg .wal, .indexPart1 .wal, .indexPart2 .list li, .indexPart6 ul, .about_01 li, .about_02 .list ul, .about_04 .list li, .cultura_01 ul, .cultura_05 ul, .idea_01 .list li, .idea_02 .wal, .zhtz, .projectShow, .responsibility li, .join li .box .row, .contact, .pageSearch .searchTitle, .news3_02 {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .nav ul, .foot .list ul, .footMsg .wal, .footMsg .msg dl, .indexPart1 .wal, .indexPart6 ul, .about_01 li, .about_04 .list li, .declaration .list ul, .cultura_01 ul, .cultura_03 li, .cultura_04 ul, .cultura_05 ul, .honor ul, .idea_01 .list li, .idea_02 .wal, .zhtz, .business ul, .projectShow, .responsibility li, .join .tag, .join .tag dl, .join li .box .row, .contact, .join_01 ul, .news3_02, .news3_02 ul, .responsibility2 .list ul, .lyb .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: "Microsoft Yahei";
  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: #c2843f;
    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: "Microsoft Yahei";
  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: 'dinbold';
  src: url("fonts/din-bold-webfont.woff2") format("woff2"), url("fonts/din-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'dinmedium';
  src: url("fonts/din-medium-webfont.woff2") format("woff2"), url("fonts/din-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.headD {
  height: 0.8rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.05); }
  .head .wal {
    min-height: 0.8rem;
    position: relative;
    max-width: 100%;
    margin: 0 .6rem; }
  .head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 1.94rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head .search {
    position: absolute;
    z-index: 12;
    left: auto;
    right: 0.95rem;
    top: 0;
    bottom: auto;
    width: .24rem;
    background: url("../image/nimg24_1.png") center no-repeat;
    background-size: 100%;
    height: 0.8rem; }
    .head .search .input {
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.2rem;
      top: 50%;
      bottom: auto;
      width: 0;
      height: .4rem;
      background: #eee;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      margin-top: -.2rem;
      opacity: 0;
      visibility: hidden; }
      .head .search .input input {
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        padding: 0 .2rem;
        font-size: .16rem;
        color: #999; }
    .head .search .submit {
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.2rem;
      top: 0;
      bottom: auto;
      width: .64rem;
      height: 100%;
      background: url("../image/img24_1.png") center no-repeat;
      background-size: .24rem;
      opacity: 0;
      visibility: hidden; }
      .head .search .submit input {
        width: 100%;
        height: 0.8rem;
        cursor: pointer; }
    .head .search:hover .input {
      opacity: 1;
      visibility: visible;
      width: 2.2rem; }
    .head .search:hover .submit {
      opacity: 1;
      visibility: visible; }
  .head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    height: 0.8rem;
    font-size: .16rem;
    color: #999; }
    .head .language a {
      color: #999; }
      .head .language a:hover, .head .language a.on {
        color: #c2843f; }
      .head .language a.on {
        font-size: .24rem; }
    .head .language em {
      padding: 0 .07rem; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.6rem;
  top: 0;
  bottom: auto; }
  .nav li {
    position: relative;
    margin-left: 1px; }
  .nav a.name {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .16rem;
    padding: 0 .25rem;
    color: #666;
    position: relative; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../image/nav.png") center repeat-x;
      background-size: auto 100%;
      opacity: 0; }
    .nav a.name em {
      display: block;
      position: relative; }
    .nav a.name.on {
      color: #fff; }
      .nav a.name.on:before {
        opacity: 1; }

@media screen and (min-width: 800px) {
  .nav .list {
    position: fixed;
    z-index: 40;
    left: 0;
    top: -0.8rem;
    width: 100%;
    height: .6rem;
    background: #7a7a7a;
    opacity: 0;
    visibility: hidden; }
    .nav .list dl {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center; }
    .nav .list dd {
      padding: 0 .27rem; }
    .nav .list a {
      display: block;
      height: .6rem;
      line-height: .6rem;
      position: relative;
      font-size: .16rem;
      color: #fff; }
      .nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        background: #e5a73f;
        height: .02rem; }
      .nav .list a:hover {
        color: #e5a73f; }
        .nav .list a:hover:before {
          left: 0;
          width: 100%; }
  .nav li:hover a.name {
    color: #fff; }
    .nav li:hover a.name:before {
      opacity: 1; }
  .nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 0.8rem;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; } }
.pageNav {
  background: #f5f5f5;
  height: .6rem; }
  .pageNav li {
    padding: 0 .27rem; }
  .pageNav a {
    display: block;
    height: .6rem;
    line-height: .6rem;
    position: relative;
    font-size: .16rem;
    color: #666; }
    .pageNav a:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      background: url("../image/img66.png") center no-repeat;
      background-size: 100% 100%;
      height: .02rem; }
    .pageNav a:hover, .pageNav a.on {
      color: #e5a73f; }
      .pageNav a:hover:before, .pageNav a.on:before {
        left: 0;
        width: 100%; }

.foot {
  background: #3c3f42; }
  .foot .wal {
    min-height: 3.1rem;
    position: relative; }
  .foot .logo {
    width: 2.25rem;
    padding: .45rem 0 .2rem 0; }
  .foot .msg {
    width: 2.3rem; }
    .foot .msg li {
      min-height: .36rem;
      position: relative;
      padding: 0 0 .12rem .3rem;
      color: #fff;
      opacity: .6; }
      .foot .msg li img {
        width: .2rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.03rem;
        bottom: auto; }
      .foot .msg li p {
        font-size: .14rem;
        line-height: .26rem; }
  .foot .list {
    position: absolute;
    z-index: 10;
    left: 3.25rem;
    right: auto;
    top: 0;
    bottom: auto;
    width: 7rem; }
    .foot .list li {
      padding-right: .52rem;
      text-align: center; }
    .foot .list h5 {
      font-weight: 400;
      font-size: .16rem;
      padding: .46rem 0 .15rem 0; }
      .foot .list h5 a {
        color: #fff; }
    .foot .list dd a {
      display: block;
      font-size: .14rem;
      height: .36rem;
      line-height: .36rem;
      color: rgba(255, 255, 255, 0.5); }
      .foot .list dd a:hover {
        color: #fff; }
  .foot .ewm {
    width: 1.2rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.5rem;
    bottom: auto;
    text-align: center; }
    .foot .ewm p {
      font-size: .16rem;
      line-height: .45rem;
      color: #fff; }
  .foot a.topA {
    display: block;
    width: .5rem;
    height: .5rem;
    background: #505355 url("../image/nimg28.png") center no-repeat;
    background-size: .28rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0; }

.footMsg {
  background: #3c3f42;
  border-top: #505355 solid 1px;
  min-height: .6rem;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: .58rem; }
  .footMsg a {
    color: rgba(255, 255, 255, 0.5); }
    .footMsg a:hover {
      color: #e5a73f; }
  .footMsg .list dd {
    padding-right: .4rem;
    position: relative; }
    .footMsg .list dd:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: .2rem;
      width: 1px;
      height: .14rem;
      background: #999a9c;
      margin-top: -.07rem; }
    .footMsg .list dd:last-child:before {
      display: none; }
    .footMsg .list dd .name {
      padding-right: .2rem;
      background: url("../image/img13.png") right center no-repeat;
      background-size: .13rem;
      height: .6rem; }
    .footMsg .list dd .layer {
      position: absolute;
      z-index: 20;
      left: 50%;
      right: auto;
      top: auto;
      bottom: 100%;
      width: 3rem;
      margin-left: -1.5rem;
      padding: .1rem .1rem .1rem .2rem;
      background: #fff;
      opacity: 0;
      visibility: hidden; }
      .footMsg .list dd .layer .scroll {
        height: 2.98rem;
        overflow: hidden;
        position: relative; }
      .footMsg .list dd .layer li {
        padding-right: .1rem; }
      .footMsg .list dd .layer a {
        display: block;
        font-size: .14rem;
        color: #666;
        height: .6rem;
        line-height: .6rem;
        border-bottom: #eee solid 1px;
        padding-left: .13rem;
        background: url("../image/img6_2.png") left center no-repeat;
        background-size: .06rem; }
        .footMsg .list dd .layer a:hover {
          color: #c2843f;
          border-color: #c2843f; }
  .footMsg .list dd:hover .name {
    color: #e5a73f;
    background-image: url("../image/img13on.png"); }
  .footMsg .list dd:hover .layer {
    opacity: 1;
    visibility: visible; }
  .footMsg .msg dd {
    padding-left: .28rem; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash li {
    height: 6rem;
    background: center no-repeat;
    background-size: cover; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.2rem;
    width: 100%; }
    .indexFlash .dots span {
      width: .34rem;
      height: .18rem;
      background: url("../image/img18.png") center no-repeat;
      background-size: .18rem; }
    .indexFlash .dots .swiper-pagination-bullet-active {
      background-image: url("../image/img18on.png"); }
  .indexFlash a.arrow {
    display: block;
    width: .6rem;
    height: .6rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.3rem;
    background: rgba(0, 0, 0, 0.3) center no-repeat;
    background-size: cover; }
    .indexFlash a.arrow:hover {
      background-color: #c2843f; }
    .indexFlash a.arrow.prev {
      background-image: url("../image/nimg60_1.png");
      left: .6rem; }
    .indexFlash a.arrow.next {
      background-image: url("../image/nimg60_2.png");
      right: .6rem; }

.indexPart1 {
  background: #f5f5f5; }
  .indexPart1 .wal {
    min-height: 2.77rem;
    padding-top: .6rem; }
  .indexPart1 .col-1, .indexPart1 .col-2 {
    position: relative;
    min-height: 2.15rem; }
  .indexPart1 .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    height: 1.58rem;
    padding-right: .24rem;
    border-right: #cacaca solid 1px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: right; }
    .indexPart1 .title h2 {
      font-size: .24rem;
      position: relative;
      top: -.04rem; }
    .indexPart1 .title h3 {
      font-weight: 400;
      text-transform: uppercase;
      color: #999;
      font-size: .14rem; }
    .indexPart1 .title .more a {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.24rem;
      top: auto;
      bottom: 0;
      font-size: .14rem;
      color: #999;
      text-transform: uppercase;
      background: url("../image/img7.png") right center no-repeat;
      background-size: .07rem;
      padding-right: .15rem; }
      .indexPart1 .title .more a:hover {
        color: #c2843f; }
  .indexPart1 .col-1 {
    width: 6.6rem;
    padding-left: 1.5rem; }
    .indexPart1 .col-1 li {
      line-height: .36rem;
      position: relative;
      font-size: .12rem;
      top: -.1rem; }
      .indexPart1 .col-1 li a {
        display: block;
        position: relative;
        z-index: 5;
        height: .36rem;
        padding: 0 1.5rem 0 .13rem;
        font-size: .14rem;
        color: #666;
        background: url("../image/img5.png") left center no-repeat;
        background-size: .05rem; }
      .indexPart1 .col-1 li span {
        position: absolute;
        top: 0;
        right: 0;
        color: #999; }
    .indexPart1 .col-1 li:hover a {
      color: #c2843f;
      background-image: url("../image/img5on.png"); }
    .indexPart1 .col-1 li:hover span {
      color: #c2843f; }
  .indexPart1 .col-2 {
    width: 4.55rem; }
    .indexPart1 .col-2 .img {
      width: 2.8rem;
      margin-left: auto;
      position: relative; }
      .indexPart1 .col-2 .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/nimg44.png") center no-repeat;
        background-size: .44rem; }

.indexTitle {
  position: relative;
  min-height: 1.72rem;
  padding: .62rem 0 0 .78rem; }
  .indexTitle:before {
    content: "";
    display: block;
    position: absolute;
    left: -.47rem;
    top: 0;
    width: .6rem;
    height: .6rem;
    box-sizing: border-box;
    border-left: #e0c19f solid .06rem;
    border-top: #e0c19f solid .06rem; }
  .indexTitle img {
    width: .63rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.46rem;
    bottom: auto; }
  .indexTitle h2 {
    font-size: .36rem;
    padding-bottom: .05rem; }
  .indexTitle div {
    font-size: .16rem;
    text-transform: uppercase;
    color: #999; }

.indexPart2 {
  background: url("../image/nimg1920_4.jpg") center bottom no-repeat;
  background-size: auto 9rem; }
  .indexPart2 .wal {
    min-height: 9.6rem;
    padding: 1rem 0 0 0; }
  .indexPart2 .box {
    min-height: 4.76rem;
    position: relative;
    background: #fff;
    box-shadow: 0 0.2rem 0.5rem rgba(51, 27, 0, 0.15);
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(51, 27, 0, 0.15);
    -moz-box-shadow: 0 0.2rem 0.5rem rgba(51, 27, 0, 0.15); }
  .indexPart2 .list {
    width: 4rem; }
    .indexPart2 .list li {
      height: 2.02rem;
      position: relative;
      text-align: center; }
      .indexPart2 .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img400.jpg") center repeat-y;
        background-size: 100%;
        opacity: 0; }
      .indexPart2 .list li:after {
        content: "";
        display: block;
        position: absolute;
        left: 2rem;
        top: 15%;
        height: 70%;
        width: 1px;
        background: #ddd; }
      .indexPart2 .list li .name {
        width: 2rem;
        position: relative; }
        .indexPart2 .list li .name div {
          width: .57rem;
          margin: 0 auto;
          position: relative; }
          .indexPart2 .list li .name div img:nth-child(2) {
            position: absolute;
            z-index: 10;
            left: 0;
            right: auto;
            top: 0;
            bottom: auto;
            opacity: 0; }
        .indexPart2 .list li .name h2 {
          font-size: .24rem;
          padding-top: .1rem; }
      .indexPart2 .list li dl {
        width: 2rem;
        position: relative; }
        .indexPart2 .list li dl dd {
          padding: .03rem; }
        .indexPart2 .list li dl a {
          font-size: .14rem;
          color: #666;
          height: .3rem;
          line-height: .3rem;
          padding: 0 .14rem;
          -moz-border-radius: 0.5rem;
          -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem; }
    .indexPart2 .list li.li_02 {
      height: 2.74rem; }
    .indexPart2 .list li.on:before {
      opacity: 1; }
    .indexPart2 .list li.on:after {
      background: #c2843f;
      opacity: .5; }
    .indexPart2 .list li.on .name div img:nth-child(1) {
      opacity: 0; }
    .indexPart2 .list li.on .name div img:nth-child(2) {
      opacity: 1; }
    .indexPart2 .list li.on .name h2 {
      color: #fff; }
    .indexPart2 .list li.on dl a {
      color: #fff; }
    .indexPart2 .list li.on dl a:hover, .indexPart2 .list li.on dl a.on {
      background: #fff;
      color: #c2843f; }
    .indexPart2 .list li.on dl a.on {
      font-weight: bold; }
  .indexPart2 .imgList {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 8rem;
    overflow: hidden; }
    .indexPart2 .imgList a.more {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: auto;
      bottom: 0.2rem;
      width: 1rem;
      height: .4rem;
      line-height: .4rem;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      text-transform: uppercase;
      font-size: .14rem; }
      .indexPart2 .imgList a.more em {
        padding-right: .14rem;
        background: url("../image/img7_1.png") right center no-repeat;
        background-size: .07rem; }
      .indexPart2 .imgList a.more:hover {
        color: #e5a73f; }
        .indexPart2 .imgList a.more:hover em {
          background-image: url("../image/img7_1on.png"); }
  .indexPart2 .slogan {
    width: 3.25rem;
    position: relative;
    padding: .3rem 0 .46rem 0;
    margin-left: auto; }
    .indexPart2 .slogan:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: -.46rem;
      width: .6rem;
      height: .6rem;
      box-sizing: border-box;
      border-right: #e0c19f solid .06rem;
      border-bottom: #e0c19f solid .06rem; }

.indexPart3 {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexPart3 .wal {
    min-height: 9.2rem;
    padding: 1.6rem 0 0 0; }
  .indexPart3 .msg {
    font-size: .18rem;
    line-height: .32rem;
    color: #666;
    padding-bottom: .35rem;
    width: 2.4rem; }
  .indexPart3 .list li {
    padding-bottom: .3rem;
    width: 2.7rem; }
    .indexPart3 .list li .box {
      height: .9rem;
      background: #f0f0f0;
      padding-left: .1rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; }
    .indexPart3 .list li .img {
      width: .7rem;
      height: .7rem;
      background: #bf3939;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin-right: .2rem;
      position: relative; }
      .indexPart3 .list li .img img:nth-child(1) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .indexPart3 .list li h5 {
      font-size: .18rem;
      padding-bottom: .07rem; }
    .indexPart3 .list li p {
      font-size: .14rem;
      color: #666; }
    .indexPart3 .list li:nth-child(2) .img {
      background: #3f668c; }
    .indexPart3 .list li:nth-child(3) .img {
      background: #4d804d; }
  .indexPart3 .list li.on .box {
    background: #bf3939;
    color: #fff; }
  .indexPart3 .list li.on .img {
    background: #fff; }
    .indexPart3 .list li.on .img img:nth-child(2) {
      opacity: 0; }
    .indexPart3 .list li.on .img img:nth-child(1) {
      opacity: 1; }
  .indexPart3 .list li.on p {
    color: #fff; }
  .indexPart3 .list li.on:nth-child(2) .box {
    background: #3f668c; }
  .indexPart3 .list li.on:nth-child(2) .img {
    background: #fff; }
  .indexPart3 .list li.on:nth-child(3) .box {
    background: #4d804d; }
  .indexPart3 .list li.on:nth-child(3) .img {
    background: #fff; }
  .indexPart3 .mapList {
    background: url("../image/img1220.png") left center no-repeat;
    background-size: auto 100%;
    width: 12.2rem;
    height: 7rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 50%;
    top: 1.1rem;
    bottom: auto;
    margin-right: -9.6rem; }
    .indexPart3 .mapList .slogan {
      width: 1.37rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 1.77rem;
      top: 0.8rem;
      bottom: auto; }
    .indexPart3 .mapList ul {
      background: url("../image/img768.png") center no-repeat;
      background-size: cover;
      width: 7.68rem;
      height: 6.35rem;
      position: absolute;
      z-index: 10;
      left: 0.92rem;
      right: auto;
      top: 0.33rem;
      bottom: auto; }
    .indexPart3 .mapList li {
      position: absolute;
      width: .1rem;
      height: .1rem; }
      .indexPart3 .mapList li .yuan {
        position: absolute;
        text-align: center;
        color: #fff;
        font-size: .14rem; }
        .indexPart3 .mapList li .yuan:before, .indexPart3 .mapList li .yuan:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%; }
        .indexPart3 .mapList li .yuan:before {
          left: -.1rem;
          top: -.1rem;
          opacity: .4; }
        .indexPart3 .mapList li .yuan:after {
          opacity: .7; }
        .indexPart3 .mapList li .yuan h2 {
          font-size: .18rem;
          padding-bottom: .08rem; }
        .indexPart3 .mapList li .yuan h2, .indexPart3 .mapList li .yuan p {
          position: relative;
          z-index: 2; }
    .indexPart3 .mapList .li_01 {
      left: 5.55rem;
      top: 2.9rem;
      z-index: 11; }
      .indexPart3 .mapList .li_01 .yuan {
        width: 1.6rem;
        height: 1.6rem; }
        .indexPart3 .mapList .li_01 .yuan:before, .indexPart3 .mapList .li_01 .yuan:after {
          background: #d26868; }
        .indexPart3 .mapList .li_01 .yuan:before {
          width: 1.8rem;
          height: 1.8rem; }
      .indexPart3 .mapList .li_01.on .yuan:before, .indexPart3 .mapList .li_01.on .yuan:after {
        background: #bf2626; }
    .indexPart3 .mapList .li_02 {
      left: 5.24rem;
      top: 1.88rem; }
      .indexPart3 .mapList .li_02:after {
        content: "";
        display: block;
        position: absolute;
        left: .55rem;
        top: .7rem;
        background: url("../image/img60_1.png") center no-repeat;
        background-size: cover;
        width: .6rem;
        height: 2.67rem;
        opacity: .5; }
      .indexPart3 .mapList .li_02 .yuan {
        width: .9rem;
        height: .9rem; }
        .indexPart3 .mapList .li_02 .yuan:before, .indexPart3 .mapList .li_02 .yuan:after {
          background: #71879d; }
        .indexPart3 .mapList .li_02 .yuan:before {
          width: 1.04rem;
          height: 1.04rem;
          left: -.07rem;
          top: -.07rem; }
        .indexPart3 .mapList .li_02 .yuan h2 {
          font-size: .16rem;
          padding-bottom: .04rem; }
      .indexPart3 .mapList .li_02 .yuan:nth-child(2) {
        left: -.05rem;
        top: 3.18rem; }
      .indexPart3 .mapList .li_02.on:after {
        opacity: 1; }
      .indexPart3 .mapList .li_02.on .yuan:before, .indexPart3 .mapList .li_02.on .yuan:after {
        background: #345373; }
    .indexPart3 .mapList .li_03 {
      left: 3.66rem;
      top: 2.37rem; }
      .indexPart3 .mapList .li_03:after {
        content: "";
        display: block;
        position: absolute;
        left: 1rem;
        top: .72rem;
        background: url("../image/img136.png") center no-repeat;
        background-size: cover;
        width: 1.36rem;
        height: 1.51rem;
        opacity: .5; }
      .indexPart3 .mapList .li_03 .yuan {
        width: 1.22rem;
        height: 1.22rem; }
        .indexPart3 .mapList .li_03 .yuan:before, .indexPart3 .mapList .li_03 .yuan:after {
          background: #7d9d7d; }
        .indexPart3 .mapList .li_03 .yuan:before {
          width: 1.42rem;
          height: 1.42rem; }
      .indexPart3 .mapList .li_03 .yuan:nth-child(2) {
        top: 1.55rem; }
      .indexPart3 .mapList .li_03.on:after {
        opacity: 1; }
      .indexPart3 .mapList .li_03.on .yuan:before, .indexPart3 .mapList .li_03.on .yuan:after {
        background: #457345; }

.indexPart4 {
  background: url("../image/nimg1920_5.jpg") center no-repeat;
  background-size: cover; }
  .indexPart4 .wal {
    min-height: 9rem;
    position: relative;
    padding-top: 1.2rem; }
  .indexPart4 .indexTitle {
    width: 6.86rem;
    z-index: 11; }
    .indexPart4 .indexTitle img {
      width: .64rem; }
    .indexPart4 .indexTitle a.more {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0.9rem;
      bottom: auto;
      font-size: .14rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      color: #999;
      border: #999 solid 1px;
      width: 1.1rem;
      height: .4rem;
      line-height: .38rem;
      text-align: center;
      text-transform: uppercase; }
      .indexPart4 .indexTitle a.more em {
        padding-right: .14rem;
        background: url("../image/img7_2.png") right center no-repeat;
        background-size: .07rem; }
      .indexPart4 .indexTitle a.more:hover {
        color: #fff;
        border-color: #c2843f;
        background-color: #c2843f; }
        .indexPart4 .indexTitle a.more:hover em {
          background-image: url("../image/img7_1.png"); }
  .indexPart4 .box {
    background: url("../image/img1560.png") center no-repeat;
    background-size: cover;
    width: 15.6rem;
    height: 6.29rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 1.28rem;
    bottom: auto;
    margin-left: -9.6rem;
    padding: 2.12rem 0 0 3.6rem; }
    .indexPart4 .box .slogan {
      width: 3.13rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 3.12rem;
      top: 2.45rem;
      bottom: auto; }
    .indexPart4 .box .msg {
      padding-bottom: .58rem;
      font-size: .2rem;
      line-height: .34rem;
      color: #663d14;
      letter-spacing: .01rem;
      font-weight: bold; }
    .indexPart4 .box .list {
      width: 5.2rem;
      min-height: 2.4rem;
      border: rgba(255, 255, 255, 0.5) solid 0.02rem;
      -moz-border-radius: 0.12rem;
      -webkit-border-radius: 0.12rem;
      border-radius: 0.12rem;
      background: rgba(255, 255, 255, 0.3); }
      .indexPart4 .box .list h5 {
        position: relative;
        text-align: center;
        width: 1.8rem;
        height: .48rem;
        line-height: .48rem;
        background: #fff;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        top: -.26rem;
        font-size: .2rem;
        font-weight: bold;
        color: #663d14;
        margin: 0 auto; }
      .indexPart4 .box .list ul {
        padding: 0 .3rem; }
      .indexPart4 .box .list li {
        width: 33.333%;
        text-align: center; }
        .indexPart4 .box .list li img {
          height: 1.5rem; }

.indexPart5 {
  padding: 1rem 0 .2rem 0; }
  .indexPart5 .indexTitle {
    min-height: 1.85rem; }
  .indexPart5 .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexPart5 .list-wrapper {
    position: relative;
    left: 50%;
    width: 31.8rem;
    margin-left: -15.9rem; }
    .indexPart5 .list-wrapper li {
      position: relative;
      padding: 0 .3rem 1rem .3rem; }
      .indexPart5 .list-wrapper li .img img {
        opacity: .3; }
      .indexPart5 .list-wrapper li .box {
        position: absolute;
        z-index: 10;
        left: 1rem;
        right: auto;
        top: 1.2rem;
        bottom: auto;
        background: url("../image/img310.jpg") center no-repeat;
        background-size: cover;
        width: 3.1rem;
        height: 3.8rem;
        color: #fff;
        opacity: 0;
        padding: 0 .4rem; }
        .indexPart5 .list-wrapper li .box .name {
          font-weight: bold;
          font-size: .2rem;
          line-height: 1.5em;
          position: relative;
          padding: .35rem 0 .2rem 0; }
          .indexPart5 .list-wrapper li .box .name:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: .5rem;
            height: 1px;
            background: #fff; }
        .indexPart5 .list-wrapper li .box .msg {
          font-size: .14rem;
          line-height: .25rem;
          padding: .2rem 0;
          min-height: 1.2rem; }
        .indexPart5 .list-wrapper li .box .more a {
          display: block;
          font-size: .14rem;
          -moz-border-radius: 0.5rem;
          -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
          color: #fff;
          background: #99601f;
          width: 1.1rem;
          height: .4rem;
          line-height: .4rem;
          text-align: center;
          text-transform: uppercase; }
          .indexPart5 .list-wrapper li .box .more a em {
            padding-right: .14rem;
            background: url("../image/img7_1.png") right center no-repeat;
            background-size: .07rem; }
          .indexPart5 .list-wrapper li .box .more a:hover {
            background: #fff;
            color: #c2843f; }
            .indexPart5 .list-wrapper li .box .more a:hover em {
              background-image: url("../image/img7.png"); }
        .indexPart5 .list-wrapper li .box .num {
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0.4rem;
          top: auto;
          bottom: 0.2rem;
          font-size: .16rem;
          font-family: 'dinmedium'; }
          .indexPart5 .list-wrapper li .box .num em {
            font-size: .3rem; }
    .indexPart5 .list-wrapper li.swiper-slide-active .img img {
      opacity: 1; }
    .indexPart5 .list-wrapper li.swiper-slide-active .box {
      opacity: 1; }
  .indexPart5 a.arrow {
    display: block;
    width: .36rem;
    height: 1rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 1.75rem;
    bottom: auto;
    background: rgba(0, 0, 0, 0.4) center no-repeat;
    background-size: .12rem; }
    .indexPart5 a.arrow:hover {
      background-color: #c2843f; }
    .indexPart5 a.arrow.prev {
      background-image: url("../image/nimg12_1.png");
      left: 0; }
    .indexPart5 a.arrow.next {
      background-image: url("../image/nimg12_2.png");
      right: 0; }
  .indexPart5 .scrollbar {
    height: .08rem;
    max-width: 10rem;
    position: relative;
    display: none; }
    .indexPart5 .scrollbar:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .03rem;
      width: 100%;
      height: 1px;
      background: #eddac5; }
    .indexPart5 .scrollbar .swiper-scrollbar-drag {
      height: .08rem;
      position: relative;
      background: none; }
      .indexPart5 .scrollbar .swiper-scrollbar-drag:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 1.54rem;
        height: 100%;
        margin-left: -.77rem;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem;
        background: url("../image/img154.jpg") center no-repeat;
        background-size: auto 100%; }

.indexPart6 {
  background: #f5f5f5;
  padding: 1.2rem 0; }
  .indexPart6 li {
    width: 5.6rem; }
    .indexPart6 li .title {
      height: 2.9rem;
      background: center no-repeat;
      background-size: cover;
      color: #fff; }
      .indexPart6 li .title h2 {
        font-size: .36rem;
        padding-bottom: .32rem; }
      .indexPart6 li .title a.more {
        width: .8rem;
        height: .34rem;
        line-height: .32rem;
        border-top: #fff solid 1px;
        border-bottom: #fff solid 1px;
        text-align: center;
        font-size: .14rem;
        text-transform: uppercase;
        color: #fff;
        position: relative; }
        .indexPart6 li .title a.more:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url("../image/img80.png") center no-repeat;
          background-size: 100% 100%;
          opacity: 0; }
        .indexPart6 li .title a.more em {
          padding-right: .14rem;
          background: url("../image/img7_1.png") right center no-repeat;
          background-size: .07rem;
          display: inline-block;
          position: relative; }
        .indexPart6 li .title a.more:hover {
          color: #ffbc47; }
          .indexPart6 li .title a.more:hover:before {
            opacity: 1; }
          .indexPart6 li .title a.more:hover em {
            background-image: url("../image/img7_1on.png"); }
    .indexPart6 li .box {
      background: url("../image/img560.png") center no-repeat;
      background-size: 100% 100%;
      height: 1.8rem;
      color: #fff; }
    .indexPart6 li .list dd {
      width: 33.333%;
      text-align: center;
      font-size: .16rem;
      padding-top: .55rem; }
      .indexPart6 li .list dd b {
        font-size: .4rem;
        font-family: 'dinbold'; }
      .indexPart6 li .list dd span {
        font-size: .2rem;
        display: inline-block;
        position: relative;
        top: -.16rem;
        left: .06rem; }
    .indexPart6 li .container {
      padding-left: .4rem; }
      .indexPart6 li .container .ewm {
        background: #fff;
        width: 1.2rem;
        margin-right: .22rem;
        flex-shrink: 0;
        -webkit-flex-shrink: 0; }
      .indexPart6 li .container dt {
        height: .44rem;
        font-size: .28rem; }
        .indexPart6 li .container dt img {
          width: .32rem;
          margin-right: .06rem; }
        .indexPart6 li .container dt b {
          font-family: 'dinbold'; }
      .indexPart6 li .container dd {
        height: .36rem;
        font-size: .14rem;
        padding-left: .06rem; }
        .indexPart6 li .container dd img {
          width: .2rem;
          margin-right: .12rem; }

/*page*/
.pageBanner {
  height: 3.5rem;
  background: center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .pageBanner .title {
    height: 1.32rem;
    position: relative;
    padding: 0 .28rem; }
    .pageBanner .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      box-sizing: border-box;
      width: .36rem;
      height: .36rem;
      border-left: #fff solid .06rem;
      border-top: #fff solid .06rem; }
    .pageBanner .title:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      box-sizing: border-box;
      width: .36rem;
      height: .36rem;
      border-right: #fff solid .06rem;
      border-bottom: #fff solid .06rem; }
    .pageBanner .title h2 {
      font-size: .44rem;
      padding-bottom: .06rem; }
    .pageBanner .title div {
      font-size: .16rem;
      text-transform: uppercase;
      letter-spacing: .01rem; }

.about_01 {
  padding: 1rem 0;
  position: relative; }
  .about_01 li {
    position: relative; }
    .about_01 li .img {
      width: 50%; }
    .about_01 li .box {
      width: 5.45rem; }
      .about_01 li .box h2 {
        font-size: .3rem;
        padding-left: .5rem;
        background: url("../image/img36.png") left center no-repeat;
        background-size: .36rem; }
      .about_01 li .box .content {
        font-size: .14rem;
        line-height: .28rem;
        text-align: justify;
        color: #666;
        padding-top: .2rem; }
  .about_01 li:nth-child(even) .img {
    order: -1; }

.about_02 {
  padding-top: .95rem;
  position: relative;
  z-index: 2; }
  .about_02 h2 {
    font-size: .3rem;
    padding-left: .5rem;
    background: url("../image/img36.png") left center no-repeat;
    background-size: .36rem; }
  .about_02 .content {
    font-size: .14rem;
    line-height: .28rem;
    text-align: justify;
    color: #666;
    padding: .2rem 0 .3rem 0; }
  .about_02 .list li {
    width: 2.88rem;
    position: relative; }
    .about_02 .list li .layer {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      color: #fff;
      text-align: center;
      letter-spacing: .01rem; }
      .about_02 .list li .layer .name {
        font-size: .18rem;
        line-height: .26rem;
        padding-bottom: .1rem;
        font-weight: bold; }
      .about_02 .list li .layer p {
        font-size: .14rem;
        line-height: .24rem; }

@media screen and (min-width: 800px) {
  .about_02 .list li:nth-child(even) {
    width: 1.44rem;
    top: 1.28rem; }
    .about_02 .list li:nth-child(even) .img {
      margin-left: -.72rem;
      margin-right: -.72rem; }
    .about_02 .list li:nth-child(even) .layer {
      width: 2.88rem;
      left: -.72rem; } }
.about_04 h2, .about_05 h2 {
  font-size: .3rem;
  padding-left: .5rem;
  background: url("../image/img36.png") left center no-repeat;
  background-size: .36rem; }

.about_04 {
  position: relative;
  padding: 2.45rem 0 1.18rem 0; }
  .about_04:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.74rem;
    background: #f5f5f5; }
  .about_04 .list {
    padding-top: .38rem; }
    .about_04 .list li .img {
      width: 50%; }
    .about_04 .list li .msg {
      width: 50%;
      font-size: .14rem;
      line-height: .3rem;
      color: #666;
      text-align: justify;
      padding-left: .4rem; }
    .about_04 .list li:nth-child(even) .msg {
      order: -1;
      padding: 0 .4rem 0 0; }

.about_05 {
  padding: 0 0 .95rem 0; }
  .about_05 .img {
    padding: .38rem 0 .24rem 0; }
  .about_05 .content {
    font-size: .14rem;
    line-height: 2em;
    text-align: justify;
    color: #666; }
    .about_05 .content p {
      padding-bottom: .15rem; }

.about_03 {
  min-height: 4rem; }
  .about_03 h2 {
    font-size: .3rem;
    padding-left: .5rem;
    background: url("../image/img36.png") left center no-repeat;
    background-size: .36rem; }
  .about_03 .list {
    position: relative; }
    .about_03 .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 1.18rem;
      width: 100%;
      height: 1px;
      background: #e6d3be; }
    .about_03 .list .wal {
      position: relative; }
    .about_03 .list a.arrow {
      display: block;
      width: .24rem;
      height: .24rem;
      background: center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 1.07rem;
      bottom: auto; }
      .about_03 .list a.arrow.prev {
        left: 0;
        background-image: url("../image/prev24.png"); }
        .about_03 .list a.arrow.prev:hover {
          background-image: url("../image/prev24on.png"); }
      .about_03 .list a.arrow.next {
        right: 0;
        background-image: url("../image/next24.png"); }
        .about_03 .list a.arrow.next:hover {
          background-image: url("../image/next24on.png"); }
  .about_03 .list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .about_03 .list-wrapper li {
      min-height: 3rem;
      padding: 0 .6rem; }
      .about_03 .list-wrapper li .time {
        font-size: .48rem;
        font-weight: bold;
        color: #c2843f;
        font-family: 'dinbold';
        line-height: 1.4rem;
        background: url("../image/img25.png") right center no-repeat;
        background-size: .25rem; }
      .about_03 .list-wrapper li .msg {
        font-size: .14rem;
        line-height: .3rem;
        color: #666; }
    .about_03 .list-wrapper li:last-child .time {
      background: none; }

.group {
  padding: 1rem 0; }

.pageNav2 {
  height: 1.35rem; }
  .pageNav2 .list {
    height: .8rem;
    background: #fff;
    position: relative;
    z-index: 11;
    top: -.4rem;
    box-shadow: 0 0.06rem 0.3rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.06rem 0.3rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.06rem 0.3rem rgba(0, 0, 0, 0.1); }
  .pageNav2 li {
    width: 33.333%; }
  .pageNav2 a {
    height: .8rem;
    font-size: .12rem;
    text-transform: uppercase;
    color: #999;
    position: relative; }
    .pageNav2 a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: .03rem;
      background: url("../image/img400.png") center no-repeat;
      background-size: 100% 100%;
      opacity: 0; }
    .pageNav2 a .ico {
      width: .3rem;
      position: relative; }
      .pageNav2 a .ico img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .pageNav2 a h2 {
      color: #666;
      font-size: .18rem;
      font-weight: 400;
      padding: 0 .05rem 0 .1rem; }
    .pageNav2 a span {
      position: relative;
      top: .04rem; }
  .pageNav2 a:hover, .pageNav2 a.on {
    color: #c2843f; }
    .pageNav2 a:hover:before, .pageNav2 a.on:before {
      opacity: 1; }
    .pageNav2 a:hover .ico img:nth-child(1), .pageNav2 a.on .ico img:nth-child(1) {
      opacity: 0; }
    .pageNav2 a:hover .ico img:nth-child(2), .pageNav2 a.on .ico img:nth-child(2) {
      opacity: 1; }
    .pageNav2 a:hover h2, .pageNav2 a.on h2 {
      color: #c2843f;
      font-weight: 600; }

.declaration {
  padding-bottom: 1rem;
  text-align: center; }
  .declaration .title {
    padding-bottom: .75rem; }
    .declaration .title h2 {
      font-size: .42rem;
      padding-bottom: .06rem; }
    .declaration .title div {
      font-size: .2rem;
      text-transform: uppercase;
      color: #999; }
  .declaration .list li {
    width: 33.333%; }
    .declaration .list li .img {
      height: 2.8rem;
      width: 100%;
      background: center no-repeat;
      background-size: cover; }
    .declaration .list li .box {
      height: 2.8rem;
      width: 100%; }
      .declaration .list li .box .content {
        font-size: .16rem;
        line-height: .34rem;
        color: #666;
        padding: .4rem 0 .2rem 0;
        position: relative; }
        .declaration .list li .box .content:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 0;
          width: .02rem;
          height: .3rem;
          background: #c2843f; }
      .declaration .list li .box .msg {
        font-size: .36rem;
        color: #c2843f;
        opacity: .1;
        text-transform: uppercase;
        letter-spacing: .06rem;
        font-weight: bold; }

@media screen and (min-width: 800px) {
  .declaration .list li:nth-child(even) .box {
    order: -1; }
    .declaration .list li:nth-child(even) .box .content {
      padding: .2rem 0 .4rem 0; }
      .declaration .list li:nth-child(even) .box .content:before {
        top: auto;
        bottom: 0; }
    .declaration .list li:nth-child(even) .box .msg {
      order: -1; } }
.emblem_01 {
  min-height: 3.6rem;
  position: relative;
  padding: .1rem 0 0 3.6rem; }
  .emblem_01 .img {
    width: 3rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .emblem_01 h2 {
    line-height: 1.05rem;
    padding-left: .5rem;
    font-size: .3rem;
    background: url("../image/img36.png") left center no-repeat;
    background-size: .36rem;
    position: relative; }
    .emblem_01 h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: .7rem;
      height: .02rem;
      background: url("../image/img70.png") center no-repeat;
      background-size: 100% 100%; }
  .emblem_01 .content {
    font-size: .14rem;
    line-height: 2em;
    text-align: justify;
    padding: .24rem 0;
    color: #666; }
    .emblem_01 .content p {
      padding-bottom: .15rem; }

.emblem_02 {
  padding-bottom: 1.2rem; }
  .emblem_02 .content {
    position: relative;
    min-height: 1.6rem;
    background: #f5f5f5;
    padding: .52rem 1rem;
    font-size: .14rem;
    line-height: 2em;
    color: #666;
    text-align: justify; }
    .emblem_02 .content:before, .emblem_02 .content:after {
      content: "";
      display: block;
      position: absolute;
      background: center no-repeat;
      background-size: cover;
      width: .77rem;
      height: .71rem; }
    .emblem_02 .content:before {
      left: 0;
      top: 0;
      background-image: url("../image/img77.png"); }
    .emblem_02 .content:after {
      right: 0;
      bottom: 0;
      background-image: url("../image/img77_2.png"); }

.cultura_01 {
  padding: .5rem 0 1.5rem 0; }
  .cultura_01 li {
    width: 2.16rem;
    height: 5.4rem;
    background: center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative; }
    .cultura_01 li h2 {
      background: url("../image/img100.png") center no-repeat;
      background-size: cover;
      width: 1rem;
      height: 1rem;
      color: #fff;
      font-size: .24rem;
      line-height: .3rem;
      padding-top: .2rem;
      position: relative;
      top: -.5rem; }
    .cultura_01 li .img {
      width: .42rem;
      position: relative;
      top: -.1rem; }
    .cultura_01 li .msg {
      font-size: .16rem;
      line-height: .3rem;
      color: #666;
      padding-top: .2rem; }
  .cultura_01 li:nth-child(even) {
    top: .5rem; }

.cultura_02 {
  background: #f5f5f5; }
  .cultura_02 .wal {
    min-height: 6.4rem;
    position: relative; }
  .cultura_02 .title {
    width: 4.36rem;
    padding-top: 1.02rem;
    margin: 0 auto; }
  .cultura_02 li {
    position: absolute;
    width: 3.4rem; }
    .cultura_02 li .name {
      height: 1rem;
      background: #fff;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      position: relative; }
      .cultura_02 li .name:before {
        content: "";
        display: block;
        position: absolute;
        width: .2rem;
        height: .2rem;
        top: 50%;
        right: -.1rem;
        margin-top: -.1rem;
        background: #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg); }
      .cultura_02 li .name img {
        width: .14rem;
        margin-right: .08rem; }
      .cultura_02 li .name h2 {
        font-size: .2rem;
        font-weight: 400;
        padding-bottom: .02rem; }
      .cultura_02 li .name em {
        font-size: .14rem;
        color: #999; }
    .cultura_02 li .img {
      width: .6rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.83rem;
      top: 50%;
      bottom: auto;
      margin-top: -.3rem;
      background: url("../image/img60.png") center no-repeat;
      background-size: cover; }
  .cultura_02 li:nth-child(even) .name:before {
    right: auto;
    left: -.1rem; }
  .cultura_02 li:nth-child(even) .img {
    right: auto;
    left: -.83rem; }

@media screen and (min-width: 800px) {
  .cultura_02 li.li_01 {
    left: .86rem;
    top: 1rem; }
  .cultura_02 li.li_02 {
    right: .3rem;
    top: 1.55rem; }
  .cultura_02 li.li_03 {
    left: 0;
    top: 2.7rem; }
  .cultura_02 li.li_04 {
    right: .3rem;
    top: 3.85rem; }
  .cultura_02 li.li_05 {
    left: .86rem;
    top: 4.4rem; } }
.cultura_03 {
  padding: 1rem 0; }
  .cultura_03 li .img {
    width: 50%; }
  .cultura_03 li .col {
    width: 50%;
    padding: 0 .6rem; }
    .cultura_03 li .col h2 {
      font-size: .24rem; }
    .cultura_03 li .col dl {
      padding-top: .15rem; }
    .cultura_03 li .col dd {
      margin-top: .1rem;
      width: 4.2rem;
      height: .6rem;
      background: #f5f5f5;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      padding-left: .1rem;
      font-size: .16rem; }
      .cultura_03 li .col dd div {
        -moz-border-radius: 0.3rem;
        -webkit-border-radius: 0.3rem;
        border-radius: 0.3rem;
        background: #c2843f;
        color: #fff;
        width: 1.3rem;
        height: .4rem;
        margin-right: .16rem; }
        .cultura_03 li .col dd div img {
          width: .24rem;
          margin-right: .08rem; }
  .cultura_03 li:nth-child(2) .col {
    order: -1;
    text-align: center; }

.cultura_04 {
  min-height: 5.98rem;
  background: url("../image/nimg1920_9.jpg") center no-repeat;
  background-size: cover;
  text-align: center; }
  .cultura_04 h2 {
    padding: .95rem 0 .45rem 0;
    font-size: .3rem; }
  .cultura_04 li {
    width: 33.333%;
    position: relative;
    min-height: 3.8rem; }
    .cultura_04 li .img {
      width: 2rem;
      background: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto; }
    .cultura_04 li h5 {
      font-size: .2rem;
      padding: .2rem 0 .15rem 0; }
    .cultura_04 li .content {
      font-size: .16rem;
      line-height: .3rem;
      color: #666; }

.cultura_05 {
  padding: 1rem 0 1.2rem 0; }
  .cultura_05 li {
    width: 5.6rem;
    text-align: center; }
  .cultura_05 .box {
    position: relative;
    min-height: 2.2rem;
    background: #f5f5f5; }
    .cultura_05 .box .ico {
      width: 1.2rem;
      background: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: -0.6rem;
      bottom: auto;
      margin-left: -.6rem; }
    .cultura_05 .box h5 {
      font-size: .24rem;
      padding: .8rem 0 .15rem 0; }
    .cultura_05 .box .msg {
      font-size: .16rem;
      color: #666; }
    .cultura_05 .box p {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: -0.06rem;
      width: 100%;
      text-transform: uppercase;
      font-size: .3rem;
      color: #c2843f;
      opacity: .2;
      letter-spacing: .3rem;
      font-family: 'dinbold';
      padding-left: .3rem; }

.honor {
  padding: 1rem 0 .6rem 0; }
  .honor ul {
    margin-left: -.6rem; }
  .honor li {
    width: 25%;
    padding: 0 0 0 .6rem; }
    .honor li .img {
      border: #ddd solid 1px; }
    .honor li .name {
      text-align: center;
      min-height: 1.04rem;
      padding: .15rem 0;
      font-size: .14rem;
      line-height: .28rem;
      color: #666; }

.news {
  padding-top: 1rem;
  /**/ }
  .news .box {
    height: 2.9rem;
    background: #f5f5f5;
    margin-bottom: .3rem;
    padding: 0 .4rem; }
    .news .box .time {
      width: 1.2rem;
      height: 2rem;
      text-align: center;
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      font-size: .16rem;
      color: #999;
      font-family: 'dinmedium'; }
      .news .box .time div {
        font-size: .54rem;
        font-family: 'dinbold';
        color: #c2843f; }
    .news .box .img {
      width: 3.7rem;
      flex-shrink: 0;
      -webkit-flex-shrink: 0; }
    .news .box .col {
      width: 100%; }
      .news .box .col .name {
        padding-bottom: .35rem;
        position: relative; }
        .news .box .col .name:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: .15rem;
          width: .5rem;
          height: 1px;
          background: #ccc; }
        .news .box .col .name a {
          display: block;
          font-size: .2rem;
          height: 1.2em;
          line-height: 1em;
          font-weight: bold; }
      .news .box .col .content {
        font-size: .14rem;
        line-height: .26rem;
        color: #666;
        height: .52rem;
        overflow: hidden;
        position: relative;
        text-align: justify; }
      .news .box .col .more {
        padding-top: .2rem; }
        .news .box .col .more a {
          display: block;
          width: 1.1rem;
          height: .4rem;
          line-height: .4rem;
          text-align: center;
          color: #fff;
          background: #c2843f;
          -moz-border-radius: 0.5rem;
          -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
          font-size: .14rem; }
  .news li {
    height: 2.4rem;
    position: relative; }
    .news li:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: .03rem;
      background: url("../image/img1200.png") center no-repeat;
      background-size: 100% 100%;
      opacity: 0; }
    .news li:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #eee; }
    .news li .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: right center no-repeat;
      background-size: auto 100%;
      opacity: 0; }
      .news li .bg:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img1200_5.png") center repeat-y;
        background-size: 100%; }
    .news li .time {
      width: 1.3rem;
      text-align: center;
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      position: relative;
      font-size: .16rem;
      color: #999;
      font-family: 'dinmedium'; }
      .news li .time div {
        font-size: .54rem;
        font-family: 'dinbold'; }
    .news li .img {
      width: 2.7rem;
      flex-shrink: 0;
      -webkit-flex-shrink: 0;
      position: relative; }
    .news li .col {
      position: relative;
      width: 100%;
      padding: 0 .25rem 0 .35rem; }
      .news li .col .name {
        padding-bottom: .12rem; }
        .news li .col .name a {
          display: block;
          font-size: .18rem;
          height: 1em;
          line-height: 1em;
          font-weight: bold; }
          .news li .col .name a span {
            color: #c2843f; }
      .news li .col .content {
        font-size: .14rem;
        line-height: .26rem;
        color: #666;
        height: .52rem;
        overflow: hidden;
        position: relative;
        text-align: justify; }
        .news li .col .content span {
          color: #c2843f; }
      .news li .col .more {
        padding-top: .15rem; }
        .news li .col .more a {
          display: block;
          width: .9rem;
          height: .32rem;
          line-height: .3rem;
          text-align: center;
          border: #c2843f solid 1px;
          color: #c2843f;
          -moz-border-radius: 0.5rem;
          -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
          font-size: .14rem; }
          .news li .col .more a:hover {
            background: #c2843f;
            color: #fff; }
  .news li:hover {
    box-shadow: 0 0.12rem 0.3rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.12rem 0.3rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.12rem 0.3rem rgba(0, 0, 0, 0.1); }
    .news li:hover:before {
      opacity: 1; }
    .news li:hover:after {
      opacity: 0; }
    .news li:hover .bg {
      opacity: .6; }
    .news li:hover .time {
      color: #c2843f; }
    .news li:hover .col .name a {
      color: #c2843f; }
      .news li:hover .col .name a span {
        color: #663d14; }

.pageNum {
  padding: .8rem 0; }
  .pageNum a {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 .1rem;
    font-size: .16rem;
    color: #666;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #eee; }
    .pageNum a:hover, .pageNum a.on {
      background: #c2843f;
      color: #fff; }
  .pageNum a.arrow2 {
    width: 1rem; }
    .pageNum a.arrow2.prev em {
      padding-left: .26rem;
      background: url("../image/prev18.png") left center no-repeat;
      background-size: .18rem; }
    .pageNum a.arrow2.prev:hover em {
      background-image: url("../image/prev18on.png"); }
    .pageNum a.arrow2.next em {
      padding-right: .26rem;
      background: url("../image/next18.png") right center no-repeat;
      background-size: .18rem; }
    .pageNum a.arrow2.next:hover em {
      background-image: url("../image/next18on.png"); }
  .pageNum a.arrow {
    background: #eee center no-repeat;
    background-size: .08rem; }
    .pageNum a.arrow:hover {
      background-color: #c2843f; }
    .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"); }

.pageNow {
  padding: .55rem 0;
  font-size: .14rem;
  color: #666; }
  .pageNow a {
    color: #666; }

.newShow {
  text-align: center; }
  .newShow .title {
    font-size: .24rem;
    font-weight: bold; }
  .newShow .time {
    font-size: .14rem;
    color: #999;
    padding: .15rem 0 .35rem 0; }
  .newShow .img {
    padding-bottom: .4rem; }
  .newShow .content {
    padding-bottom: .6rem;
    font-size: .14rem;
    line-height: 2em;
    text-align: justify;
    color: #666; }
    .newShow .content p {
      padding-bottom: .15rem; }

.pageNum2 {
  min-height: 1.6rem;
  padding: .25rem 0;
  border-top: #ddd solid 1px;
  position: relative; }
  .pageNum2 li {
    font-size: .14rem;
    line-height: .36rem;
    padding-right: 1.7rem; }
    .pageNum2 li a {
      color: #666; }
    .pageNum2 li a:hover {
      color: #c2843f; }
  .pageNum2 .back {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.35rem;
    bottom: auto; }
    .pageNum2 .back a {
      display: block;
      width: 1.2rem;
      height: .4rem;
      line-height: .38rem;
      text-align: center;
      border: #a0a0a0 solid 1px;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      color: #999;
      font-size: .14rem; }
      .pageNum2 .back a em {
        padding-left: .14rem;
        background: url("../image/img7_3.png") left center no-repeat;
        background-size: .07rem; }
      .pageNum2 .back a:hover {
        background: #c2843f;
        border-color: #c2843f;
        color: #fff; }
        .pageNum2 .back a:hover em {
          background-image: url("../image/img7_4.png"); }

.idea_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: .9rem 0 0 0; }
  .idea_01 h2.title {
    background: url("../image/img36.png") left center no-repeat;
    background-size: .36rem;
    padding-left: .5rem;
    line-height: .42rem;
    font-size: .3rem; }
  .idea_01 .content {
    padding: .25rem 0 .5rem 0; }
    .idea_01 .content li {
      position: relative;
      font-size: .16rem;
      line-height: .32rem;
      padding-left: .14rem;
      color: #666; }
      .idea_01 .content li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: .06rem;
        height: .32rem;
        background: url("../image/img6.png") center no-repeat;
        background-size: 100%; }
  .idea_01 .list li .img {
    width: 50%; }
  .idea_01 .list li .box {
    width: 5.27rem; }
  .idea_01 .list li .ico {
    width: .61rem; }
  .idea_01 .list li .name {
    padding-bottom: .6rem;
    position: relative;
    font-size: .18rem; }
    .idea_01 .list li .name h5 {
      font-size: .24rem;
      padding: .15rem 0; }
    .idea_01 .list li .name:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .3rem;
      width: .5rem;
      height: .02rem;
      background: url("../image/img60.png") center no-repeat;
      background-size: 100% 100%; }
  .idea_01 .list li .msg {
    font-size: .14rem;
    line-height: .28rem;
    color: #666; }
    .idea_01 .list li .msg p {
      padding-bottom: .15rem; }
  .idea_01 .list li:nth-child(1) .img div {
    margin-left: -3.6rem; }
  .idea_01 .list li:nth-child(2) .img div {
    margin-right: -3.6rem; }
  .idea_01 .list li:nth-child(2) .box {
    order: -1; }

.idea_02 {
  padding: .6rem 0 1.2rem 0; }
  .idea_02 h2.title {
    background: url("../image/img36.png") left center no-repeat;
    background-size: .36rem;
    padding-left: .5rem;
    line-height: 1.6rem;
    font-size: .3rem;
    width: 100%; }
  .idea_02 .list {
    width: 4.7rem;
    height: 4.7rem;
    background: url("../image/img470.png") center no-repeat;
    background-size: 4.7rem;
    position: relative;
    left: .15rem; }
    .idea_02 .list .title {
      height: 4.7rem; }
      .idea_02 .list .title div {
        width: 1.8rem; }
      .idea_02 .list .title h5 {
        font-size: .24rem;
        padding-top: .1rem; }
    .idea_02 .list li {
      position: absolute;
      width: .92rem;
      text-align: center; }
      .idea_02 .list li .img {
        height: .92rem;
        position: relative;
        background: url("../image/img92.png") center no-repeat;
        background-size: cover; }
        .idea_02 .list li .img img:nth-child(2) {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          opacity: 0; }
      .idea_02 .list li .name {
        font-size: .16rem;
        line-height: .28rem;
        margin-left: -.1rem;
        margin-right: -.1rem; }
    .idea_02 .list li.li_01 {
      left: 4rem;
      top: 1.22rem; }
    .idea_02 .list li.li_02 {
      left: 3.26rem;
      top: 3.7rem; }
    .idea_02 .list li.li_03 {
      left: .68rem;
      top: 3.7rem; }
    .idea_02 .list li.li_04 {
      left: -.12rem;
      top: 1.22rem; }
    .idea_02 .list li.li_05 {
      left: 1.97rem;
      top: -.28rem; }
    .idea_02 .list li.on .img {
      background-image: url("../image/img92on.png"); }
      .idea_02 .list li.on .img img:nth-child(1) {
        opacity: 0; }
      .idea_02 .list li.on .img img:nth-child(2) {
        opacity: 1; }
  .idea_02 .container {
    width: 6.2rem; }
    .idea_02 .container .box {
      display: none; }
    .idea_02 .container .title {
      position: relative;
      padding-bottom: .2rem; }
      .idea_02 .container .title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: .4rem;
        height: 1px;
        background: #999; }
      .idea_02 .container .title b {
        font-size: .62rem;
        color: #c2843f;
        text-transform: uppercase;
        font-family: 'dinmedium';
        padding-right: .08rem; }
      .idea_02 .container .title h2 {
        font-size: .26rem; }
      .idea_02 .container .title em {
        font-size: .16rem;
        color: #999; }
    .idea_02 .container .msg {
      font-size: .2rem;
      color: #c2843f;
      padding: .2rem 0 .15rem 0; }
    .idea_02 .container .content {
      font-size: .14rem;
      line-height: 2em;
      color: #666;
      text-align: justify; }

.zhtz {
  padding: .9rem 0; }
  .zhtz .side {
    width: 1.72rem;
    position: relative; }
    .zhtz .side:before {
      content: "";
      display: block;
      position: absolute;
      top: .2rem;
      right: 0;
      width: 1px;
      height: 1.6rem;
      background: #e5e5e5; }
    .zhtz .side a {
      display: block;
      font-size: .16rem;
      line-height: .48rem;
      position: relative;
      color: #666; }
      .zhtz .side a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .2rem;
        width: .08rem;
        height: 100%;
        background: url("../image/img8.png") center no-repeat;
        background-size: 100%;
        opacity: 0; }
      .zhtz .side a:hover, .zhtz .side a.on {
        color: #c2843f; }
        .zhtz .side a:hover:before, .zhtz .side a.on:before {
          opacity: 1; }
  .zhtz .col {
    width: 9.6rem; }
  .zhtz h2.title {
    background: url("../image/img36.png") left center no-repeat;
    background-size: .28rem;
    padding-left: .42rem;
    line-height: .6rem;
    font-size: .3rem; }
  .zhtz .content {
    font-size: .14rem;
    line-height: .28rem;
    color: #666;
    padding: 0 0 .4rem .42rem; }

.business ul {
  margin-left: -.3rem; }
.business li {
  width: 33.333%;
  padding: 0 0 .4rem .3rem; }
  .business li .img {
    position: relative; }
    .business li .img img {
      width: 100%; }
    .business li .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.5) url("../image/img300.png") center bottom no-repeat;
      background-size: 100% .03rem;
      opacity: 0; }
    .business li .img .more {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 50%;
      bottom: auto;
      width: 100%;
      margin-top: -.2rem; }
      .business li .img .more a {
        display: block;
        width: 1.1rem;
        height: .4rem;
        line-height: .38rem;
        text-align: center;
        border: #fff solid 1px;
        color: #fff;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        font-size: .14rem;
        text-transform: uppercase;
        margin: 0 auto;
        opacity: 0; }
        .business li .img .more a em {
          padding-right: .14rem;
          background: url("../image/img7_1.png") right center no-repeat;
          background-size: .07rem; }
  .business li .name {
    border-bottom: #ccc solid 1px; }
    .business li .name a {
      display: block;
      padding: .15rem .06rem;
      line-height: .26rem;
      text-align: center;
      font-size: .16rem;
      color: #666;
      letter-spacing: .01rem; }
      .business li .name a span {
        color: #c2843f; }
.business li:hover .img:before {
  opacity: 1; }
.business li:hover .img .more a {
  opacity: 1; }
.business li:hover .name a {
  color: #c2843f; }
  .business li:hover .name a span {
    color: #663d14; }

.projectShow .imgList {
  width: 7.8rem;
  overflow: hidden;
  position: relative; }
  .projectShow .imgList .num {
    padding: .25rem 0 .8rem 0; }
    .projectShow .imgList .num div {
      font-size: .16rem;
      color: #666;
      padding: 0 .25rem; }
      .projectShow .imgList .num div span {
        color: #c2843f;
        font-size: .24rem;
        padding-right: .06rem; }
    .projectShow .imgList .num a {
      width: .46rem;
      height: .2rem;
      background: center no-repeat;
      background-size: 100%; }
      .projectShow .imgList .num a.prev {
        background-image: url("../image/nimg42_6.png"); }
        .projectShow .imgList .num a.prev:hover {
          background-image: url("../image/nimg42_6on.png"); }
      .projectShow .imgList .num a.next {
        background-image: url("../image/nimg42_7.png"); }
        .projectShow .imgList .num a.next:hover {
          background-image: url("../image/nimg42_7on.png"); }
.projectShow .col {
  width: 3.4rem; }
  .projectShow .col h2.title {
    font-size: .3rem;
    padding-bottom: .25rem; }
  .projectShow .col .list {
    min-height: 1.05rem;
    background: #f5f5f5;
    line-height: .32rem;
    padding: .2rem 0 .2rem .3rem;
    font-size: .14rem; }
    .projectShow .col .list em {
      font-weight: bold;
      color: #c2843f;
      padding-left: .14rem;
      background: url("../image/img6_1.png") left center no-repeat;
      background-size: .06rem; }
  .projectShow .col .content {
    font-size: .14rem;
    line-height: .3rem;
    padding: .24rem 0;
    color: #666; }

.responsibility {
  padding: .5rem 0; }
  .responsibility li {
    padding: .6rem 0;
    border-bottom: #ccc solid 1px; }
    .responsibility li:last-child {
      border: 0; }
    .responsibility li .img {
      width: 5.7rem; }
    .responsibility li .col {
      width: 5.7rem; }
      .responsibility li .col .time {
        padding-bottom: .45rem;
        font-family: 'dinmedium'; }
        .responsibility li .col .time b {
          font-size: .48rem;
          font-weight: 200;
          padding-right: .06rem; }
        .responsibility li .col .time em {
          font-size: .16rem;
          color: #999; }
      .responsibility li .col .name {
        font-size: .2rem;
        font-weight: bold; }
      .responsibility li .col .content {
        font-size: .14rem;
        line-height: .28rem;
        color: #666;
        padding: .15rem 0 .2rem 0; }
      .responsibility li .col .more a {
        display: block;
        font-size: .14rem;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        color: #999;
        border: #999 solid 1px;
        width: 1.1rem;
        height: .4rem;
        line-height: .38rem;
        text-align: center;
        text-transform: uppercase; }
        .responsibility li .col .more a em {
          padding-right: .14rem;
          background: url("../image/img7_2.png") right center no-repeat;
          background-size: .07rem; }
        .responsibility li .col .more a:hover {
          color: #fff;
          border-color: #c2843f;
          background-color: #c2843f; }
          .responsibility li .col .more a:hover em {
            background-image: url("../image/img7_1.png"); }
  .responsibility li:hover .col .time {
    color: #c2843f; }
    .responsibility li:hover .col .time em {
      color: #c2843f; }
  .responsibility li:hover .col .name a {
    color: #c2843f; }

.join {
  padding: 1rem 0; }
  .join .tag {
    padding-bottom: .4rem;
    font-size: .16rem;
    line-height: .5rem; }
    .join .tag .name {
      padding-right: .13rem;
      color: #666; }
    .join .tag dl {
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      background: #f7f0e9; }
      .join .tag dl dd {
        color: #66523d;
        height: .5rem;
        padding: 0 .23rem;
        position: relative;
        min-width: .8rem;
        text-align: center; }
        .join .tag dl dd:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url("../image/img112.png") center repeat-y;
          background-size: 100%;
          opacity: 0;
          -moz-border-radius: 0.5rem;
          -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem; }
        .join .tag dl dd em {
          display: block;
          position: relative; }
      .join .tag dl dd.on {
        color: #fff; }
        .join .tag dl dd.on:before {
          opacity: 1; }
  .join li {
    padding-bottom: .2rem;
    min-height: 1rem;
    position: relative; }
    .join li .name {
      background: #f5f5f5;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%;
      height: .8rem;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      cursor: pointer; }
      .join li .name:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .3rem;
        width: .2rem;
        height: 100%;
        background: url("../image/nimg20_4.png") center no-repeat;
        background-size: 100%; }
      .join li .name h2 {
        line-height: .8rem;
        font-size: .24rem;
        padding-left: .5rem; }
      .join li .name dl {
        position: absolute;
        z-index: 10;
        left: 5rem;
        right: auto;
        top: 0;
        bottom: auto; }
        .join li .name dl dd {
          font-size: .16rem;
          color: #666;
          min-width: 1.45rem;
          height: .8rem; }
          .join li .name dl dd div {
            width: .22rem;
            height: .18rem;
            position: relative;
            margin-right: .1rem;
            top: .02rem; }
            .join li .name dl dd div img {
              position: absolute;
              z-index: 10;
              left: 0;
              right: auto;
              top: 0;
              bottom: auto; }
            .join li .name dl dd div img:nth-child(2) {
              opacity: 0; }
      .join li .name:hover {
        color: #c2843f; }
    .join li .box {
      display: none;
      padding: 1.15rem .5rem 0 .5rem;
      background: #f5f5f5; }
      .join li .box .list {
        width: 5.15rem;
        padding-bottom: .25rem; }
        .join li .box .list h2 {
          font-size: .18rem;
          padding-bottom: .15rem; }
        .join li .box .list dd {
          position: relative;
          font-size: .14rem;
          line-height: .24rem;
          color: #666;
          padding: 0 0 .08rem .14rem; }
          .join li .box .list dd:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: .06rem;
            height: .24rem;
            background: url("../image/img6_2.png") center no-repeat;
            background-size: 100%; }
      .join li .box .msg {
        padding: .22rem 0 .27rem 0;
        border-top: #ddd solid 1px;
        color: #c2843f;
        font-size: .14rem; }
  .join li.on .name {
    background: #c2843f;
    color: #fff; }
    .join li.on .name:before {
      background-image: url("../image/nimg20_4on.png"); }
    .join li.on .name:hover {
      color: #fff; }
    .join li.on .name dl dd {
      color: #fff; }
      .join li.on .name dl dd div img:nth-child(1) {
        opacity: 0; }
      .join li.on .name dl dd div img:nth-child(2) {
        opacity: 1; }

.contact {
  padding: 1.2rem 0;
  align-items: flex-start;
  -webkit-align-items: flex-start; }
  .contact .col {
    width: 4.2rem; }
    .contact .col .logo {
      width: .6rem; }
    .contact .col h2 {
      font-size: .24rem;
      padding: .25rem 0; }
    .contact .col li {
      padding-bottom: .3rem; }
      .contact .col li .img {
        width: .56rem;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        background: #f5f5f5;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: .1rem; }
      .contact .col li h5 {
        font-size: .16rem; }
      .contact .col li p {
        font-size: .14rem;
        color: #666;
        padding-top: .03rem; }
  .contact .map {
    width: 7.3rem;
    position: relative; }
    .contact .map:before {
      content: "";
      display: block;
      position: absolute;
      left: -.18rem;
      bottom: -.18rem;
      width: .76rem;
      height: .46rem;
      box-sizing: border-box;
      border-left: #e0c19f solid .06rem;
      border-bottom: #e0c19f solid .06rem; }
    .contact .map:after {
      content: "";
      display: block;
      position: absolute;
      right: -.18rem;
      top: -.18rem;
      width: .76rem;
      height: .46rem;
      box-sizing: border-box;
      border-right: #e0c19f solid .06rem;
      border-top: #e0c19f solid .06rem; }
    .contact .map #map {
      height: 4.58rem; }

.pageSearch {
  padding: .5rem 0 1rem 0; }
  .pageSearch .msg {
    font-size: .14rem;
    color: #666;
    padding-bottom: .2rem; }
    .pageSearch .msg span {
      color: #c2843f; }
  .pageSearch .searchTitle {
    padding: .55rem 0 .2rem 0; }
    .pageSearch .searchTitle h2 {
      background: url("../image/img36.png") left center no-repeat;
      background-size: .36rem;
      padding-left: .5rem;
      font-size: .3rem;
      line-height: .4rem; }
    .pageSearch .searchTitle a.btn {
      width: .24rem;
      height: .4rem;
      background: url("../image/img24.png") center no-repeat;
      background-size: 100%; }
    .pageSearch .searchTitle.on a.btn {
      transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg); }
  .pageSearch .business {
    padding-top: .2rem; }
  .pageSearch .news {
    padding: 0; }
    .pageSearch .news li:last-child:after {
      display: none; }

.join_01 {
  text-align: center; }
  .join_01 .title {
    padding: .9rem 0 .45rem 0; }
    .join_01 .title h2 {
      text-transform: uppercase;
      font-size: .48rem;
      color: #c2843f;
      opacity: .1;
      font-family: 'dinmedium'; }
    .join_01 .title h3 {
      font-size: .36rem; }
  .join_01 li {
    width: 33.333%; }
    .join_01 li p {
      min-height: 2rem;
      font-size: .14rem;
      line-height: 2em;
      color: #666; }
  .join_01 li:nth-child(2) p {
    order: -1; }

.news3_01 {
  position: relative;
  min-height: 3.82rem;
  padding: 1.02rem 0 .8rem 2.2rem; }
  .news3_01 .title {
    width: 1.79rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.8rem;
    bottom: auto; }
  .news3_01 .content {
    position: relative;
    min-height: 2rem;
    background: #f5f5f5;
    padding: .45rem .6rem;
    font-size: .14rem;
    line-height: 2em;
    color: #666;
    text-align: justify; }
    .news3_01 .content:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../image/img76_1.png") center no-repeat;
      background-size: cover;
      width: .76rem;
      height: .71rem; }
    .news3_01 .content:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      background: url("../image/img76_2.png") center no-repeat;
      background-size: cover;
      width: .76rem;
      height: .71rem; }
    .news3_01 .content p {
      position: relative;
      z-index: 2; }

.news3_02 {
  padding-bottom: .6rem; }
  .news3_02 .bigImg {
    width: 7.8rem;
    padding-bottom: .6rem; }
  .news3_02 a {
    cursor: default; }
  .news3_02 ul {
    margin-left: -.6rem; }
  .news3_02 li {
    width: 33.333%;
    padding: 0 0 .6rem .6rem; }
  .news3_02 .img img {
    width: 100%; }
  .news3_02 .name a {
    display: block;
    text-align: center;
    font-size: .14rem;
    color: #666;
    background: #f5f5f5;
    height: .6rem;
    line-height: .6rem; }
  .news3_02 .list-1 {
    width: 3.6rem; }
    .news3_02 .list-1 li {
      width: 100%; }
  .news3_02 .list-2 {
    width: 100%; }

.responsibility2 {
  padding: .65rem 0; }
  .responsibility2 h2.title {
    line-height: 1rem;
    padding-left: .5rem;
    font-size: .3rem;
    background: url("../image/img36.png") left center no-repeat;
    background-size: .36rem; }
  .responsibility2 .msg {
    position: relative;
    min-height: 1rem;
    background: #f5f5f5;
    padding: .4rem .3rem;
    font-size: .16rem;
    line-height: .32rem;
    color: #c2843f;
    text-align: center; }
    .responsibility2 .msg:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../image/img76_1.png") center no-repeat;
      background-size: cover;
      width: .76rem;
      height: .71rem; }
    .responsibility2 .msg:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      background: url("../image/img76_2.png") center no-repeat;
      background-size: cover;
      width: .76rem;
      height: .71rem; }
    .responsibility2 .msg p {
      position: relative;
      z-index: 2;
      max-width: 6.9rem;
      margin: 0 auto; }
  .responsibility2 .list {
    padding-top: .6rem; }
    .responsibility2 .list ul {
      margin-left: -.6rem; }
    .responsibility2 .list li {
      width: 50%;
      padding: 0 0 .6rem .6rem; }
      .responsibility2 .list li .img {
        position: relative; }
        .responsibility2 .list li .img:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          background: rgba(51, 51, 51, 0.5) url("../image/img570.png") center bottom no-repeat;
          background-size: 100% .04rem; }
        .responsibility2 .list li .img img {
          width: 100%; }
        .responsibility2 .list li .img a.more {
          display: block;
          -moz-border-radius: 0.5rem;
          -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
          position: absolute;
          z-index: 10;
          left: 50%;
          right: auto;
          top: 50%;
          bottom: auto;
          width: 1.4rem;
          height: .48rem;
          line-height: .46rem;
          text-align: center;
          font-size: .16rem;
          color: #fff;
          border: #fff solid 1px;
          margin-left: -.7rem;
          margin-top: -.24rem;
          opacity: 0; }
          .responsibility2 .list li .img a.more em {
            background: url("../image/img18_1.png") right center no-repeat;
            background-size: .08rem;
            padding-right: .18rem; }
      .responsibility2 .list li .content {
        background: #f5f5f5;
        padding: .25rem .3rem .25rem .5rem; }
        .responsibility2 .list li .content a {
          display: block;
          position: relative;
          font-size: .14rem;
          line-height: .26rem;
          color: #666;
          text-align: justify; }
          .responsibility2 .list li .content a:before {
            content: "";
            display: block;
            position: absolute;
            left: -.2rem;
            top: 5%;
            width: 1px;
            height: 90%;
            background: url("../image/line1.jpg") center no-repeat;
            background-size: 100% 100%; }
    .responsibility2 .list li:hover .img:before {
      opacity: 1; }
    .responsibility2 .list li:hover .img a.more {
      opacity: 1; }
    .responsibility2 .list li:hover .content a {
      color: #c2843f; }

.lyb .title {
  position: relative;
  padding: 1.35rem 0 .15rem 0; }
  .lyb .title h2 {
    position: absolute;
    left: 0;
    top: .95rem;
    font-size: .6rem;
    text-transform: uppercase;
    color: #f6ede2;
    font-family: 'dinbold';
    letter-spacing: .01rem;
    white-space: nowrap; }
  .lyb .title h3 {
    position: relative;
    font-size: .3rem;
    letter-spacing: .01rem; }
.lyb .form ul {
  margin-left: -.8rem; }
.lyb .form li {
  width: 50%;
  padding-left: .8rem; }
  .lyb .form li .name {
    font-size: .16rem;
    color: #666;
    padding: .3rem 0 .12rem 0; }
  .lyb .form li .input {
    min-height: .6rem;
    background: #f5f5f5;
    border: #f5f5f5 solid 1px;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem; }
    .lyb .form li .input input, .lyb .form li .input textarea {
      width: 100%;
      height: .58rem;
      line-height: .58rem;
      padding-left: .14rem;
      font-size: .16rem; }
    .lyb .form li .input textarea {
      height: 2rem;
      padding: .1rem .14rem;
      line-height: .28rem; }
    .lyb .form li .input.on {
      background: #faf5eb;
      border-color: #c2843f; }
      .lyb .form li .input.on input, .lyb .form li .input.on textarea {
        color: #c2843f; }
.lyb .form li.li_01 {
  width: 100%; }
.lyb .submit {
  padding: .4rem 0 1rem 0; }
  .lyb .submit div {
    background: #c2843f;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 1.2rem;
    height: .4rem; }
  .lyb .submit input {
    font-size: .16rem;
    height: .4rem;
    width: 100%;
    color: #fff;
    cursor: pointer; }

.lybList {
  background: #f5f5f5;
  min-height: 5rem;
  padding: .6rem 0 .8rem 0; }
  .lybList h2.title {
    font-size: .3rem;
    line-height: 1.15rem;
    padding-left: .5rem;
    background: url("../image/img36_2.png") left center no-repeat;
    background-size: .36rem; }
  .lybList li {
    padding-bottom: .2rem; }
    .lybList li .box {
      background: #fff url("../image/img60_2.png") 0.4rem 0.4rem no-repeat;
      background-size: .6rem;
      padding: .35rem .6rem .35rem 1.3rem;
      position: relative;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      font-size: .14rem;
      line-height: .26rem;
      color: #666;
      min-height: 1.32rem; }
      .lybList li .box .msg {
        padding-top: .24rem;
        margin-top: .24rem;
        border-top: #eee solid 1px;
        color: #c2843f; }

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