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

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

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

.num {
  width: 90%;
  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: 20px;
    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; }

.develop {
  padding-bottom: 40px; }

.swiper-develop {
  height: 1000px; }
  .swiper-develop .swiper-wrapper {
    height: auto;
    zoom: 1; }
    .swiper-develop .swiper-wrapper .swiper-slide {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden; }
      .swiper-develop .swiper-wrapper .swiper-slide .dev_left {
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
        max-height: 500px;
        float: left; }
        .swiper-develop .swiper-wrapper .swiper-slide .dev_left img {
          width: 100%;
          height: 100%; }
      .swiper-develop .swiper-wrapper .swiper-slide .dev_right {
        width: 100%;
        height: 310px;
        overflow: hidden;
        box-sizing: border-box;
        float: left;
        border: 1px #eeeeee solid;
        padding: 40px; }
        .swiper-develop .swiper-wrapper .swiper-slide .dev_right p:nth-of-type(1) {
          font-size: 18px;
          line-height: 30px;
          font-family: "syhtM";
          margin-bottom: 10px; }
        .swiper-develop .swiper-wrapper .swiper-slide .dev_right p:nth-of-type(2) {
          font-size: 14px;
          line-height: 24px;
          height: 200px;
          overflow: auto;
          padding-right: 10px;
          text-align: justify; }
          .swiper-develop .swiper-wrapper .swiper-slide .dev_right p:nth-of-type(2)::-webkit-scrollbar {
            width: 4px; }
          .swiper-develop .swiper-wrapper .swiper-slide .dev_right p:nth-of-type(2)::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            -webkit-border-radius: 10px;
            border-radius: 10px; }
          .swiper-develop .swiper-wrapper .swiper-slide .dev_right p:nth-of-type(2)::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .swiper-develop .pag_develop {
    width: 100%;
    height: 4px;
    background: #1f8bc6;
    position: relative;
    top: 68px; }
    .swiper-develop .pag_develop .swiper-pagination-bullet {
      width: 54px;
      height: 54px;
      line-height: 48px;
      background: #73bfe6;
      color: #fff;
      font-size: 16px;
      position: relative;
      top: -26px;
      opacity: 1;
      border: 4px #fff solid;
      margin: 0 25px !important; }
    .swiper-develop .pag_develop .swiper-pagination-bullet-active {
      background: #128ac8;
      transform: scale(1.2); }

.box {
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
  background: #f8f8f8;
  padding-bottom: 60px;
  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: 50px;
    margin-bottom: 50px; }
  .box ul {
    width: 100%;
    height: auto;
    zoom: 1; }
    .box ul li {
      width: calc((100% - 40px)/3);
      height: auto;
      zoom: 1;
      overflow: hidden;
      max-height: 169px;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      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: 10px;
        position: absolute;
        bottom: 0px;
        background: rgba(207, 211, 214, 0.4); }
        .box ul li .fuu p:nth-of-type(1) {
          font-size: 18px;
          line-height: 30px; }
        .box ul li .fuu p:nth-of-type(2) {
          font-size: 14px;
          line-height: 24px; }
      .box ul li:hover img {
        transform: scale(1.1); }

.wite {
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
  background: #fff;
  padding-bottom: 60px; }
  .wite .wit {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden; }
    .wite .wit .title {
      font-size: 30px;
      font-weight: bold;
      line-height: 30px;
      margin-top: 50px;
      margin-bottom: 50px; }
    .wite .wit a {
      height: 32px;
      font-size: 18px;
      line-height: 32px;
      margin-top: 50px; }
      .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 15px;
    padding-top: 25px;
    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: 20px;
      margin-bottom: 30px; }
      .wite ul li .box1 img {
        width: 100%;
        transition: 0.3s; }
    .wite ul li:hover .box img {
      transform: scale(1.1); }

.disan {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #f8f8f8;
  padding-top: 65px; }
  .disan ul {
    width: 90%;
    height: 200px;
    margin: 0 auto; }
    .disan ul li {
      width: calc((100% - 64px)/3);
      height: auto;
      zoom: 1;
      overflow: hidden;
      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: 25px;
        left: 30px; }
        .disan ul li .ding p:nth-of-type(1) {
          font-size: 18px;
          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: 400px;
    box-sizing: border-box;
    float: left; }
    .about_us li img {
      width: 100%;
      height: 100%; }
  .about_us .er {
    padding: 40px; }
    .about_us .er .about_box {
      width: 100%;
      height: 100%;
      overflow: auto; }
      .about_us .er .about_box p {
        font-size: 14px;
        line-height: 30px;
        margin-top: 20px; }
        .about_us .er .about_box p strong {
          font-weight: bold; }
      .about_us .er .about_box .title {
        font-size: 20px;
        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); }

