* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

.center {
  width: 1200px;
  height: auto;
  zoom: 1;
  margin: 0 auto; }

.nav {
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 14px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  background: #fff;
  position: relative;
  z-index: 99;
}
  .nav .change {
    display: flex;
    justify-content: space-between;
    width: 491px; }
    .nav .change .sel {
      width: 110px;
      min-width: 70px;
      height: 37px;
      position: relative; }
      .nav .change .sel p {
        width:100%;
        cursor: pointer;
        position: relative; }
        .nav .change .sel p i {
          width: 0;
          height: 0;
          margin: 17px 0 0 0;
          border-width: 3px;
          border-style: solid;
          border-color: #333333 transparent transparent transparent;
          position: absolute;
          right: 5px;
          top: -1px; }
      .nav .change .sel .second-na {
        width:100%;
        padding: 0 10px;
        height: auto;
        display: none;
        background: #fff;
        border: 1px #ddd solid; }
        .nav .change .sel .second-na a {
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          display: block; }
          .nav .change .sel .second-na a:hover {
            background: #1788d7;
            color: #fff; }
    .nav .change .tab {
      width: 382px;
      display: flex;
      justify-content: space-between; }
      .nav .change .tab li {
        width: 78px;
        height: 13px;
        margin-top: 13px;
        border-right: 1px solid #333333; }
        .nav .change .tab li a {
          width: 78px;
          height: 13px;
          display: block;
          line-height: 13px;
          text-align: center; }
        .nav .change .tab li:last-child {
          border-right: none; }

.header {
  width: 100%;
  height: 120px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: #fff; }
  .header .hospital {
    width: 814px;
    height: 100%;
    display: flex;
    justify-content: space-between; }
    .header .hospital .name {
      width: 323px;
      height: auto;
      zoom: 1;
      overflow: hidden;
      max-height: 72px;
      margin-top: 24px; }
      .header .hospital .name img {
        width: 100%; }
    .header .hospital .service {
      display: flex;
      flex-wrap: wrap;
      width: 450px;
      height: 42px;
      margin-top: 39px; }
      .header .hospital .service li {
        min-width: 162px;
        height: 14px; }
        .header .hospital .service li a {
          display: inline-flex;
          width: auto;
          height: 14px; }
          .header .hospital .service li a img {
            width: 14px;
            height: 14px;
            display: block; }
          .header .hospital .service li a p {
            font-size: 14px;
            color: #333333;
            height: 14px;
            line-height: 14px; }
        .header .hospital .service li:nth-child(3), .header .hospital .service li:nth-child(4) {
          margin-top: 14px; }
  .header .search {
    width: 300px;
    min-height: 57px;
    margin-top: 31px; }
    .header .search .search-frame {
      width: 300px;
      height: 36px;
      display: flex; }
      .header .search .search-frame input {
        width: 239px;
        height: 36px;
        padding: 0 10px;
        border: none;
        border: 1px solid #1788d7;
        border-right: none;
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
        font-size: 12px; }
        .header .search .search-frame input:-ms-input-placeholder {
          color: #a0a0a0; }
        .header .search .search-frame input::-moz-placeholder {
          color: #a0a0a0; }
        .header .search .search-frame input::-webkit-input-placeholder {
          color: #a0a0a0; }
        .header .search .search-frame input::placeholder {
          color: #a0a0a0; }
      .header .search .search-frame button {
        width: 60px;
        height: 36px;
        border: none;
        background: #1788d7;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        padding: 0; }
    .header .search .keywords {
      margin-top: 10px;
      width: 300px;
      padding: 0 0 0 6px;
      box-sizing: border-box;
      font-size: 12px;
      min-height: 12px;
      line-height: 12px;
      display: flex;
      justify-content: space-between; }
      .header .search .keywords .hot {
        color: #7a7a7a; }
      .header .search .keywords ul {
        max-width: 231px;
        min-height: 12px;
        display: flex;
        flex-wrap: wrap; }
        .header .search .keywords ul li {
          padding: 0 6px;
          height: 12px;
          border-right: 2px solid #b8b8b8;
          text-align: center; }
          .header .search .keywords ul li a {
            display: block; }
          .header .search .keywords ul li:last-child {
            border-right: none; }
          .header .search .keywords ul li:nth-child(5), .header .search .keywords ul li:nth-child(6), .header .search .keywords ul li:nth-child(7), .header .search .keywords ul li:nth-child(8) {
            margin-top: 10px; }

.tabs {
  width: 100%;
  height: 70px;
  background: #1788d7;
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 5px; }
  .tabs ul {
    width: 1360px;
    height: 100%;
    display: flex; }
    .tabs ul li {
      width: 170px;
      text-align: center;
      font-size: 16px;
      transition: 0.3s; }
      .tabs ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff; }
      .tabs ul li:hover {
        font-weight: bold; }
    .tabs ul .active {
      font-weight: bold; }
  .tabs div {
    width: 81px;
    display: inline-flex;
    justify-content: space-between; }
    .tabs div a {
      color: #ffffff; }
    .tabs div span {
      width: 2px;
      height: 14px;
      background: #ffffff;
      margin-top: 28px; }

.mobile {
  width: 100%;
  height: 60px;
  background: #fff;
  display: none;
  padding: 0 24px;
  padding-top: 7px; }
  .mobile .logo {
    width: auto;
    height: auto;
    zoom: 1;
    overflow: hidden;
    max-height: 50px;
    float: left; }
    .mobile .logo img {
      width: auto;
      height: 50px; }
  .mobile .a {
    width: 46px;
    height: 46px;
    float: right;
    border-radius: 4px;
    border: 1px #e6e6e6 solid;
    display: flex;
    justify-content: center;
    align-items: center; }
    .mobile .a img {
      width: 32px; }
  .mobile .seek-btn {
    margin-left: 16px; }

.nava {
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
  display: none;
  position: absolute;
  z-index: 99;
  top: 60px;
  left: 0px; }
  .nava li {
    width: 100%;
    height: auto;
    zoom: 1;
    line-height: 50px;
    border-bottom: 1px #389fd8 solid;
    background: #1f8bc6;
    position: relative; }
    .nava li a {
      height: 100%;
      display: block;
      margin-right: 50px;
      padding: 0 20px;
      color: #fff; }

.seek {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 0 24px;
  padding-top: 90px;
  padding-bottom: 40px;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: none; }
  .seek .seek-box {
    width: 100%;
    height: 70px;
    border-bottom: 1px #cccccc solid; }
    .seek .seek-box button {
      width: 34px;
      height: 33px;
      border: none;
      background: transparent;
      float: left;
      position: relative; }
      .seek .seek-box button .seek-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px; }
    .seek .seek-box .seek-img {
      width: 34px;
      height: 33px;
      float: left;
      margin-right: 22px;
      margin-top: 18px; }
    .seek .seek-box input {
      width: calc(100% - 80px);
      height: 68px;
      border: none;
      float: left;
      padding: 0 8px; }
    .seek .seek-box .seek-del {
      width: 32px;
      height: 32px;
      float: right;
      margin-top: 19px; }

.cover {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: none; }

footer {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #333333; }
  footer .fottop {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px #494949 solid;
    padding: 32px 0;
    position: relative; }
    footer .fottop .gotop {
      width: 40px;
      height: 40px;
      border: 1px #ddd solid;
      position: absolute;
      left: 81.25%;
      top: 20px; }
      footer .fottop .gotop img {
        width: 12px;
        height: 11px;
        display: block;
        margin: 0 auto;
        margin-top: 14px; }
    footer .fottop .center span {
      font-size: 14px;
      color: #fff;
      width: 70px;
      float: left; }
    footer .fottop .center .lianjie {
      width: calc(100% - 70px);
      float: left; }
      footer .fottop .center .lianjie a {
        color: #fff;
        border-right: 1px #fff solid;
        padding: 0 18px; }
  footer .fotmod {
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 40px 0; }
    footer .fotmod .fl {
      width: 65%;
      color: #fff;
      line-height: 30px; }
      footer .fotmod .fl a {
        color: #fff; }
      footer .fotmod .fl img {
        width: 250px;
        max-height: 60px;
        margin-bottom: 30px; }
    footer .fotmod .fr {
      width: 33%;
      height: auto;
      zoom: 1; }
      footer .fotmod .fr div {
        width: calc((100% - 40px)/3);
        height: auto;
        zoom: 1;
        overflow: hidden;
        float: left;
        margin-right: 20px; }
        footer .fotmod .fr div:nth-last-of-type(1) {
          margin-right: 0px; }
        footer .fotmod .fr div img {
          width: 100%; }
        footer .fotmod .fr div p {
          width: 100%;
          color: #fff;
          font-size: 14px;
          line-height: 30px;
          text-align: center; }
  footer .fotbot {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 26px 0;
    color: #fff;
    border-top: 1px #494949 solid; }
    footer .fotbot a {
      color: #fff; }

@media screen and (min-width: 1480px) and (max-width: 1600px) {
  footer .center {
    width: 90%; }
  footer .fottop .gotop {
    left: 96%; } }

@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .tabs ul {
    width: 1040px; }
    .tabs ul li {
      width: 130px; }
  footer .center {
    width: 90%; }
  footer .fottop .gotop {
    left: 96%; }
  footer .fotmod .fr div p {
    font-size: 12px; } }

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .tabs ul {
    width: 870px; }
    .tabs ul li {
      width: 130px; }
  .header .hospital .name {
    width: 30%;
    margin-top: 36px; }
  .header .hospital .service li a p {
    font-size: 12px; }
  footer .center {
    width: 80%; }
  footer .fottop .gotop {
    left: 96%; }
  footer .fotmod .fr div p {
    font-size: 12px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pc {
    display: none; }
  .mobile {
    display: block; }
  footer .center {
    width: 84%; }
  footer .fottop .gotop {
    left: 94%; }
  footer .fotmod {
    padding: 30px 0; }
    footer .fotmod .fl {
      width: 100%;
      margin-bottom: 20px; }
      footer .fotmod .fl img {
        width: 200px; }
    footer .fotmod .fr {
      width: 60%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      float: initial !important; }
      footer .fotmod .fr div img {
        max-width: 109px;
        display: block;
        margin: 0 auto; }
      footer .fotmod .fr div p {
        font-size: 12px; }
  footer .fotbot span {
    width: 100%;
    display: block;
    line-height: 20px;
    float: initial !important;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }
  .mobile {
    display: block;
    padding: 0 15px;
    padding-top: 14px; }
    .mobile .logo {
      width: auto;
      height: 40px; }
      .mobile .logo img {
        height: 100%; }
    .mobile .a {
      width: 30px;
      height: 30px;
      float: right;
      border-radius: 4px;
      border: 1px #e6e6e6 solid;
      display: flex;
      justify-content: center;
      align-items: center; }
      .mobile .a img {
        width: 20px; }
  .seek {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 0 24px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    display: none; }
    .seek .seek-box {
      width: 100%;
      height: 70px;
      border-bottom: 1px #cccccc solid; }
      .seek .seek-box .seek-img {
        width: 34px;
        height: 33px;
        float: left;
        margin-right: 22px;
        margin-top: 18px; }
      .seek .seek-box input {
        width: calc(100% - 80px);
        height: 68px;
        border: none;
        float: left; }
      .seek .seek-box .seek-del {
        width: 26px;
        height: 26px;
        float: right;
        margin-top: 19px; }
  footer .center {
    width: 90%; }
  footer .fottop {
    font-size: 12px; }
    footer .fottop .lianjie a {
      font-size: 12px; }
    footer .fottop .gotop {
      display: none; }
  footer .fotmod {
    padding: 20px 0; }
    footer .fotmod .fl {
      width: 100%;
      margin-bottom: 20px;
      font-size: 12px; }
      footer .fotmod .fl img {
        width: 160px;
        margin-bottom: 20px; }
    footer .fotmod .fr {
      width: 90%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      float: initial !important; }
      footer .fotmod .fr div img {
        max-width: 109px;
        display: block;
        margin: 0 auto; }
      footer .fotmod .fr div p {
        font-size: 12px; }
  footer .fotbot span {
    width: 100%;
    display: block;
    line-height: 20px;
    float: initial !important;
    text-align: center;
    font-size: 12px; }
    footer .fotbot span a {
      font-size: 12px; } }
