.hide {
  display: none; }

.cfx:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.'; }

.cfx {
  *zoom: 1; }

.nsl {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w {
  width: 1000px;
  margin: 0 auto; }

.ww {
  width: 100%; }

a {
  text-decoration: none; }

body {
  font-family: 'Microsoft Yahei';
  font-size: 14px;
  overflow-x: hidden; }

.headwrap {
  height: 38px;
  background: #fff; }
  .headwrap .head {
    height: 100%; }
    .headwrap .head h1 {
      width: 100px;
      float: left; }
      .headwrap .head h1 a {
        padding-top: 0px;
        display: block;
        text-align: center; }
    .headwrap .head .linkwrap {
      float: right; }
      .headwrap .head .linkwrap a {
        display: inline-block;
        color: #676767;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px; }

.coverwrap {
  height: 721px;
  background-image: url("imgcoverbg_big.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  position: relative;
  z-index: 999; }
  .coverwrap.cover_pass {
    background-image: url("imgcoverbg_all.jpg");
    background-position: center 0;
    background-repeat: no-repeat; }
  .coverwrap .cover .cover-title {
    padding-top: 60px;
    text-align: center; }
  .coverwrap .cover .cover-topic {
    position: relative;
    top: -30px;
    height: 200px; }
    .coverwrap .cover .cover-topic .logo {
      position: absolute; }
    .coverwrap .cover .cover-topic .logo1 {
      left: 250px; }
    .coverwrap .cover .cover-topic .logo2 {
      left: 147px;
      top: 79px; }
    .coverwrap .cover .cover-topic .subtitle {
      right: 60px; }
    .coverwrap .cover .cover-topic .topicwrap {
      width: 704px;
      height: 81px;
      position: absolute;
      left: 280px;
      top: 80px; }
      .coverwrap .cover .cover-topic .topicwrap .topic {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        background: url("imgcover_topic_bg.png") 0 0 no-repeat;
        -webkit-animation: topicbg 0.5s  ease-in-out;
        -o-animation: topicbg 0.5s  ease-in-out;
        animation: topicbg 0.5s  ease-in-out; }
      .coverwrap .cover .cover-topic .topicwrap p {
        text-align: center;
        font-size: 28px;
        color: #fff;
        position: relative;
        z-index: 99;
        line-height: 80px; }

@keyframes topicbg {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
.topic-wrap {
  background-image: url("imgtopic_bg1.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .topic-wrap .topic .topic-title {
    text-align: center; }
    .topic-wrap .topic .topic-title img {
      margin: 50px 0; }
    .topic-wrap .topic .topic-title span {
      color: #fff;
      font-size: 16px;
      display: block;
      margin-bottom: 25px; }
  .topic-wrap .topic .guest {
    padding-top: 20px;
    width: 920px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #fff; }
    .topic-wrap .topic .guest a {
      color: #fff; }
    .topic-wrap .topic .guest .text {
      width: 50px;
      float: left;
      line-height: 30px;
      text-align: right; }
    .topic-wrap .topic .guest .gusetwrap {
      width: 850px;
      float: left;
      margin-left: 10px; }
      .topic-wrap .topic .guest .gusetwrap li {
        float: left;
        width: 260px;
        line-height: 30px;
        margin-right: 30px; }
		.topic-wrap .topic .guest .gusetwrap li b{ font-weight:600; font-size:16px;}
        .topic-wrap .topic .guest .gusetwrap li:nth-child(3n) {
          margin-right: 0; }
  .topic-wrap .topic .guset-head {
    position: relative;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    padding-bottom: 170px;
    background: url("imgtopic_bg2.png") center bottom no-repeat; }
    .topic-wrap .topic .guset-head .topic-title {
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      position: absolute;
      bottom: 18px;
      width: 100%;
      color: #114075; }
    .topic-wrap .topic .guset-head li {
      width: 180px;
      display: inline-block;
      text-align: center;
      margin-bottom: 60px; }
      .topic-wrap .topic .guset-head li p {
        line-height: 26px; }
      .topic-wrap .topic .guset-head li:nth-child(2n) {
        position: relative;
        top: 30px; }
      .topic-wrap .topic .guset-head li .head {
        width: 118px;
        margin: 0 auto;
        position: relative;
        cursor: pointer; }
        .topic-wrap .topic .guset-head li .head:hover .desc {
          display: block; }
        .topic-wrap .topic .guset-head li .head img {
          width: 118px;
          height: 118px;
          border-radius: 50%; }
        .topic-wrap .topic .guset-head li .head .desc {
          display: none;
          position: absolute;
          left: 0;
          top: 0;
          width: 118px;
          height: 118px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.8); }
          .topic-wrap .topic .guset-head li .head .desc a {
            color: #114075;
            display: inline-block;
            width: 100px;
            height: 60px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            position: absolute;
            top: 29px;
            left: 9px;
            overflow: hidden; }

.videolist-wrap {
  background: #f4f2f1;
  padding-bottom: 40px; }
  .videolist-wrap .videotitle {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px; }
  .videolist-wrap .video li {
    width: 340px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    background: url("imgvideolistbg.png") 0 15px no-repeat;
    overflow: hidden;
    float: left;
    margin-left: 123px; }
    .videolist-wrap .video li a {
      color: #000; }

.peoplevideo-wrap {
  padding: 50px 0; }
  .peoplevideo-wrap .left {
    float: left;
    width: 675px;
    height: 437px;
    position: relative; }
    .peoplevideo-wrap .left p {
      width: 100%;
      height: 60px;
      line-height: 60px;
      color: #fff;
      position: absolute;
      bottom: 0;
      text-align: center;
      background: rgba(0, 0, 0, 0.8); }
  .peoplevideo-wrap .right {
    width: 300px;
    float: right; }
    .peoplevideo-wrap .right .pic_txt img {
      float: left; }
    .peoplevideo-wrap .right .pic_txt span {
      display: block;
      float: right;
      width: 165px;
      line-height: 26px; }
    .peoplevideo-wrap .right .pic_txt.up {
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px;
      margin-bottom: 25px; }
    .peoplevideo-wrap .right .list {
      margin-top: 20px; }
      .peoplevideo-wrap .right .list li {
        padding-left: 30px;
        height: 32px;
        line-height: 32px;
        background: url("imgvideolistbg2.png") 0 8px no-repeat; }
        .peoplevideo-wrap .right .list li a {
          color: #000; }
.peoplevideo-wrap .left p a:link,.peoplevideo-wrap .left p a:visited{color:#fff;}
.pics-wrap {
  background: url("imgpicsbg.png") 0 0 repeat;
  padding-bottom: 140px; }
  .pics-wrap .pics-title {
    padding: 60px 0;
    text-align: center; }
  .pics-wrap .swiper-container {
    height: 488px; }
    .pics-wrap .swiper-container .swiper-button-prev, .pics-wrap .swiper-container .swiper-container-rtl, .pics-wrap .swiper-container .swiper-button-next {
      background-image: url("imgarrow_left.png");
      width: 72px;
      height: 139px;
      background-size: 72px 139px; }
    .pics-wrap .swiper-container .swiper-button-prev {
      left: 0; }
    .pics-wrap .swiper-container .swiper-button-next {
      background-image: url("imgarrow_right.png");
      right: 0; }
    .pics-wrap .swiper-container .swiper-wrapper {
      height: 488px; }
      .pics-wrap .swiper-container .swiper-wrapper .swiper-slide p {
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: #fff;
        position: absolute;
        bottom: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.8); }

.show-wrap .show-title {
  padding: 40px 0;
  text-align: center; }
.show-wrap .show {
  text-align: center;
  padding-top: 35px; }
  .show-wrap .show li {
    width: 100px;
    float: left;
    text-align: center;
    margin-bottom: 75px;
    margin-left: 10px; }

.partner-wrap {
  padding-top: 35px;
  background: #f1f6fa; }
  .partner-wrap .left {
    float: left;
    width: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #0161b2;
    line-height: 20px; }
  .partner-wrap .right {
    float: right;
    width: 910px; }
    .partner-wrap .right li {
      cursor: pointer;
      display: inline-block;
      width: 87px;
      margin-bottom: 10px; }
      .partner-wrap .right li img {
        width: 100%; }
      .partner-wrap .right li p {
        text-align: center;
        color: #0161b2;
        line-height: 16px; }
  .partner-wrap .copyright {
    width: 100%;
    text-align: center;
    font-family: 'SimSun';
    color: #0161b2;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 50px; }

.aside {
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: 500px;
  width: 162px;
  color: #2bb4e6;
  text-align: center;
  z-index: 800; }
  .aside .right {
    float: left; }
  .aside .code {
    width: 80px;
    background: #e7e7e7;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px; }
    .aside .code p {
      padding: 0 10px;
      line-height: 19px; }
  .aside .left {
    float: right; }
    .aside .left a {
      width: 80px;
      display: block;
      background: #e7e7e7;
      padding: 17px 2px;
      text-align: center;
      color: #2bb4e6;
      margin-bottom: 2px; }
    .aside .left .left_top {
      height: 54px; }
  .aside .down a {
    display: block;
    background: #e7e7e7;
    padding: 17px 2px;
    text-align: center;
    color: #2bb4e6;
    margin-bottom: 2px; }
  .aside .down .backtotop {
    text-indent: 10px;
    background: #e7e7e7 url("imgbacktotop.png") 45px 16px no-repeat; }

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