* {
  margin: 0;
  padding: 0;
  border: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

body {
  font-family: Arial, "Microsoft YaHei";
  line-height: 1.5; }

.clear {
  clear: both;
  height: 0; }

.center {
  width: 1000px;
  margin: 0 auto; }

#toTop {
  width: 48px;
  height: 48px;
  display: block;
  position: fixed;
  background: url("/images/toTOP.png") no-repeat center center #fff;
  border: 1px solid #00b349;
  border-radius: 5px;
  bottom: 79px;
  right: 0;
  z-index: 100; }

.head {
  background: url("/images/topBG.png") no-repeat center top #f1f1f1;
  min-width: 1000px;
  border-bottom: 1px solid #e2e6e7;
  box-shadow: 0px 5px 20px #eef3f5; }
  .head .top {
    height: 99px;
    margin: 0 auto;
    width: 1000px; }
    .head .top .logo {
      display: block;
      float: left;
      margin-top: 16px;
      margin-right: 14px; }
    .head .top .title {
      line-height: 99px;
      float: left;
      padding-left: 14px;
      font-size: 32px;
      color: #fff;
      background: url("/images/topTitle.png") no-repeat left center; }
    .head .top .i_search {
      float: right;
      width: 222px;
      height: 31px;
      overflow: hidden;
      margin-top: 35px;
      border-radius: 2px;
      position: relative;
      background-color: #fff; }
      .head .top .i_search .sousuo {
        border: 0;
        padding: 8px 45px 8px 12px;
        outline: none;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        font-size: 12px;
        width: 165px; }
      .head .top .i_search .queding {
        position: absolute;
        outline: none;
        right: 0;
        top: 0;
        width: 33px;
        height: 31px;
        border: 0;
        cursor: pointer;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        background: #00b349 url("/images/mirror.jpg") no-repeat center center; }
  .head .menu {
    line-height: 36px;
    height: 36px;
    margin: 0 auto;
    width: 1000px;
    background: url("/images/menuBG.png") no-repeat left center; }
    .head .menu ul {
      list-style: none; }
      .head .menu ul li {
        float: left;
         padding:0px 12px;
        text-align: center;
        background: url("/images/menuBG.png") no-repeat right center; }
        .head .menu ul li a {
          color: #00386b;
          font-size: 16px;
          font-weight: lighter; }
        .head .menu ul li ul {
          display: none; }

.foot {
  background-color: #e1ebf1;
  height: 79px;
  min-width: 1000px;
  color: #1d789b;
  font-size: 14px;
  text-align: center;
  line-height: 79px; }
  .foot .fcenter {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    .foot .fcenter #friendlinks {
      position: absolute;
      border: 1px solid #949494;
      border-radius: 2px;
      background-color: #fff;
      padding: 2px 0 2px 20px;
      width: 185px;
      font-size: 14px;
      color: #767676;
      right: 0;
      top: 28px; }
      
     .foot .fcenter  a#login{
          color: #1d789b;font-size: 14px;cursor: pointer;
      }

#float_ad {
  width: 230px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  clear: both; }
  #float_ad img {
    width: 100%;
    height: 100%; }
  #float_ad:hover .huitiao {
    width: 100%;
    height: 19px;
    overflow: hidden;
    background: url("/images/float_adBG.png") repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right; }
    #float_ad:hover .huitiao #close_float_ad {
      margin-top: 4px;
      margin-right: 5px;
      display: inline-block;
      width: 11px;
      height: 11px;
      background: url("/images/cha.png") no-repeat center center; }

