html {
  font-size: 62.5%; }

body {
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑';
  background: #FFF;
  font-size: 1em; }

ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {
  margin: 0px;
  padding: 0px; }

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  border: none; }

a {
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

.clear {
  clear: both; }

.li_img {
  display: table;
  text-align: center;
  *position: relative;
  *overflow: hidden; }

.li_img a {
  display: table-cell;
  vertical-align: middle;
  *position: absolute;
  *left: 50%;
  *top: 50%; }

.li_img a img {
  *position: relative;
  *left: -50%;
  *top: -50%; }

.fl {
  float: left; }

.fr {
  float: right; }

img {
  vertical-align: bottom; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
   }

.nav .clearfix li.cur{
  border: 1px solid #a2874e;
  border-radius: 5px;
  color: #a2874e;
}
.nav .clearfix li.cur a{
  color: #a2874e;
}

.news{border-bottom: 1px dashed #e4e4e4;padding: 25px 0}

.last1{ margin-left: 40px;}

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.wrap {
  width: 1200px;
  margin: 0 auto; }

.header {
  min-width: 1200px;
  box-shadow: 0 1px 4px #ccc;
  position: relative; }

.main {
  min-width: 1200px; }

.banner {
  min-width: 1200px; }

.footer {
  min-width: 1200px; }

.header-top {
  background: #434343; }
  .header-top p {
    font-size: 12px;
    color: #d5d5d5;
    line-height: 35px; }
  .header-top .lang {
    float: right;
    line-height: 35px;
    font-size: 0; }
    .header-top .lang a {
      color: #d5d5d5;
      font-size: 12px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding-left: 27px;
      margin-left: 17px;
      height: 35px; }
      .header-top .lang a.ch {
        background: url(../image/ch.png) no-repeat left center; }
      .header-top .lang a.en {
        background: url(../image/en.png) no-repeat center left; }

.logo {
  float: left; }

.nav {
  margin-top: 40px;
  float: right; }
  .nav li {
    float: left;
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 25px;
    border: 1px solid transparent; }
    .nav li a {
      display: block;
      font-size: 16px;
      color: #575859; }
    .nav li:hover {
      border: 1px solid #a2874e;
      border-radius: 5px; }
      .nav li:hover a {
        color: #a2874e; }

.banner {
  height: 565px;
  position: relative; }
  .banner > ul {
    height: 565px; }
    .banner > ul > li {
      height: 565px;
      background-position: center center;
      background-repeat: no-repeat; }
  .banner .bico {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../image/bbg.png); }
    .banner .bico ul li {
      text-align: center;
      float: left;
      width: 20%; }
      .banner .bico ul li a {
        display: block; }
  .banner:hover .bico {
    opacity: 1;
    visibility: visible; }

.footer {
  background: #58585a; }
  .footer .fnav {
    text-align: center;
    padding-bottom: 1px;
    background: url(../image/fbxian.jpg) no-repeat center bottom;
    font-size: 16px;
    color: #f3f3f3;
    line-height: 57px; }
    .footer .fnav a {
      padding: 0 45px;
      color: #fff; }
  .footer .bot {
    width: 700px;
    margin: 0 auto;
    padding-bottom: 42px;
    padding-top: 50px; }
    .footer .bot .ewm {
      position: relative;
      top: 15px;
      float: left;
      margin-left: 35px;
      width: 294px;
      background: url(../image/xb.jpg) right center no-repeat;
      height: 110px; }
      .footer .bot .ewm .img {
        float: left; }
      .footer .bot .ewm .text {
        float: left;
        margin-left: 18px; }
        .footer .bot .ewm .text p {
          margin-top: 20px;
          font-size: 14px;
          line-height: 25px;
          color: #f3f3f3; }
    .footer .bot .dz {
      float: right;
      width: 350px; }
    .footer .bot dz{
      font-size: 14px;
      color: #f3f3f3;
      line-height: 25px;
      margin-left: 20px;}
.footer .bot dz a{
  font-size: 14px;
  color: #f3f3f3;
  line-height: 25px;
  margin-left: 20px;}

      .footer .bot .dz ul {
        margin-left: 50px; }
        .footer .bot .dz ul li {
          font-size: 14px;
          color: #f3f3f3;
          line-height: 25px; }
.footer .bot .dz ul li a{
  font-size: 14px;
  color: #f3f3f3;
  line-height: 25px; }
.inpro {
  position: relative;
  margin-top: 59px;
  padding-bottom: 54px; }
  .inpro .prev {
    background: url(../image/prev.png) no-repeat center center;
    width: 24px;
    height: 128px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer; }
  .inpro .next {
    background: url(../image/next.png) no-repeat center center;
    width: 24px;
    height: 128px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }

.inpro-lb {
  width: 1112px;
  margin: 0 auto; }
  .inpro-lb .box {
    border-left: 5px solid transparent;
    border-right: 6px solid transparent; }
    .inpro-lb .box a {
      display: block;
      border: 4px solid #f4f0e9;
      position: relative;
      overflow: hidden; }
    .inpro-lb .box > img {
      width: 100%; }
    .inpro-lb .box .mb {
      position: absolute;
      bottom: -76px;
      left: 0;
      right: 0;
      height: 70px;
      padding-top: 6px;
      text-align: center;
      background: url(../image/pbg.png);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .inpro-lb .box .mb span {
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 22px; }
      .inpro-lb .box .mb .seek {
        background: url(../image/seek.png) no-repeat center center;
        width: 20px;
        height: 20px;
        margin: 0 auto;
        margin-top: 3px; }
    .inpro-lb .box:hover .mb {
      bottom: 0; }

.inshow {
  background: #f5f5f5;
  padding-bottom: 62px;
  padding-top: 50px; }
  .inshow .tit {
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 16px;
    background: url(../image/tb.png) no-repeat center bottom;
    margin-bottom: 27px; }
  .inshow .con li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
    .inshow .con li.last {
      margin-right: 0; }

.inabout {
  padding-top: 44px;
  padding-bottom: 55px; }
  .inabout .abimg {
    margin-left: 15px;
    position: relative;
    float: left;
    padding: 16px 40px; }
    .inabout .abimg .tp {
      position: absolute;
      width: 102px;
      height: 87px;
      border-left: 1px solid #d9ceb7;
      border-top: 1px solid #d9ceb7;
      top: 2px;
      left: 2px; }
      .inabout .abimg .tp span {
        display: block;
        position: absolute;
        height: 36px;
        width: 36px;
        border-left: 3px solid #d9ceb7;
        border-top: 3px solid #d9ceb7;
        top: -2px;
        left: -2px; }
    .inabout .abimg .bp {
      bottom: 1px;
      right: 1px;
      position: absolute;
      width: 102px;
      height: 87px;
      border-right: 2px solid #d9ceb7;
      border-bottom: 2px solid #d9ceb7; }
      .inabout .abimg .bp span {
        display: block;
        position: absolute;
        height: 36px;
        width: 36px;
        border-right: 3px solid #d9ceb7;
        border-bottom: 3px solid #d9ceb7;
        bottom: -2px;
        right: -2px; }
  .inabout .text {
    float: right;
    width: 48.3%;
    margin-top: 16px; }

  .inabout .text a{
    color: #666;
  }
    .inabout .text .tit {
      position: relative;
      height: 70px; }
      .inabout .text .tit .en {
        font-size: 63px;
        color: #eeeeee;
        position: absolute;
        z-index: -1;
        font-weight: bold;
        bottom: 0;
        left: 0;
        line-height: 0.9em; }
      .inabout .text .tit p {
        font-size: 20px;
        color: #6f6e6e;
        font-weight: bold;
        padding-top: 40px;
        line-height: 30px; }
    .inabout .text .p {
      font-size: 14px;
      color: #6f6e6e;
      line-height: 25px;
      margin-top: 20px;
      margin-bottom: 30px; }
  .inabout .list li {
    float: left;
    width: 93px;
    margin-right: 51px;
    text-align: center; }
    .inabout .list li .nub {
      background: url(../image/yuan.png) no-repeat center center;
      width: 93px;
      height: 93px;
      line-height: 93px;
      font-size: 18px;
      font-weight: bold;
      color: #6f6e6e; }
      .inabout .list li .nub span {
        font-size: 14px; }
    .inabout .list li p {
      font-size: 14px;
      color: #6f6e6e;
      margin-top: 15px; }

.nymain {
  background: #f5f5f5;
  min-width: 1200px;
  padding-top: 41px; }

.nytab {
  margin-bottom: 28px; }
  .nytab li {
    float: left;
    width: 176px;
    height: 50px;
    background: #c8c8c8;
    border-radius: 5px;
    margin-right: 28px;
    margin-bottom: 12px; }
    .nytab li a {
      line-height: 50px;
      display: block;
      font-size: 16px;
      color: #fefefe;
      background: url(../image/d.png) no-repeat 14px center; }
      .nytab li a span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-left: 35px;
        min-width: 85px;
      
        vertical-align: top; }
    .nytab li.cur {
      background: #b09a6f; }
    .nytab li:hover {
      background: #b09a6f; }
    .nytab li.last {
      margin-right: 0; }

.about {
  padding-top: 18px;
  padding-bottom: 40px; }
  .about .text {
    float: left;
    width: 825px; }
  .about .text1{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #59595c;
  }
    .about .text ._t {
      font-size: 16px;
      padding-bottom: 15px;
      border-bottom: 1px dashed #8d8d8e;
      margin-bottom: 20px;
      color: #8d8d8e;
      font-weight: bold; }
    .about .text .p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 25px;
      color: #59595c; }
  .about .img {
    float: right; }

.nycase {
  padding-bottom: 45px; }

.fy {
  margin-top: 40px;
  text-align: center; }

.nycase-list {
  padding-top: 15px; }

  .nycase-list li {
    float: left;
    width: 371px;
    height: 257px;
    margin-right: 43px;
    margin-bottom: 61px; }

    .nycase-list li.last {
      margin-right: 0; }
    .nycase-list li img {
      width: 100%; }

.nynews {
  padding-bottom: 35px; }
  .nynews .con {
    border-top: 1px dashed #e4e4e4; }

.nynews-list {
  border-top: 1px dashed #e4e4e4;
  padding: 25px 0; }
  .nynews-list li {
    width: 575px; }
    .nynews-list li .li_img {
      float: left;
      width: 148px;
      height: 147px; }
    .nynews-list li .text {
      width: 400px;
      float: left;
      margin-left: 24px; }
      .nynews-list li .text .t a {
        font-size: 16px;
        line-height: 25px;
        color: #3a3a3c;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden; }
        .nynews-list li .text .t a:hover {
          color: #b09a6f; }
      .nynews-list li .text p {
        font-size: 14px;
        line-height: 25px;
        color: #838384;
        margin-top: 12px; }
      .nynews-list li .text .more {
        font-size: 12px;
        color: #b09a6f;
        line-height: 25px; }

.tab_t {
  font-size: 20px;
  color: #383839;
  margin-bottom: 15px; }

.nypro {
  padding-bottom: 45px; }

.nypro-list {
  margin-top: 5px; }
  .nypro-list li {
    float: left;
    width: 275px;
    height: 272px;
    margin-right: 33px;
    margin-bottom: 27px; }
    .nypro-list li.last {
      margin-right: 0; }

.nypro-top {
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  padding-bottom: 62px; }
  .nypro-top .img {
    float: left; }
  .nypro-top .text {
    float: left;
    margin-left: 54px; }

.nypro-top .text {
  font-size: 16px;
  line-height: 35px;
  color: #000;
}
.nypro-top .text p{font-size: 16px;
  line-height: 35px;
  color: #000;}
    .nypro-top .text ul {
      font-size: 16px;
      line-height: 35px;
      color: #000; }

.nypro-bot .tab_box {
  border-bottom: 1px solid #a2874e;
  margin-bottom: 24px; }
  .nypro-bot .tab_box .tab {
    border-left: 56px solid transparent;
    border-right: 56px solid transparent; }
    .nypro-bot .tab_box .tab span {
      float: left;
      width: 122px;
      height: 40px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      background: #a2874e;
      line-height: 40px; }

.nyprobot-text {
  border-left: 56px solid transparent;
  border-right: 66px solid transparent; }
  .nyprobot-text .p {
    font-size: 14px;
    color: #383839;
    line-height: 25px;
    margin-bottom: 24px; }
  .nyprobot-text dl {
    margin-bottom: 24px; }
    .nyprobot-text dl dt {
      font-size: 14px;
      line-height: 25px;
      font-weight: bold;
      color: #383839; }
    .nyprobot-text dl dd {
      font-size: 14px;
      color: #383839;
      line-height: 25px; }


.wei{ position:fixed;top:30%; right:0;}
.wei_box li span{ display:block; font-size:18px; text-align:center; color:red;}