body {
  background-color: white; }

#banner > img {
  width: 100%; }
#banner header {
  position: absolute; }

#news {
  width: 1200px;
  margin: 0 auto; }
  #news .newslist {
    width: 1200px;
    margin-top: 40px; }
    #news .newslist .newsbox {
      position: relative;
      width: 378px;
      height: 400px;
      margin-bottom: 80px;
      border: 1px solid #eeeeee;
      transition: border-color 0.5s;
      -ms-transition: border-color 0.5s;
      -moz-transition: border-color 0.5s;
      -webkit-transition: border-color 0.5s;
      margin-right: 30px; }
      #news .newslist .newsbox .nimg {
        width: 340px;
        height: 250px;
        margin: 20px;
        position: relative;
        overflow: hidden; }
        #news .newslist .newsbox .nimg iframe {
          width: 100%;
          height: 100%; }
        #news .newslist .newsbox .nimg embed {
          width: 100%;
          height: 100%; }
      #news .newslist .newsbox .nintro {
        text-align: center;
        margin-top: 40px; }
        #news .newslist .newsbox .nintro .np1 {
          font-size: 16px;
          color: #333333;
          transition: color 0.5s,padding-top 0.5s;
          -ms-transition: color 0.5s,padding-top 0.5s;
          -moz-transition: color 0.5s,padding-top 0.5s;
          -webkit-transition: color 0.5s,padding-top 0.5s;
          padding-top: 10px; }
        #news .newslist .newsbox .nintro .np2 {
          font-size: 12px;
          line-height: 24px;
          color: #888888;
          opacity: 0;
          transition: opacity 0.5s;
          -ms-transition: opacity 0.5s;
          -moz-transition: opacity 0.5s;
          -webkit-transition: opacity 0.5s; }
    #news .newslist .newsbox:hover {
      border-color: white;
      box-shadow: 0 0 2px 2px rgba(231, 231, 231, 0.5); }
      #news .newslist .newsbox:hover .np1 {
        color: #a51e32;
        padding-top: 5px; }
      #news .newslist .newsbox:hover .np2 {
        opacity: 1; }
      #news .newslist .newsbox:hover .nimg a {
        bottom: 0%; }
    #news .newslist .newsbox:hover::after {
      width: 100%; }
    #news .newslist .newsbox::after {
      position: absolute;
      left: 0px;
      bottom: -1px;
      width: 0%;
      content: "";
      border-bottom: 1px solid #a51e32;
      transition: width 0.5s;
      -ms-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -webkit-transition: width 0.5s; }
    #news .newslist .newsbox:nth-child(3n) {
      margin-right: 0; }
  #news .report {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0; }
    #news .report .reportbox {
      width: 1200px;
      /*height: 210px;*/
     cursor: pointer;
     cursor: -ms-pointer;
      border-bottom: 1px solid #eeeeee;
      position: relative; }
      #news .report .reportbox .cleft {
        width: 260px;
        height: 150px;
        margin: 30px 0px;
        overflow: hidden; }
        #news .report .reportbox .cleft img {
          width: 100%;
          transition: width 0.5s,margin 0.5s;
          -ms-transition: width 0.5s,margin 0.5s;
          -moz-transition: width 0.5s,margin 0.5s;
          -webkit-transition: width 0.5s,margin 0.5s; }
      #news .report .reportbox .cmiddle {
        width: 620px;
        min-height: 150px;
        margin: 30px 60px;
        position: relative; }
        #news .report .reportbox .cmiddle span {
          position: absolute;
          top: 40px;
          left: -20px;
          width: 0px;
          display: block;
          border-bottom: 1px solid #a51e32;
          transition: width 0.5s,left 0.5s;
          -ms-transition: width 0.5s,left 0.5s;
          -moz-transition: width 0.5s,left 0.5s;
          -webkit-transition: width 0.5s,left 0.5s; }
        #news .report .reportbox .cmiddle .cmtitle {
          font-size: 18px;
          font-weight: bold;
          color: #333333;
          line-height: 60px;
          margin-top: 10px;
          transition: color 0.5s;
          -ms-transition: color 0.5s;
          -moz-transition: color 0.5s;
          -webkit-transition: color 0.5s; }
        #news .report .reportbox .cmiddle .cmcontent {
          font-size: 12px;
          color: #888888;
          text-align: justify;
          line-height: 30px; }
      #news .report .reportbox .cright {
        width: 140px;
        height: 150px;
        margin-top: 30px;
        text-align: right;
        transition: width 0.5s;
        -ms-transition: width 0.5s;
        -moz-transition: width 0.5s;
        -webkit-transition: width 0.5s;
        position: relative; }
        #news .report .reportbox .cright .readmore {
          position: absolute;
          top: 50%;
          margin-top: 1px;
          right: -53px;
          display: none;
          transition: transform 0.5s;
          -ms-transition: transform 0.5s;
          -moz-transition: transform 0.5s;
          -webkit-transition: transform 0.5s; }
        #news .report .reportbox .cright .readmore:hover {
          transform: rotate(180deg); }
        #news .report .reportbox .cright .month {
          font-size: 24px;
          font-family: helvetica;
          line-height: 24px;
          font-weight: lighter;
          color: #333333;
          margin-top: 65px; }
        #news .report .reportbox .cright .year {
          font-size: 12px;
          line-height: 16px;
          color: #888888; }
    #news .report .reportbox::after {
      content: "";
      width: 0%;
      border-bottom: 1px solid #a51e32;
      position: absolute;
      bottom: -1px;
      left: 0;
      transition: width 0.5s;
      -ms-transition: width 0.5s;
      -moz-transition: width 0.5s;
      -webkit-transition: width 0.5s; }
    #news .report .reportbox:hover::after {
      width: 100%; }
    #news .report .reportbox:hover {
      box-shadow: 0 0 1px 1px rgba(231, 231, 231, 0.5); }
      #news .report .reportbox:hover .cleft img {
        width: 110%;
        margin: -5% 0% 0% -5%; }
      #news .report .reportbox:hover .cmiddle span {
        width: 60px;
        left: -80px; }
      #news .report .reportbox:hover .cmiddle .cmtitle {
        color: #a51e32; }
      #news .report .reportbox:hover .cright {
        width: 90px; }
        #news .report .reportbox:hover .cright .readmore {
          display: block; }

