@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
/** 主图 **/
.container {
  height: 100%;
  width: 100%; }

header {
  width: 100%;
  height: 182px;
  display: flex;
  align-items: center;
  background-color: #E3F6FF; }
  header nav .content div {
    border-bottom: 2px solid #E3F6FF; }
  header img {
    display: block;
    margin: 0 auto;
    width: 221px;
    height: 76px; }

main {
  width: 100%;
  height: 554px;
  background-image: url("../images/ywgk/ywgkbanner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  main .main_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 94px;
    padding-bottom: 130px;
    box-sizing: border-box; }
    main .main_content h2 {
      font-size: 23px;
      font-weight: bold;
      color: #333333;
      line-height: 22px;
      text-align: center;
      margin-bottom: 30px; }
    main .main_content p {
      font-size: 20px;
      font-weight: bold;
      color: #666666;
      line-height: 22px;
      margin-bottom: 52px; }
    main .main_content .main_content_card {
      width: 1178px;
      height: 206px;
      margin: 0 auto;
      background: #FFFFFF;
      box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 29px; }
      main .main_content .main_content_card .col_line {
        height: 100px;
        border-right: 1px solid #E7E7E7; }
      main .main_content .main_content_card .card_item {
        display: flex;
        align-items: flex-end; }
        main .main_content .main_content_card .card_item h3 {
          font-size: 23px;
          font-weight: bold;
          color: #333333; }
        main .main_content .main_content_card .card_item p {
          font-size: 20px;
          font-weight: 400;
          color: #666666;
          line-height: 36px;
          margin: 0;
          padding: 0;
          width: 398px; }
        main .main_content .main_content_card .card_item img {
          width: 76px;
          height: 75px;
          margin-right: 16px; }

footer {
  width: 100%;
  height: 566px;
  background: linear-gradient(182deg, #00AEFF 1%, #0091FF 100%);
  box-sizing: border-box;
  padding: 61px 0 53px; }
  footer .footer_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto; }
    footer .footer_content .logo {
      width: 252px;
      height: 48px;
      margin-bottom: 43px; }
    footer .footer_content .footer_main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 131px;
      margin-bottom: 55px; }
    footer .footer_content ul > li {
      margin-bottom: 27px;
      font-size: 20px;
      font-weight: 400;
      color: #FFFFFF;
      line-height: 22px;
      font-family: STSong, serif !important; }
    footer .footer_content .footer_number {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      padding-left: 91px;
      box-sizing: border-box; }
      footer .footer_content .footer_number p {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 22px; }
      footer .footer_content .footer_number .logo_content {
        display: flex;
        align-items: center; }
        footer .footer_content .footer_number .logo_content img {
          width: 157px;
          height: 155px;
          margin-bottom: 16px; }
        footer .footer_content .footer_number .logo_content p {
          font-size: 20px;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 22px;
          text-align: center; }

.main_book {
  width: 100%;
  height: 555px;
  background-color: #FAFAFA; }
  .main_book .main_book_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
    .main_book .main_book_content h2 {
      text-align: center;
      padding-top: 66px;
      margin-bottom: 29px;
      font-size: 23px;
      font-weight: bold;
      color: #333333;
      line-height: 22px; }
    .main_book .main_book_content h3 {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      color: #666666;
      line-height: 22px;
      margin-bottom: 65px; }
    .main_book .main_book_content .book_content {
      display: flex;
      justify-content: space-between; }
      .main_book .main_book_content .book_content img {
        width: 375px;
        height: 289px; }

.main_icon {
  width: 100%;
  height: 465px;
  background-image: url("../images/ywgk/departBanner.png"); }
  .main_icon .main_icon_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto; }
    .main_icon .main_icon_content h2 {
      padding-top: 46px;
      text-align: center;
      font-size: 23px;
      font-weight: bold;
      color: #333333;
      line-height: 22px;
      margin-bottom: 29px; }
    .main_icon .main_icon_content h3 {
      font-size: 20px;
      font-family: Songti SC;
      font-weight: bold;
      color: #666666;
      line-height: 22px;
      text-align: center;
      margin-bottom: 52px; }
    .main_icon .main_icon_content .icon_content {
      width: 1178px;
      height: 226px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      box-sizing: border-box;
      background: #FFFFFF;
      box-shadow: 0px 16px 29px 0px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      padding: 31px 70px; }
      .main_icon .main_icon_content .icon_content .content_item {
        display: flex;
        justify-content: space-between; }
        .main_icon .main_icon_content .icon_content .content_item .book_item {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .main_icon .main_icon_content .icon_content .content_item .book_item span {
            font-size: 20px;
            font-weight: bold;
            color: #333333; }
        .main_icon .main_icon_content .icon_content .content_item img {
          width: 87px;
          height: 87px;
          margin-bottom: 14px; }

/**科室介绍**/
.supervise {
  width: 100%;
  height: 552px; }
  .supervise .supervise_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 47px; }
    .supervise .supervise_content h2 {
      font-size: 23px;
      font-weight: bold;
      color: #333333;
      line-height: 22px;
      text-align: center;
      margin-bottom: 29px; }
    .supervise .supervise_content h3 {
      width: 1159px;
      margin: 0 auto;
      font-size: 20px;
      font-family: Songti SC;
      font-weight: bold;
      color: #666666;
      line-height: 30px; }
    .supervise .supervise_content img {
      width: 1191px;
      height: 330px;
      margin: 0 auto; }

.ksjs {
  width: 100%;
  height: 141px;
  background-color: #fff;
  display: flex;
  align-items: center; }
  .ksjs img {
    width: 212px;
    height: 81px;
    display: block;
    margin: 0 auto; }

header nav .content div:nth-child(3):hover {
  border-bottom: 2px solid #E95E87; }
  header nav .content div:nth-child(3):hover a {
    color: #E95E87; }
  header nav .content div:nth-child(3):hover img {
    width: 95px;
    height: 95px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -47.5px;
    z-index: 1; }

/*# sourceMappingURL=ywgk.css.map */