.iContent .lunbo {
  position: relative;
  background: url("/images/lunbo.png"); }
  .iContent .lunbo #lunbo {
    width: 1000px;
    height: 264px;
    margin: 0px auto;
    overflow: hidden;
    list-style: none; }
    .iContent .lunbo #lunbo li {
      float: left;
      position: relative;
      width: 73px;
      height: 100%;
      overflow: hidden;
      cursor: pointer; }
      .iContent .lunbo #lunbo li span.mask {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #222;
        -moz-opacity: 0.3;
        opacity: .30;
        z-index: 1001;
        filter: alpha(opacity=30); }
      .iContent .lunbo #lunbo li img {
        width: 635px;
        height: 100%;
        display: block; }
      .iContent .lunbo #lunbo li div {
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #000;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        bottom: 0;
        left: 0;
        display: none;
        text-align: center; }
        .iContent .lunbo #lunbo li div a {
          color: #FFF;
          font-size: 16px;
          text-decoration: none; }
          .iContent .lunbo #lunbo li div a:hover {
            text-decoration: underline; }
    .iContent .lunbo #lunbo li:first-child {
      width: 635px;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
      .iContent .lunbo #lunbo li:first-child div {
        display: block; }
      .iContent .lunbo #lunbo li:first-child span.mask {
        display: none; }
  .iContent .lunbo .carousel {
    width: 1000px;
    height: 265px;
    margin: 0px auto;
    overflow: hidden;
    list-style: none;
    position: relative; }
    .iContent .lunbo .carousel .arrow-left {
      z-index: 10;
      background: url("/images/ArrowLeft.png") no-repeat left top;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -21px;
      width: 22px;
      height: 42px; }
    .iContent .lunbo .carousel .arrow-right {
      z-index: 10;
      background: url("/images/ArrowRight.png") no-repeat left bottom;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -21px;
      width: 22px;
      height: 42px; }
    .iContent .lunbo .carousel .content-slide {
      position: relative; }
      .iContent .lunbo .carousel .content-slide img {
        width: 1000px;
        height: 265px; }
      .iContent .lunbo .carousel .content-slide .title {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 38px;
        line-height: 38px;
        background: url("/images/lunboBG.png") repeat-x;
        padding-left: 15px;
        font-size: 12px;
        color: #fff;
        font-family: "simsun"; }
    .iContent .lunbo .carousel .pagination {
      position: absolute;
      left: 0;
      text-align: center;
      bottom: 50px;
      width: 100%;
      z-index: 15; }
    .iContent .lunbo .carousel .swiper-pagination-switch {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      margin: 0 4px;
      cursor: pointer; }
    .iContent .lunbo .carousel .swiper-active-switch {
      background: #0089d2; }
.iContent .iKuang {
  width: 492px;
  float: left;
  margin-right: 16px;
  padding-top: 16px;
  margin-bottom: 15px; }
  .iContent .iKuang .title {
    background-color: #ededed;
    text-align: left;
    color: #1166a8;
    font-size: 20px;
    line-height: 45px;
    height: 45px;
    margin-bottom: 3px;
    border-left: 7px solid #ededed;
    border-right: 7px solid #0089d2;
    position: relative; }
    .iContent .iKuang .title .more {
      position: absolute;
      right: 17px;
      top: 0;
      color: #0089d2;
      font-size: 12px;
      font-family: "segoe ui"; }
  .iContent .iKuang .content {
    border: 1px solid #ececec;
    padding: 13px 16px 0px;
    height: 330px; }
    .iContent .iKuang .content .item1 {
      height: 133px; }
      .iContent .iKuang .content .item1 img {
        float: left;
        margin-right: 18px; }
      .iContent .iKuang .content .item1 h1 {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
        .iContent .iKuang .content .item1 h1 a {
          color: #535353; }
      .iContent .iKuang .content .item1 span {
        color: #2691b9;
        font-family: "segoe ui";
        font-size: 12px; }
      .iContent .iKuang .content .item1 p {
        text-indent: 2em;
        margin-top: 10px;
        font-size: 14px; }
        .iContent .iKuang .content .item1 p a {
          color: #353535; }
    .iContent .iKuang .content ul {
      list-style: none; }
      .iContent .iKuang .content ul li {
        line-height: 38px;
        border-top: 1px dashed #e5e5e5;
        font-size: 14px;
        padding-left: 28px;
        background: url("/images/quan.jpg") no-repeat 6px center; }
        .iContent .iKuang .content ul li a {
          color: #535353; }
        .iContent .iKuang .content ul li span {
          float: right;
          color: #2691b9;
          font-size: 12px;
          font-family: "segoe ui"; }
.iContent .iKuang2 {
  margin-right: 0; }
  .iContent .iKuang2 .title {
    color: #1d9a3d;
    border-right-color: #1d9a3d; }
    .iContent .iKuang2 .title .more {
      color: #1d9a3d; }
.iContent .stickers {
  width: 1000px;
  margin: 0 auto 2px; }
  .iContent .stickers .tags {
    margin: 0 16px 17px 0;
    width: 178px;
    padding-right: 60px;
    float: left;
    line-height: 56px;
    background-color: #f2f2f1;
    text-align: center;
    font-size: 18px;
    position: relative; }
    .iContent .stickers .tags:hover {
      background-color: #e4e4e4;
      text-decoration: none; }
    .iContent .stickers .tags img {
      position: absolute;
      right: 0;
      top: 0; }
  .iContent .stickers .last {
    margin-right: 0; }
  .iContent .stickers .zi1 {
    color: #2fa888; }
  .iContent .stickers .zi2 {
    color: #0eab49; }
  .iContent .stickers .zi3 {
    color: #0d692f; }
  .iContent .stickers .zi4 {
    color: #00a940; }
  .iContent .stickers .zi5 {
    color: #d9603b; }
  .iContent .stickers .zi6 {
    color: #ca4e48; }
  .iContent .stickers .zi7 {
    color: #df8b00; }
  .iContent .stickers .zi8 {
    color: #cc4d00; }
  .iContent .stickers .zi9 {
    color: #01a0cf; }
  .iContent .stickers .zi10 {
    color: #42839b; }
  .iContent .stickers .zi11 {
    color: #007edf; }
  .iContent .stickers .zi12 {
    color: #3fa4ca; }
.iContent .channel {
  width: 998px;
  margin: 0 auto 29px;
  height: 123px;
  border: 1px solid #e2ecf2;
  background-color: #faf8f0; }
  .iContent .channel .title {
    background-color: #e1ebf1;
    width: 66px;
    padding: 38px 0;
    font-weight: lighter;
    color: #2691b9;
    text-align: center;
    float: left; }
  .iContent .channel .content {
    padding-top: 20px;
    text-align: center; }
    .iContent .channel .content a {
      display: inline-block;
      margin: 0 20px;
      font-size: 16px;
      color: #878787; }
      .iContent .channel .content a:hover {
        text-decoration: none; }
      .iContent .channel .content a img {
        margin-bottom: 10px; }
    .iContent .channel .content .icon1 {
      color: #2691b9; }
      .iContent .channel .content .icon1:hover {
        text-decoration: underline; }
    .iContent .channel .content .icon2 {
      color: #d9603b; }
      .iContent .channel .content .icon2:hover {
        text-decoration: underline; }
    .iContent .channel .content .icon3 {
      color: #2fa888; }
      .iContent .channel .content .icon3:hover {
        text-decoration: underline; }
    .iContent .channel .content .icon4 {
      color: #0073cc; }
      .iContent .channel .content .icon4:hover {
        text-decoration: underline; }
    .iContent .channel .content .icon5 {
      color: #b94742; }
      .iContent .channel .content .icon5:hover {
        text-decoration: underline; }
    .iContent .channel .content .icon6 {
      color: #00c149; }
      .iContent .channel .content .icon6:hover {
        text-decoration: underline; }
    .iContent .channel .content .icon7 {
      color: #2691b9; }
      .iContent .channel .content .icon7:hover {
        text-decoration: underline; }
    .iContent .channel .content .icon8 {
      color: #009946; }
      .iContent .channel .content .icon8:hover {
        text-decoration: underline; }

.innerContent {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px; }
  .innerContent .bread {
    margin-bottom: 16px;
    text-align:left; text-indent:1em;
    color: #9b9b9b;
    font-size: 12px; }
    .innerContent .bread a {
      color: #9b9b9b;
      line-height: 1; }
    .innerContent .bread .home {
      display: inline-block;
      width: 40px;
      height: 12px;
      background: url("/images/home.png") no-repeat left top;
      *height: 18px;
      *background-position: center center; }
    .innerContent .bread .current {
      color: #5cacf0; }
  .innerContent .left {
    float: left;
    width: 224px; }
    .innerContent .left .leftTitle {
      background: url("/images/leftMenu.jpg") no-repeat center center;
      height: 58px;
      color: #fff;
      padding-left: 27px;
      padding-top: 28px; }
      .innerContent .left .leftTitle h1 {
        font-size: 20px;
        font-weight: normal; }
      .innerContent .left .leftTitle p {
        font-size: 12px; }
    .innerContent .left table {
      border-collapse: collapse; }
      .innerContent .left table tr td {
        background: url("/images/td.png") no-repeat center center;
        width: 224px;
        height: 157px;
        text-align: center;
        color: #fff;
        font-size: 30px; }
    .innerContent .left ul {
      list-style: none; }
      .innerContent .left ul li {
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        background-color: #fafafa;
        line-height: 50px; }
        .innerContent .left ul li a {
          display: block;
          color: #535353;
          font-size: 16px;
          padding-left: 34px; }
      .innerContent .left ul .selected {
        border-left: 1px solid #019a47;
        border-bottom: 1px solid transparent; }
        .innerContent .left ul .selected a {
          border-left: 5px solid #019a47;
          background-color: #ececec;
          padding-left: 29px;
          color: #019a47;
          font-weight: bold; }
          .innerContent .left ul .selected a:hover {
            text-decoration: none; }
    .innerContent .left .innerKuang {
      margin-top: 15px; }
      .innerContent .left .innerKuang .title {
        background-color: #ededed;
        color: #1166a8;
        font-size: 15px;
        font-weight: bold;
        line-height: 35px;
        height: 35px;
        margin-bottom: 3px;
        border-left: 7px solid #ededed;
        border-right: 7px solid #0089d2;
        position: relative;
        padding-left: 8px; }
        .innerContent .left .innerKuang .title .more {
          position: absolute;
          right: 13px;
          top: 0;
          color: #0089d2;
          font-size: 12px;
          font-family: "segoe ui"; }
      .innerContent .left .innerKuang .content {
        border: 1px solid #ececec;
        padding: 13px 13px 0px;
        height: 225px; }
        .innerContent .left .innerKuang .content .item1 {
          height: 66px; }
          .innerContent .left .innerKuang .content .item1 img {
            width: 85px;
            height: 53px;
            float: left;
            margin-right: 10px; }
          .innerContent .left .innerKuang .content .item1 h1 {
            font-size: 14px;
            line-height: 1.3;
            font-weight: bold;
            height: 54px;
            overflow: hidden; }
            .innerContent .left .innerKuang .content .item1 h1 a {
              color: #535353; }
        .innerContent .left .innerKuang .content ul {
          list-style: none;
          padding-bottom: 2px;
          border-top: 1px solid #ececec; }
          .innerContent .left .innerKuang .content ul li {
            line-height: 30px;
            border: 0;
            border-top: 1px dashed #e5e5e5;
            padding-left: 16px;
            background: url("/images/quan.jpg") no-repeat 2px center; }
            .innerContent .left .innerKuang .content ul li:first-child {
              border-top: 0; }
            .innerContent .left .innerKuang .content ul li a {
              color: #535353;
              padding-left: 0;
              font-size: 14px;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden; }
    .innerContent .left .innerKuang2 .title {
      color: #1d9a3d;
      border-right-color: #1d9a3d; }
      .innerContent .left .innerKuang2 .title .more {
        color: #1d9a3d; }
    .innerContent .left .innerKuang2 .content {
      height: 186px;
      padding-top: 3px; }
      .innerContent .left .innerKuang2 .content ul {
        border-top: 0; }
  .innerContent .right {
    width: 745px;
    float: right;
    min-height: 650px;
    padding-bottom: 45px; }
    .innerContent .right .title {
      height: 64px;
      background: url("/images/title.png") repeat-x 0 100%;
      color: #535353; }
      .innerContent .right .title h1 {
        font-weight: normal;
        font-size: 26px;
        border-bottom: 3px solid #3697e9;
        float: left;
        line-height: 61px; }
    .innerContent .right .htmlPage {
      padding-top: 34px;
      font-size: 16px;
      color: #333;
      line-height: 2;
      padding-bottom: 15px; }
      .innerContent .right .htmlPage img {
        max-width: 100%; }
      .innerContent .right .htmlPage p {
        margin-bottom: 20px; }
      .innerContent .right .htmlPage span {
        color: #3697e9; }
    .innerContent .right .share {
      float: right;
      color: #535353; }
    .innerContent .right .list {
      padding-top: 20px; }
      .innerContent .right .list ul {
        list-style: none; }
        .innerContent .right .list ul li {
          line-height: 45px;
          padding-left: 20px;
          background: url("/images/quan.jpg") no-repeat 0 center;
          border-bottom: 1px dashed #c9c9c9; }
          .innerContent .right .list ul li span.time {
            float: right;
            font-size: 12px;
            color: #2691b9; }
          .innerContent .right .list ul li a {
            color: #626262;
            font-size: 14px; }
          .innerContent .right .list ul li .download {
            background: url("/images/download.gif") no-repeat center center;
            width: 16px;
            height: 45px;
            margin: 0 20px;
            line-height: 45px;
            float: right;
            overflow: hidden; }
      .innerContent .right .list .pageNo {
        text-align: center;
        padding-top: 25px;
        color: #626262; }
        .innerContent .right .list .pageNo a {
          display: inline-block;
          background: url("/images/pageNo.jpg") repeat-x center center;
          margin: 0 2px;
          line-height: 26px;
          height: 26px;
          padding:0px 10px;
          text-align: center;
          color: #626262;
          border: 1px solid #dcdcdc;
          font-size: 12px;
          border-radius: 2px; }
    .innerContent .right .news .newsTitle {
      padding-bottom: 12px;
      border-bottom: 1px solid #ececec;
      font-family: "segoe ui";
      color: #a2a2a2;
      font-size: 12px;
      text-align: center;
      margin-bottom: 24px; }
      .innerContent .right .news .newsTitle h1 {
        font-weight: normal;
        font-size: 28px;
        color: #0d65b6;
        margin-bottom: 20px;
        padding-top: 5px;
        font-family: "Microsoft YaHei"; }
    .innerContent .right .news .newsContent {
      margin-bottom: 15px;
      font-size: 16px;
      color: #333; }
      .innerContent .right .news .newsContent img {
        max-width: 100%; }
      .innerContent .right .news .newsContent p {
        margin-bottom: 20px;
        line-height: 2; }
    .innerContent .right .search {
      margin-top: 10px;
      border-bottom: 1px solid #ececec; }
      .innerContent .right .search .innerSearch {
        padding: 15px 0;
        background-color: #f8f8f8;
        text-align: center; }
        .innerContent .right .search .innerSearch .text {
          background-color: #fff;
          border: 1px solid #e3e3e3;
          font-size: 14px;
          width: 549px;
          padding: 5px 10px;
          margin-right: 5px; }
        .innerContent .right .search .innerSearch .submit {
          background-color: #00b349;
          color: #f8f8f8;
          font-size: 14px;
          line-height: 28px;
          height: 28px;
          overflow: hidden;
          width: 65px;
          text-align: center;
          outline: none;
          cursor: pointer; }
      .innerContent .right .search .result {
        padding: 0 20px;
        color: #535353;
        font-family: "segoe ui";
        font-size: 12px;
        line-height: 27px; }
      .innerContent .right .search span {
        color: #e50000; }
    .innerContent .right .searchList ul li {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 75px;
      position: relative; }
      .innerContent .right .searchList ul li a {
        *width: 650px;
        *overflow: hidden;
        *display: block;
        *text-overflow: ellipsis; }
      .innerContent .right .searchList ul li span.time {
        position: absolute;
        right: 0;
        bottom: 0; }
      .innerContent .right .searchList ul li span.red {
        color: #f00; }

 .logo111 {width:1000px; margin:0 auto;    background: url(/images/logo.png) no-repeat 0 10px;
    height: 185px;}
.top_link { width:1000px;margin:0 auto;position:relative;}
.navBar {width: 155px;float:right;  margin: 0 auto; height:28px; line-height:28px; color:#666; /*overflow:hidden;*/ padding:0 10px; color: #fff;position:absolute;right:0;; }
.navBar a {color: #fff;font-size:14px;}
.navBar .add {float: left;}
