body {
  font-size: 16px;
  background: #403f35;
  background-image: url("../img/ziben/bg.jpg");
  background-repeat: repeat-x; }

.clearfix {
  clear: both;
  zoom: 1; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .swiper-slide > a > p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .swiper-slide > a > p > span {
      padding-left: 20px; }

.menu-index {
  width: 100%;
  min-width: 1100px; }

.fixed-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 1100px;
  height: 52px;
  background-image: url("../img/fixed_bg.png");
  z-index: 9999; }
  .fixed-menu .u-logo {
    vertical-align: middle;
    float: left;
    margin-left: 150px;
    margin-top: 15px; }
  .fixed-menu .m-topList {
    overflow: hidden;
    float: left;
    margin-left: 50px; }
    .fixed-menu .m-topList > li {
      float: left;
      height: 52px;
      margin: 0 4px; }
      .fixed-menu .m-topList > li > a {
        height: 48px;
        padding: 0 14px;
        line-height: 48px;
        color: #9095aa;
        font-size: 14px;
        display: block;
        color: #fff;
        text-decoration: none; }
        .fixed-menu .m-topList > li > a:hover {
          border-bottom: 4px solid #f4b65b;
          color: #fff;
          font-weight: bold; }
        .fixed-menu .m-topList > li > a[href='#quanwei'] {
          display: none; }
      .fixed-menu .m-topList > li.active > a {
        border-bottom: 4px solid #f4b65b;
        color: #fff;
        font-weight: bold; }

.header {
  width: 100%;
  height: 764px;
  background: url(../img/header_ziben.png) no-repeat center;
  min-width: 1100px;
  margin-bottom: 130px;
  position: relative;
  border-bottom: 5px solid #f4b65b; }
  .header .part-menu {
    width: 1100px;
    margin: 0 auto;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0; }
    .header .part-menu .part-list > li {
      float: left;
      width: 165px;
      height: 42px;
      line-height: 42px;
      text-align: center;
      background: #85816e;
      background-repeat: no-repeat;
      margin-left: 10px;
      border-radius: 2px; }
      .header .part-menu .part-list > li:hover {
        background: #f4b65b;
        font-weight: bold; }
      .header .part-menu .part-list > li > a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 14px; }
      .header .part-menu .part-list > li.active {
        background: #f4b65b;
        font-weight: bold; }

.label {
  text-align: center;
  margin: 40px auto; }

