.center {
  width: 90%;
  height: auto;
  margin: 0 auto; }

.banner {
  height: 600px; }
  .banner .swiper-slide {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.num {
  width: 1200px;
  height: auto;
  overflow: hidden;
  zoom: 1;
  padding: 60px 0px;
  margin: 0 auto; }
  .num .fll {
    float: initial; }
  .num .fll:nth-of-type(1) {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    padding-top: 44px;
    margin-left: 0px;
    margin-right: 40px; }
    .num .fll:nth-of-type(1) .title {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 26px;
      text-align: center; }
    .num .fll:nth-of-type(1) .cont {
      font-size: 14px;
      color: #666;
      line-height: 24px;
      text-align: center; }
    .num .fll:nth-of-type(1) a {
      width: 200px;
      height: 50px;
      margin: 0 auto;
      margin-top: 53px;
      line-height: 50px;
      padding-left: 40px;
      border: 1px #bbb solid;
      border-radius: 25px;
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      float: initial;
      position: relative; }
      .num .fll:nth-of-type(1) a:hover {
        color: #1f8bc6;
        border: 1px #1f8bc6 solid; }
        .num .fll:nth-of-type(1) a:hover i {
          background-position: -46px 0; }
      .num .fll:nth-of-type(1) a i {
        width: 30px;
        height: 6px;
        display: inline-block;
        background: url(../images/icon.png);
        background-position: -12px 0;
        position: absolute;
        top: 22px;
        right: 40px; }
  .num .fll:nth-of-type(2) {
    width: 100%;
    height: 380px;
    margin-top: 35px;
    background: #f8f8f8;
    padding: 40px;
    padding-right: 40px; }
    .num .fll:nth-of-type(2) ul {
      width: 100%;
      height: 100%;
      background: #fff;
      padding-top: 75px; }
      .num .fll:nth-of-type(2) ul li {
        width: 33%;
        height: 150px;
        text-align: center;
        float: left;
        border-right: 1px #f2f2f2 solid; }
        .num .fll:nth-of-type(2) ul li:last-of-type {
          border: none; }
        .num .fll:nth-of-type(2) ul li p:nth-of-type(1) {
          font-family: "Arial";
          font-size: 36px;
          line-height: 36px;
          font-weight: bold;
          margin-bottom: 18px;
          margin-top: 46px; }
        .num .fll:nth-of-type(2) ul li p:nth-of-type(2) {
          font-family: "Arial";
          font-size: 14px;
          line-height: 14px;
          color: #666; }

.box {
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
  padding-bottom: 83px;
  background-image: url(../images/img160.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .box .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 75px;
    margin-bottom: 50px; }
  .box ul {
    width: 100%;
    height: auto;
    zoom: 1; }
    .box ul li {
      width: calc((100% - 60px)/3);
      height: auto;
      zoom: 1;
      overflow: hidden;
      max-height: 232px;
      overflow: hidden;
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
      position: relative; }
      .box ul li:nth-of-type(3n) {
        margin-right: 0px; }
      .box ul li img {
        width: 100%;
        height: 100%;
        transition: 0.3s; }
      .box ul li .fuu {
        width: 100%;
        height: 80px;
        color: #fff;
        bottom: 0px;
        padding-left: 40px;
        position: absolute;
        bottom: 0px;
        background: rgba(207, 211, 214, 0.4); }
        .box ul li .fuu p:nth-of-type(1) {
          font-size: 24px;
          line-height: 32px; }
        .box ul li .fuu p:nth-of-type(2) {
          font-size: 16px;
          line-height: 26px; }
      .box ul li:hover img {
        transform: scale(1.1); }

.wite {
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
  background: #fff;
  padding-bottom: 83px; }
  .wite .wit {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden; }
    .wite .wit .title {
      font-size: 30px;
      font-weight: bold;
      line-height: 30px;
      margin-top: 75px;
      margin-bottom: 50px; }
    .wite .wit a {
      height: 32px;
      font-size: 18px;
      line-height: 32px;
      margin-top: 75px; }
      .wite .wit a i {
        width: 31px;
        height: 31px;
        float: left;
        margin-right: 6px;
        display: inline-block;
        background: url(../images/img16.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
  .wite ul li {
    width: calc((100% - 60px)/3);
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    background: #f8f8f8;
    border: 1px #f2f2f2 solid;
    margin-right: 30px;
    padding: 0 30px;
    padding-top: 42px;
    padding-bottom: 30px; }
    .wite ul li:nth-of-type(3n) {
      margin-right: 0px; }
    .wite ul li p:nth-of-type(1) {
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 8px; }
    .wite ul li p:nth-of-type(2) {
      font-size: 12px;
      line-height: 24px;
      color: #666; }
    .wite ul li p:nth-of-type(3) {
      font-size: 14px;
      line-height: 24px;
      color: #666; }
    .wite ul li .box1 {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      margin-top: 34px;
      margin-bottom: 35px; }
      .wite ul li .box1 img {
        width: 100%;
        transition: 0.3s; }
    .wite ul li:hover .box img {
      transform: scale(1.1); }

.disan {
  width: 100%;
  height: 350px;
  background: #f8f8f8;
  padding-top: 65px; }
  .disan ul {
    width: 1200px;
    height: 200px;
    margin: 0 auto; }
    .disan ul li {
      width: calc((100% - 64px)/3);
      height: 220px;
      margin-right: 32px;
      float: left;
      border: 1px #f2f2f2 solid;
      overflow: hidden;
      position: relative; }
      .disan ul li:last-of-type {
        margin-right: 0px; }
      .disan ul li img {
        width: 100%;
        height: 100%;
        transition: 0.3s; }
        .disan ul li img:hover {
          transform: scale(1.1); }
      .disan ul li .ding {
        position: absolute;
        top: 50px;
        left: 40px; }
        .disan ul li .ding p:nth-of-type(1) {
          font-size: 24px;
          line-height: 24px;
          font-weight: bold;
          margin-bottom: 15px; }
        .disan ul li .ding p:nth-of-type(2) {
          font-size: 14px;
          line-height: 24px;
          color: #666; }

.about_us {
  width: 100%;
  height: auto;
  zoom: 1; }
  .about_us li {
    width: 50%;
    height: 600px;
    box-sizing: border-box;
    float: left; }
    .about_us li img {
      width: 100%;
      height: 100%; }
  .about_us .er {
    padding: 80px 100px 80px 50px; }
    .about_us .er .about_box {
      width: 100%;
      height: 100%;
      overflow: auto; }
      .about_us .er .about_box p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px; }
        .about_us .er .about_box p strong {
          font-weight: bold; }
      .about_us .er .about_box .title {
        font-size: 24px;
        font-family: "syhtB";
        color: #128ac8;
        line-height: 24px;
        margin-top: 0px; }
      .about_us .er .about_box::-webkit-scrollbar {
        width: 5px; }
      .about_us .er .about_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(57, 57, 57, 0.2);
        -webkit-border-radius: 10px;
        border-radius: 10px; }
      .about_us .er .about_box::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(57, 57, 57, 0.6);
        -webkit-box-shadow: inset 0 0 6px rgba(57, 57, 57, 0.4); }

.specialist {
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 20px; }
  .specialist li {
    width: calc((100% - 20px)/2);
    height: auto;
    zoom: 1;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px #eee solid;
    float: left;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 30px; }
    .specialist li:nth-of-type(2n) {
      margin-right: 0px; }
    .specialist li .spec_left {
      width: 297px;
      height: 340px;
      float: left;
      border: 1px #cde9fa solid; }
      .specialist li .spec_left img {
        width: 100%;
        height: 100%; }
    .specialist li .spec_right {
      width: calc(100% - 327px);
      margin-left: 30px;
      float: left;
      padding-top: 35px; }
      .specialist li .spec_right p {
        font-size: 16px;
        line-height: 30px; }
        .specialist li .spec_right p span {
          font-family: "syhtB";
          color: #128ac8; }
      .specialist li .spec_right p:nth-of-type(1) {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: justify;
        text-justify: inter-character; }
        .specialist li .spec_right p:nth-of-type(1) span {
          font-size: 24px;
          font-weight: bold;
          color: #128ac8;
          margin-right: 6px; }
      .specialist li .spec_right .btn {
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
        margin-top: 40px; }
        .specialist li .spec_right .btn a.spe-btn {
          width: 120px;
          height: 32px;
          box-sizing: border-box;
          line-height: 32px;
          display: block;
          color: #fff;
          padding: 0 17px;
          float: left;
          margin-bottom: 20px; }
          .specialist li .spec_right .btn a.spe-btn i {
            width: 18px;
            height: 18px;
            display: block;
            background-image: url(../images/icon.png);
            background-repeat: no-repeat;
            margin-top: 7px;
            float: left;
            margin-right: 5px; }
          .specialist li .spec_right .btn a.spe-btn:nth-of-type(1) {
            background: #128ac8;
            margin-right: 10px; }
            .specialist li .spec_right .btn a.spe-btn:nth-of-type(1) i {
              background-position: -80px 0px; }
          .specialist li .spec_right .btn a.spe-btn:nth-of-type(2) {
            background: #f8a02f; }
            .specialist li .spec_right .btn a.spe-btn:nth-of-type(2) i {
              background-position: -100px 0px; }

.news_box {
  height: auto;
  overflow: hidden;
  zoom: 1;
  margin-top: 50px; }
  .news_box li {
    padding: 20px; }

.search_cont {
  margin-bottom: 40px; }

.talent {
  margin-bottom: 60px;
  margin-top: 50px; }

.down {
  margin-top: 30px; }


/* 首页优势科室修改 */
.box .chang-seco li{
	height: 270px;
}