body {
  font-size: 16px;
  background: #052591; }

.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;
  width: 1100px;
  height: 52px;
  left: 50%;
  margin-left: -550px;
  top: 0;
  background: url("../img/fixed_bg.png");
  z-index: 9999;
  border-radius: 4px; }
  .fixed-menu .u-logo {
    vertical-align: middle;
    float: left;
    margin-left: 20px;
    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;
        border-radius: 4px;
        color: #c2daff;
        text-decoration: none; }
        .fixed-menu .m-topList > li > a:hover {
          background: #4258ff;
          color: #fff;
          font-weight: bold; }
        .fixed-menu .m-topList > li > a[href='#quanwei'] {
          display: none; }
      .fixed-menu .m-topList > li.active > a {
        background: #4258ff;
        color: #fff;
        font-weight: bold; }

.header {
  width: 100%;
  height: 764px;
  background: url(../img/header.png) no-repeat center;
  min-width: 1100px;
  position: relative; }
  .header.gongmu-header {
    background: url(../img/header_gongmu.png) no-repeat center; }
  .header.shuzi-header {
    background: url(../img/header_shuzi.png) no-repeat center; }
  .header.weilai-header {
    background: url(../img/header_weilai.png) no-repeat center; }
  .header .part-menu {
    width: 720px;
    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: url("../img/part_bg.png");
      background-repeat: no-repeat;
      margin-left: 10px;
      border-radius: 2px; }
      .header .part-menu .part-list > li > a {
        color: #c2daff;
        text-decoration: none; }
      .header .part-menu .part-list > li.active {
        background: none;
        background: #4258ff;
        border: 1px solid #fff;
        color: #fff;
        font-weight: bold;
        width: 163px;
        height: 40px; }

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

.kaipian {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 10px; }
  .kaipian .content {
    width: 1100px;
    height: 352px;
    border-radius: 4px;
    border-bottom: 4px solid #18192d;
    background: #e7e9f4; }
    .kaipian .content .c-left {
      float: left;
      width: 553px; }
      .kaipian .content .c-left > h2 {
        font-size: 24px;
        font-weight: bold;
        color: #202270;
        padding: 30px 0 20px 50px; }
      .kaipian .content .c-left > p {
        text-align: justify;
        padding: 20px 30px 30px 50px;
        color: #191f38;
        line-height: 1.5; }
    .kaipian .content .c-right {
      float: right;
      width: 547px; }
      .kaipian .content .c-right > img {
        width: 100%;
        height: 352px; }

.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: 1100px;
  margin: 0 auto; }
  .jiabing .content .m-guestList {
    overflow: hidden;
    width: 100%; }
    .jiabing .content .m-guestList > li {
      width: 200px;
      height: 200px;
      overflow: hidden;
      position: relative;
      float: left;
      margin-right: 20px;
      margin-bottom: 30px; }
      .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: 1100px;
  margin: 0 auto; }
  .agenda .title-box {
    width: 1060px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #2837b1;
    position: relative; }
    .agenda .title-box > img {
      position: absolute;
      right: 40px;
      top: 24px; }
  .agenda #agenda-list .blank {
    margin-right: 5px; }
  .agenda #agenda-list .table {
    border-collapse: collapse !important; }
  .agenda #agenda-list .table {
    width: 1060px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff; }
  .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:first-child > td {
    background-color: #fff;
    color: #00228a;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
  .agenda #agenda-list .table-bordered > tbody > tr:nth-child(even) {
    background-color: #0e217d; }
    .agenda #agenda-list .table-bordered > tbody > tr:nth-child(even) > td:first-child {
      border-right: 4px solid #15278b; }
  .agenda #agenda-list .table-bordered > tbody > tr:nth-child(odd) {
    background-color: #15278b; }
    .agenda #agenda-list .table-bordered > tbody > tr:nth-child(odd) > td:first-child {
      border-right: 4px solid #0e217d; }

.news {
  width: 1100px;
  margin: 0 auto; }
  .news .content .swiper-container {
    width: 1100px;
    height: 417px; }
    .news .content .swiper-container .swiper-wrapper {
      width: 1100px; }
      .news .content .swiper-container .swiper-wrapper .swiper-slide {
        width: 1100px; }
        .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: 940px;
      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.25;
        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;
    border: 1px solid #fefefe;
    color: #fefefe;
    background: #4050c0; }

.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: 1100px;
  margin: 0 auto; }
  .review .review-list > li {
    float: left;
    width: 542px;
    height: 189px;
    margin: 0 10px 10px 0; }
    .review .review-list > li:nth-child(even) {
      margin-right: 0; }

.zuzhi {
  width: 1100px;
  margin: 0 auto; }
  .zuzhi .content > img {
    width: 100%; }

.vote {
  width: 1100px;
  margin: 0 auto; }
  .vote .vote-list {
    margin: 40px 0; }
    .vote .vote-list > li {
      float: left;
      width: 542px;
      height: 152px;
      margin: 0 10px 10px 0; }
      .vote .vote-list > li:nth-child(even) {
        margin-right: 0; }

.address {
  width: 1100px;
  margin: 20px auto; }
  .address .address-box {
    width: 1100px;
    height: 544px; }
  .address .title-bar {
    width: 1100px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-color: #5458db;
    border-top: 1px solid #fff; }

.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; }
#yingxiang {
  display: none;
}
/*# sourceMappingURL=index.css.map */