#news .videocenter .newsbox .nimg a {
  background-image: url(/uploads/image/htimg/play.png); }

.snav {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #c8c8c8; }
  .snav div:nth-child(1) p {
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    font-weight: bold; }
  .snav div:nth-child(2) ul li:last-child a {
    border-right: 1px solid transparent; }
  .snav div:nth-child(2) ul li {
    padding: 9px 0px;
    float: left;
    border-radius: 5px; }
    .snav div:nth-child(2) ul li a {
      padding: 0 20px;
      border-right: 1px solid #c8c8c8;
      color: #333333; }
  .snav div:nth-child(2) ul li:hover {
    background-color: #a51e32; }
    .snav div:nth-child(2) ul li:hover a {
      border-right: 1px solid #a51e32 !important;
      color: white; }
  .snav div:nth-child(2) ul li:nth-child(1):hover {
    background-color: #a51e32; }
    .snav div:nth-child(2) ul li:nth-child(1):hover a {
      border-right: 1px solid #a51e32 !important;
      border-left: 1px solid #a51e32 !important;
      color: white; }
  .snav div:nth-child(2) ul .lsd {
    background-color: #a51e32; }
    .snav div:nth-child(2) ul .lsd a {
      border-right: 1px solid #a51e32 !important;
      color: white; }
  .snav div:nth-child(2) ul .lsdn {
    background-color: #a51e32; }
    .snav div:nth-child(2) ul .lsdn a {
      border-right: 1px solid #a51e32 !important;
      color: white; }
  .snav div:nth-child(2) ul .lsdp a {
    border-right: 1px solid transparent !important; }
  .snav div:nth-child(2) ul .lsdpn a {
    border-right: 1px solid transparent !important; }

.page {
  margin-top: 60px;
  margin-bottom: 60px; }
  .page ul li {
    display: inline-block;
    font-size: 14px; }
    .page ul li a {
      display: block;
      width: 28px;
      height: 30px;
      border: 1px solid #c8c8c8;
      text-align: center;
      line-height: 32px;
      color: #888888; }
    .page ul li .nextpage {
      width: 68px;
      color: #666666; }
    .page ul li .lastpage {
      width: 68px;
      color: #666666; }
    .page ul li a:hover {
      background-color: #a51e32;
      color: white;
      border-color: #a51e32; }
    .page ul li .current {
        display: block;
        width: 28px;
        height: 30px;
        border: 1px solid #c8c8c8;
        text-align: center;
        line-height: 32px;
      background-color: #a51e32;
      color: white;
      border-color: #a51e32; }
  .page ul li {
    margin-right: 5px; }
  .page ul li:last-child {
    margin-right: 0px; }

.noanyresult {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px; }
  .noanyresult .cry {
    margin: 0 auto;
    width: 208px;
    height: 200px;
    background: url(/uploads/image/htimg/centers.png) no-repeat;
    background-position: -216px -160px; }
  .noanyresult p {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 20px;
    color: #333333;
    text-align: center; }

#details {
  width: 100%;
  margin: 0 auto; }
  #details .newsd {
    width: 1200px;
    margin: 0 auto; }
    #details .newsd .ndtitle {
      width: 1200px;
      margin: 0 auto;
      padding: 30px 0;
      border-bottom: 1px solid #eeeeee;
      position: relative; }
      #details .newsd .ndtitle .ndbigtitle {
        font-size: 28px;
        color: #333333;
        line-height: 58px;
        font-weight: bold;
        text-align: center; }
      #details .newsd .ndtitle .ndtimenumber ul li {
        display: inline-block; }
        #details .newsd .ndtitle .ndtimenumber ul li p {
          font-size: 14px;
          color: #888888;
          background: url(/uploads/image/htimg/time.png) no-repeat left center;
          text-indent: 16px; }
        #details .newsd .ndtitle .ndtimenumber ul li .ndtime {
          padding-right: 20px; }
        #details .newsd .ndtitle .ndtimenumber ul li .ndnumber {
          background-image: url(/uploads/image/htimg/eye.png);
          text-indent: 18px; }
    #details .newsd .ndcontent {
      font-size: 14px;
      color: #333333;
      line-height: 40px; }
      #details .newsd .ndcontent p {

        margin: 20px 0;
      }
    #details .newsd .bsbox {
      width: 1200px;
      margin: 0 auto;
      padding: 40px 0;
      border-bottom: 1px solid #eeeeee; }
      #details .newsd .bsbox .bsleft ul li {
        display: inline-block; }
        #details .newsd .bsbox .bsleft ul li p {
          font-size: 16px;
          color: #888888;
          line-height: 48px;
          background: url(/uploads/image/htimg/bable.png) no-repeat left center;
          text-indent: 28px; }
        #details .newsd .bsbox .bsleft ul li a {
          display: block;
          padding: 8px 18px;
          line-height: 12px;
          font-size: 12px;
          color: #333333;
          border: 1px solid #c8c8c8;
          border-radius: 8px;
          margin-right: 2px;
          transition: background-color 0.5s,border-color 0.5s,color 0.5;
          -ms-transition: background-color 0.5s,border-color 0.5s,color 0.5;
          -moz-transition: background-color 0.5s,border-color 0.5s,color 0.5;
          -webkit-transition: background-color 0.5s,border-color 0.5s,color 0.5; }
        #details .newsd .bsbox .bsleft ul li a:hover {
          background-color: #a51e32;
          border-color: #a51e32;
          color: white; }
      #details .newsd .bsbox .bsright ul li {
        display: inline-block; }
        #details .newsd .bsbox .bsright ul li a {
          display: block;
          height: 36px;
          overflow: hidden;
          /*background: url(/uploads/image/htimg/sharem.png) no-repeat;*/
        }
        #details .newsd .bsbox .bsright ul li .s1 {
          background-position-x: 0px; }
        #details .newsd .bsbox .bsright ul li .s2 {
          background-position-x: -50px; }
        #details .newsd .bsbox .bsright ul li .s3 {
          background-position-x: -100px; }
        #details .newsd .bsbox .bsright ul li .s4 {
          background-position-x: -150px; }
        #details .newsd .bsbox .bsright ul li .s5 {
          background-position-x: -200px; }
  #details .npbox {
    margin-top: 40px;
    margin-bottom: 80px; }
    #details .npbox a {
      display: block;
      width: 600px;
      height: 90px;
      line-height: 90px;
      color: #333333;
      text-align: center;
      font-size: 14px;
      transition: background 0.5s;
      -ms-transition: background 0.5s;
      -moz-transition: background 0.5s;
      -webkit-transition: background 0.5s; }
    #details .npbox .ndprev a {
      background:  no-repeat 54px center; }
    #details .npbox .ndprev a:hover {
      background-image: ;
      background-color: #eeeeee;
      background-position-x: 44px; }
    #details .npbox .ndnext a {
      background:  no-repeat 538px center; }
    #details .npbox .ndnext a:hover {
      background-image: ;
      background-color: #eeeeee;
      background-position-x: 548px; }
  #details .emaildetails {
    width: 100%; }
    #details .emaildetails .emailtitle {
      width: 1200px;
      margin: 0 auto;
      position: relative; }
    #details .emaildetails .emailcontent {
      width: 100%;
      box-shadow: 0px -2px 4px 4px rgba(231, 231, 231, 0.8); }
      #details .emaildetails .emailcontent .ecbox {
        width: 1200px;
        margin: 0 auto;
        position: relative; }

