.header {
  overflow: hidden;
  width: 100%;
  height: 80px;
  background: #fff; }
  .header .m {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px; }
    .header .m ul {
      height: 100%;
      display: flex;
      align-items: center; }
      .header .m ul li {
        font-size: 16px;
        cursor: pointer;
        margin-left: 50px;
        display: flex;
        align-items: center;
        color: #606060; }
        .header .m ul li a {
          color: #606060; }
        .header .m ul li img {
          margin-right: 5px;
          width: 17px; }

.banner {
  overflow: hidden;
  width: 100%; }
  .banner img {
    width: 100%;
    display: block; }

.main_renzheng {
  width: 100%; }
  .main_renzheng .titles {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #d0121b;
    letter-spacing: 2px;
    margin-top: 30px; }
  .main_renzheng .m {
    width: 1200px;
    margin: 0 auto;
    padding-top: 26px; }
    .main_renzheng .m h2 {
      font-size: 23px;
      color: #000; }
    .main_renzheng .m .main_map {
      overflow: hidden;
      margin-bottom: 30px;
      width: 100%;
      margin-top: 20px; }
      .main_renzheng .m .main_map img {
        width: 100%;
        display: block; }
    .main_renzheng .m .tong_tabbar {
      overflow: hidden;
      height: 70px;
      border-bottom: 1px solid #6f6f6f;
      display: flex;
      align-items: center;
      margin-top: 15px; }
      .main_renzheng .m .tong_tabbar div {
        overflow: hidden;
        margin-right: 10px; }
        .main_renzheng .m .tong_tabbar div a {
          display: inline-flex;
          height: 42px;
          padding: 0 14px;
          font-size: 24px;
          align-items: center;
          color: #393838; }
        .main_renzheng .m .tong_tabbar div.on a {
          background: #d0121b;
          color: #fff; }
    .main_renzheng .m .tong_title {
      overflow: hidden;
      height: 70px;
      border-bottom: 1px solid #6f6f6f; }
      .main_renzheng .m .tong_title ul {
        display: flex;
        align-items: center;
        height: 100%; }
        .main_renzheng .m .tong_title ul li {
          font-size: 24px;
          color: #393838;
          height: 100%;
          display: flex;
          align-items: center;
          margin-right: 5px; }
          .main_renzheng .m .tong_title ul li:last-child a {
            font-weight: bold;
            color: #d0121b; }
          .main_renzheng .m .tong_title ul li a {
            display: flex;
            align-items: center;
            height: 100%;
            font-size: 24px;
            color: #393838; }
    .main_renzheng .m .selectbox {
      width: 100%;
      display: flex;
      align-items: center;
      margin-top: 18px;
      justify-content: space-between; }
      .main_renzheng .m .selectbox.on {
        justify-content: flex-start; }
        .main_renzheng .m .selectbox.on .item {
          margin-right: 9px; }
          .main_renzheng .m .selectbox.on .item:nth-child(2n) {
            margin-right: 40px; }
      .main_renzheng .m .selectbox .item {
        width: 276px;
        position: relative;
        height: 51px;
        border: 1px solid #a0a0a0;
        border-radius: 10px;
        display: flex;
        align-items: center; }
        .main_renzheng .m .selectbox .item span {
          font-size: 16px;
          color: #ff2424;
          margin-left: 12px;
          display: block; }
        .main_renzheng .m .selectbox .item ul {
          width: 100%;
          position: absolute;
          left: 0;
          background: #fff;
          display: none;
          border: 1px solid #a0a0a0;
          border-radius: 6px;
          overflow: hidden;
          top: 55px; }
          .main_renzheng .m .selectbox .item ul li {
            overflow: hidden;
            height: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            padding-left: 15px;
            width: 100%;
            font-size: 16px;
            color: #333; }
            .main_renzheng .m .selectbox .item ul li:hover {
              background: #d0121b;
              color: #fff; }
        .main_renzheng .m .selectbox .item select {
          width: 250px;
          height: 100%;
          border: none;
          outline: none;
          font-size: 18px;
          color: #b6b6b6;
          background: none; }
        .main_renzheng .m .selectbox .item input {
          width: 209px;
          height: 100%;
          border: none;
          outline: none;
          font-size: 18px;
          color: #b6b6b6;
          background: none; }
          .main_renzheng .m .selectbox .item input::placeholder {
            color: #b6b6b6; }
        .main_renzheng .m .selectbox .item img {
          cursor: pointer;
          display: block; }

.footer {
  overflow: hidden;
  width: 100%;
  background: #393939; }
  .footer .m {
    width: 1088px;
    margin: 0 auto;
    overflow: hidden;
    padding: 45px 0 0 0; }
    .footer .m .top {
      overflow: hidden;
      display: flex; }
      .footer .m .top .link {
        overflow: hidden;
        display: flex; }
        .footer .m .top .link ul {
          overflow: hidden;
          margin-right: 50px; }
          .footer .m .top .link ul li {
            font-size: 12px;
            line-height: 24px;
            color: #fff; }
            .footer .m .top .link ul li a {
              color: #8d8e89; }
            .footer .m .top .link ul li:first-child {
              margin-bottom: 10px;
              font-size: 15px;
              font-weight: bold; }
      .footer .m .top .tel {
        overflow: hidden;
        width: 160px; }
        .footer .m .top .tel .item {
          overflow: hidden;
          width: 100%;
          border-bottom: 1px solid #515151;
          padding-bottom: 12px;
          margin-bottom: 16px; }
          .footer .m .top .tel .item p {
            font-size: 12px;
            color: #8d8e89;
            margin-bottom: 4px; }
          .footer .m .top .tel .item span {
            display: block;
            font-size: 19px;
            color: #fff;
            font-weight: bold; }
      .footer .m .top .code {
        overflow: hidden;
        margin-left: 80px;
        display: flex; }
        .footer .m .top .code div {
          overflow: hidden;
          margin-right: 30px;
          width: 102px; }
          .footer .m .top .code div:last-child {
            margin-right: 0; }
          .footer .m .top .code div img {
            width: 100%;
            display: block;
            margin-bottom: 10px; }
          .footer .m .top .code div p {
            text-align: center;
            font-size: 12px;
            color: #8d8e89; }
    .footer .m .bot {
      overflow: hidden;
      width: 100%;
      margin-top: 50px;
      height: 55px;
      border-top: 1px solid #515151;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .footer .m .bot p {
        font-size: 12px;
        color: #8d8e89; }
      .footer .m .bot ul {
        display: flex;
        align-items: center; }
        .footer .m .bot ul li {
          font-size: 12px;
          color: #8d8e89;
          margin: 0 3px; }
          .footer .m .bot ul li a {
            color: #8d8e89; }

.main_tables {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  margin-top: 23px; }
  .main_tables .th {
    overflow: hidden;
    height: 50px;
    background: #d0121b; }
    .main_tables .th div {
      width: 25%;
      float: left;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      line-height: 50px; }
  .main_tables .tod .td:nth-child(even) .childer {
    background: #eeeeee; }
  .main_tables .td {
    overflow: hidden; }
    .main_tables .td .childer {
      height: 50px;
      cursor: pointer;
      overflow: hidden;
      width: 100%; }
      .main_tables .td .childer.on {
        background: #e5f7ff !important; }
      .main_tables .td .childer div {
        width: 25%;
        float: left;
        font-size: 18px;
        color: #393838;
        text-align: center;
        line-height: 50px; }
    .main_tables .td .show {
      overflow: hidden;
      height: 60px;
      width: 100%;
      display: flex;
      align-items: center;
      background: #e5f7ff;
      padding-left: 86px;
      display: none; }
      .main_tables .td .show p {
        font-size: 18px;
        color: #393838;
        margin-right: 50px;
        line-height: 60px;
        float: left; }

.jigou_list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 42px; }
  .jigou_list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .jigou_list ul li {
      cursor: pointer;
      overflow: hidden;
      width: 550px;
      height: 175px;
      border: 1px solid #eee;
      transition: all .3s;
      background: #fafafa;
      margin-right: 62px;
      margin-bottom: 42px; }
      .jigou_list ul li:hover img {
        transform: scale(1.1); }
      .jigou_list ul li:hover {
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
        transform: translateY(-3px);
        border: 1px solid #cecece; }
        .jigou_list ul li:hover .box p {
          color: #d0121b; }
      .jigou_list ul li:nth-child(2n) {
        margin-right: 0; }
      .jigou_list ul li .pics {
        width: 186px;
        height: 175px;
        float: left;
        overflow: hidden; }
        .jigou_list ul li .pics img {
          display: block;
          transition: all .6s; }
      .jigou_list ul li .box {
        overflow: hidden;
        width: 360px;
        float: left;
        padding: 35px 0 0 15px;
        height: 100%; }
        .jigou_list ul li .box .mores {
          width: 50px;
          height: 22px;
          background: #2d70f2;
          border-radius: 2px;
          font-size: 12px;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 26px;
          margin-right: 20px;
          float: right; }
        .jigou_list ul li .box p {
          font-weight: bold;
          font-size: 18px;
          color: #242424;
          margin-bottom: 13px; }
        .jigou_list ul li .box span {
          display: block;
          font-size: 18px;
          color: #242424;
          line-height: 30px; }

.doct_list {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 45px; }
  .doct_list .item {
    padding: 38px 0 0 0; }
    .doct_list .item h2 {
      font-size: 24px;
      color: #393838; }
    .doct_list .item ul {
      display: flex;
      flex-wrap: wrap; }
      .doct_list .item ul li {
        overflow: hidden;
        width: 380px;
        height: 175px;
        transition: all .3s;
        border: 1px solid #e1e1e1;
        background: #fafafa;
        margin-right: 30px;
        margin-top: 30px; }
        .doct_list .item ul li:hover {
          box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
          transform: translateY(-3px);
          border: 1px solid #cecece; }
          .doct_list .item ul li:hover .fontgrow p {
            color: #d0121b; }
        .doct_list .item ul li a {
          display: block;
          width: 100%;
          height: 100%; }
        .doct_list .item ul li:hover .pic img {
          transform: scale(1.1); }
        .doct_list .item ul li:nth-child(3n) {
          margin-right: 0; }
        .doct_list .item ul li .pic {
          width: 141px;
          height: 175px;
          float: left;
          overflow: hidden; }
          .doct_list .item ul li .pic img {
            display: block;
            transition: all .6s; }
        .doct_list .item ul li .fontgrow {
          width: 230px;
          float: left;
          overflow: hidden;
          padding: 15px 0 0 20px; }
          .doct_list .item ul li .fontgrow p {
            font-weight: bold;
            font-size: 18px;
            color: #000000; }
          .doct_list .item ul li .fontgrow div {
            overflow: hidden;
            display: flex;
            margin-top: 12px;
            margin-bottom: -5px;
            align-items: center; }
            .doct_list .item ul li .fontgrow div img {
              margin-right: 1px; }
          .doct_list .item ul li .fontgrow span {
            display: block;
            font-size: 18px;
            color: #000000;
            line-height: 23px;
            margin-top: 16px; }
          .doct_list .item ul li .fontgrow em {
            width: 100%;
            text-align: right;
            font-size: 18px;
            margin-top: 3px;
            display: block;
            color: #d0121b; }

.doct_info {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  margin-top: 35px; }
  .doct_info h2 {
    font-size: 24px;
    color: #393838;
    margin-bottom: 20px; }
  .doct_info .boxs {
    overflow: hidden;
    width: 100%; }
    .doct_info .boxs .left {
      float: left;
      display: block; }
    .doct_info .boxs .right {
      overflow: hidden;
      width: 1035px;
      float: right; }
      .doct_info .boxs .right .lab {
        overflow: hidden;
        margin-bottom: 60px; }
        .doct_info .boxs .right .lab p {
          font-size: 24px;
          color: #000000;
          align-items: center;
          margin-bottom: 16px;
          display: flex; }
          .doct_info .boxs .right .lab p span {
            font-size: 24px;
            color: #d0121b;
            margin-left: 30px; }
        .doct_info .boxs .right .lab span {
          display: block;
          font-size: 18px;
          color: #000000;
          line-height: 48px; }

.main_ln {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px; }
  .main_ln h2 {
    line-height: 66px;
    font-size: 24px;
    color: #393838; }
  .main_ln .grow {
    overflow: hidden;
    padding: 22px 0;
    border-top: 1px solid #6f6f6f;
    display: flex;
    border-bottom: 1px solid #6f6f6f;
    padding-right: 30px;
    align-items: center;
    justify-content: space-between; }
    .main_ln .grow .left {
      overflow: hidden;
      width: 730px; }
      .main_ln .grow .left p {
        font-size: 18px;
        color: #393838;
        line-height: 30px; }

.fonttitle {
  display: block;
  margin: 35px auto; }

.listbox {
  overflow: hidden;
  width: 1193px;
  margin: 0 auto;
  margin-top: 30px; }
  .listbox .center {
    display: flex;
    align-items: center;
    justify-content: center; }
    .listbox .center .logocneter {
      width: 596px;
      height: 185px;
      display: flex;
      align-items: center;
      border-top: 1px solid #000;
      float: left;
      justify-content: center; }
  .listbox ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
    border-left: 1px solid #000; }
    .listbox ul li {
      float: left;
      width: 149px;
      border-right: 1px solid #000;
      position: relative;
      height: 185px; }
      .listbox ul li p {
        font-size: 18px;
        width: 100%;
        color: #000000;
        position: absolute;
        left: 0;
        bottom: 3px;
        z-index: 999999;
        text-align: center; }
      .listbox ul li img {
        display: block;
        width: 100%;
        height: 100%; }

.codes {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 78px 0;
  width: 100%; }
  .codes img {
    width: 150px;
    height: 153px; }
  .codes .box {
    overflow: hidden;
    margin-left: 26px; }
    .codes .box p {
      font-size: 19px;
      color: #000000; }
    .codes .box ul {
      overflow: hidden; }
      .codes .box ul li {
        overflow: hidden;
        display: flex;
        margin-top: 6px;
        align-items: center; }
        .codes .box ul li div {
          width: 11px;
          height: 11px;
          border-radius: 50%;
          border: 1px solid #000;
          margin-right: 10px; }
        .codes .box ul li span {
          font-size: 18px;
          color: #000; }

.main_shebei {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0 0 26px; }
  .main_shebei h2 {
    font-size: 24px;
    border-bottom: 1px solid #6f6f6f;
    color: #393838;
    line-height: 70px; }
  .main_shebei ul {
    padding: 0 70px 70px 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .main_shebei ul li {
      width: 218px;
      margin-right: 60px;
      border: 1px solid #EEEEEE;
      margin-top: 60px; }
      .main_shebei ul li:nth-child(4n) {
        margin-right: 0; }
      .main_shebei ul li:hover .pic img {
        transform: scale(1.05); }
      .main_shebei ul li:hover {
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #cecece; }
        .main_shebei ul li:hover .pic {
          border: none; }
        .main_shebei ul li:hover p {
          color: #d0121b;
          border-left: none;
          background: #FAFAFA;
          text-align: center; }
      .main_shebei ul li .pic {
        overflow: hidden;
        width: 100%;
        height: 330px;
        transition: all .1s;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px; }
        .main_shebei ul li .pic img {
          display: block;
          width: 100%;
          transition: all .6s; }
        .main_shebei ul li .pic:hover .add {
          transform: scale(1); }
        .main_shebei ul li .pic .add {
          width: 120px; }
      .main_shebei ul li p {
        line-height: 50px;
        font-size: 20px;
        color: #5e5e5e;
        transition: all .1s;
        border-top: 1px solid #eee;
        text-align: center; }

/*# sourceMappingURL=css.css.map */
