@charset "UTF-8";
@keyframes _anDownUpOp {
  0% {
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes _anDownUpOp {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }
@keyframes _anDownUpOp01 {
  0% {
    transform: translateY(50%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes _anDownUpOp01 {
  0% {
    -webkit-transform: translateY(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }
@keyframes _anLeftRightOp {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes _anLeftRightOp {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0; } }
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), color-stop(0.33, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0; } }
@keyframes liMove {
  0% {
    transform: translateY(-110%);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes liHIde {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(110%);
    opacity: 0; } }
@keyframes build_more1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes build_more1 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes build_more {
  0% {
    bottom: 35px; }
  50% {
    bottom: 45px; }
  100% {
    bottom: 35px; } }
@-webkit-keyframes build_more {
  0% {
    bottom: 35px; }
  50% {
    bottom: 45px; }
  100% {
    bottom: 35px; } }
body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  position: relative;
  line-height: 20px;
  background: #fff;
  min-width: 1200px; }

a {
  color: #333;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  a:hover {
    color: #40260d; }

input {
  font-family: "微软雅黑";
  font-size: 14px; }

.white, a.white {
  color: #fff; }

.fc, a.fc {
  color: #40260d; }

.whitebg, input.whitebg {
  background: #fff; }

.eeebg, input.eeebg {
  background: #eee; }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.main_n {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.textover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

* {
  touch-action: pan-y; }

.inbox {
  padding-left: 290px;
  min-height: 770px; }

.comnav {
  background: #fcfaf8;
  z-index: 10;
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 290px;
  height: 100%;
  box-shadow: 0 1px 20px rgba(64, 38, 13, 0.08); }
  .comnav .logo {
    text-align: center;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fcfaf8;
    z-index: 3; }
  .comnav .comnavbg {
    content: '';
    background: #fcfaf8;
    position: fixed;
    left: 0;
    top: 0;
    width: 290px;
    height: 100%;
    z-index: 2; }
  .comnav ul {
    position: static; }
    .comnav ul li {
      position: static; }
      .comnav ul li .a1 {
        display: block;
        height: 60px;
        line-height: 60px;
        color: #40260d;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        padding-left: 70px;
        background: #fcfaf8;
        z-index: 3; }
        .comnav ul li .a1:after {
          content: '';
          background: #c8a16c;
          width: 30px;
          height: 1px;
          position: absolute;
          left: -30px;
          top: 50%;
          right: auto;
          bottom: auto;
          transition: all 0.2s ease-in-out 0.01s;
          -webkit-transition: all 0.2s ease-in-out 0.01s;
          z-index: 1; }
      .comnav ul li .box {
        position: absolute;
        left: 0;
        top: 0px;
        right: auto;
        bottom: auto;
        overflow: hidden;
        visibility: hidden;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        background: #fcfaf8 url(../images/bg01.png) repeat-y left;
        width: 180px;
        height: 100%;
        box-shadow: 0 2px 5px rgba(64, 38, 13, 0.08); }
        .comnav ul li .box .md {
          vertical-align: middle;
          display: inline-block;
          width: 100%; }
        .comnav ul li .box a {
          display: block;
          line-height: 35px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center;
          line-height: 49px;
          color: #999999;
          transition: all 0.5s ease-in-out 0.01s;
          -webkit-transition: all 0.5s ease-in-out 0.01s; }
          .comnav ul li .box a:after {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            right: auto;
            bottom: auto;
            background: none;
            width: 100%;
            height: 1px;
            transition: all 0.5s ease-in-out 0.01s;
            -webkit-transition: all 0.5s ease-in-out 0.01s; }
          .comnav ul li .box a:before {
            content: '';
            position: absolute;
            left: 0;
            top: auto;
            right: auto;
            bottom: 0;
            background: none;
            width: 100%;
            height: 1px;
            transition: all 0.5s ease-in-out 0.01s;
            -webkit-transition: all 0.5s ease-in-out 0.01s; }
          .comnav ul li .box a:hover {
            color: #c8a16c; }
            .comnav ul li .box a:hover:after {
              background: #c8a16c; }
            .comnav ul li .box a:hover:before {
              background: #c8a16c; }
        .comnav ul li .box a.sel {
          color: #c8a16c; }
          .comnav ul li .box a.sel:after {
            background: #c8a16c; }
          .comnav ul li .box a.sel:before {
            background: #c8a16c; }
      .comnav ul li:hover .a1 {
        background: #f7f4f2;
        color: #c8a16c; }
        .comnav ul li:hover .a1:after {
          left: 0; }
      .comnav ul li:hover .box {
        visibility: visible;
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1;
        position: absolute;
        left: 290px;
        top: 0px;
        right: auto;
        bottom: auto; }
      .comnav ul li.sel .a1 {
        color: #c8a16c; }
        .comnav ul li.sel .a1:after {
          left: 0; }
  .comnav .cvbotm {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 30px;
    text-align: center;
    width: 100%;
    z-index: 3; }
    .comnav .cvbotm .search {
      border: 1px solid #c8a16c;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 190px;
      height: 38px;
      margin-bottom: 20px; }
      .comnav .cvbotm .search .btn {
        background: url(../images/search01.png) no-repeat center;
        width: 40px;
        height: 38px;
        border: none; }
      .comnav .cvbotm .search .text {
        width: 140px;
        height: 38px; }
        .comnav .cvbotm .search .text::-webkit-input-placeholder {
          color: #c8a16c; }
        .comnav .cvbotm .search .text::-moz-placeholder {
          color: #c8a16c; }
        .comnav .cvbotm .search .text:-moz-placeholder {
          color: #c8a16c; }
        .comnav .cvbotm .search .text:-ms-input-placeholder {
          color: #c8a16c; }
    .comnav .cvbotm .info a {
      margin: 0 11px; }
    .comnav .cvbotm .info .a1 {
      display: inline-block; }
    .comnav .cvbotm .info .showbox {
      position: absolute;
      display: none; }
    .comnav .cvbotm .info .a1:hover .showbox {
      display: block; }
    .comnav .cvbotm .info .codeimg {
      left: -43px;
      top: -125px;
      border: 1px solid #40260d;
      background: #fff;
      padding: 3px; }
    .comnav .cvbotm .info .tel {
      left: -45px;
      top: -25px;
      white-space: nowrap;
      font-weight: bold;
      color: #472909;
      font-size: 18px; }
    .comnav .cvbotm .info .codeimg img {
      height: 109px;
      display: block;
      max-width: 109px; }

.bannerleft {
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: 600px; }
  .bannerleft .tempWrap {
    height: 100%; }
  .bannerleft .bd {
    height: 100%; }
    .bannerleft .bd ul {
      height: 100%; }
    .bannerleft .bd li {
      height: 100%; }
    .bannerleft .bd a {
      display: block;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100%;
      background-size: 100% 100%; }
    .bannerleft .bd video {
      height: 100%;
      width: auto;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .bannerleft .hd {
    position: static; }
    .bannerleft .hd ul {
      bottom: 15px;
      position: absolute;
      line-height: 30px;
      right: 50px; }
      .bannerleft .hd ul li {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.5);
        line-height: 0px;
        font-size: 0px;
        margin: 0 8px;
        z-index: 1; }
      .bannerleft .hd ul li.on {
        background: #c8a16c;
        width: 30px;
        height: 30px;
        top: -10px; }

.dtlbanner {
  width: 100%;
  overflow: hidden;
  height: 600px;
  background: #f9f5f0; }
  .dtlbanner .tempWrap {
    height: 100%; }
  .dtlbanner .bd {
    height: 100%; }
    .dtlbanner .bd ul {
      height: 100%; }
    .dtlbanner .bd li {
      height: 100%; }
    .dtlbanner .bd a {
      display: block;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100%; }
    .dtlbanner .bd video {
      height: 100%;
      width: auto;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .dtlbanner .hd {
    position: static;
    text-align: center; }
    .dtlbanner .hd .prev, .dtlbanner .hd .next, .dtlbanner .imgup .imgupshow .hd .next, .imgup .imgupshow .dtlbanner .hd .next {
      position: absolute;
      top: 50%;
      display: block;
      width: 65px;
      height: 65px;
      z-index: 1;
      left: 0;
      background: rgba(64, 38, 13, 0.3);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      margin-top: -32.5px; }
      .dtlbanner .hd .prev img, .dtlbanner .hd .next img, .dtlbanner .imgup .imgupshow .hd .next img, .imgup .imgupshow .dtlbanner .hd .next img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .dtlbanner .hd .prev:hover, .dtlbanner .hd .next:hover {
        background: #c8a16c; }
    .dtlbanner .hd .next {
      left: auto;
      right: 0; }
    .dtlbanner .hd ul {
      bottom: 15px;
      position: absolute;
      left: 0;
      line-height: 30px;
      width: 100%; }
      .dtlbanner .hd ul li {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.5);
        line-height: 0px;
        font-size: 0px;
        margin: 0 8px;
        z-index: 1; }
      .dtlbanner .hd ul li.on {
        background: #c8a16c;
        width: 30px;
        height: 30px;
        top: -10px; }

.inentit {
  position: fixed;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  text-align: center;
  line-height: 50px;
  color: #fff; }
  .inentit:hover {
    background-position: 0 0;
    border: 1px solid #40260d; }

.zinentit {
  border: 1px solid #40260d;
  color: #40260d; }
  .zinentit:hover {
    background: #40260d;
    color: #fff; }

.innext {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 35px;
  z-index: 2;
  cursor: pointer;
  margin-left: -22px;
  transition: all 0.2s ease-in-out 0.01s;
  -webkit-transition: all 0.2s ease-in-out 0.01s;
  animation: build_more 2s ease-in-out 0.1s infinite;
  -webkit-animation: build_more 2s ease-in-out 0.1s infinite; }

.inpg02 {
  width: 1140px;
  margin: 0 auto; }
  .inpg02 .box_l {
    width: 500px; }
    .inpg02 .box_l .tit {
      font-size: 24px;
      margin-bottom: 50px; }
    .inpg02 .box_l .titimg {
      margin-bottom: 25px; }
      .inpg02 .box_l .titimg img {
        display: block;
        width: 100%;
        height: 100%; }
    .inpg02 .box_l .txt {
      margin-bottom: 55px;
      font-size: 18px;
      color: #40260d; }
    .inpg02 .box_l .des {
      line-height: 30px;
      color: #666666;
      margin-bottom: 50px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical; }
    .inpg02 .box_l .video {
      width: 250px;
      height: 140px;
      overflow: hidden;
      display: block; }
      .inpg02 .box_l .video img {
        width: 100%;
        height: 100%; }
      .inpg02 .box_l .video:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
        background: url(../images/video01.png) no-repeat center;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .inpg02 .box_l .video:hover:after {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0; }
  .inpg02 .box_r {
    width: 413px; }
    .inpg02 .box_r .img {
      height: 550px;
      overflow: hidden; }
      .inpg02 .box_r .img img {
        display: block;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        display: block;
        width: 100%;
        height: 100%; }
    .inpg02 .box_r .info {
      margin-top: 25px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 24px; }
      .inpg02 .box_r .info .name {
        font-size: 24px;
        color: #40260d; }
      .inpg02 .box_r .info .hr {
        width: 28px;
        height: 1px;
        background: #c8a16c;
        margin: 0 19px;
        top: 11px; }
      .inpg02 .box_r .info .des {
        font-size: 18px;
        color: #c8a16c; }
    .inpg02 .box_r:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -moz-transform: scale(1.1); }

.inpg03 {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  text-align: center;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .inpg03 ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0; }
  .inpg03 li {
    width: 16.5%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .inpg03 li a {
      display: block;
      height: 100%; }
    .inpg03 li .md {
      position: absolute;
      left: 0;
      top: 42%;
      right: auto;
      bottom: auto;
      width: 100%;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .inpg03 li .titimg {
      height: 60px;
      line-height: 60px; }
      .inpg03 li .titimg img {
        filter: brightness(100);
        vertical-align: middle;
        display: inline-block; }
    .inpg03 li .img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      width: 180px;
      height: 65%;
      position: absolute;
      left: 10px;
      top: auto;
      right: auto;
      bottom: -300px;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      text-align: center; }
      .inpg03 li .img img {
        display: inline-block;
        width: 100%;
        height: 100%; }
    .inpg03 li .tit {
      font-size: 18px;
      color: #fff;
      margin-top: 40px; }
    .inpg03 li:hover {
      background: #fff; }
      .inpg03 li:hover .img {
        bottom: 30px;
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1; }
      .inpg03 li:hover .titimg img {
        filter: none; }
      .inpg03 li:hover .tit {
        color: #c8a16c; }
      .inpg03 li:hover .md {
        top: 13%; }

.inpg04 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .inpg04 .intit {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto; }
    .inpg04 .intit .tit {
      font-size: 24px;
      color: #40260d;
      margin-bottom: 40px; }
    .inpg04 .intit .more {
      color: #c8a16c;
      padding-bottom: 20px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      border-bottom: 1px solid #c8a16c;
      z-index: 1; }
      .inpg04 .intit .more:hover {
        padding-bottom: 30px; }
  .inpg04 .txtbox {
    padding-left: 200px; }

.indexad {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 430px;
  margin-bottom: 18px; }
  .indexad menu {
    height: 100%; }
    .indexad menu a {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      margin: 0 auto;
      background-size: 100% 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .indexad menu .txt1 {
      width: 250px;
      font-size: 20px;
      color: #fff;
      line-height: 36px;
      padding: 0 25px;
      padding-bottom: 20px;
      background: rgba(200, 161, 108, 0.9);
      position: absolute;
      left: 35px;
      top: auto;
      right: auto;
      bottom: 35px;
      padding-top: 20px; }
    .indexad menu .tit {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
  .indexad #indexad_num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10; }
    .indexad #indexad_num span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      color: #fff;
      margin-left: 10px;
      cursor: pointer;
      font-size: 0;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.5);
      text-align: center; }
      .indexad #indexad_num span.numsel {
        background: rgba(200, 161, 108, 0.75);
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px; }

.txtlist01 {
  margin-top: 20px;
  display: block; }
  .txtlist01 .tit {
    width: 70%;
    font-size: 16px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .txtlist01 .date {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    color: #999999; }
  .txtlist01:hover {
    background: url(../images/arrows01.png) no-repeat left; }
    .txtlist01:hover .tit {
      left: 19px;
      color: #c8a16c; }
    .txtlist01:hover .date {
      color: #c8a16c; }

.inpg05 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .inpg05 .intit {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto; }
    .inpg05 .intit .tit {
      font-size: 24px;
      color: #fff;
      margin-bottom: 40px; }
    .inpg05 .intit .more {
      color: #fff;
      padding-bottom: 20px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      border-bottom: 1px solid #fff;
      z-index: 1; }
      .inpg05 .intit .more:hover {
        padding-bottom: 30px; }
  .inpg05 .txtbox {
    padding-left: 200px; }

.ftbotm {
  position: absolute;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 30px;
  color: #fff; }

.in_company {
  color: #fff;
  text-align: center; }
  .in_company .hd {
    margin-top: 65px;
    text-align: center; }
    .in_company .hd ul {
      padding: 0 54px; }
      .in_company .hd ul li {
        float: left;
        width: 10px;
        height: 10px;
        overflow: hidden;
        margin: 0 5px;
        text-indent: -999px;
        cursor: pointer;
        background: #fff;
        transition: all 0.5s ease-in-out 0.01s;
        -webkit-transition: all 0.5s ease-in-out 0.01s;
        filter: alpha(Opacity=50);
        opacity: 0.5;
        -webkit-opacity: 0.5; }
      .in_company .hd ul li.on {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-opacity: 1; }
    .in_company .hd .md {
      display: inline-block; }
    .in_company .hd .prev, .in_company .hd .next, .in_company .imgup .imgupshow .hd .next, .imgup .imgupshow .in_company .hd .next {
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      background: url(../images/arrows02.png) no-repeat center;
      position: absolute;
      left: 0;
      top: -14px;
      right: auto;
      bottom: auto;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .in_company .hd .prev:hover, .in_company .hd .next:hover {
        background-color: #40260d;
        border: 1px solid #40260d; }
    .in_company .hd .next {
      background-image: url(../images/arrows03.png);
      right: 0;
      left: auto; }
  .in_company .bd {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    margin-top: 17px; }
    .in_company .bd li {
      float: left;
      width: 100%;
      margin-right: 20px;
      display: block;
      overflow: hidden; }
      .in_company .bd li .tit {
        font-size: 24px;
        margin-bottom: 50px; }
      .in_company .bd li .info {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 45px; }
      .in_company .bd li .map {
        width: 100%;
        height: 250px;
        background: #fff;
        display: block;
        overflow: hidden; }

.znav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #999999;
  padding-bottom: 23px;
  margin: 0 7px; }
  .znav a:after {
    content: '';
    width: 0px;
    height: 1px;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    background: #c8a16c;
    position: absolute;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .znav a:hover:after {
    width: 30px; }
  .znav a:first-child {
    margin-left: 0; }
.znav .sel {
  font-size: 20px;
  color: #40260d;
  margin: 0 12.5px; }
  .znav .sel:after {
    width: 30px; }

.g-filtrate {
  margin-top: 45px;
  margin-bottom: 45px; }
  .g-filtrate .group {
    margin-bottom: 15px;
    height: 35px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .g-filtrate .list {
    float: left;
    width: 85%; }
  .g-filtrate .on, .g-filtrate .pageGro a:hover, .pageGro .g-filtrate a:hover {
    height: auto; }
  .g-filtrate a {
    _display: inline;
    float: left;
    color: #666666;
    padding: 0 22px;
    margin-bottom: 10px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #fff; }
    .g-filtrate a:hover {
      color: #c8a16c; }
  .g-filtrate a.on, .g-filtrate .pageGro a:hover, .pageGro .g-filtrate a:hover {
    border: 1px solid #c8a16c;
    color: #c8a16c; }
  .g-filtrate .more {
    display: none;
    float: right;
    padding-right: 28px;
    background: url(../images/arrows04.png) no-repeat right;
    cursor: pointer;
    color: #cccccc;
    line-height: 35px; }
  .g-filtrate .more.sel {
    background-image: url(../images/arrows05.png); }

.w110 {
  width: 110%; }

.imglist01 {
  float: left;
  width: 396px;
  margin-right: 6px;
  margin-bottom: 15px;
  overflow: hidden; }
  .imglist01 .img {
    height: 271px;
    overflow: hidden; }
    .imglist01 .img img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      width: 100%;
      height: 100%; }
  .imglist01 .tit {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .imglist01 .des {
    color: #999999; }
  .imglist01 .txt {
    padding: 20px 10px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 0; }
    .imglist01 .txt:after {
      content: '';
      position: absolute;
      left: 0;
      top: auto;
      right: auto;
      bottom: 0;
      width: 0px;
      height: 1px;
      background: #c8a16c;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .imglist01 .txt:before {
      content: '';
      position: absolute;
      left: auto;
      top: 50%;
      right: -20px;
      bottom: auto;
      width: 32px;
      height: 10px;
      margin-top: -5px;
      background: url(../images/arrows06.png) no-repeat center;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0; }
  .imglist01:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .imglist01:hover .tit {
    color: #40260d; }
  .imglist01:hover .des {
    color: #c8a16c; }
  .imglist01:hover .txt {
    background: #f9f5f0;
    top: -24px; }
    .imglist01:hover .txt:after {
      width: 100%; }
    .imglist01:hover .txt:before {
      right: 10px;
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }

.pageGro {
  margin-top: 30px;
  margin-bottom: 65px; }
  .pageGro a {
    color: #cccccc;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    background: #fff; }
  .pageGro .on, .pageGro a:hover {
    color: #c8a16c;
    border: 1px solid #c8a16c; }
  .pageGro .pg {
    color: #c8a16c;
    font-family: "宋体"; }

.zftbotm {
  color: #999999;
  text-align: right;
  padding-right: 25px;
  height: 50px; }
  .zftbotm a {
    color: #40260d;
    font-weight: bold; }

.zconbox {
  line-height: 36px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px; }
  .zconbox video {
    width: 100%;
    background: #000000; }
  .zconbox img {
    display: block;
    margin: 0 auto; }
  .zconbox.fs14 {
    line-height: 30px;
    font-size: 14px; }

.doc_pdf {
  border: 1px solid #c8a16c;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 155px;
  margin-bottom: 50px; }
  .doc_pdf .txt {
    padding-left: 20px;
    font-size: 20px;
    color: #40260d;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -12px; }
  .doc_pdf .box_r {
    width: 90%; }
    .doc_pdf .box_r a {
      float: left;
      width: 45%;
      margin-bottom: 15px;
      font-size: 16px;
      color: #666;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-right: 30px; }
      .doc_pdf .box_r a:hover {
        color: #c8a16c; }

.zbanner {
  width: 100%;
  overflow: hidden; }
  .zbanner img {
    display: block; }
  .zbanner p {
    width: 1630px;
    left: 50%;
    margin-left: -815px; }

.honortxt {
  border: 1px solid #f4ece2;
  padding: 25px 25px;
  line-height: 36px;
  margin-top: 55px;
  font-size: 16px;
  color: #c8a16c; }
  .honortxt a {
    float: left;
    width: 44%;
    margin-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #c8a16c; }
  .honortxt a:hover {
    color: #40260d; }

.honordes {
  font-size: 16px;
  color: #40260d;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 35px; }

.imglist02 {
  width: 100%;
  margin-right: 6px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px; }
  .imglist02 .img {
    overflow: hidden; }
    .imglist02 .img img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      display: block;
      width: 100%; }
  .imglist02 .tit {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .imglist02 .des {
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .imglist02 .txt {
    padding: 20px 10px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 0; }
    .imglist02 .txt:after {
      content: '';
      position: absolute;
      left: 0;
      top: auto;
      right: auto;
      bottom: 0;
      width: 0px;
      height: 1px;
      background: #c8a16c;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .imglist02 .txt:before {
      content: '';
      position: absolute;
      left: auto;
      top: 50%;
      right: -20px;
      bottom: auto;
      width: 32px;
      height: 10px;
      margin-top: -5px;
      background: url(../images/arrows06.png) no-repeat center;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0; }
  .imglist02:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .imglist02:hover .tit {
    color: #40260d; }
  .imglist02:hover .des {
    color: #c8a16c; }
  .imglist02:hover .txt {
    background: #f9f5f0;
    top: -24px; }
    .imglist02:hover .txt:after {
      width: 100%; }
    .imglist02:hover .txt:before {
      right: 10px;
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }

.zhonorlist {
  width: 1206px; }
  .zhonorlist .item {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 396px;
    padding-right: 6px;
    float: left; }
    .zhonorlist .item .img {
      height: 260px; }
  .zhonorlist .sel {
    position: absolute; }
    .zhonorlist .sel .img {
      height: auto; }

.his_con {
  margin-top: 60px;
  min-height: 600px; }
  .his_con .his_top {
    padding-left: 50px;
    height: 160px; }

.his_tcon {
  overflow: hidden;
  height: 160px;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s;
  left: 0; }

.his_lgcon {
  overflow: hidden;
  height: 160px;
  width: 785px; }

.his_tspan {
  width: 160px;
  height: 160px;
  background: url(../images/add.png) no-repeat center center;
  color: #40260d;
  font-size: 16px;
  padding-top: 35px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  z-index: 5;
  cursor: pointer;
  color: #999999; }

.his_tspan:hover {
  background-image: url(../images/add_on.png); }

.his_bor {
  width: 100%;
  height: 1px;
  background: #40260d;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto; }

.his_l {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  background: url(../images/his_l.png) no-repeat;
  margin-top: -19px;
  z-index: 10; }

.his_r {
  width: 36px;
  height: 36px;
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  background: url(../images/hisr_sel.png) no-repeat;
  margin-top: -19px;
  z-index: 10;
  cursor: pointer; }

.his_l.his_sel {
  background: url(../images/his_sel.png) no-repeat; }

.his_r.his_sel {
  background: url(../images/his_r.png) no-repeat; }

.his_l:hover {
  cursor: pointer; }

.his_sgcir {
  width: 160px;
  height: 94px;
  background: url(../images/sbcir.png) no-repeat center bottom;
  font-size: 36px;
  color: #c8a16c;
  text-align: center;
  box-sizing: border-box;
  z-index: 11;
  position: absolute;
  left: 50px;
  top: 0;
  transition: all 0.5s ease-in-out 0.01s;
  -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .his_sgcir span {
    background: #fff;
    display: inline-block;
    padding-bottom: 35px;
    padding-top: 5px; }

.his_show {
  padding-left: 130px;
  top: -70px;
  padding-right: 70px; }

.his_showcir {
  border-left: 1px solid #dddddd;
  padding-top: 60px; }
  .his_showcir a {
    display: block; }
  .his_showcir .date {
    background: url(../images/bg02.jpg) no-repeat left;
    height: 30px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-left: 13px;
    margin-bottom: 25px; }
    .his_showcir .date:after {
      content: '';
      position: absolute;
      left: -17px;
      top: 50%;
      right: auto;
      bottom: auto;
      background: url(../images/li03.png) no-repeat center;
      width: 7px;
      height: 7px;
      margin-top: -3.5px; }
  .his_showcir menu a {
    padding-left: 60px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .his_showcir menu a:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 14px;
      right: auto;
      bottom: auto;
      background: #dddddd;
      width: 30px;
      height: 1px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .his_showcir menu a:hover {
      padding-left: 90px;
      color: #c8a16c; }
      .his_showcir menu a:hover:after {
        width: 55px;
        background: #40260d; }
  .his_showcir li {
    padding-bottom: 15px; }

.his_shone {
  display: none; }

.teaminfo {
  margin-top: 60px; }
  .teaminfo .box_l {
    width: 400px; }
    .teaminfo .box_l .img {
      width: 100%; }
      .teaminfo .box_l .img img {
        width: 100%;
        height: 100%; }
    .teaminfo .box_l .name {
      font-size: 30px;
      color: #40260d;
      margin-top: 30px;
      margin-bottom: 15px;
      line-height: 30px; }
    .teaminfo .box_l .des {
      padding-left: 50px;
      font-size: 20px;
      color: #c8a16c;
      margin-bottom: 40px; }
      .teaminfo .box_l .des:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 10px;
        right: auto;
        bottom: auto;
        background: #c8a16c;
        width: 44px;
        height: 1px; }
    .teaminfo .box_l .btnbox {
      border: 1px solid #c8a16c;
      height: 58px;
      line-height: 58px;
      font-size: 20px;
      color: #c8a16c;
      padding-left: 60px; }
      .teaminfo .box_l .btnbox .btn {
        position: absolute;
        left: auto;
        top: -5px;
        right: -1px;
        bottom: auto;
        height: 70px;
        line-height: 70px;
        background: #40260d;
        width: 200px;
        text-align: center;
        color: rgba(200, 161, 108, 0.7);
        cursor: pointer; }
        .teaminfo .box_l .btnbox .btn span {
          background: url(../images/video02.png) no-repeat right;
          padding-right: 65px;
          transition: all 0.2s ease-in-out 0.01s;
          -webkit-transition: all 0.2s ease-in-out 0.01s;
          display: inline-block; }
        .teaminfo .box_l .btnbox .btn:hover span {
          background: url(../images/video02.png) no-repeat right;
          padding-right: 75px; }
  .teaminfo .box_r {
    width: 525px;
    margin-bottom: 30px; }
    .teaminfo .box_r .teamtit {
      font-size: 18px;
      color: #c8a16c;
      margin-bottom: 30px; }
    .teaminfo .box_r .teamcon {
      color: #666666;
      line-height: 30px;
      padding-bottom: 35px;
      border-bottom: 1px solid #ece9e6;
      margin-bottom: 35px; }
      .teaminfo .box_r .teamcon:last-child {
        border-bottom: none; }

.videoup {
  z-index: 11;
  display: none; }
  .videoup .videoupbg {
    background: rgba(64, 38, 13, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }
  .videoup .videoshow {
    width: 1200px;
    height: 675px;
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-left: -600px;
    margin-top: -337.5px; }
    .videoup .videoshow video {
      width: 100%;
      height: 100%;
      background: #000000;
      object-fit: fill; }
    .videoup .videoshow .closebtn {
      position: absolute;
      left: auto;
      top: -73px;
      right: 0;
      bottom: auto;
      cursor: pointer; }
      .videoup .videoshow .closebtn:hover {
        animation: build_more1 0.3s ease-in-out 0.1s infinite;
        -webkit-animation: build_more1 0.3s ease-in-out 0.1s infinite;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }

.videolist {
  float: left;
  width: 396px;
  margin-right: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center; }
  .videolist .img {
    height: 271px;
    overflow: hidden; }
    .videolist .img img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      width: 100%;
      height: 100%; }
    .videolist .img span {
      background: url(../images/video01.png) no-repeat center;
      position: absolute;
      left: 50%;
      top: 40%;
      right: auto;
      bottom: auto;
      width: 60px;
      height: 60px;
      margin-left: -30px;
      margin-top: -30px;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .videolist .tit {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .videolist .num {
    color: #999999;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 5px; }
  .videolist .txt {
    padding: 20px 10px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 0;
    background: #fff;
    padding-bottom: 0; }
  .videolist:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .videolist:hover .img span {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    top: 50%; }
  .videolist:hover .tit {
    color: #c8a16c; }
  .videolist:hover .num {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    top: 0; }
  .videolist:hover .txt {
    top: -24px; }

.imgtxtlist {
  float: left;
  width: 396px;
  margin-right: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center; }
  .imgtxtlist .img {
    height: 271px;
    overflow: hidden; }
    .imgtxtlist .img img {
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      width: 100%;
      height: 100%; }
    .imgtxtlist .img span {
      background: url(../images/ic07.png) no-repeat center;
      position: absolute;
      left: 50%;
      top: 40%;
      right: auto;
      bottom: auto;
      width: 60px;
      height: 60px;
      margin-left: -30px;
      margin-top: -30px;
      filter: alpha(Opacity=0);
      opacity: 0;
      -webkit-opacity: 0;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
  .imgtxtlist .tit {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .imgtxtlist .num {
    color: #999999;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 5px; }
  .imgtxtlist .txt {
    padding: 20px 10px;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 0;
    background: #fff;
    padding-bottom: 0; }
  .imgtxtlist:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .imgtxtlist:hover .img span {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    top: 50%; }
  .imgtxtlist:hover .tit {
    color: #c8a16c; }
  .imgtxtlist:hover .num {
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    top: 0; }
  .imgtxtlist:hover .txt {
    top: -24px; }

.crumbbox {
  color: #cccccc; }
  .crumbbox a {
    color: #CCCCCC; }

.dtltit {
  text-align: center;
  margin-top: 70px; }
  .dtltit .tit {
    font-size: 24px;
    color: #40260d;
    line-height: 26px; }
  .dtltit .info {
    margin-top: 15px;
    color: #cccccc; }
    .dtltit .info span {
      margin: 0 13px; }

.sharebox {
  text-align: center;
  margin-bottom: 70px; }
  .sharebox .p1 {
    line-height: 40px;
    margin-right: 20px;
    color: #666666; }
  .sharebox .bds_tsina, .sharebox .bds_weixin1, .sharebox .bds_weixin, .sharebox .bds_sqq, .sharebox .bds_qzone {
    background-image: url(../images/fx01.png);
    background-position: center !important;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    margin-right: 15px;
    filter: alpha(Opacity=40);
    opacity: 0.4;
    -webkit-opacity: 0.4; }
    .sharebox .bds_tsina:hover, .sharebox .bds_weixin1:hover, .sharebox .bds_weixin:hover, .sharebox .bds_sqq:hover, .sharebox .bds_qzone:hover {
      filter: alpha(Opacity=100);
      opacity: 1;
      -webkit-opacity: 1; }
  .sharebox .bds_weixin1 {
    background-image: url(../images/fx02.png); }
  .sharebox .bds_weixin {
    background-image: url(../images/fx04.png); }
  .sharebox .bds_sqq {
    background-image: url(../images/fx03.png); }
  .sharebox .bds_qzone {
    background-image: url(../images/fx05.png); }

.pagingbox {
  margin-bottom: 65px; }
  .pagingbox .p1 {
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    filter: alpha(Opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    top: 0px; }
  .pagingbox .tit {
    font-size: 16px;
    color: #40260d;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    top: 0; }
  .pagingbox .prev, .pagingbox .dtlbanner .hd .next, .dtlbanner .hd .pagingbox .next, .pagingbox .in_company .hd .next, .in_company .hd .pagingbox .next, .pagingbox .imgup .imgupshow .hd .next, .imgup .imgupshow .hd .pagingbox .next {
    border: 1px solid #fcfaf8;
    width: 430px;
    padding: 20px 30px;
    color: #cccccc;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .pagingbox .prev .tit, .pagingbox .dtlbanner .hd .next .tit, .dtlbanner .hd .pagingbox .next .tit, .pagingbox .in_company .hd .next .tit, .in_company .hd .pagingbox .next .tit, .pagingbox .imgup .imgupshow .hd .next .tit, .imgup .imgupshow .hd .pagingbox .next .tit {
      left: 0; }
    .pagingbox .prev:after, .pagingbox .dtlbanner .hd .next:after, .dtlbanner .hd .pagingbox .next:after, .pagingbox .in_company .hd .next:after, .in_company .hd .pagingbox .next:after, .pagingbox .imgup .imgupshow .hd .next:after, .imgup .imgupshow .hd .pagingbox .next:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 50%;
      right: auto;
      bottom: auto;
      background: #40260d;
      width: 0px;
      height: 1px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .pagingbox .prev:hover, .pagingbox .dtlbanner .hd .next:hover, .dtlbanner .hd .pagingbox .next:hover, .pagingbox .in_company .hd .next:hover, .in_company .hd .pagingbox .next:hover, .pagingbox .imgup .imgupshow .hd .next:hover, .imgup .imgupshow .hd .pagingbox .next:hover {
      background: #fcfaf8; }
      .pagingbox .prev:hover:after, .pagingbox .dtlbanner .hd .next:hover:after, .dtlbanner .hd .pagingbox .next:hover:after, .pagingbox .in_company .hd .next:hover:after, .in_company .hd .pagingbox .next:hover:after, .pagingbox .imgup .imgupshow .hd .next:hover:after, .imgup .imgupshow .hd .pagingbox .next:hover:after {
        width: 55px; }
      .pagingbox .prev:hover .tit, .pagingbox .dtlbanner .hd .next:hover .tit, .dtlbanner .hd .pagingbox .next:hover .tit, .pagingbox .in_company .hd .next:hover .tit, .in_company .hd .pagingbox .next:hover .tit, .pagingbox .imgup .imgupshow .hd .next:hover .tit, .imgup .imgupshow .hd .pagingbox .next:hover .tit {
        left: 45px;
        top: -14px;
        color: #c8a16c; }
      .pagingbox .prev:hover .p1, .pagingbox .dtlbanner .hd .next:hover .p1, .dtlbanner .hd .pagingbox .next:hover .p1, .pagingbox .in_company .hd .next:hover .p1, .in_company .hd .pagingbox .next:hover .p1, .pagingbox .imgup .imgupshow .hd .next:hover .p1, .imgup .imgupshow .hd .pagingbox .next:hover .p1 {
        top: -5px;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0; }
  .pagingbox .next {
    border: 1px solid #fcfaf8;
    width: 430px;
    padding: 20px 30px;
    color: #cccccc;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .pagingbox .next .tit {
      left: auto;
      right: 0; }
    .pagingbox .next:after {
      content: '';
      position: absolute;
      left: auto;
      top: 50%;
      right: 0;
      bottom: auto;
      background: #40260d;
      width: 0px;
      height: 1px;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
    .pagingbox .next:hover {
      background: #fcfaf8; }
      .pagingbox .next:hover .tit {
        right: 45px;
        top: -14px;
        color: #c8a16c; }
      .pagingbox .next:hover:after {
        width: 55px; }
      .pagingbox .next:hover .p1 {
        top: -5px;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-opacity: 0; }

.imgdtltit {
  margin-top: 70px;
  font-size: 30px;
  color: #40260d;
  line-height: 30px; }

.newslist {
  width: 100%;
  display: block;
  padding: 35px 0; }
  .newslist .img {
    overflow: hidden;
    width: 450px;
    height: 242px;
    margin-right: 60px;
    z-index: 1; }
    .newslist .img img {
      display: block;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s;
      width: 100%;
      height: 100%; }
  .newslist .txt {
    width: 49%;
    z-index: 1; }
  .newslist .tit {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1;
    play-during: 0;
    transition: all 0.3s ease-in-out 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0.01s;
    background: url(../images/arrows01.png) no-repeat -10px; }
  .newslist .des {
    color: #999999;
    height: 90px;
    line-height: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    z-index: 1; }
  .newslist .date {
    color: #cccccc;
    z-index: 1; }
  .newslist:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    left: -215px;
    width: 1630px; }
  .newslist:hover .tit {
    background: url(../images/arrows01.png) no-repeat left;
    padding-left: 19px;
    color: #c8a16c; }
  .newslist:hover .des {
    color: #40260d; }
  .newslist:hover:after {
    background: #f9f5f0; }
  .newslist:hover .img img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -moz-transform: scale(1.02); }

.searchlist {
  width: 100%;
  display: block;
  padding: 20px 0; }
  .searchlist .img {
    overflow: hidden;
    width: 450px;
    height: 242px;
    margin-right: 60px;
    z-index: 1; }
    .searchlist .img img {
      display: block;
      transition: all 0.2s ease-in-out 0.01s;
      -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .searchlist .txt {
    width: 49%;
    z-index: 1;
    left: 0;
    transition: all 0.2s ease-in-out 0.01s;
    -webkit-transition: all 0.2s ease-in-out 0.01s; }
  .searchlist .tit {
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1; }
  .searchlist .des {
    color: #999999;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 1;
    line-height: 30px; }
  .searchlist .date {
    color: #cccccc;
    z-index: 1; }
  .searchlist:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    left: -215px;
    width: 1630px; }
  .searchlist:hover:after {
    background: #f9f5f0; }
  .searchlist:hover .img img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -moz-transform: scale(1.02); }
  .searchlist:hover .txt {
    left: 5px; }

.sitelist {
  border: 1px solid #c8a16c;
  padding: 35px;
  margin-bottom: 6px; }
  .sitelist .tit {
    font-size: 20px;
    color: #40260d;
    margin-bottom: 15px;
    line-height: 24px; }
  .sitelist .info {
    line-height: 24px;
    color: #999999; }
  .sitelist .gomap {
    background: url(../images/ic05.png) no-repeat left 0px;
    padding-left: 37px;
    color: #c8a16c;
    padding-top: 12px;
    margin-top: 20px;
    display: block; }
    .sitelist .gomap span {
      border-bottom: 1px solid #c8a16c;
      padding-bottom: 0;
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s;
      top: 0; }
    .sitelist .gomap:hover span {
      padding-bottom: 10px;
      top: -10px; }

.msgbox {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 130px; }
  .msgbox .p1 {
    font-size: 24px;
    color: #40260d;
    margin-bottom: 35px; }
  .msgbox .p2 {
    font-size: 16px;
    color: #c8a16c;
    margin-bottom: 50px; }
  .msgbox .text {
    padding-top: 30px;
    padding-bottom: 19px;
    display: block;
    border-bottom: 1px solid #c8a16c;
    width: 100%; }
    .msgbox .text::-webkit-input-placeholder {
      color: #999999; }
    .msgbox .text::-moz-placeholder {
      color: #999999; }
    .msgbox .text:-moz-placeholder {
      color: #999999; }
    .msgbox .text:-ms-input-placeholder {
      color: #999999; }
  .msgbox .inp01, .msgbox .inp02 {
    padding-left: 23px;
    width: 367px;
    background: url(../images/ic06.png) no-repeat left 37px; }
  .msgbox .inp02 {
    width: 647px; }
  .msgbox .tarea {
    padding: 30px 23px 19px 23px;
    border: none;
    border-bottom: 1px solid #c8a16c;
    width: 754px;
    height: 215px;
    background: url(../images/ic06.png) no-repeat left 37px; }
    .msgbox .tarea::-webkit-input-placeholder {
      color: #999999; }
    .msgbox .tarea::-moz-placeholder {
      color: #999999; }
    .msgbox .tarea:-moz-placeholder {
      color: #999999; }
    .msgbox .tarea:-ms-input-placeholder {
      color: #999999; }
  .msgbox .codebtn {
    width: 120px;
    background: #40260d;
    font-size: 30px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: lighter;
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0; }
  .msgbox .msgbtn {
    margin-top: 20px;
    border: none;
    background: #c8a16c;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */ }
    .msgbox .msgbtn:hover {
      filter: alpha(Opacity=80);
      opacity: 0.8;
      -webkit-opacity: 0.8; }

/*空*/
.nobox {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 100px; }
  .nobox p {
    margin-top: 30px; }

/*404*/
.page_frame {
  width: 100%;
  height: auto;
  min-height: 730px; }
  .page_frame .error {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0;
    top: 103px; }
    .page_frame .error p {
      color: #999;
      font-size: 14px;
      line-height: 40px; }
    .page_frame .error .a1 {
      display: block;
      width: 380px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 45px;
      margin: 20px auto;
      border-radius: 6px;
      background: #40260d; }

.in_searchbox .searchtxt {
  width: 300px;
  height: 40px;
  border: solid #ccc 1px;
  padding-left: 10px;
  padding-right: 10px; }
.in_searchbox .searchbtn {
  width: 80px;
  height: 42px;
  background: #40260d;
  display: block;
  border: none;
  color: #fff;
  cursor: pointer; }
  .in_searchbox .searchbtn:hover {
    filter: alpha(Opacity=80);
    opacity: 0.8;
    -webkit-opacity: 0.8; }

.c_main {
  color: #c8a16c; }

.imgup .imgupbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  background: rgba(64, 38, 13, 0.8);
  width: 100%;
  height: 100%;
  z-index: 11; }
.imgup .closebtn {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 1;
  cursor: pointer; }
  .imgup .closebtn:hover {
    animation: build_more1 0.3s ease-in-out 0.1s infinite;
    -webkit-animation: build_more1 0.3s ease-in-out 0.1s infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
.imgup .imgupshow {
  width: 1200px;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 700px;
  margin-left: -600px;
  margin-top: -350px;
  z-index: 12; }
  .imgup .imgupshow .tempWrap {
    height: 100%; }
  .imgup .imgupshow .bd {
    height: 100%; }
    .imgup .imgupshow .bd ul {
      height: 100%; }
    .imgup .imgupshow .bd li {
      height: 100%;
      text-align: center; }
    .imgup .imgupshow .bd img {
      position: absolute;
      left: 0;
      bottom: 70px;
      right: 0;
      margin: auto;
      display: block;
      max-width: 940px;
      max-height: 600px; }
    .imgup .imgupshow .bd .tit {
      background: #fff;
      height: 70px;
      line-height: 70px;
      text-align: center;
      font-size: 18px;
      color: #40260d;
      display: inline-block;
      margin-top: 630px; }
  .imgup .imgupshow .hd {
    position: static;
    text-align: center; }
    .imgup .imgupshow .hd .prev, .imgup .imgupshow .hd .next {
      position: absolute;
      bottom: 0;
      display: block;
      width: 65px;
      height: 65px;
      z-index: 1;
      left: 0;
      background: rgba(64, 38, 13, 0.8);
      transition: all 0.5s ease-in-out 0.01s;
      -webkit-transition: all 0.5s ease-in-out 0.01s; }
      .imgup .imgupshow .hd .prev img, .imgup .imgupshow .hd .next img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .imgup .imgupshow .hd .prev:hover, .imgup .imgupshow .hd .next:hover {
        background: #c8a16c; }
    .imgup .imgupshow .hd .next {
      left: auto;
      right: 0; }

@media screen and (max-width: 1500px) {
  .imgtxtlist {
    width: 329px; }
    .imgtxtlist .img {
      height: 225px; }

  .imgup .imgupshow {
    width: 1000px;
    height: 563px;
    margin-left: -500px;
    margin-top: -281.5px; }
    .imgup .imgupshow .bd img {
      max-width: 840px;
      max-height: 500px; }
    .imgup .imgupshow .bd .tit {
      margin-top: 493px; }

  .videoup .videoshow {
    width: 1000px;
    height: 563px;
    margin-left: -500px;
    margin-top: -281.5px; }

  .zhonorlist {
    width: 1006px; }
    .zhonorlist .item {
      width: 329px; }

  .inbox {
    padding-left: 200px;
    min-height: 600px; }
    .inbox .main {
      width: 1000px; }

  .comnav {
    width: 200px; }
    .comnav .logo img {
      width: 80%; }
    .comnav .comnavbg {
      width: 200px; }
    .comnav ul li .a1 {
      padding-left: 50px;
      height: 40px;
      line-height: 40px; }
    .comnav ul li .box {
      width: 140px; }
    .comnav ul li:hover .box {
      position: absolute;
      left: 200px;
      top: 0px;
      right: auto;
      bottom: auto; }
    .comnav .cvbotm .info a {
      margin: 0 5px; }
      .comnav .cvbotm .info a > img {
        width: 95%; }

  .inpg03 ul {
    width: 1000px; }
  .inpg03 li .img {
    transition: all 0.5s ease-in-out 0.01s;
    -webkit-transition: all 0.5s ease-in-out 0.01s;
    width: 145px;
    height: 65%;
    position: absolute;
    left: 10px;
    top: auto;
    right: auto;
    bottom: -200px; }
  .inpg03 li:hover .md {
    top: 8%; }

  .in_company .bd li .tit {
    font-size: 24px;
    margin-bottom: 20px; }
  .in_company .bd li .info {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px; }
  .in_company .bd li .map {
    width: 100%;
    height: 200px;
    background: #fff; }
  .in_company .hd {
    margin-top: 20px; }

  .ftbotm {
    position: absolute;
    left: auto;
    top: auto;
    right: 25px;
    bottom: 10px; }

  .innext {
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 25px; }

  .inpg02 {
    width: 1000px; }
    .inpg02 .box_l {
      width: 450px; }

  .imglist01 {
    width: 329px; }
    .imglist01 .img {
      height: 225px; }

  .videolist {
    width: 329px; }
    .videolist .img {
      height: 225px; }
      .videolist .img img {
        width: 100%;
        height: 100%; } }
.cztitbox {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 60px; }
  .cztitbox .tit {
    display: inline-block;
    padding: 0 8px; }
    .cztitbox .tit .txt {
      z-index: 1;
      font-size: 24px;
      color: #40260d; }
    .cztitbox .tit .hr {
      position: absolute;
      left: 0;
      top: auto;
      right: auto;
      bottom: 0;
      width: 100%;
      background: #eee3d3;
      height: 10px; }

.zdes01 {
  text-align: center;
  font-size: 28px;
  color: #c8a16c;
  line-height: 28px;
  margin-bottom: 45px; }

.czconbox {
  line-height: 36px;
  color: #666;
  font-size: 16px;
  overflow: hidden; }
  .czconbox video {
    width: 100%;
    background: #000000; }
  .czconbox img {
    display: block;
    margin: 0 auto; }
  .czconbox.fs14 {
    line-height: 30px;
    font-size: 14px; }

.czconbox:last-child {
  margin-bottom: 70px; }

.zdes02 {
  font-weight: bold;
  font-size: 20px;
  color: #c8a16c;
  background: #f9f5f0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 40px;
  margin-top: 55px; }

/*# sourceMappingURL=style.css.map */