.return {
  width: 100%;
  height: 36px;
  position: absolute;
  right: 0px;
  top: 42px; }
  .return .rbtn {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 100px;
    height: 36px; }
  .return button {
    display: none;
    width: 100px;
    height: 36px;
    border: 1px solid #eeeeee;
    background-color: white;
    color: #888888;
    font-size: 12px;
    position: relative;
    transition: color 0.2s, border 0.2s;
    -ms-transition: color 0.2s, border 0.2s;
    -webkit-transition: width 0.2s, border 0.2s;
    -moz-transition: width 0.2s, border 0.2s;
    z-index: 5; }
  .return button::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0%;
    height: 36px;
    background-color: #a51e32;
    color: white;
    transition: width 0.2s;
    -ms-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    z-index: -1; }
  .return button:hover {
    color: white;
    border-color: #a51e32; }
  .return button:hover::after {
    width: 101px; }

#certify .swiper-button-prev {
  left: 0px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(/uploads/image/htimg/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%; }

#certify .swiper-button-prev:hover {
  background-position: 0 -50px;
  background-size: 100%; }

#certify .swiper-button-next {
  right: 0px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(/uploads/image/htimg/wm_button_icon.png) no-repeat;
  background-position: 0 -100px;
  background-size: 100%; }

#certify .swiper-button-next:hover {
  background-position: 0 -150px;
  background-size: 100%; }

