select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main {
  width: 100%;
  height: auto;
  position: relative; }

.w1370 {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  padding: 0 15px;
  box-sizing: border-box; }

.headerBox {
  width: 100%;
  height: 80px; }
  @media (max-width: 990px) {
    .headerBox {
      height: 50px; } }

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 3px 24px -10px rgba(0, 0, 0, 0.4);
  background-color: #fff; }
  .header:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    display: block;
    height: 2px;
    background-color: #3984be;
    content: ""; }
  .header .logo {
    width: 130px;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 10;
    margin-left: 15px; }
  .header .right {
    float: right;
    margin-right: 15px; }
    .header .right a {
      float: right;
      padding: 0 8px;
      height: 80px;
      display: block;
      float: left;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: 12px;
      box-sizing: content-box; }
      .header .right a.a1 {
        background-image: url("../img/cc.jpg");
        width: 23px; }
      .header .right a.a2 {
        background-image: url("../img/ren.jpg");
        width: 30px; }
      .header .right a.a3 {
        background-image: url("../img/search.jpg");
        width: 24px; }
  .header .nav {
    float: right;
    margin-right: 11px; }
    .header .nav ul li {
      float: left;
      margin-left: 37px; }
      .header .nav ul li .tits {
        font-size: 18px;
        line-height: 80px;
        color: #112038; }
        .header .nav ul li .tits span {
          padding-right: 23px;
          background-repeat: no-repeat;
          display: block;
          background-position: right center;
          background-image: url("../img/icon1.jpg"); }
  .header .navClick {
    width: 36px;
    height: 28px;
    margin-top: 11px;
    float: right;
    display: block;
    background-image: url("../img/nav.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: none; }
    .header .navClick.on {
      background-image: url("../img/nav_h.png"); }
  @media (max-width: 990px) {
    .header {
      height: 50px; }
      .header .logo {
        width: 90px; }
      .header .right {
        display: none; }
      .header .nav {
        display: none;
        width: 100%;
        position: fixed;
        top: 50px;
        left: 0;
        background-color: #112038;
        height: calc(100vh - 50px); }
        .header .nav ul {
          padding-top: 30px; }
          .header .nav ul li {
            width: calc(100% - 30px);
            margin: 0 auto;
            border-bottom: 1px solid #fff;
            float: none; }
            .header .nav ul li .tits {
              text-align: left;
              font-size: 20px;
              line-height: 58px;
              color: #fff; }
              .header .nav ul li .tits span {
                background: none;
                padding-right: 0; }
      .header .navClick {
        display: block; } }

.content {
  position: relative; }
  .content .box {
    width: calc(44.4% - 30px);
    left: 15px;
    top: 0;
    position: absolute;
    padding-top: 34px;
    max-height: 240px;
    padding-bottom: 30px; }
    .content .box .tits {
      width: 100%;
      font-size: 30px;
      color: #112038;
      min-height: 50px;
      margin-bottom: 5px; }
    .content .box .searchBox {
      width: 100%;
      height: auto; }
      .content .box .searchBox .searchNew {
        width: 100%;
        height: auto; }
        .content .box .searchBox .searchNew .text {
          width: calc(100% - 48px - 2px - 96px);
          height: 46px;
          border: 1px solid #ced4da;
          float: left;
          background: none;
          background-image: url("../img/icon2.jpg");
          background-position: 9px center;
          padding: 0 48px;
          background-repeat: no-repeat;
          font-size: 16px;
          line-height: 30px;
          color: #495057;
          box-sizing: content-box; }
        .content .box .searchBox .searchNew .submit {
          width: 48px;
          height: 48px;
          float: left;
          background-image: url("../img/icon3.jpg");
          background-position: center;
          background-repeat: no-repeat;
          background-color: #3984be;
          border: none; }
      .content .box .searchBox .screen {
        width: 185px;
        height: 36px;
        border-radius: 100px;
        background-color: #112038;
        border: 1px solid #112038;
        font-size: 16px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        display: block;
        margin-top: 10px;
        transition: background .5s; }
        .content .box .searchBox .screen span {
          padding-left: 34px;
          display: inline-block;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../img/icon4.jpg");
          transition: all .5s; }
        @media (min-width: 1024px) {
          .content .box .searchBox .screen:hover {
            background-color: #fff;
            color: #112038; }
            .content .box .searchBox .screen:hover span {
              background-image: url("../img/icon4_h.jpg"); } }
      .content .box .searchBox .select {
        width: 48%;
        height: 40px;
        margin-bottom: 10px;
        margin-right: 4%;
        float: left; }
        .content .box .searchBox .select select {
          width: 100%;
          height: 40px; }
        .content .box .searchBox .select:nth-child(2) {
          margin-right: 0; }
      .content .box .searchBox .but {
        width: 126px;
        height: 40px;
        border: none;
        background: none;
        background-color: #3984be;
        float: left;
        margin-right: 20px;
        text-align: center;
        font-size: 16px;
        line-height: 4px;
        color: #fff; }
        .content .box .searchBox .but.reset_btn {
          background-color: #999; }
  .content .map {
    width: 55.6%;
    float: right;
    height: calc(100vh - 80px);
    background-color: #000; }
    .content .map #dituContent {
      width: 100%;
      height: 100%; }
  .content .con {
    width: calc(44.4% - 30px);
    margin-left: 15px;
    position: absolute;
    bottom: 0;
    left: 0; }
    .content .con .searchTop {
      width: 100%;
      padding: 8px 0; }
      .content .con .searchTop p {
        float: left;
        font-size: 16px;
        line-height: 48px;
        color: #112038;
        margin-bottom: 0 !important; }
      .content .con .searchTop .tits {
        width: 100px;
        height: 48px;
        position: relative;
        float: right;
        z-index: 10; }
        .content .con .searchTop .tits .t {
          width: 100%;
          height: 48px;
          border: 1px solid #fff;
          font-size: 16px;
          color: #3984be;
          cursor: pointer;
          text-align: center; }
          .content .con .searchTop .tits .t span {
            padding-right: 36px;
            display: inline-block;
            line-height: 48px;
            background-position: right center;
            background-repeat: no-repeat;
            background-image: url("../img/icon5.jpg"); }
          .content .con .searchTop .tits .t.on {
            border: 1px solid #112038;
            color: #112038; }
            .content .con .searchTop .tits .t.on span {
              background-image: url("../img/icon5_h.jpg"); }
        .content .con .searchTop .tits .tt {
          overflow-y: auto;
          max-height: 253px;
          width: 100%;
          min-width: 160px;
          position: absolute;
          top: 100%;
          right: 0px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          background-color: #fff;
          display: none; }
          .content .con .searchTop .tits .tt a {
            padding: 7px 16px;
            font-size: 16px;
            color: #212529;
            box-sizing: border-box;
            width: 100%;
            height: auto;
            display: block; }
            @media (min-width: 1024px) {
              .content .con .searchTop .tits .tt a:hover {
                background-color: #f8f9fa; } }
      @media (min-width: 1024px) {
        .content .con .searchTop:hover .t {
          border: 1px solid #112038;
          color: #112038; }
          .content .con .searchTop:hover .t span {
            background-image: url("../img/icon5_h.jpg"); } }
    .content .con .list {
      width: 100%;
      height: calc(100vh - 80px - 192px - 64px);
      overflow-y: scroll; }
      .content .con .list ul {
        margin-bottom: 0 !important; }
        .content .con .list ul li {
          padding: 30px 15px 24px;
          margin-bottom: 10px;
          background-color: #f2f4f6;
          box-sizing: border-box;
          cursor: pointer; }
          .content .con .list ul li:after {
            display: none; }
          .content .con .list ul li:before {
            display: none; }
          .content .con .list ul li .tits {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 10px;
            color: inherit;
            text-transform: uppercase; }
          .content .con .list ul li .tit {
            font-size: 16px;
            line-height: 24px;
            height: 48px;
            color: #112038;
            margin-bottom: 30px; }
          .content .con .list ul li .tit1 .t {
            float: left;
            padding-left: 20px;
            background-position: left center;
            background-repeat: no-repeat;
            font-size: 24px;
            color: #112038;
            background-image: url("../img/icon6.png");
            font-size: 16px; }
          .content .con .list ul li .tit1 a {
            float: right;
            margin-left: 12px;
            font-size: 16px;
            line-height: 24px;
            padding-left: 22px;
            background-position: left center;
            background-repeat: no-repeat;
            color: #112038; }
            .content .con .list ul li .tit1 a.a1 {
              background-image: url("../img/icon7.png"); }
            .content .con .list ul li .tit1 a.a2 {
              background-image: url("../img/icon8.png"); }
  @media (max-width: 990px) {
    .content .box {
      width: 100%;
      position: relative;
      left: 0;
      padding-top: 25px;
      padding-bottom: 24px; }
      .content .box .tits {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
        min-height: 0; }
    .content .map {
      width: calc(100% + 30px);
      margin-left: -15px;
      float: none;
      height: 300px; }
    .content .con {
      width: 100%;
      height: auto;
      position: relative;
      margin-left: 0; }
    .content .con .searchTop .tits .t {
      font-size: 13px; }
    .content .con .searchTop p {
      font-size: 13px; }
    .content .con .list ul li .tits {
      font-size: 18px;
      margin-bottom: 5px; }
    .content .con .list ul li .tit {
      font-size: 14px;
      line-height: 20px;
      height: auto;
      margin-bottom: 10px; }
    .content .con .list ul li .tit1 .t {
      font-size: 14px; }
    .content .con .list ul li .tit1 a {
      font-size: 14px; } }

.col-12 {
  box-sizing: border-box; }

/*# sourceMappingURL=style.css.map */
