@charset "UTF-8";


/*html5*/
article, aside, footer, header, section, footer, nav, figure {
  display: block;
  margin: 0 auto; }

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }


.fl {
  float: left; }

.fr {
  float: right; }

.tc {
  text-align: center; }

.ml35 {
  margin-left: 35px; }

.mb25 {
  margin-bottom: 23px; }

/*减去2像素边线*/
.w1000 {
  width: 1000px;
  margin: 0 auto; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }

/*自定义颜色*/
body {
  background: #fff;
  overflow-x: hidden; }

/*封面*/
.fm {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: url(../images/fm.jpg) no-repeat;
  background-size: cover; }

/*要闻区*/
.main {
  width: 1200px;
  margin: 0 auto; }
  .main .topLine {
    width: 100%;
    height: 165px; }
    .main .topLine h1 {
      text-align: center;
      color: #cc0000;
      font-size: 60px; }
      .main .topLine h1 a {
        color: #cc0000; }
    .main .topLine p {
      text-align: center;
      font-size: 18px; }
      .main .topLine p a {
        margin: 0 10px;
        color: #cc0000; }
  .main .mainContent {
    width: 100%;
    position: relative; }
    .main .mainContent .mainLeft {
      float: left;
      width: 570px;
      /*两会视频直播*/ }
      .main .mainContent .mainLeft .mainFocus {
        width: 570px;
        height: 357px;
        position: relative;
        margin-bottom: 25px; }
        .main .mainContent .mainLeft .mainFocus ul li {
          position: absolute;
          line-height: 160%; }
          .main .mainContent .mainLeft .mainFocus ul li img {
            display: block; }
          .main .mainContent .mainLeft .mainFocus ul li span {
            display: block;
            text-align: left;
            font-size: 18px;
            position: absolute;
            width: 100%;
            height: 40px;
            bottom: 0px;
            background: url(../images/img_bg.png) no-repeat;
            color: #fff;
            text-indent: 2em;
            padding-top: 100px; }
            .main .mainContent .mainLeft .mainFocus ul li span a {
              color: #fff; }
        .main .mainContent .mainLeft .mainFocus ol {
          position: absolute;
          top: 320px;
          right: 10px; }
          .main .mainContent .mainLeft .mainFocus ol li {
            background: url(../images/icon01.png) no-repeat;
            float: left;
            text-align: center;
            height: 10px;
            width: 10px;
            cursor: pointer;
            padding: 0 5px;
            text-indent: -9999px; }
          .main .mainContent .mainLeft .mainFocus ol li.active {
            background: url(../images/icon02.png) no-repeat;
            display: block; }
      .main .mainContent .mainLeft .mainTv {
        width: 100%;
        height: 405px; }
        .main .mainContent .mainLeft .mainTv .mainTvContent {
          display: none; }
        .main .mainContent .mainLeft .mainTv .mainTvTools {
          width: 100%;
          height: 80px;
          background: #cc0000;
          overflow: hidden;
          position: relative; }
          .main .mainContent .mainLeft .mainTv .mainTvTools .tvLeft {
            display: inline-block;
            width: 29px;
            height: 29px;
            position: absolute;
            left: 228px;
            top: 28px;
            cursor: pointer;
            background: url(../images/tv_left.png) no-repeat; }
          .main .mainContent .mainLeft .mainTv .mainTvTools .tvRight {
            display: inline-block;
            width: 29px;
            height: 29px;
            position: absolute;
            right: 15px;
            top: 28px;
            cursor: pointer;
            background: url(../images/tv_right.png) no-repeat; }
          .main .mainContent .mainLeft .mainTv .mainTvTools .mainTvList {
            position: absolute;
            left: 274px;
            top: 15px;
            width: 250px;
            height: 50px;
            overflow: hidden;
            font-size: 18px;
            color: #ff9999; }
            .main .mainContent .mainLeft .mainTv .mainTvTools .mainTvList div.swiper-slide {
              font-size: 18px;
              width: 50px;
              height: 50px;
              line-height: 50px;
              text-align: center;
              cursor: pointer; }
            .main .mainContent .mainLeft .mainTv .mainTvTools .mainTvList div.active {
              font-size: 24px;
              color: #fff; }
      .main .mainContent .mainLeft .mainXian {
        margin-top: 23px;
        width: 100%;
        height: 105px;
        position: relative;
        background: #3e80c3; }
        .main .mainContent .mainLeft .mainXian .mainXianContent {
          width: 445px;
          height: 105px;
          position: absolute;
          right: 0px;
          top: 0px;
          overflow: hidden; }
          .main .mainContent .mainLeft .mainXian .mainXianContent .swiper-slide {
            height: 105px; }
            .main .mainContent .mainLeft .mainXian .mainXianContent .swiper-slide h4 {
              font-size: 16px;
              color: #fff;
              padding: 10px 0 8px 0; }
            .main .mainContent .mainLeft .mainXian .mainXianContent .swiper-slide p {
              font-size: 16px;
              color: #fff; }
    .main .mainContent .mainRight {
      float: right;
      width: 585px; }
      .main .mainContent .mainRight h2 {
        font-size: 36px;
        line-height: 100%;
        padding-bottom: 20px; }
      .main .mainContent .mainRight ul {
        margin-bottom: 23px; }
        .main .mainContent .mainRight ul li {
          font-size: 18px;
          padding: 6px 0 5px 0; }
      .main .mainContent .mainRight .mainCenter {
        width: 100%;
        height: 142px;
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        position: relative;
        padding-top: 20px; }
        .main .mainContent .mainRight .mainCenter b {
          font-size: 30px;
          color: #cc0000;
          margin-bottom: 5px; }
        .main .mainContent .mainRight .mainCenter .erweima {
          position: absolute;
          right: 0px;
          top: 10px;
          height: 125px;
          padding-top: 15px;
          border-left: 1px solid #dddddd;
          text-align: center;
          font-size: 14px;
          width: 155px;
          text-align: center; }
          .main .mainContent .mainRight .mainCenter .erweima img {
            margin-bottom: 5px; }
      .main .mainContent .mainRight .mainShao {
        margin-top: 23px;
        width: 100%;
        height: 105px;
        position: relative;
        background: #d94c4c; }
        .main .mainContent .mainRight .mainShao .mainShaoContent {
          width: 445px;
          height: 105px;
          position: absolute;
          right: 0px;
          top: 0px;
          overflow: hidden; }
          .main .mainContent .mainRight .mainShao .mainShaoContent .swiper-slide {
            height: 105px; }
            .main .mainContent .mainRight .mainShao .mainShaoContent .swiper-slide h4 {
              font-size: 16px;
              color: #fff;
              padding: 10px 0 8px 0; }
            .main .mainContent .mainRight .mainShao .mainShaoContent .swiper-slide p {
              font-size: 16px;
              color: #fff; }

/*导航*/
.navContent {
  width: 100%;
  height: 100px;
  background: #ce140f; }

nav {
  width: 100%;
  height: 90px;
  background: #ce140f;
  padding-top: 10px; }
  nav .w1200 {
    position: relative; }
  nav .lhLogo {
    display: inline-block;
    width: 253px;
    height: 81px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/lh_logo.png) no-repeat; }
  nav ul {
    display: block;
    position: absolute;
    left: 255px;
    top: 15px; }
    nav ul li {
      float: left;
      padding: 0 15px;
      background: url(../images/nav_line.gif) no-repeat right;
      cursor: pointer; }
      nav ul li img {
        float: left; }
      nav ul li .navList {
        width: 195px;
        display: none;
        overflow: hidden;
        float: left;
        padding-top: 5px; }
        nav ul li .navList p {
          color: #fff;
          line-height: 170%; }
          nav ul li .navList p a {
            display: inline-block;
            width: 85px;
            color: #fff;
            padding-left: 10px;
            font-size: 14px; }

/*展示*/
.showContent {
  width: 100%;
  max-width: 1920px;
  height: 950px;
  margin: 0 auto;
  position: relative; }
  .showContent .showFocus {
    width: 1155px;
    height: 950px;
    position: absolute;
    top: 0px;
    left: 0px; }
    .showContent .showFocus ul li {
      position: absolute;
      line-height: 160%;
      width: 100%; }
      .showContent .showFocus ul li img {
        display: block;
        width: 1155px;
        height: 950px; }
      .showContent .showFocus ul li span {
        display: block;
        text-align: left;
        font-size: 1.5rem;
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        background: url(../images/img_bg.png) repeat-x;
        color: #fff;
        text-indent: 2em;
        padding-top: 70px; }
        .showContent .showFocus ul li span a {
          color: #fff; }
    .showContent .showFocus ol {
      position: absolute;
      top: 900px;
      left: 1000px; }
      .showContent .showFocus ol li {
        background: url(../images/icon01.png) no-repeat;
        float: left;
        text-align: center;
        height: 10px;
        width: 10px;
        cursor: pointer;
        padding: 0 5px;
        text-indent: -9999px; }
      .showContent .showFocus ol li.active {
        background: url(../images/icon02.png) no-repeat;
        display: block; }
  .showContent .showBig {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 766px;
    height: 582px; }
    .showContent .showBig img {
      width: 100%;
      height: 100%; }
  .showContent .showSmall {
    width: 469px;
    height: 365px;
    position: absolute;
    bottom: 0px;
    left: 1155px; }
    .showContent .showSmall img {
      width: 100%;
      height: 100%; }
  .showContent .showSmall1 {
    width: 294px;
    height: 365px;
    position: absolute;
    bottom: 0px;
    right: 0px; }
    .showContent .showSmall1 img {
      width: 100%;
      height: 100%; }

/*日历*/
.calendar {
  width: 100%;
  height: 220px;
  background: #e9edf8;
  padding-top: 40px; }
  .calendar .calendarBox {
    width: 1200px;
    margin: 0 auto;
    height: 200px;
    position: relative;
    overflow: hidden; }
    .calendar .calendarBox .swiper-slide {
      width: 1200px;
      margin: 0 auto;
      height: 200px;
      position: relative; }
      .calendar .calendarBox .swiper-slide .calTime {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 155px;
        text-align: left;
        padding-left: 40px; }
        .calendar .calendarBox .swiper-slide .calTime b {
          display: inline-block;
          margin-top: 10px; }
      .calendar .calendarBox .swiper-slide .calNews {
        width: 590px;
        height: 175px;
        position: absolute;
        left: 205px;
        top: 0px; }
        .calendar .calendarBox .swiper-slide .calNews img {
          float: left;
          margin-right: 35px; }
        .calendar .calendarBox .swiper-slide .calNews h3 {
          font-size: 24px;
          color: #990000;
          line-height: 150%; }
          .calendar .calendarBox .swiper-slide .calNews h3 a {
            color: #990000; }
        .calendar .calendarBox .swiper-slide .calNews p {
          font-size: 16px;
          line-height: 180%; }
          .calendar .calendarBox .swiper-slide .calNews p a {
            color: #990000; }
          .calendar .calendarBox .swiper-slide .calNews p img {
            float: none;
            margin: 10px 0 0 0; }
      .calendar .calendarBox .swiper-slide .CalList {
        width: 360px;
        position: absolute;
        right: 0px;
        top: 0px; }
        .calendar .calendarBox .swiper-slide .CalList div {
          height: 80px;
          border-bottom: 1px solid #e6e7eb;
          position: relative;
          padding-top: 20px; }
          .calendar .calendarBox .swiper-slide .CalList div b {
            display: inline-block;
            width: 110px;
            height: 55px;
            background: #c83434;
            font-size: 30px;
            text-align: center;
            color: #fff;
            line-height: 55px;
            font-weight: normal;
            float: left; }
          .calendar .calendarBox .swiper-slide .CalList div ul {
            display: inline-block;
            float: right;
            width: 238px; }
            .calendar .calendarBox .swiper-slide .CalList div ul li {
              color: #333;
              width: 238px;
              font-size: 16px;
              padding-bottom: 5px; }
              .calendar .calendarBox .swiper-slide .CalList div ul li a {
                color: #333; }
        .calendar .calendarBox .swiper-slide .CalList div:nth-child(2) {
          border: none; }
  .calendar .calTab {
    width: 1200px;
    height: 18px;
    margin: 0 auto;
    text-align: center; }
    .calendar .calTab span {
      display: inline-block;
      background: #afbedc;
      line-height: 18px;
      height: 18px;
      text-align: center;
      color: #fff;
      cursor: pointer;
      padding: 0 10px;
      margin: 0 5px; }
    .calendar .calTab span.active {
      background: #b61814; }

/*高谈客论*/
.discuss {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .discuss h3 {
    width: 100%;
    height: 100px;
    margin: 30px auto 0 auto;
    margin-bottom: 30px;
    background: url(../images/kelun_title.png) no-repeat top center; }
  .discuss .disussLeft {
    display: inline-block;
    width: 54px;
    height: 53px;
    position: absolute;
    left: -25px;
    top: 300px;
    cursor: pointer;
    background: url(../images/left_big.png) no-repeat; }
  .discuss .disussRight {
    display: inline-block;
    width: 54px;
    height: 53px;
    position: absolute;
    right: -25px;
    top: 300px;
    cursor: pointer;
    background: url(../images/right_big.png) no-repeat; }
  .discuss .discussBox {
    width: 1200px;
    height: 490px;
    overflow: hidden;
    position: relative; }
    .discuss .discussBox .swiper-slide {
      width: 300px;
      height: 490px;
      overflow: hidden;
      position: relative; }
      .discuss .discussBox .swiper-slide .discussBg {
        width: 300px;
        height: 490px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10; }
      .discuss .discussBox .swiper-slide .discussPeople {
        width: 300px;
        height: 490px;
        position: absolute;
        top: 82px;
        left: 0px;
        z-index: 11; }
      .discuss .discussBox .swiper-slide .discussPeopleBg {
        width: 300px;
        height: 178px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 11; }
      .discuss .discussBox .swiper-slide .discussText {
        width: 260px;
        padding: 0 30px;
        position: absolute;
        z-index: 12;
        bottom: 30px;
        left: 0px;
        color: #fff; }
        .discuss .discussBox .swiper-slide .discussText h4 {
          font-size: 36px;
          font-weight: bold;
          line-height: 120%; }
        .discuss .discussBox .swiper-slide .discussText h5 {
          font-size: 20px;
          margin-bottom: 15px; }
        .discuss .discussBox .swiper-slide .discussText p {
          font-size: 14px; }

/*特别策划*/
.plan {
  width: 1200px;
  margin: 0 auto 20px auto; }
  .plan h3 {
    width: 100%;
    height: 100px;
    margin: 30px auto 0 auto;
    margin-bottom: 30px;
    background: url(../images/cehua_title.png) no-repeat top center; }
  .plan .planBox {
    width: 1200px;
    margin: 0 auto; }
    .plan .planBox ul li {
      float: left;
      padding: 0 10px; }

/*视频专区*/
.videoBox {
  width: 100%;
  height: 820px;
  background: url(../images/video_bg.jpg) repeat-x; }
  .videoBox .videoContent {
    width: 1200px;
    height: auto;
    position: relative;
    padding-top: 161px; }
    .videoBox .videoContent span.videoLeftButton {
      display: inline-block;
      width: 54px;
      height: 53px;
      position: absolute;
      left: 0px;
      top: 450px;
      cursor: pointer;
      background: url(../images/left_big.png) no-repeat; }
    .videoBox .videoContent span.videoRightButton {
      display: inline-block;
      width: 54px;
      height: 53px;
      position: absolute;
      right: 0px;
      top: 450px;
      cursor: pointer;
      background: url(../images/right_big.png) no-repeat; }
    .videoBox .videoContent h3 {
      width: 864px;
      height: 121px;
      position: absolute;
      top: 62px;
      right: 20px;
      z-index: 999;
      background: url(../images/video_title.png) no-repeat; }
    .videoBox .videoContent .videoList {
      width: 1200px;
      margin: 0 auto;
      height: 659px;
      overflow: hidden; }
      .videoBox .videoContent .videoList .swiper-slide {
        position: relative;
        width: 1200px;
        height: 660px; }
        .videoBox .videoContent .videoList .swiper-slide .videoShow {
          position: absolute;
		  left: 0px;
          bottom: 0px;
          width: 90%;
          height: 133px;
          padding: 100px 5% 0 5%;
          color: #fff;
          background: url(../images/white_bg.png) repeat-x bottom; }
          .videoBox .videoContent .videoList .swiper-slide .videoShow h4 {
            font-size: 30px; }
          .videoBox .videoContent .videoList .swiper-slide .videoShow p {
            font-size: 14px; }
        .videoBox .videoContent .videoList .swiper-slide .videoPlate_one {
          width: 415px;
          height: 660px;
          overflow: hidden;
          position: absolute;
          left: 0px;
          top: 0px; }
        .videoBox .videoContent .videoList .swiper-slide .videoPlate_two {
          width: 393px;
          height: 330px;
          overflow: hidden;
          position: absolute;
          left: 416px;
          top: 0px; }
        .videoBox .videoContent .videoList .swiper-slide .videoPlate_three {
          width: 196px;
          height: 329px;
          overflow: hidden;
          position: absolute;
          left: 416px;
          top: 330px; }
          /*.videoBox .videoContent .videoList .swiper-slide .videoPlate_three .videoShow {
            left: 0px;
            width: 60%;
            height: 80%;
            background: none;
            padding-top: 20%; }
            .videoBox .videoContent .videoList .swiper-slide .videoPlate_three .videoShow h4 {
              font-size: 30px;
              width: 30%;
              line-height: 110%;
              float: left;
              height: 100%; }
            .videoBox .videoContent .videoList .swiper-slide .videoPlate_three .videoShow p {
              width: 20%;
              float: left; }*/
        .videoBox .videoContent .videoList .swiper-slide .videoPlate_four {
          width: 196px;
          height: 329px;
          overflow: hidden;
          position: absolute;
          left: 613px;
          top: 330px; }
        .videoBox .videoContent .videoList .swiper-slide .videoPlate_five {
          width: 390px;
          height: 660px;
          overflow: hidden;
          position: absolute;
          right: 0px;
          top: 0px; }

/*图解新闻*/
.photoNews {
  width: 1200px;
  margin: 0 auto; }
  .photoNews h3 {
    width: 100%;
    height: 100px;
    margin: 30px auto 0 auto;
    margin-bottom: 30px;
    background: url(../images/photonews_title.png) no-repeat top center; }
  .photoNews .photoNewsBox {
    width: 1200px;
    height: 735px;
    position: relative; }
    .photoNews .photoNewsBox .photoNewsMask {
      width: 177px;
      height: 228px;
      position: absolute;
      cursor: pointer; }
      .photoNews .photoNewsBox .photoNewsMask img {
        width: 177px;
        height: 228px; }
      .photoNews .photoNewsBox .photoNewsMask .maskBg {
        width: 100%;
        height: 228px;
        position: absolute;
        top: 0px;
        left: 0px; }
      .photoNews .photoNewsBox .photoNewsMask p {
        color: #fff;
        position: absolute;
        left: 0px;
        padding: 0 10%;
        width: 80%;
        top: 40px;
        font-size: 20px;
        line-height: 200%;
        font-style: italic; }
      .photoNews .photoNewsBox .photoNewsMask em {
        display: inline-block;
        color: #fff;
        font-size: 50px;
        line-height: 50px;
        position: absolute;
        font-weight: normal;
        bottom: 0px;
        right: 0px;
        font-family: 'Arial Narrow', Arial, sans-serif; }
    .photoNews .photoNewsBox .newsMask0 {
      top: 125px;
      left: 0px; }
      .photoNews .photoNewsBox .newsMask0 .maskBg {
        background: #cf1e1e;
        opacity: 0.8; }
    .photoNews .photoNewsBox .newsMask1 {
      top: 125px;
      left: 179px; }
      .photoNews .photoNewsBox .newsMask1 .maskBg {
        background: #da5700;
        opacity: 0.8; }
    .photoNews .photoNewsBox .newsMask2 {
      top: 355px;
      left: 0px; }
      .photoNews .photoNewsBox .newsMask2 .maskBg {
        background: #cc0044;
        opacity: 0.8; }
    .photoNews .photoNewsBox .newsMask3 {
      top: 355px;
      left: 179px; }
      .photoNews .photoNewsBox .newsMask3 .maskBg {
        background: #5d128f;
        opacity: 0.8; }
    .photoNews .photoNewsBox .newsMask4 {
      top: 125px;
      right: 179px; }
      .photoNews .photoNewsBox .newsMask4 .maskBg {
        background: #007a93;
        opacity: 0.8; }
    .photoNews .photoNewsBox .newsMask5 {
      top: 125px;
      right: 0px; }
      .photoNews .photoNewsBox .newsMask5 .maskBg {
        background: #0057da;
        opacity: 0.8; }
    .photoNews .photoNewsBox .newsMask6 {
      top: 355px;
      right: 179px; }
      .photoNews .photoNewsBox .newsMask6 .maskBg {
        background: #0b8652;
        opacity: 0.8; }
    .photoNews .photoNewsBox .newsMask7 {
      top: 355px;
      right: 0px; }
      .photoNews .photoNewsBox .newsMask7 .maskBg {
        background: #8f126f;
        opacity: 0.8; }
    .photoNews .photoNewsBox .photoNewsMiddle {
      width: 465px;
      height: 735px;
      position: absolute;
      top: 0px;
      left: 367px;
      overflow: hidden; }
    .photoNews .photoNewsBox .photoNewsPage {
      width: 145px;
      height: 47px;
      background: #dabd47;
      position: absolute;
      top: 635px;
      left: 277px;
      z-index: 999;
      text-align: center;
      line-height: 45px; }
      .photoNews .photoNewsBox .photoNewsPage b {
        font-weight: normal; }
      .photoNews .photoNewsBox .photoNewsPage img {
        vertical-align: middle;
        cursor: pointer; }
      .photoNews .photoNewsBox .photoNewsPage .photoNewsLeftButton {
        float: left; }
      .photoNews .photoNewsBox .photoNewsPage .photoNewsRightButton {
        float: right; }

/*访谈2018*/
.interView {
  width: 1200px;
  margin: 0 auto; }
  .interView h3 {
    width: 100%;
    height: 100px;
    margin: 30px auto 0 auto;
    margin-bottom: 30px;
    background: url(../images/ft_title.png) no-repeat top center; }
  .interView .interViewBanner {
    padding: 10px 0; }
    .interView .interViewBanner img {
      margin: 0 15px 0px 0; }
  .interView .interViewBox {
    width: 100%;
    height: auto;
    position: relative; }
    .interView .interViewBox h4 {
      font-size: 30px;
      line-height: 170%;
      padding-bottom: 10px; }
    .interView .interViewBox .interViewList ul li {
      font-size: 18px;
      padding: 8px 0; }
    .interView .interViewBox .interViewLeft {
      float: left;
      width: 570px; }
      .interView .interViewBox .interViewLeft .interViewFocus {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 15px; }
        .interView .interViewBox .interViewLeft .interViewFocus h5 {
          font-size: 24px;
          padding: 15px 0; }
        .interView .interViewBox .interViewLeft .interViewFocus p {
          font-size: 14px;
          line-height: 180%; }
    .interView .interViewBox .interViewRight {
      float: right;
      width: 590px; }
      .interView .interViewBox .interViewRight .interViewSwiper {
        width: 550px;
        padding: 0 20px;
        height: 211px;
        position: relative; }
        .interView .interViewBox .interViewRight .interViewSwiper .swiper-slide {
          width: 100px;
          margin: 0px 10px 0px 23px;
          height: 200px;
          border-bottom: 1px solid #cc0000; }
          .interView .interViewBox .interViewRight .interViewSwiper .swiper-slide b {
            font-size: 14px;
            display: inline-block;
            margin: 5px 0;
            text-align: center;
            font-weight: normal; }
          .interView .interViewBox .interViewRight .interViewSwiper .swiper-slide p {
            font-size: 14px;
            color: #999; }
        .interView .interViewBox .interViewRight .interViewSwiper span.interViewLeftButton {
          display: inline-block;
          width: 25px;
          height: 22px;
          background: url(../images/left_b_red.png) no-repeat;
          position: absolute;
          left: 0px;
          top: 50px;
          cursor: pointer; }
        .interView .interViewBox .interViewRight .interViewSwiper span.interViewRightButton {
          display: inline-block;
          width: 25px;
          height: 22px;
          background: url(../images/right_b_red.png) no-repeat;
          position: absolute;
          right: 0px;
          top: 50px;
          cursor: pointer; }
      .interView .interViewBox .interViewRight .interViewTalk {
        margin-bottom: 15px; }
      .interView .interViewBox .interViewRight .interRightList {
        width: 80%;
        margin: 0 auto;
        padding: 10px 0; }
        .interView .interViewBox .interViewRight .interRightList ul li {
          font-size: 18px;
          padding: 5px 0; }

/*精彩图集*/
.photoHot {
  width: 1200px;
  margin: 30px auto 20px auto; }
  .photoHot h3 {
    width: 100%;
    height: 100px;
    margin: 30px auto 0 auto;
    margin-bottom: 30px;
    background: url(../images/photo_title.png) no-repeat top center; }
  .photoHot .photoBox {
    width: 1200px;
    height: 630px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .photoHot .photoBox .swiper-slide {
      width: 1200px;
      height: 630px;
      position: relative; }
      .photoHot .photoBox .swiper-slide .show {
        width: 530px;
        height: 110px;
        bottom: 0px;
        left: 300px;
        position: absolute;
        padding-left: 30px; }
        .photoHot .photoBox .swiper-slide .show h4 {
          font-size: 30px;
          color: #fff;
          line-height: 100%;
          margin-bottom: 15px; }
          .photoHot .photoBox .swiper-slide .show h4 a {
            color: #fff; }
        .photoHot .photoBox .swiper-slide .show p {
          color: #fff;
          font-size: 14px; }
    .photoHot .photoBox .photoNumber {
      position: absolute;
      color: #fff;
      font-size: 14px;
      left: 95px;
      top: 530px; }
    .photoHot .photoBox .leftButton {
      display: inline-block;
      width: 9px;
      height: 14px;
      top: 530px;
      right: 60px;
      cursor: pointer;
      position: absolute;
      background: url(../images/left_b.png) no-repeat; }
    .photoHot .photoBox .rightButton {
      display: inline-block;
      width: 9px;
      height: 14px;
      top: 530px;
      right: 30px;
      cursor: pointer;
      position: absolute;
      background: url(../images/right_b.png) no-repeat; }

/*海外看两会*/
.overseas {
  width: 1200px;
  margin: 0 auto; }
  .overseas h3 {
    width: 100%;
    height: 100px;
    margin: 30px auto 0 auto;
    margin-bottom: 30px;
    background: url(../images/overseas_title.png) no-repeat top center; }
  .overseas .overseasBox {
    width: 1200px;
    margin: 0 auto;
    height: 250px;
    overflow: hidden; }
    .overseas .overseasBox .swiper-slide {
      width: 160px;
      height: 210px;
      background: #e8edf7;
      border-bottom: 1px solid #c8cfdb;
      margin: 0 20px;
      padding: 20px;
      position: relative;
      float: left; }
      .overseas .overseasBox .swiper-slide span {
        display: inline-block;
        width: 12px;
        height: 21px;
        background: url(../images/kuaiicon.png) no-repeat;
        position: absolute;
        top: -10px; }
      .overseas .overseasBox .swiper-slide h4 {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 10px; }
      .overseas .overseasBox .swiper-slide p {
        color: #666666; }
      .overseas .overseasBox .swiper-slide p.name {
        background: #f3f6fb;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 180px;
        padding: 10px 20px 10px 0;
        color: #55698f;
        font-size: 16px;
        text-align: right; }

/*互动专区*/
.interaction {
  width: 1200px;
  margin: 0 auto; }
  .interaction h3 {
    width: 100%;
    height: 100px;
    margin: 30px auto 0 auto;
    margin-bottom: 15px;
    background: url(../images/inter_title.png) no-repeat top center; }
  .interaction .interBox {
    width: 1200px;
    height: 670px;
    position: relative;
    margin: 0 auto; }
    .interaction .interBox .interLeft {
      width: 850px;
      height: 670px;
      position: absolute;
      left: 0px;
      top: 0px;
      overflow: hidden;
      background: url(../images/kuai.png); }
      .interaction .interBox .interLeft .swiper-slide {
        width: 850px;
        height: 670px;
        text-align: center;
        font-size: 30px;
        color: #fff; }
    .interaction .interBox .interRight {
      width: 350px;
      height: 670px;
      position: absolute;
      right: 0px;
      top: 0px; }
      .interaction .interBox .interRight ul {
        position: absolute;
        left: -13px;
        top: 100px;
        z-index: 10; }
        .interaction .interBox .interRight ul li {
          font-size: 20px;
          color: #fff;
          padding: 25px 0 25px 45px;
          position: relative;
          cursor: pointer; }
          .interaction .interBox .interRight ul li a {
            color: #fff; }
          .interaction .interBox .interRight ul li span {
            display: inline-block;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            vertical-align: middle;
            position: absolute;
            left: 0px; }
        .interaction .interBox .interRight ul li.active {
          font-size: 24px;
          font-weight: bold; }
        .interaction .interBox .interRight ul li:nth-child(1) span {
          background: #70c8ff; }
        .interaction .interBox .interRight ul li:nth-child(2) span {
          background: #fc4d3b; }
        .interaction .interBox .interRight ul li:nth-child(3) span {
          background: #9de5fc; }
        .interaction .interBox .interRight ul li:nth-child(4) span {
          background: #f9b54b; }
        .interaction .interBox .interRight ul li:nth-child(5) span {
          background: #e8edf7; }
      .interaction .interBox .interRight .interBgBox {
        width: 350px;
        height: 670px;
        overflow: hidden; }
        .interaction .interBox .interRight .interBgBox .interBg {
          width: 350px;
          height: 670px;
          background: #359fe3; }
        .interaction .interBox .interRight .interBgBox .interBg_0 {
          background: #359fe3; }
        .interaction .interBox .interRight .interBgBox .interBg_1 {
          background: #d64031; }
        .interaction .interBox .interRight .interBgBox .interBg_2 {
          background: #6edcff; }
        .interaction .interBox .interRight .interBgBox .interBg_3 {
          background: #f69c0f; }
        .interaction .interBox .interRight .interBgBox .interBg_4 {
          background: #a3c1ca; }

/*两会报告*/
.report {
  width: 1050px;
  height: 300px;
  margin: 0 auto;
  padding-bottom: 20px; background:url(2019qglh_r12_c2111.jpg) no-repeat top center;}
  .report h3 {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: url(../images/report_title.jpg) no-repeat top center; }
  .report .reportBox {
    width: 1000px;
   /* background: #cc0000;*/
    height: 270px; margin:0 auto; }
    .report .reportBox .reportContent {
      width: 1200px; }
      .report .reportBox .reportContent ul li {
        float: left;
        width: 180px;
        height: 315px;
        background: #a5191c;
        margin: 40px 20px 10px 30px; }
        .report .reportBox .reportContent ul li img {
          margin-bottom: 20px; }
        .report .reportBox .reportContent ul li h4 {
          text-align: center;
          font-size: 18px;
          color: #faca82;
          line-height: 160%; }
          .report .reportBox .reportContent ul li h4 a {
            color: #faca82; }

/*多语种*/
.language {
  width: 1200px;
  margin: 0 auto;
  height: 440px;
  position: relative; }
  .language h3 {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background: url(../images/lanage_title.jpg) no-repeat; }
  .language .langTabTitle {
    background: #e8edf7;
    width: 150px;
    height: 320px;
    float: left; }
    .language .langTabTitle ul.waiTitle li {
      height: 35px;
      cursor: pointer; }
    /*.language .langTabTitle ul.waiTitle li:nth-child(1) {
      background: url(../images/w1.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(2) {
      background: url(../images/w2.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(3) {
      background: url(../images/w3.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(4) {
      background: url(../images/w4.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(5) {
      background: url(/images/w5.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(6) {
      background: url(../images/w6.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(7) {
      background: url(../images/w7.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(8) {
      background: url(../images/w8.png) no-repeat center center; }
    .language .langTabTitle ul.waiTitle li:nth-child(9) {
      background: url(../images/w9.png) no-repeat center center; }*/
  .language .wai {
    width: 615px;
    height: 320px;
    position: absolute;
    left: 0px;
    bottom: 0px; }
    .language .wai .waiContent {
      width: 420px;
      float: left;
      margin-left: 15px; }
      .language .wai .waiContent h2 {
        font-size: 30px;
        line-height: 100%;
        font-family: "Arial"; }
        .language .wai .waiContent h2 a {
          color: #cc0000; }
      .language .wai .waiContent ul li {
        font-size: 16px;
        padding: 10px 0; }
  .language .min {
    width: 585px;
    height: 320px;
    position: absolute;
    right: 0px;
    bottom: 0px; }
    .language .min .waiContent {
      width: 420px;
      float: right; }
      .language .min .waiContent h2 {
        font-size: 30px;
        line-height: 100%;
        font-family: "Arial"; }
        .language .min .waiContent h2 a {
          color: #cc0000; }
      .language .min .waiContent ul li {
        font-size: 16px;
        padding: 10px 0; }

/*友情链接*/
.link {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px; }
  .link h3 {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background: url(../images/link_title.jpg) no-repeat; }
	.link h3.tit01 {
    background: url(../images/link_title01.jpg) no-repeat; }
  .link ul {
    border-bottom: 1px solid #e3e3e3;
	border-bottom: none;
    padding: 20px 0; }
    .link ul li {
      width: 14.2%;
      text-align: center;
      float: left;
      padding: 10px 0; }

/*版权*/
footer {
  text-align: center;
  width: 100%;
  background: #cc0000;
  color: #fff;
  padding: 30px 0;
  line-height: 200%; }

/*浮动工具*/
.replayTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 90px; }
  .replayTop p {
    text-align: center;
    padding: 3px 0;
    font-size: 14px;
	letter-spacing: -1px; }
    .replayTop p a {
      color: #cc0000; }
  .replayTop .replayUp {
    cursor: pointer; }

/*浏览器提醒*/
.tipAlert {
  width: 500px;
  height: 150px;
  position: fixed;
  top: 40%;
  left: 35%;
  color: #fff;
  z-index: 9999999;
  font-size: 30px;
  background: url(../images/kuai.png);
  padding: 20px; }

/*浮动二维码*/
.floatNav {
  background: #eceef0;
  position: fixed;
  top: 10%;
  right: 1%;
  padding: 3px; }
  .floatNav p {
    padding: 10px 5px;
    text-align: center; }
  .floatNav .goLiuyan {
    cursor: pointer; }

/*弹出提示样式*/
.tipBg {
  width: 100%;
  height: 35500px;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 998;
  display: none;
  text-align: center;
  font-size: 18px;
  color: #333; }

.tip {
  position: fixed;
  top: 25%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  height: 100px;
  border: 10px solid #e3e3e3;
  background: #f2f2f2;
  z-index: 999;
  display: none; }
  .tip p {
    text-align: center;
    font-size: 16px;
    line-height: 100px; }
    .tip p span {
      color: #d00; }

/*动画*/
.flash {
  -webkit-animation: flash 1s ease forwards;
  animation: flash 1s ease forwards; }

@-webkit-keyframes flash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.unflash {
  -webkit-animation: unflash 1s ease forwards;
  animation: unflash 1s ease forwards; }

@-webkit-keyframes unflash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes unflash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.upMove {
  -webkit-animation: upMove 3s ease infinite;
  animation: upMove 3s ease infinite; }

@-webkit-keyframes upMove {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0; } }

@keyframes upMove {
  0% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; }
  100% {
    transform: translate3d(0, 30px, 0);
    opacity: 0; } }

.riliMoveup {
  -webkit-animation: riliMoveup .5s ease forwards;
  animation: riliMoveup .5s ease forwards; }

@-webkit-keyframes riliMoveup {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@keyframes riliMoveup {
  0% {
    transform: translate3d(0, 40px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; } }

.riliMovedown {
  -webkit-animation: riliMovedown .5s ease forwards;
  animation: riliMovedown .5s ease forwards; }

@-webkit-keyframes riliMovedown {
  0% {
    -webkit-transform: translate3d(0, -40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@keyframes riliMovedown {
  0% {
    transform: translate3d(0, -40px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@-webkit-keyframes mouseMove {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1; } }

@keyframes mouseMove {
  0% {
    transform: translate3d(0px, 0px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 1; } }

.p1MoveLeft {
  -webkit-animation: p1MoveLeft 0.8s ease forwards;
  animation: p1MoveLeft 0.8s ease forwards; }

@-webkit-keyframes p1MoveLeft {
  0% {
    -webkit-transform: translate3d(-5000px, 0px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes p1MoveLeft {
  0% {
    transform: translate3d(-5000px, 0px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.p1MoveRight {
  -webkit-animation: p1MoveRight 0.8s ease forwards;
  animation: p1MoveRight 0.8s ease forwards; }

@-webkit-keyframes p1MoveRight {
  0% {
    -webkit-transform: translate3d(5000px, 0px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes p1MoveRight {
  0% {
    transform: translate3d(5000px, 0px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.xianMove {
  -webkit-animation: xianMove 0.8s ease forwards;
  animation: xianMove 0.8s ease forwards;
  -webkit-transform-origin: 30% 60%;
  transform-origin: 30% 60%; }

@-webkit-keyframes xianMove {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes xianMove {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }


/* 王其征 添加右下角会徽动画  2018.02.23*/

#wqz-sprite-wrap {
  position: relative;
  left: -54px;
  top: 0;
}

.replayTop {
  right: 50px;
  z-index: 1000;
}

/*# sourceMappingURL=maps/default.css.map */

/*20180224deng*/
    .overseas .overseasBox .swiper-slide{
        margin:0px;
        padding:0;
        background: #fff;
    }
    #oversea{
        width: 1200px;
        height: 250px;
        overflow: hidden;
        position: relative;
    }
    .overseas .overseasBox .swiper-slide .overseaC {
    width: 160px;
    height: 210px;
    background: #e8edf7;
    border-bottom: 1px solid #c8cfdb;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    }
	.overseas .overseasBox{
		position:relative;
    }
	.overseas .overseasBox span.overseasLeftButton {
      display: inline-block;
      width: 25px;
      height: 22px;
      position: absolute;
      left: 0px;
      top: 90px;
      cursor: pointer;
      background: url(../images/left_b_red.png) no-repeat;
	  }
    .overseas .overseasBox span.overseasRightButton {
      display: inline-block;
      width: 25px;
      height: 22px;
      position: absolute;
      right: 0px;
      top: 90px;
      cursor: pointer;
      background: url(../images/right_b_red.png) no-repeat;
	  }	  
    .interView .interViewBox .interViewRight .interViewSwiper{
        overflow: hidden;
    }
    .interView .interViewBox .interViewRight .interViewSwiper .swiper-slide{
        margin:0px;
        padding:0;
        width:100px;
        text-align: center;
    }
    #duihua{
        width:500px;
        margin:0 auto;
        height:201px;
        overflow: hidden;
    }
    #duihua .swiper-slide p{
        width: 100px;
        margin:0 auto;
        text-align: left;
    }
    #qiye{
        width:500px;
        margin:0 auto;
        height:201px;
        overflow: hidden;
    }
    #qiye .swiper-slide p{
        width: 100px;
        margin:0 auto;
        text-align: left;
    }
    .reportBox{
        position: relative;
    }
    .report .reportBox .reportContent{
        position: relative;
    }
    .lhBaogaoBox{
        position:absolute;
        top:0px;
        left:0px;
        width:950px;
        height:290px;
        z-index:10;
        padding:25px;
        -webkit-transform:translate(0, 500px);
        transform:translate(0, 500px);
        transform-origin:center bottom;
        -webkit-transform-origin:center bottom
    }
    .lhBaogaoBox img{
        float:left
    }
    .lhBaogaoBox .baogaoList{
        width:470px;
        float:left;
        margin-left:50px
    }
    .lhBaogaoBox .baogaoList h2{
        font-size:30px;
        color:#fff;
        text-align:center;
        padding:15px
    }
    .lhBaogaoBox .baogaoList h2 a{
        color:#fff
    }
    .report .reportBox .reportContent .lhBaogaoBox .baogaoList li{
        font-size:18px;
        width:100%;
        background:url(../images/xian1.png) repeat-x bottom;
        padding:8px 0;
        height:auto;
        margin:0;
        float:none;
    }
   .lhBaogaoBox .baogaoList li a{
        color:#fff
    }
    .lhBaogaoBox:nth-child(1){
        background:#9778ca
    }
    .lhBaogaoBox:nth-child(2){
        background:#61b6de
    }
    .lhBaogaoBox:nth-child(3){
        background:#f9c55f
    }
    .lhBaogaoBox:nth-child(4){
        background:#61b6de
    }
    .lhBaogaoBox:nth-child(5){
        background:#41c6a8
    }
    .lhBaogaoBox:nth-child(6){
        background:#9778ca
    }
    .closeTip{
        display:inline-block;
        width:27px;
        height:27px;
        background:url(http://lianghui.people.com.cn/img/2018lh/images/close_tip.png) no-repeat;
        position:absolute;
        right:220px;
        top:5px;
        z-index:11;
        cursor:pointer;
		display: none;
    }

/*20180224guan*/
.banner01{ width:1200px; height:auto; margin:20px auto;}
.banner02{ width:1200px; height:auto; margin:20px auto;}
.banner02 .left{ width:920px; float:left;}
.banner02 .right{ width:260px; float:right;}
.banner03{ width:1200px; height:auto; margin:20px auto;}
.banner03 .left{ width:590px; float:left;}
.banner03 .right{ width:590px; float:right;}

.showContentBg{ width:100%; background: #ce140f;}
.showContent .showFocus{ overflow:hidden; height:800px;}
.showContent .showBig {
    width: 763px;
    height: 430px;
}
.showContent .showFocus ul li span {
	display: block;
	text-align: left;
	font-size: 18px;
	position: absolute;
	width: 855px;
	padding-left: 300px;
	height: 78px;
	bottom: 0px;
	background: url(../images/showFocusXiBg.jpg) bottom left no-repeat;
	background-size: 100%;
	line-height: 78px;
	color: #fff;
	text-indent: 0em;
	padding-top: 0px;
}
.showContent .showFocus ol {
	top: 757px;
}
.showContent .showSmall {
    width: 467px;
    left: 1157px;
}

.calendar .calendarBox .swiper-slide .calTime b{ font:normal 100px/100px "SimHei"; color:#c81c37; letter-spacing:-5px;}
.calendar .calendarBox .swiper-slide .calNews { left: 175px;}
.calendar .calendarBox .swiper-slide .calNews img { margin-right: 15px;}
.calendar .calendarBox .swiper-slide .CalList{ width: 420px;}
.calendar .calendarBox .swiper-slide .CalList div ul { width: 303px; }
.calendar .calendarBox .swiper-slide .CalList div ul li { width: 303px;}

.plan{
	position:relative;
}
.plan .planBox {
	width: 1200px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.plan .planBox div.swiper-wrapper{
}
.plan .planBox div.swiper-slide {
	width: 200px;
	height: 180px;
	text-align: center;
}
.plan .planBox div.swiper-slide .planC{
	width: 180px;
	height: 180px;
	padding: 0 10px;
}
.plan .planLeftButton {
    display: inline-block;
    width: 54px;
    height: 53px;
    position: absolute;
    left: -50px;
    top: 195px;
    cursor: pointer;
    background: url(../images/left_big.png) no-repeat;
}
.plan .planRightButton {
    display: inline-block;
    width: 54px;
    height: 53px;
    position: absolute;
    right: -50px;
    top: 195px;
    cursor: pointer;
    background: url(../images/right_big.png) no-repeat;
}

.photoNews .photoNewsBox .photoNewsPage{ z-index:998; left:105px;}
.photoNews .photoNewsBox .photoNewsPage div.num{ float:left; width:65px; line-height:45px; text-align:center;}
.videoBox .videoContent h3{ z-index:998;}
/*.videoBox .videoContent .videoList .swiper-slide .videoPlate_two .videoShow{ bottom:auto; top:100px;}*/

.main .mainContent .mainLeft .mainTv .mainTvContent{ display:block;}
.main .mainContent .mainLeft .mainTv .mainTvTools .mainTvList div.swiper-slide,
.main .mainContent .mainLeft .mainTv .mainTvTools .mainTvList div.swiper-slide a,
.main .mainContent .mainLeft .mainTv .mainTvTools .mainTvList div.active a{ color:#fff;}
.main .mainContent .mainLeft .mainXian .mainXianContent .swiper-slide h4 a,
.main .mainContent .mainLeft .mainXian .mainXianContent .swiper-slide p a,
.main .mainContent .mainRight .mainShao .mainShaoContent .swiper-slide h4 a,
.main .mainContent .mainRight .mainShao .mainShaoContent .swiper-slide p a{color: #fff; }
.main .mainContent .mainRight h2 {
    font-size: 28px;
    line-height: 32px;
}
.main .mainContent .mainRight .mainCenter{ height:auto;}
.main .mainContent .mainRight .mainCenter b{ display:inline-block; margin-bottom:15px;}
.main .mainContent .mainRight .mainCenter b a{ color:#c00;}
.overseas .overseasBox .swiper-slide span{ display:none;}
.report .reportBox .reportContent ul li{ background:none; margin:10px 10px 10px 10px; cursor:pointer;}
.report .reportBox .reportContent ul li img { width:95%;}
.photoHot .photoBox .photoNumber {font-size:28px; left:65px;}
.photoHot .photoBox .swiper-slide .show {width:830px; left:150px;}
.photoHot .photoBox .swiper-slide .showBg{ width:1200px; height:230px; position:absolute; left:0px; bottom:2px; background: url(../images/white_bg.png) bottom center repeat-x;}
.photoHot .photoBox .leftButton {
    display: inline-block;
    width: 12px;
    height: 22px;
    top: 530px;
    right: 70px;
    cursor: pointer;
    position: absolute;
    background: url(../images/left_b_tj.png) no-repeat;
}
.photoHot .photoBox .rightButton {
    display: inline-block;
    width: 12px;
    height: 22px;
    top: 530px;
    right: 30px;
    cursor: pointer;
    position: absolute;
    background: url(../images/right_b_tj.png) no-repeat;
}
.interaction .interBox .interRight { *overflow:hidden; }

.language .wai .langTabTitle{
    background: url(../images/foreignBg1.jpg) top center no-repeat;
    width: 150px;
    height: 320px;
    float: left;
}
.language .wai .langTabTitle ul.waiTitle li{
	height: 35px;	
}
.language .wai .langTabTitle ul.waiTitle li a{
	display: inline-block;
	width: 150px;
	height: 35px;	
}
.language .wai .langTabTitle ul.waiTitle li.a1{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 0px;
}
.language .wai .langTabTitle ul.waiTitle li.a2{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -35px;
}
.language .wai .langTabTitle ul.waiTitle li.a3{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -70px;
}
.language .wai .langTabTitle ul.waiTitle li.a4{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -105px;
}
.language .wai .langTabTitle ul.waiTitle li.a5{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -140px;
}
.language .wai .langTabTitle ul.waiTitle li.a6{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -175px;
}
.language .wai .langTabTitle ul.waiTitle li.a7{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -210px;
}
.language .wai .langTabTitle ul.waiTitle li.a8{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -245px;
}
.language .wai .langTabTitle ul.waiTitle li.a9{
	background: url(../images/foreignBg2.jpg) no-repeat;
	background-position: 0 -280px;
}

.language .min .langTabTitle{
    background: url(../images/minwenBg1.jpg) top center no-repeat;
    width: 150px;
    height: 320px;
    float: left;
}
.language .min .langTabTitle ul.waiTitle li{
	height: 50px;	
}
.language .min .langTabTitle ul.waiTitle li a{
	display: inline-block;
	width: 150px;
	height: 50px;	
}
.language .min .langTabTitle ul.waiTitle li.a1{
	background: url(../images/minwenBg2.jpg) no-repeat;
	background-position: 0 0px;
}
.language .min .langTabTitle ul.waiTitle li.a2{
	background: url(../images/minwenBg2.jpg) no-repeat;
	background-position: 0 -50px;
}
.language .min .langTabTitle ul.waiTitle li.a3{
	background: url(../images/minwenBg2.jpg) no-repeat;
	background-position: 0 -100px;
}
.language .min .langTabTitle ul.waiTitle li.a4{
	background: url(../images/minwenBg2.jpg) no-repeat;
	background-position: 0 -150px;
}
.language .min .langTabTitle ul.waiTitle li.a5{
	background: url(../images/minwenBg2.jpg) no-repeat;
	background-position: 0 -200px;
}

.fmBanner{ width:100%; height:122px; background:#ce140f; text-align:center;}
.fmBanner div.w1000{ text-align:center;}
.fm {
    width: 100%;
    height: 100%;
	height: 950px;
    margin: 0 auto;
    background: url(../images/fm.jpg) top center no-repeat;
    background-size: cover;
	overflow: hidden;
}
.fm .video{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.fm .fmVideo{
	width: 100%;
	height: 100%;
	background: #d00015;
}
.fm .fmVideo video{
    width: 100%;
    height: 100%
}
.fm {
	background-image:url("../images/fm.jpg");
	background-position:top center;
	background-size:100% auto;
	background-repeat:no-repeat;
}

@media (min-device-width:1910px) and (max-width:3560px) {
.fm {
	background-image:url("../images/fm.jpg");
	background-position:top center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}		   
}
.fmzx {
	background-image:url("../images/fmzx.jpg");
	background-position:top center;
	background-size:100% auto;
	background-repeat:no-repeat;
}

@media (min-device-width:1910px) and (max-width:3560px) {
.fmzx {
	background-image:url("../images/fmzx.jpg");
	background-position:top center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}		   
}
/*20180302*/
.discuss h3{ position:relative;}
.discuss h3 img.suning{ position:absolute; top:62px; right:0px;}
.main .mainContent .mainLeft .mainXian img.xijiu{ position:absolute; bottom:5px; right:5px;}
.main .mainContent .mainRight .mainShao img.xijiu{ position:absolute; bottom:5px; right:5px;}
.plan h3{ position:relative;}
.plan h3 img.icbc{ position:absolute; top:56px; right:0px; width:180px;}
.overseas h3 a{ display:inline-block; width:100%; height:100px;} 
.photoNews h3 a { display:inline-block; width:100%; height:100px;}
.photoNews h3{ position:relative;}
.photoNews h3 img.greensea{ position:absolute; top:53px; right:5px;}

.discuss .discussBox .swiper-slide .discussText h4 { margin-bottom: 10px;}
.discuss .discussBox .swiper-slide .discussText h4 a{ color:#fff;}
.discuss .discussBox .swiper-slide .discussText h5{line-height: 120%;}
.discuss .discussBox .swiper-slide .discussText h5 a{ color:#fff;}
.discuss .discussBox .swiper-slide .discussText p a{ color:#fff;}

/*20180308*/
.discuss .discussBox .swiper-slide .discussBg{
	cursor: pointer;
}
.discuss .discussBox .swiper-slide .discussBg{
	transition: transform .5s;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
}
.discuss .discussBox .swiper-slide:hover .discussBg{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
#duihua .swiper-slide p {
    text-align: center;
}
/*20180316*/
.calendar .calTab span {
    padding: 0 7px;
    margin: 0 2px;
}
.main .mainContent .mainLeft .mainTv .mainTvTools .mainTvList div.active {
	letter-spacing: -2px;
}