.kaipian {
  width: 1042px;
  margin: 0 auto 80px;
  padding: 20px 0 10px; }
  .kaipian .content {
    width: 1042px;
    height: 350px;
    background: #85816e;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-top: 10px solid #f4b65b;
    margin: 0 auto; }
    .kaipian .content .c-left {
      width: 542px; }
      .kaipian .content .c-left .inner-label {
        margin-top: 20px; }
      .kaipian .content .c-left .intro-box {
        height: 250px;
        overflow-y: auto; }
        .kaipian .content .c-left .intro-box::-webkit-scrollbar {
          width: 10px;
          height: 10px;
          background-color: #e3e3e3; }
        .kaipian .content .c-left .intro-box::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 10px #e3e3e3;
          border-radius: 10px;
          background-color: #e3e3e3;
          border: 1px solid #8c8c8c; }
        .kaipian .content .c-left .intro-box::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 10px #c8c4c1;
          background-color: #e3e3e3; }
        .kaipian .content .c-left .intro-box > p {
          color: #5d5d5d;
          text-indent: 32px;
          text-align: justify;
          padding-right: 30px;
          color: #fff;
          line-height: 2; }
          .kaipian .content .c-left .intro-box > p:first-child {
            padding-top: 20px; }
          .kaipian .content .c-left .intro-box > p:last-child {
            padding-bottom: 30px; }
    .kaipian .content .c-right {
      width: 500px;
      position: relative; }
      .kaipian .content .c-right > .intro {
        width: 461px;
        height: 341px;
        position: absolute;
        right: 20px;
        top: -72px; }
        .kaipian .content .c-right > .intro > img {
          width: 100%; }

.zhuluntan {
  width: 1100px;
  margin: 0 auto; }
  .zhuluntan .content {
    width: 1100px;
    height: 358px;
    background: url("../img/main_bg.png");
    background-repeat: no-repeat;
    border-radius: 4px; }
    .zhuluntan .content > h2 {
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 80px 0 60px; }
    .zhuluntan .content > p {
      padding: 0 150px 0 150px;
      color: #c2daff;
      line-height: 1.5;
      text-align: justify; }

.jiabing {
  width: 1042px;
  margin: 0 auto; }
  .jiabing .content .m-guestList {
    overflow: hidden;
    width: 100%;
    height: 690px; }
    .jiabing .content .m-guestList::-webkit-scrollbar {
      width: 10px;
      height: 10px;
      background-color: #e3e3e3; }
    .jiabing .content .m-guestList::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 10px #e3e3e3;
      border-radius: 10px;
      background-color: #e3e3e3;
      border: 1px solid #8c8c8c; }
    .jiabing .content .m-guestList::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 10px #c8c4c1;
      background-color: #e3e3e3; }
    .jiabing .content .m-guestList > li {
      width: 200px;
      height: 200px;
      overflow: hidden;
      position: relative;
      float: left;
      margin-left: 7px;
      margin-bottom: 20px; }
      .jiabing .content .m-guestList > li:nth-child(5n + 1) {
        margin-left: 0; }
      .jiabing .content .m-guestList > li > img {
        max-width: 100%; }
  .jiabing .content .u-showMore {
    position: absolute;
    left: 10px;
    top: 10px; }
  .jiabing .content .u-guestName {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 180px;
    height: 70px;
    background: rgba(0, 0, 0, 0.48);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }
    .jiabing .content .u-guestName > b {
      color: #fff;
      font-size: 20px;
      margin-bottom: 5px;
      display: block; }
    .jiabing .content .u-guestName > p {
      color: #f3f8fc;
      font-size: 10px;
      line-height: 1.2;
      font-weight: lighter; }

.m-layer {
  /*width: 760px;
  height: 407px;*/
  background: #fff;
  padding: 20px 15px;
  overflow: hidden;
  border-radius: 4px; }

.u-guestImg {
  float: left;
  width: 200px; }

.u-headImg {
  display: block;
  width: 200px;
  height: 200px;
  margin-bottom: 10px; }

.u-guestImg b {
  font-size: 20px;
  color: #010101;
  display: block;
  margin-bottom: 6px; }

.u-guestJob {
  color: #010101;
  font-size: 14px; }

.u-guestIntr {
  width: 490px;
  /*height: 360px;*/
  float: left;
  margin-left: 40px; }

.u-guestIntroduction {
  line-height: 1.5;
  text-align: justify; }

.u-guestTitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
  display: block; }

.agenda {
  width: 1042px;
  margin: 0 auto; }
  .agenda .agenda-label {
    width: 1042px;
    background-image: url("../img/ziben/agenda_bg1.png");
    background-repeat: repeat-y;
    text-align: center;
    margin: 0 auto; }
    .agenda .agenda-label .inner-img {
      width: 962px;
      margin: 0 auto;
      padding: 30px 0 20px 0;
      border-bottom: 1px solid #f4b65b; }
  .agenda .title-box {
    width: 1042px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-image: url("../img/ziben/agenda_bg1.png");
    background-repeat: repeat-y;
    position: relative; }
    .agenda .title-box > img {
      position: absolute;
      right: 40px;
      top: 24px; }
  .agenda .agenda-list .blank {
    margin-right: 5px; }
  .agenda .agenda-list .inner-box {
    width: 1042px;
    margin: 0 auto;
    background-image: url("../img/ziben/agenda_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 150px; }
  .agenda .agenda-list .table {
    background-image: url("../img/ziben/agenda_bg1.png");
    background-repeat: no-repeat;
    background-position: center top;
    border-collapse: collapse !important; }
  .agenda .agenda-list .table {
    width: 1042px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px; }
  .agenda .agenda-list .table > thead > tr > th,
  .agenda .agenda-list .table > tbody > tr > th,
  .agenda .agenda-list .table > tfoot > tr > th,
  .agenda .agenda-list .table > thead > tr > td,
  .agenda .agenda-list .table > tbody > tr > td,
  .agenda .agenda-list .table > tfoot > tr > td {
    padding: 20px;
    line-height: 1.42857143;
    vertical-align: top; }
  .agenda .agenda-list .table > thead > tr > th {
    vertical-align: bottom; }
  .agenda .agenda-list .table > caption + thead > tr:first-child > th,
  .agenda .agenda-list .table > colgroup + thead > tr:first-child > th,
  .agenda .agenda-list .table > thead:first-child > tr:first-child > th,
  .agenda .agenda-list .table > caption + thead > tr:first-child > td,
  .agenda .agenda-list .table > colgroup + thead > tr:first-child > td,
  .agenda .agenda-list .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .agenda .agenda-list .table .table {
    background-color: #fff; }
  .agenda .agenda-list .table-condensed > thead > tr > th,
  .agenda .agenda-list .table-condensed > tbody > tr > th,
  .agenda .agenda-list .table-condensed > tfoot > tr > th,
  .agenda .agenda-list .table-condensed > thead > tr > td,
  .agenda .agenda-list .table-condensed > tbody > tr > td,
  .agenda .agenda-list .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .agenda .agenda-list .table-bordered > tbody > tr > td:first-child {
    font-weight: bold; }

.news {
  width: 1042px;
  margin: 0 auto; }
  .news .content .swiper-container {
    width: 1042px;
    height: 417px; }
    .news .content .swiper-container .swiper-wrapper {
      width: 1042px; }
      .news .content .swiper-container .swiper-wrapper .swiper-slide {
        width: 1042px; }
        .news .content .swiper-container .swiper-wrapper .swiper-slide > a {
          display: block;
          width: 1042px;
          height: 417px;
          background-position: center;
          background-size: cover; }
        .news .content .swiper-container .swiper-wrapper .swiper-slide img {
          display: block;
          width: 100%; }
        .news .content .swiper-container .swiper-wrapper .swiper-slide > .title {
          position: absolute;
          width: 100%;
          height: 110px;
          bottom: 0;
          left: 0;
          background-image: url("../img/base_text.png");
          background-size: 100% 110px; }
          .news .content .swiper-container .swiper-wrapper .swiper-slide > .title p {
            padding-left: 20px;
            line-height: 170px;
            color: #fff;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
  .news .content .news-list .news-item {
    margin: 30px 0; }
    .news .content .news-list .news-item > a .news-img {
      float: left;
      width: 150px;
      height: 113px; }
      .news .content .news-list .news-item > a .news-img > img {
        width: 150px;
        height: 113px; }
    .news .content .news-list .news-item > a .news-desc {
      float: left;
      background: #e9ebf7;
      margin-left: 10px;
      width: 882px;
      height: 113px; }
      .news .content .news-list .news-item > a .news-desc > h2 {
        padding: 20px 0 10px 20px;
        font-size: 18px;
        color: #191f38; }
      .news .content .news-list .news-item > a .news-desc > p {
        padding: 0 0 10px 20px;
        color: #2b2937;
        font-size: 12px;
        line-height: 1.7;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
  .news .content .more {
    display: block;
    width: 600px;
    height: 60px;
    margin: 80px auto;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fefefe;
    background: #f4b65b;
    text-decoration: none; }
    .news .content .more:hover {
      background-color: #ffca7c; }

.shushuo {
  width: 1100px;
  margin: 0 auto; }
  .shushuo .content .u-dataList {
    overflow: hidden;
    padding: 80px 0 50px;
    background-image: url("../img/shushuo_bg.png");
    background-repeat: no-repeat; }
  .shushuo .content .u-dataList li {
    float: left;
    width: 220px;
    text-align: center;
    color: #fff;
    margin-bottom: 80px; }
  .shushuo .content .u-number {
    font-size: 36px;
    margin-bottom: 15px;
    position: relative; }
  .shushuo .content .u-listName {
    font-size: 14px; }
  .shushuo .content .u-dataImg {
    height: 36px;
    margin-bottom: 32px; }

.quanwei {
  width: 1100px;
  margin: 0 auto; }
  .quanwei .content .swiper-container {
    width: 1100px;
    height: 417px; }
    .quanwei .content .swiper-container .swiper-wrapper {
      width: 1100px; }
      .quanwei .content .swiper-container .swiper-wrapper .swiper-slide {
        width: 1100px; }
        .quanwei .content .swiper-container .swiper-wrapper .swiper-slide img {
          display: block;
          width: 100%; }
        .quanwei .content .swiper-container .swiper-wrapper .swiper-slide > .title {
          position: absolute;
          width: 100%;
          height: 110px;
          bottom: 0;
          left: 0;
          background-image: url("../img/base_text.png");
          background-size: 100% 110px; }
          .quanwei .content .swiper-container .swiper-wrapper .swiper-slide > .title p {
            padding-left: 20px;
            line-height: 170px;
            color: #fff;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
  .quanwei .content .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0; }
  .quanwei .content .gallery-thumbs .swiper-slide {
    width: 211px;
    height: 118px;
    opacity: 0.4; }
    .quanwei .content .gallery-thumbs .swiper-slide > img {
      width: 211px;
      height: 118px; }
  .quanwei .content .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1; }

.review {
  width: 1042px;
  margin: 0 auto; }
  .review .review-2018 {
    width: 1042px;
    height: 363px;
    margin: 10px auto; }
    .review .review-2018 > a {
      display: block;
      width: 1042px;
      height: 363px;
      border-radius: 4px; }
      .review .review-2018 > a > img {
        display: block;
        border-radius: 4px; }
  .review .review-list > li {
    float: left;
    width: 516px;
    height: 189px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    border-radius: 4px; }
    .review .review-list > li > img {
      display: block;
      width: 516px; }
    .review .review-list > li:nth-child(even) {
      margin-right: 0; }

.zuzhi {
  width: 1042px;
  margin: 40px auto 0; }
  .zuzhi .content {
    width: 1042px; }
    .zuzhi .content > img {
      width: 1042px; }

.vote {
  width: 1042px;
  margin: 0 auto; }
  .vote .vote-list {
    margin: 40px 0; }
    .vote .vote-list > li {
      float: left;
      width: 515px;
      height: 181px;
      margin: 0 10px 10px 0; }
      .vote .vote-list > li a {
        display: block; }
        .vote .vote-list > li a img {
          display: block;
          border-radius: 8px; }
      .vote .vote-list > li:nth-child(even) {
        margin-right: 0; }

.address {
  width: 1042px;
  margin: 20px auto; }
  .address .address-box {
    width: 1042px;
    height: 544px; }
  .address .title-bar {
    width: 1042px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-color: #f4b65b; }

.operation {
  width: 1100px;
  margin: 60px auto; }
  .operation .content .operation-list > li {
    float: left;
    padding: 30px 20px 10px;
    width: 296px;
    height: 62px;
    margin: 0 10px 10px 0;
    background-color: #5458db;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff; }
    .operation .content .operation-list > li:nth-child(3n) {
      margin-right: 0; }
    .operation .content .operation-list > li .title {
      text-align: center; }
    .operation .content .operation-list > li .info .info-l,
    .operation .content .operation-list > li .info .info-r {
      margin-top: 20px;
      float: left;
      width: 50%;
      font-size: 12px; }
      .operation .content .operation-list > li .info .info-l > img,
      .operation .content .operation-list > li .info .info-r > img {
        vertical-align: middle; }
    .operation .content .operation-list > li .info .info-r {
      text-align: right; }
  .operation .content .operation-list.operation-gongmu {
    width: 780px;
    height: 104px;
    margin: 0 auto; }
    .operation .content .operation-list.operation-gongmu > li {
      margin-right: 40px; }

.yingxiang {
  width: 1100px;
  margin: 0 auto; }
  .yingxiang .content {
    width: 1100px;
    min-height: 600px;
    text-align: center; }
    .yingxiang .content .video {
      width: 1100px;
      height: 620px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 10px; }
    .yingxiang .content .video-list {
      width: 950px;
      margin: 20px auto 10px; }
      .yingxiang .content .video-list > li {
        width: 277px;
        height: 180px;
        float: left;
        margin-right: 30px; }
        .yingxiang .content .video-list > li > img {
          display: block;
          width: 277px;
          height: 147px;
          border: 1px solid #fff;
          border-radius: 4px; }
        .yingxiang .content .video-list > li > p {
          margin: 10px 0;
          color: #fff; }

.register-now {
  width: 141px;
  height: 141px;
  display: block;
  z-index: 999;
  position: fixed;
  left: 1521px;
  bottom: 160px; }

.contact-us {
  width: 141px;
  height: 141px;
  display: block;
  z-index: 999;
  position: fixed;
  left: 1521px;
  bottom: 10px; }

.meiti {
  width: 1100px;
  margin: 40px auto; }
  .meiti .content {
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 20px 0; }

#quanwei {
  display: none; }

.footer {
  width: 100%;
  height: 340px;
  min-width: 1100px;
  margin: 0 auto;
  padding: 130px 0;
  background-image: url("../img/ziben/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom; }
  .footer .footer-box {
    width: 1037px;
    height: 190px;
    margin: 0 auto; }
    .footer .footer-box > img {
      width: 100%;
      display: block; }

.data-bar {
  width: 1100px;
  height: 88px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .data-bar .icon-close {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("../img/bottom_close.png");
    position: absolute;
    right: 33px;
    top: 31px; }
  .data-bar > img {
    width: 100%; }

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