#certify {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  #certify .swiper-container {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 80px; }
  #certify .swiper-slide img {
    width: 85%;
    margin: 0 auto;
    margin-top: 10%;
    box-shadow: 0 0 2px 2px rgba(231, 231, 231, 0.5); }
  #certify .swiper-slide p {
    line-height: 90px;
    font-size: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; }
  #certify .swiper-slide-active {
    z-index: 10; }
    #certify .swiper-slide-active img {
      width: 100%;
      padding: 0;
      margin: 0; }
    #certify .swiper-slide-active p {
      opacity: 1; }

.video-js .vjs-big-play-button {
  display: none !important; }

.vjs-poster {
  left: auto; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 90% !important;
  padding-top: 0 !important; }

#share a{
    width: 45px;
    height: 45px;
    padding: 0;
}
#share a.bds_weixin{
    background: url(/uploads/image/htimg/sharem.png) no-repeat;
    background-size: auto 100%;
    background-position-x: -145px;
}
#share a.bds_tsina{
    background: url(/uploads/image/htimg/sharem.png) no-repeat;
    background-size: auto 100%;
    background-position-x: -100px;
}
#share a.bds_tqq{
    background: url(/uploads/image/htimg/sharem.png) no-repeat;
    background-size: auto 100%;
    background-position-x: 1px;
}
#share a.bds_qzone{
    background: url(/uploads/image/htimg/sharem.png) no-repeat;
    background-size: auto 100%;
    background-position-x: -50px;
}

/*# sourcemappingurl=centerfour.css.map */
