.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0; }

body {
  background: url(../images/background.png) center no-repeat;
  background-size: cover; }

.head {
  width: 100%; }
  .head .top-logo {
    width: 1200px;
    height: 130px;
    margin: 0 auto; }
    .head .top-logo .logo {
      margin-top: 25px; }
    .head .top-logo .top_right {
      margin-right: 16px; }
      .head .top-logo .top_right .register {
        color: #0071e0;
        font-size: 16px;
        margin-top: 10px;
        text-align: right; }
      .head .top-logo .top_right .search_box {
        width: 290px;
        height: 35px;
        line-height: 35px;
        margin-top: 20px; }
        .head .top-logo .top_right .search_box input {
          display: inline-block;
          box-sizing: border-box;
          width: 200px;
          height: 100%;
          float: left;
          padding: 0 5px;
          border: solid 1px #0e87fd; }
          .head .top-logo .top_right .search_box input::-webkit-input-placeholder {
            color: #bdbdbd; }
          .head .top-logo .top_right .search_box input::-moz-placeholder {
            color: #bdbdbd; }
          .head .top-logo .top_right .search_box input:-moz-input-placeholder {
            color: #bdbdbd; }
          .head .top-logo .top_right .search_box input::-ms-input-placeholder {
            color: #bdbdbd; }
        .head .top-logo .top_right .search_box .search_btn {
          width: 90px;
          height: 35px;
          box-sizing: border-box;
          background-image: url(../images/search_icon.png);
          background-size: 20px 20px;
          background-position: 10px;
          background-repeat: no-repeat;
          background-color: #0e87fd;
          color: #fff;
          font-size: 18px;
          padding-left: 30px;
          text-align: center;
          cursor: pointer; }
  .head .top-nav {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0e87fd;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
    .head .top-nav .nav {
      display: inline-block;
      width: 1200px;
      margin: 0 auto; }
      .head .top-nav .nav li {
        width: 100px;
        float: left;
        transition: all 0.3s ease;
        margin-right: 20px;
        position: relative; }
        .head .top-nav .nav li a {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .head .top-nav .nav li a:hover {
            color: #fff; }
        .head .top-nav .nav li > ul {
          width: 100px;
          position: absolute;
          top: 40px;
          left: 0;
          z-index: 100;
          background: #0e87fd;
          display: none; }
        .head .top-nav .nav li:hover > ul {
          display: block; }
          .head .top-nav .nav li:hover > ul li:hover {
            background: #0071e0; }
      .head .top-nav .nav .on {
        background: #0071e0; }

.top_banner {
  box-sizing: border-box;
  width: 1200px;
  height: 90px;
  background: url(../images/istop_bg.png) center no-repeat;
  background-size: cover;
  line-height: 90px;
  font-size: 30px;
  color: #0071e0;
  padding: 0 70px;
  margin: 10px auto 20px auto; }
  .top_banner a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.content {
  box-sizing: border-box;
  width: 1200px;
  margin: 10px auto 30px auto;
  background: #fff; }
  .content .content1 {
    width: 100%; }
    .content .content1 .content1_left {
      width: 100%;
      height: 430px; }
      .content .content1 .content1_left .wrapper {
        width: 596px;
        height: 430px;
        position: relative;
        overflow: hidden; }
        .content .content1 .content1_left .wrapper .d1 {
          display: inline-block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .content .content1 .content1_left .wrapper .d1 .newstitle {
            display: inline-block;
            box-sizing: border-box;
            width: 100%;
            height: 40px;
            line-height: 40px;
            color: #fff;
            background: rgba(0, 0, 0, 0.5);
            padding: 0 80px 0 20px;
            position: absolute;
            left: 0;
            bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .content .content1 .content1_left .wrapper .d2 {
          width: 60px;
          height: 8px;
          position: absolute;
          right: 10px;
          bottom: 16px;
          z-index: 10; }
          .content .content1 .content1_left .wrapper .d2 li {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #fff;
            float: left;
            margin-left: 8px; }
          .content .content1 .content1_left .wrapper .d2 .nuw {
            background: #00a0e9; }
      .content .content1 .content1_left .news_box {
        box-sizing: border-box;
        width: 580px;
        height: 430px; }
        .content .content1 .content1_left .news_box .news_title {
          height: 40px;
          line-height: 40px;
          padding: 0 18px;
          background: url(../images/news_title_bg2.png) center no-repeat;
          background-size: cover; }
          .content .content1 .content1_left .news_box .news_title .news_title_left {
            font-size: 18px;
            color: #0071e0;
            font-weight: bold;
            background: url(../images/xhxw_icon.png) left no-repeat;
            padding-left: 45px; }
        .content .content1 .content1_left .news_box .news_item {
          width: 100%;
          height: 180px;
          box-sizing: border-box;
          padding: 15px;
          border: solid 2px #dedede;
          border-top: none; }
          .content .content1 .content1_left .news_box .news_item .news_item_center .first_news span {
            display: block; }
          .content .content1 .content1_left .news_box .news_item .news_item_center .first_news .title {
            padding-left: 6px;
            font-size: 24px;
            color: #6e6e6e;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .content .content1 .content1_left .news_box .news_item .news_item_center .first_news .title::before {
              content: '';
              display: block;
              width: 4px;
              height: 4px;
              border-radius: 4px;
              background: #6e6e6e;
              position: absolute;
              left: 0;
              top: 16px; }
            .content .content1 .content1_left .news_box .news_item .news_item_center .first_news .title:hover {
              color: #0071e0; }
          .content .content1 .content1_left .news_box .news_item .news_item_center .first_news .summary {
            height: 40px;
            font-size: 12px;
            line-height: 20px;
            text-indent: 24px;
            color: #9b9b9b;
            margin: 10px 0; }
          .content .content1 .content1_left .news_box .news_item .news_item_center > ul {
            display: block;
            width: 100%; }
            .content .content1 .content1_left .news_box .news_item .news_item_center > ul li {
              height: 34px;
              line-height: 34px;
              margin-bottom: 10px;
              color: #424242;
              font-size: 14px; }
              .content .content1 .content1_left .news_box .news_item .news_item_center > ul li a {
                display: inline-block;
                float: left;
                width: 450px;
                height: 34px;
                position: relative;
                padding-left: 6px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
                .content .content1 .content1_left .news_box .news_item .news_item_center > ul li a:hover {
                  color: #0071e0; }
                .content .content1 .content1_left .news_box .news_item .news_item_center > ul li a::before {
                  content: '';
                  display: block;
                  width: 4px;
                  height: 4px;
                  border-radius: 4px;
                  background: #6e6e6e;
                  position: absolute;
                  left: 0;
                  top: 16px; }
              .content .content1 .content1_left .news_box .news_item .news_item_center > ul li span {
                display: inline-block;
                float: right;
                color: #bdbdbd;
                font-size: 12px; }
    .content .content1 .content1_right {
      box-sizing: border-box;
      width: 395px;
      height: 290px;
      margin-left: 10px; }
      .content .content1 .content1_right .news_title {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        background: url(../images/news_title_bg.png) center no-repeat;
        background-size: cover; }
        .content .content1 .content1_right .news_title .news_title_left {
          font-size: 22px;
          color: #fff;
          font-weight: bold;
          background: url(../images/xhtz_icon.png) left no-repeat;
          padding-left: 38px; }
      .content .content1 .content1_right .news_item {
        width: 100%;
        height: 250px;
        box-sizing: border-box;
        padding: 15px;
        border: solid 2px #dedede;
        border-top: none; }
        .content .content1 .content1_right .news_item .news_item_center > ul {
          display: block;
          width: 100%; }
          .content .content1 .content1_right .news_item .news_item_center > ul li {
            height: 34px;
            line-height: 34px;
            margin-bottom: 10px;
            color: #424242;
            font-size: 14px;
            border-bottom: dashed 2px #dedede; }
            .content .content1 .content1_right .news_item .news_item_center > ul li a {
              display: inline-block;
              float: left;
              width: 450px;
              height: 34px;
              position: relative;
              padding-left: 6px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .content .content1 .content1_right .news_item .news_item_center > ul li a:hover {
                color: #008445; }
              .content .content1 .content1_right .news_item .news_item_center > ul li a::before {
                content: '';
                display: block;
                width: 4px;
                height: 4px;
                border-radius: 4px;
                background: #6e6e6e;
                position: absolute;
                left: 0;
                top: 16px; }
            .content .content1 .content1_right .news_item .news_item_center > ul li span {
              display: inline-block;
              float: right;
              color: #bdbdbd;
              font-size: 12px; }
  .content .content2 {
    width: 1200px;
    margin-top: 20px;
    overflow: hidden; }
    .content .content2 .content2_left {
      box-sizing: border-box;
      width: 395px;
      margin-right: 10px; }
      .content .content2 .content2_left:last-child {
        margin-right: 0; }
      .content .content2 .content2_left .news_title {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        background: url(../images/news_title_bg3.png) center no-repeat;
        background-size: cover; }
        .content .content2 .content2_left .news_title .news_title_left {
          font-size: 18px;
          color: #fff;
          font-weight: bold;
          background: url(../images/kpyd_icon.png) left no-repeat;
          padding-left: 45px; }
      .content .content2 .content2_left .news_middle_banner {
        margin: 0 auto; }
        .content .content2 .content2_left .news_middle_banner img {
          display: inline-block;
          width: 100%;
          height: 100%; }
      .content .content2 .content2_left .news_item {
        width: 100%;
        height: 242px;
        box-sizing: border-box;
        padding: 15px;
        border: solid 2px #dedede;
        border-top: none; }
        .content .content2 .content2_left .news_item .news_item_center > ul li {
          height: 34px;
          line-height: 34px;
          margin-bottom: 10px;
          color: #424242;
          font-size: 14px; }
          .content .content2 .content2_left .news_item .news_item_center > ul li a {
            display: inline-block;
            float: left;
            width: 450px;
            height: 34px;
            position: relative;
            padding-left: 6px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .content .content2 .content2_left .news_item .news_item_center > ul li a:hover {
              color: #0071e0; }
            .content .content2 .content2_left .news_item .news_item_center > ul li a::before {
              content: '';
              display: block;
              width: 4px;
              height: 4px;
              border-radius: 4px;
              background: #6e6e6e;
              position: absolute;
              left: 0;
              top: 16px; }
          .content .content2 .content2_left .news_item .news_item_center > ul li span {
            display: inline-block;
            float: right;
            color: #bdbdbd;
            font-size: 12px; }
    .content .content2 .content2_right {
      width: 385px;
      height: 390px;
      margin-right: 15px; }
      .content .content2 .content2_right .hyzx_box {
        box-sizing: border-box;
        height: 190px;
        width: 100%;
        border: solid 2px #dedede;
        padding: 0 18px; }
        .content .content2 .content2_right .hyzx_box:last-child {
          margin-top: 10px; }
      .content .content2 .content2_right .news_title {
        height: 40px;
        line-height: 40px;
        text-align: center; }
        .content .content2 .content2_right .news_title .news_title_left {
          width: 100%;
          font-size: 22px;
          color: #168d54;
          font-weight: bold;
          background: url(../images/hyzx_icon.png) 25% no-repeat; }
      .content .content2 .content2_right .hyzx_item {
        width: 100%;
        height: 60px; }
        .content .content2 .content2_right .hyzx_item img {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .content .content2 .content2_right .hyzx_item img:hover {
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
            -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
        .content .content2 .content2_right .hyzx_item:nth-child(3) {
          margin: 10px 0; }
  .content .content3 {
    box-sizing: border-box;
    width: 1200px;
    height: 140px;
    margin-top: 20px; }
    .content .content3 .xhjs .news_title {
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      background: url(../images/news_title_bg.png) center; }
      .content .content3 .xhjs .news_title .news_title_left {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        background: url(../images/xhgk_icon.png) left no-repeat;
        padding-left: 38px; }
    .content .content3 .xhjs > ul {
      box-sizing: border-box;
      width: 100%;
      height: 100px;
      padding: 15px;
      border: solid 2px #dedede;
      border-top: none; }
      .content .content3 .xhjs > ul li {
        width: 140px;
        height: 65px;
        float: left;
        margin: 0 3px; }
        .content .content3 .xhjs > ul li:first-child {
          margin-left: 0; }
        .content .content3 .xhjs > ul li:last-child {
          margin-right: 0; }
        .content .content3 .xhjs > ul li:hover {
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.content4 {
  box-sizing: border-box;
  height: auto;
  margin-top: 38px;
  overflow: hidden; }
  .content4 .yqlj .news_title {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: url(../images/yqlj_bg.png) center no-repeat; }
    .content4 .yqlj .news_title .news_title_left {
      font-size: 22px;
      color: #fff;
      font-weight: bold;
      background: url(../images/yqlj_icon.png) left no-repeat;
      padding-left: 38px; }
  .content4 .yqlj > ul {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
    border-top: none;
    overflow: hidden; }
    .content4 .yqlj > ul li {
      width: 160px;
      height: 60px;
      float: left;
      margin: 10px 21px; }
      .content4 .yqlj > ul li:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .content4 .yqlj > ul li:nth-child(6n-5) {
        margin-left: 0; }
      .content4 .yqlj > ul li:nth-child(6n) {
        margin-right: 0; }
      .content4 .yqlj > ul li img {
        display: inline-block;
        width: 100%;
        height: 100%; }

.foot {
  width: 100%;
  height: 160px;
  background: #0e87fd; }
  .foot p {
    font-size: 16px;
    padding-top: 60px;
    text-align: center;
    color: #fff;
    line-height: 28px; }

/*# sourceMappingURL=style.css.map */