.cont_box {
  height: auto;
  zoom: 1;
  padding-top: 38px;
  padding-bottom: 52px; }
  .cont_box .title {
    font-size: 20px;
    line-height: 36px;
    font-weight: "syhtB";
    margin-bottom: 11px; }
  .cont_box .fl p {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    color: #666; }
    .cont_box .fl p span {
      display: block;
      float: left; }
      .cont_box .fl p span:nth-of-type(1) {
        font-weight: bold;
        color: #333; }
    .cont_box .fl p .lan {
      font-size: 30px;
      color: #0070a9; }
  .cont_box .fl:nth-of-type(1) {
    width: 50%;
    height: auto;
    zoom: 1;
    overflow: hidden; }
    .cont_box .fl:nth-of-type(1) span:nth-of-type(1) {
      width: 80px;
      font-weight: bold;
      color: #333; }
    .cont_box .fl:nth-of-type(1) span:nth-of-type(2) {
      width: calc(100% - 80px); }
  .cont_box .fl:nth-of-type(2) {
    width: 46%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-left: 4%; }

.advant {
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 40px; }
  .advant li {
    width: calc((100% - 60px)/3);
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left; }
    .advant li:nth-of-type(3n) {
      margin-right: 0px; }
    .advant li .adv_top {
      width: 100%;
      height: 220px;
      overflow: hidden; }
      .advant li .adv_top img {
        width: 100%;
        height: 100%;
        transition: 0.3s; }
    .advant li .adv_bot {
      width: 100%;
      height: 100px;
      box-sizing: border-box;
      padding: 15px;
      border: 1px #eee solid;
      font-size: 14px;
      line-height: 14px;
      word-break: normal;
      word-wrap: break-word; }
      .advant li .adv_bot .title {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #128ac8;
        margin-bottom: 24px; }
      .advant li .adv_bot .lan {
        color: #128ac8;
        font-family: "syhtM"; }
    .advant li:hover .adv_top img {
      transform: scale(1.1); }
    .advant li:hover .adv_bot {
      border: 1px #128ac8 solid;
      background: #128ac8;
      color: #fff; }
      .advant li:hover .adv_bot .title {
        color: #fff; }
      .advant li:hover .adv_bot .lan {
        color: #fff; }
    .advant li .active {
      border: 1px #128ac8 solid;
      background: #128ac8;
      color: #fff; }
      .advant li .active .title {
        color: #fff; }
      .advant li .active .lan {
        color: #fff; }

.advant_list .tit {
  font-size: 24px;
  line-height: 24px;
  color: #0175b5;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px; }

.advant_list .advant_box {
  width: 100%;
  height: auto;
  zoom: 1;
  background: #f8f8f8;
  overflow: hidden;
  padding: 25px 30px;
  font-size: 14px;
  line-height: 24px; }

.advant_list .shi_advant {
  padding-top: 19px;
  padding-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px #dddddd solid; }
  .advant_list .shi_advant span {
    color: #128ac8; }

.advant_list .shi_box {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden; }
  .advant_list .shi_box li {
    width: calc((100% - 60px)/3);
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-top: 40px; }
    .advant_list .shi_box li:nth-of-type(4n) {
      margin-right: 30px; }
    .advant_list .shi_box li:nth-of-type(3n) {
      margin-right: 0px; }
    .advant_list .shi_box li .adv {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden; }
      .advant_list .shi_box li .adv img {
        width: 100%;
        height: 100%;
        transition: 0.3s; }
    .advant_list .shi_box li .shi_adv_bot {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden;
      box-sizing: border-box;
      padding: 30px 20px;
      border: 1px #eee solid; }
      .advant_list .shi_box li .shi_adv_bot p:nth-of-type(1) {
        font-family: "syhtM";
        font-size: 16px;
        line-height: 16px;
        color: #333;
        margin-bottom: 20px; }
      .advant_list .shi_box li .shi_adv_bot p:nth-of-type(2) {
        font-size: 14px;
        line-height: 24px;
        color: #666; }
    .advant_list .shi_box li:hover .adv img {
      transform: scale(1.1); }

.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: 15px;
    margin-right: 20px;
    margin-bottom: 30px; }
    .specialist li:nth-of-type(2n) {
      margin-right: 0px; }
    .specialist li .spec_left {
      width: 160px;
      height: auto;
      overflow: hidden;
      float: left;
      border: 1px #cde9fa solid; }
      .specialist li .spec_left img {
        width: 100%;
        height: 100%; }
    .specialist li .spec_right {
      width: calc(100% - 180px);
      margin-left: 15px;
      float: left;
      padding-top: 0px; }
      .specialist li .spec_right p {
        font-size: 14px;
        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: 12px;
        margin-bottom: 5px;
        text-align: justify;
        text-justify: inter-character; }
        .specialist li .spec_right p:nth-of-type(1) span {
          font-size: 20px;
          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: 108px;
          height: 32px;
          box-sizing: border-box;
          line-height: 32px;
          display: block;
          color: #fff;
          padding: 0 13px;
          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; }

.spe_det_top {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 30px 0px;
  background: #f4fbff; }
  .spe_det_top .yi {
    width: 175px;
    height: 200px;
    float: left;
    margin-right: 20px; }
    .spe_det_top .yi img {
      width: 100%; }
  .spe_det_top .er {
    float: left;
    width: calc(100% - 195px);
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding-top: 18px; }
    .spe_det_top .er p:nth-of-type(1) {
      font-size: 14px;
      margin-bottom: 14px; }
      .spe_det_top .er p:nth-of-type(1) span {
        font-family: "syhtB";
        font-size: 24px;
        color: #128ac8;
        margin-right: 5px; }
    .spe_det_top .er p:nth-of-type(2) {
      font-size: 16px;
      line-height: 24px;
      color: #128ac8;
      margin-bottom: 7px;
      font-family: "syhtM"; }
    .spe_det_top .er p:nth-of-type(3) {
      font-size: 16px;
      line-height: 30px; }
      .spe_det_top .er p:nth-of-type(3) span {
        color: #128ac8; }
  .spe_det_top .san {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: initial;
    margin-right: 70px;
    margin-top: 50px; }
    .spe_det_top .san a {
      width: 130px;
      height: 40px;
      box-sizing: border-box;
      line-height: 40px;
      display: block;
      color: #fff;
      text-align: center;
      float: left; }
      .spe_det_top .san a:nth-of-type(1) {
        background: #128ac8;
        margin-right: 20px;
        margin-left: 200px; }
      .spe_det_top .san a:nth-of-type(2) {
        background: #f8a02f; }

.news_box {
  height: auto;
  overflow: hidden;
  zoom: 1;
  margin-top: 50px; }
  .news_box li {
    width: calc((100% - 40px)/3);
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .news_box li:nth-of-type(4n) {
      margin-right: 20px; }
    .news_box li:nth-of-type(3n) {
      margin-right: 0px; }
    .news_box li .title {
      height: 48px;
      font-size: 14px;
      font-weight: bold;
      line-height: 24px;
      color: #333;
      margin-top: 15px; }
    .news_box li .time {
      font-size: 12px;
      color: #707070;
      line-height: 12px;
      margin-top: 8px;
      margin-bottom: 12px; }

.industry {
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-top: 50px; }
  .industry li {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px #f2f2f2 solid;
    padding: 26px;
    margin-bottom: 40px; }
    .industry li:hover .indus_img img {
      transform: scale(1.1); }
    .industry li:hover .indus_wen p:nth-of-type(1) {
      color: #1f8bc6; }
    .industry li:hover .indus_wen a {
      background-image: url(../images/img108.png); }
    .industry li .indus_img {
      width: 340px;
      height: auto;
      zoom: 1;
      overflow: hidden;
      max-height: 280px;
      float: left; }
      .industry li .indus_img img {
        width: 100%;
        height: 100%;
        transition: 0.3s; }
    .industry li .indus_wen {
      width: calc(100% - 370px);
      height: auto;
      zoom: 1;
      overflow: hidden;
      float: left;
      margin-left: 30px; }
      .industry li .indus_wen p:nth-of-type(1) {
        font-size: 20px;
        font-family: "syhtB";
        margin-top: 0px;
        line-height: 30px;
        transition: 0.3s; }
      .industry li .indus_wen p:nth-of-type(2) {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 5px;
        margin-bottom: 20px; }
      .industry li .indus_wen p:nth-of-type(3) {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        transition: 0.3s; }
      .industry li .indus_wen a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: block;
        background-image: url(../images/img109.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 30px; }

.med {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: initial;
  margin-bottom: 0px; }
  .med:nth-of-type(1) {
    margin-right: 20px; }
  .med:nth-of-type(2) {
    margin-bottom: 70px; }
  .med .title {
    font-family: "syhtB";
    font-size: 30px;
    line-height: 30px;
    margin: 37px auto; }

.med_serleft {
  height: 720px;
  background: #eaf7fd;
  padding-top: 70px;
  padding-left: 50px;
  padding-bottom: 80px;
  padding-right: 50px; }
  .med_serleft div {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px; }
    .med_serleft div span {
      width: 85px;
      height: 50px;
      display: block;
      float: left;
      font-size: 14px;
      line-height: 50px;
      text-align: left; }
    .med_serleft div input {
      width: calc(100% - 85px);
      height: 50px;
      background: #bbc6ca;
      float: left;
      padding: 0 10px;
      border: none; }
    .med_serleft div .yan {
      width: calc(100% - 215px);
      float: left; }
    .med_serleft div .yan-img {
      width: 110px;
      height: 50px;
      float: left;
      margin-left: 15px; }
      .med_serleft div .yan-img img {
        width: 100%;
        height: 100%; }
    .med_serleft div textarea {
      width: calc(100% - 85px);
      height: 200px;
      background: #bbc6ca;
      float: left;
      border: none;
      resize: none; }
    .med_serleft div button {
      width: 195px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      float: left;
      font-size: 18px;
      border: none;
      color: #fff; }
      .med_serleft div button:nth-of-type(1) {
        background: #f7a02f; }
      .med_serleft div button:nth-of-type(2) {
        background: #999999;
        margin-left: 10px; }

.search_cont {
  margin-bottom: 40px; }

.society {
  height: auto;
  zoom: 1;
  overflow: hidden; }
  .society li {
    width: calc((100% - 30px)/2);
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-top: 60px; }
    .society li:nth-of-type(2n) {
      margin-right: 0px; }
    .society li .soc_top {
      width: 100%;
      height: auto;
      overflow: hidden;
      zoom: 1;
      max-height: 350px;
      position: relative; }
      .society li .soc_top img {
        width: 100%;
        transition: 0.3s; }
      .society li .soc_top .top_box {
        width: 80px;
        height: 80px;
        background: #1f8bc6;
        color: #fff;
        position: absolute;
        right: 0px;
        top: 0px;
        text-align: center; }
        .society li .soc_top .top_box p:nth-of-type(1) {
          font-size: 26px;
          line-height: 26px;
          margin-top: 15px; }
        .society li .soc_top .top_box p:nth-of-type(2) {
          font-size: 16px;
          line-height: 36px; }
    .society li .soc_bot {
      width: 100%;
      height: auto;
      zoom: 1;
      overflow: hidden; }
      .society li .soc_bot p:nth-of-type(1) {
        height: 24px;
        font-size: 20px;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 28px;
        font-family: "syhtB";
        color: #333; }
      .society li .soc_bot p:nth-of-type(2) {
        height: 72px;
        font-size: 14px;
        line-height: 24px;
        color: #888888; }

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

.down {
  margin-top: 30px; }
  .down li {
    width: calc((100% - 60px)/3);
    height: 300px;
    margin-right: 30px; }
    .down li:nth-of-type(4n) {
      margin-right: 30px; }
    .down li:nth-of-type(3n) {
      margin-right: 0px; }

.graceli {
  height: auto;
  zoom: 1;
  overflow: hidden; }
  .graceli li {
    width: calc((100% - 30px)/3);
    height: auto;
    zoom: 1;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-top: 40px; }
    .graceli li:nth-of-type(3n) {
      margin-right: 0px; }
    .graceli li .grac_top {
      width: 100%;
      height: auto;
      overflow: hidden;
      zoom: 1;
      max-height: 300px; }
      .graceli li .grac_top img {
        width: 100%;
        height: 100%;
        transition: 0.3s; }
    .graceli li .grac_bot {
      width: 100%;
      height: auto;
      overflow: hidden;
      zoom: 1;
      max-height: 180px;
      background: #fff;
      padding: 0 10px;
      padding-top: 15px;
      padding-bottom: 25px; }
      .graceli li .grac_bot p:nth-of-type(1) {
        font-size: 16px;
        font-family: "syhtB";
        height: 36px;
        line-height: 36px; }
      .graceli li .grac_bot p:nth-of-type(2) {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        color: #666;
        margin-bottom: 10px; }
      .graceli li .grac_bot a {
        font-size: 12px;
        height: 14px;
        line-height: 14px;
        color: #e72e28; }
    .graceli li:hover .grac_top img {
      transform: scale(1.1); }
/* 首页优势科室修改 */
.box .chang-seco li{
	max-height: initial;
}