.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0; }

.head {
  width: 100%;
  height: 400px;
  background: url(../images/bgbanner.png) center no-repeat;
  background-size: cover; }
  .head .top-logo {
    width: 100%;
    height: 400px;
    margin: 0 auto; }
    .head .top-logo .register {
      height: 30px;
      line-height: 30px;
      background: rgba(255, 255, 255, 0.2);
      border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
      .head .top-logo .register .register_center {
        width: 1200px;
        margin: 0 auto;
        color: #e3f2ff;
        font-size: 12px;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%; }
        .head .top-logo .register .register_center .login-btn-box {
          display: inline-block;
          background: #006cc6;
          width: 120px;
          height: 20px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          padding: 0 12px;
          font-size: 14px; }
    .head .top-logo .top-logo-center {
      width: 1200px;
      margin: 0 auto; }
      .head .top-logo .top-logo-center .logo {
        margin-top: 58px; }
      .head .top-logo .top-logo-center .top_right .search_box {
        width: 300px;
        height: 35px;
        line-height: 35px;
        margin-top: 80px; }
        .head .top-logo .top-logo-center .top_right .search_box input {
          display: inline-block;
          box-sizing: border-box;
          width: 260px;
          height: 35px;
          float: left;
          padding: 0 5px;
          background: rgba(255, 255, 255, 0.5); }
          .head .top-logo .top-logo-center .top_right .search_box input::-webkit-input-placeholder {
            color: #bdbdbd; }
          .head .top-logo .top-logo-center .top_right .search_box input::-moz-placeholder {
            color: #bdbdbd; }
          .head .top-logo .top-logo-center .top_right .search_box input:-moz-input-placeholder {
            color: #bdbdbd; }
          .head .top-logo .top-logo-center .top_right .search_box input::-ms-input-placeholder {
            color: #bdbdbd; }
        .head .top-logo .top-logo-center .top_right .search_box .search_btn {
          width: 40px;
          height: 35px;
          box-sizing: border-box;
          background-image: url(../images/search_icon.png);
          background-position: center;
          background-repeat: no-repeat;
          background-color: #006cc6;
          cursor: pointer; }
  .head .top-nav {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    margin-top: -170px; }
    .head .top-nav .nav {
      display: inline-block;
      width: 1200px;
      margin: 0 auto;
      background: #006cc6; }
      .head .top-nav .nav li {
        width: 100px;
        float: left;
        transition: all 0.3s ease;
        margin-right: 32px;
        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: 45px;
          left: 0;
          z-index: 100;
          background: #006cc6;
          display: none; }
        .head .top-nav .nav li:hover > ul {
          display: block; }
          .head .top-nav .nav li:hover > ul li:hover {
            background: #0c62aa; }
      .head .top-nav .nav .on {
        background: #0c62aa; }

.content {
  box-sizing: border-box;
  width: 1200px;
  margin: -125px auto 20px auto; }
  .content .content1 {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff; }
    .content .content1 .content1_left {
      width: 800px;
      height: 270px; }
      .content .content1 .content1_left .wrapper {
        width: 400px;
        height: 270px;
        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.7);
            padding: 0 80px 0 20px;
            position: absolute;
            left: 0;
            top: 230px;
            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;
            background: #fff;
            float: left;
            margin-left: 8px; }
          .content .content1 .content1_left .wrapper .d2 .nuw {
            background: #006cc6; }
      .content .content1 .content1_left .news_box {
        box-sizing: border-box;
        width: 400px;
        height: 270px;
        background: #fdfafa;
        padding: 0 20px;
        border: solid 1px #fbf2f2; }
        .content .content1 .content1_left .news_box .news_title {
          height: 36px;
          line-height: 36px;
          border-bottom: solid 2px #006cc6; }
          .content .content1 .content1_left .news_box .news_title .news_title_left {
            color: #006cc6;
            font-weight: bold;
            background: url(../images/xhzx_icon.png) left no-repeat;
            padding-left: 20px; }
        .content .content1 .content1_left .news_box .news_item {
          width: 358px;
          margin-top: 15px; }
          .content .content1 .content1_left .news_box .news_item .news_item_center {
            height: 210px; }
            .content .content1 .content1_left .news_box .news_item .news_item_center > ul {
              display: block;
              width: 358px; }
              .content .content1 .content1_left .news_box .news_item .news_item_center > ul li {
                height: 20px;
                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: 310px;
                  height: 20px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                  .content .content1 .content1_left .news_box .news_item .news_item_center > ul li a:hover {
                    color: #006cc6; }
                  .content .content1 .content1_left .news_box .news_item .news_item_center > ul li a i {
                    color: #006cc6; }
                .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: 350px;
      height: 270px;
      margin-left: 20px; }
      .content .content1 .content1_right .news_title {
        box-sizing: border-box;
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
        background: url(../images/xhtz_title_bg.png) center no-repeat; }
        .content .content1 .content1_right .news_title .news_title_left {
          color: #fff;
          font-weight: bold;
          background: url(../images/xhtz_icon.png) left no-repeat;
          padding-left: 20px; }
      .content .content1 .content1_right .news_item {
        box-sizing: border-box;
        width: 350px;
        height: 234px;
        padding: 15px 10px;
        border: solid 1px #fbf2f2; }
        .content .content1 .content1_right .news_item .news_item_center {
          height: 210px; }
          .content .content1 .content1_right .news_item .news_item_center > ul li {
            height: 26px;
            margin-bottom: 10px;
            color: #424242;
            font-size: 14px;
            line-height: 26px; }
            .content .content1 .content1_right .news_item .news_item_center > ul li a {
              display: inline-block;
              float: left;
              width: 220px;
              height: 30px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .content .content1 .content1_right .news_item .news_item_center > ul li a:hover {
                color: #006cc6; }
              .content .content1 .content1_right .news_item .news_item_center > ul li a i {
                color: #006cc6; }
            .content .content1 .content1_right .news_item .news_item_center > ul li span {
              display: inline-block;
              float: right;
              color: #bdbdbd;
              font-size: 12px; }
  .content .content_add {
    width: 1200px;
    height: 230px;
    margin-top: 10px; }
    .content .content_add .content_add_left {
      box-sizing: border-box;
      width: 815px;
      background: #fff;
      height: 100%; }
      .content .content_add .content_add_left .news_title {
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        background: url(../images/hydw_title_bg.png) center no-repeat; }
        .content .content_add .content_add_left .news_title .news_title_left span {
          color: #fff;
          font-weight: bold;
          border-left: solid 4px #fff;
          padding-left: 5px; }
      .content .content_add .content_add_left .news_item {
        box-sizing: border-box;
        width: 100%;
        height: 194px;
        padding: 10px 15px;
        overflow: hidden; }
        .content .content_add .content_add_left .news_item .news_item_center {
          text-align: center; }
          .content .content_add .content_add_left .news_item .news_item_center > ul {
            display: inline-block;
            width: 1920px; }
            .content .content_add .content_add_left .news_item .news_item_center > ul li {
              box-sizing: border-box;
              width: 180px;
              height: 174px;
              border: solid 1px #fafafa;
              margin: 0 11px;
              float: left; }
              .content .content_add .content_add_left .news_item .news_item_center > 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); }
              .content .content_add .content_add_left .news_item .news_item_center > ul li:first-child {
                margin-left: 0; }
              .content .content_add .content_add_left .news_item .news_item_center > ul li img {
                width: 100%;
                height: 125px; }
              .content .content_add .content_add_left .news_item .news_item_center > ul li span {
                display: inline-block;
                box-sizing: border-box;
                width: 100%;
                height: 40px;
                line-height: 40px;
                color: #424242;
                background: #fafafa;
                padding: 0 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
    .content .content_add .content_add_right {
      width: 365px;
      height: 230px;
      position: relative; }
      .content .content_add .content_add_right .video_pic {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10; }
      .content .content_add .content_add_right .play_btn {
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px;
        z-index: 20; }
  .content .content2 {
    width: 1200px;
    height: 320px;
    margin-top: 10px; }
    .content .content2 .content2_box_left {
      width: 815px;
      height: 320px;
      background: #fff; }
    .content .content2 .content2_left {
      box-sizing: border-box;
      width: 400px;
      height: 320px;
      padding: 0 15px; }
      .content .content2 .content2_left .news_title {
        height: 38px;
        line-height: 38px;
        border-bottom: solid 1px #fafafa; }
        .content .content2 .content2_left .news_title .news_title_left span {
          color: #006cc6;
          font-weight: bold;
          border-left: solid 4px #006cc6;
          padding-left: 5px; }
      .content .content2 .content2_left .news_item {
        width: 100%; }
        .content .content2 .content2_left .news_item .news_item_center > ul li {
          height: 35px;
          line-height: 35px;
          color: #424242;
          font-size: 14px;
          border-bottom: dashed 1px #fafafa;
          box-sizing: border-box; }
          .content .content2 .content2_left .news_item .news_item_center > ul li a {
            display: inline-block;
            float: left;
            width: 320px;
            height: 35px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .content .content2 .content2_left .news_item .news_item_center > ul li a:hover {
              color: #006cc6; }
            .content .content2 .content2_left .news_item .news_item_center > ul li a i {
              color: #006cc6; }
          .content .content2 .content2_left .news_item .news_item_center > ul li span {
            display: inline-block;
            float: right;
            color: #bdbdbd;
            font-size: 12px; }
    .content .content2 .kpyd {
      background: url(../images/kpyd_bg.png) center no-repeat; }
    .content .content2 .hydt {
      width: 365px;
      background: url(../images/hydt_bg.png) center no-repeat; }
      .content .content2 .hydt .news_item .news_item_center > ul li a {
        width: 280px; }
    .content .content2 .content2_right {
      box-sizing: border-box;
      width: 410px;
      height: 310px;
      padding: 0 15px; }
      .content .content2 .content2_right .news_title {
        height: 38px;
        line-height: 38px;
        border-bottom: solid 1px #fafafa;
        margin-bottom: 10px; }
        .content .content2 .content2_right .news_title .news_title_left span {
          color: #006cc6;
          font-weight: bold;
          border-left: solid 4px #006cc6;
          padding-left: 5px; }
      .content .content2 .content2_right .hyzx_item {
        width: 100%;
        height: 80px; }
        .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: 120px;
    margin-top: 10px;
    padding: 0 15px;
    background: #fff; }
    .content .content3 .xhjs .news_title {
      height: 36px;
      border-bottom: solid 1px #f5f5f5;
      line-height: 36px; }
      .content .content3 .xhjs .news_title .news_title_left span {
        color: #006cc6;
        font-weight: bold;
        border-left: solid 4px #006cc6;
        padding-left: 5px; }
    .content .content3 .xhjs > ul {
      margin-top: 10px; }
      .content .content3 .xhjs > ul li {
        width: 140px;
        height: 60px;
        float: left;
        margin: 0 3.5px; }
        .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); }
  .content .content4 {
    box-sizing: border-box;
    width: 1200px;
    height: auto;
    margin-top: 10px;
    padding: 0 15px;
    overflow: hidden;
    background: #fff; }
    .content .content4 .yqlj .news_title {
      height: 36px;
      border-bottom: solid 1px #f5f5f5;
      line-height: 36px; }
      .content .content4 .yqlj .news_title .news_title_left span {
        color: #006cc6;
        font-weight: bold;
        border-left: solid 4px #006cc6;
        padding-left: 5px; }
    .content .content4 .yqlj > ul {
      margin-top: 10px; }
      .content .content4 .yqlj > ul li {
        width: 160px;
        height: 60px;
        float: left;
        margin: 10px 4px; }
        .content .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); }
        .content .content4 .yqlj > ul li:nth-child(7n-6) {
          margin-left: 0; }
        .content .content4 .yqlj > ul li:nth-child(7n) {
          margin-right: 0; }
        .content .content4 .yqlj > ul li img {
          display: inline-block;
          width: 100%;
          height: 100%; }

.foot {
  width: 100%;
  height: 160px;
  background: #004986; }
  .foot p {
    font-size: 14px;
    padding-top: 60px;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    line-height: 28px; }

/*# sourceMappingURL=style.css.map */
