.info {
  display: flex;
  justify-content: space-between; }
  .info .left {
    width: 37%; }
    .info .left .max-swiper {
      width: 100%;
      height: 440px;
      border: 1px solid #f0f0f0; }
      .info .left .max-swiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5%; }
    .info .left .minWrap {
      position: relative;
      margin-top: 5%; }
      .info .left .minWrap .arr {
        position: absolute;
        width: 20px;
        height: 32px;
        top: 50%;
        margin-top: -16px;
        cursor: pointer; }
      .info .left .minWrap .leftArr {
        left: 0; }
      .info .left .minWrap .rightArr {
        right: 0; }
    .info .left .min-swiper {
      width: 80%; }
      .info .left .min-swiper .swiper-slide {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4%;
        border: 1px solid #f0f0f0; }
  .info .right {
    width: 60%; }
    .info .right h2 {
      height: 48px;
      font-size: 20px;
      color: #111;
      margin-bottom: 2%;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .info .right ul {
      font-size: 14px;
      color: #666; }
      .info .right ul li {
        margin-bottom: 4%;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .info .right .tel {
      display: flex;
      align-items: center;
      margin-bottom: 5%; }
      .info .right .tel span {
        font-size: 30px;
        margin-left: 2%; }
    .info .right .infoBtn {
      display: flex; }
      .info .right .infoBtn a {
        display: block;
        width: 144px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        font-size: 20px;
        color: white;
        background: #fff7ed;
        border: 1px solid #ee7700; }
      .info .right .infoBtn a:nth-child(1) {
        margin-right: 2%; }

@media (max-width: 1200px) {
  .info .left .max-swiper {
    height: 352px; }
  .info .left .min-swiper .swiper-slide {
    height: 64px; }
  .info .right h2 {
    font-size: 18px;
    height: 43px; }
  .info .right ul li {
    margin-bottom: 2%; }
  .info .right .infoBtn a {
    width: 115px;
    height: 38px;
    line-height: 38px;
    font-size: 16px; } }

@media (max-width: 996px) {
  .info .left .max-swiper {
    height: 280px; }
  .info .left .min-swiper .swiper-slide {
    height: 50px; } }

@media (max-width: 768px) {
  .info {
    flex-direction: column; }
    .info .left, .info .right {
      width: 100%; }
  .info .left .min-swiper .swiper-slide {
    height: 105px; }
  .info .right h2 {
    margin-top: 3%; }
  .info .right .tel {
    margin-bottom: 3%; } }

@media (max-width: 480px) {
  .info .left .max-swiper {
    height: 211px; }
  .info .left .min-swiper .swiper-slide {
    height: 62px; }
  .info .right h2 {
    font-size: 16px;
    height: 40px; }
  .info .right ul {
    font-size: 12px; }
  .info .right .tel img {
    width: 30px; }
  .info .right .tel span {
    font-size: 25px; }
  .info .right .infoBtn a {
    font-size: 14px;
    width: 92px;
    height: 31px;
    line-height: 31px; } }

.detail {
  margin-top: 5%; }
  .detail .detailNav {
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #ee7700;
    display: flex;
    padding-bottom: 1px; }
    .detail .detailNav li {
      width: 128px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      font-size: 14px;
      color: #333;
      cursor: pointer; }
    .detail .detailNav li.b {
      color: white; }
  .detail .detailCon {
    padding: 3% 0; }
    .detail .detailCon li {
      display: none; }
    .detail .detailCon li.cur {
      display: block; }
    .detail .detailCon p {
      font-size: 16px;
      color: #777;
      line-height: 34px; }

.detailTit {
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 10px;
  margin-bottom: 1%; }

.detailTit:after {
  content: "";
  width: 4px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  background: #ee7700; }

@media (max-width: 768px) {
  .detail .detailCon p {
    font-size: 14px; } }

@media (max-width: 480px) {
  .detail .detailCon p {
    font-size: 12px; } }

table {
  width: 100%;
  table-layout: fixed;
  margin-top: 2%; }
  table tr {
    height: 70px; }
    table tr th, table tr td:nth-child(1) {
      font-size: 16px;
      color: #333; }
    table tr td {
      font-size: 14px;
      color: #999; }
    table tr th, table tr td {
      padding: 0 2%;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  table tr th:nth-child(1) {
    width: 25%; }
  table tr th:nth-child(2) {
    width: 40%; }
  table tr th:nth-child(3) {
    width: 35%; }

.tableTwo td:nth-child(1) {
  width: 25%; }

.tableTwo td:nth-child(2) {
  width: 75%; }

@media (max-width: 996px) {
  table tr {
    height: 60px; } }

@media (max-width: 480px) {
  table tr {
    height: 40px; }
  table tr th, table tr td:nth-child(1) {
    font-size: 14px; } }

.sele {
  margin-top: 5%; }
  .sele ul {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sele ul li {
      width: 24%; }
      .sele ul li a .img {
        width: 100%;
        height: 175px;
        background: #ebebeb;
        padding: 6.5%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .sele ul li a span {
        display: block;
        font-size: 14px;
        line-height: 52px;
        color: #444;
        border-bottom: 1px solid #eee;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

@media (max-width: 768px) {
  .sele ul li {
    width: 48%;
    margin-bottom: 5%; }
    .sele ul li img {
      margin: 0 auto; } }

@media (max-width: 480px) {
  .sele ul li a .img {
    height: 140px; }
  .sele ul li a span {
    font-size: 12px;
    line-height: 45px; } }

.serv {
  padding: 3% 5% 0;
  display: flex;
  margin: 5% 0;
  justify-content: space-between; }
  .serv .left {
    color: white; }
    .serv .left p {
      font-size: 40px; }
    .serv .left span {
      font-size: 18px;
      display: block;
      margin: 3% 0; }
    .serv .left a {
      font-size: 24px;
      text-align: center;
      display: block;
      width: 150px;
      height: 41px;
      line-height: 41px;
      background: white;
      border-radius: 25px; }
  .serv .right {
    width: 33%; }
    .serv .right img {
      width: 100%; }

@media (max-width: 1200px) {
  .serv .left p {
    font-size: 32px; }
  .serv .left span {
    font-size: 16px; }
  .serv .left a {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 20px; } }

@media (max-width: 996px) {
  .serv {
    padding: 3% 5%; }
  .serv .left p {
    font-size: 26px; }
  .serv .left a {
    width: 96px;
    height: 26px;
    line-height: 26px;
    font-size: 16px; } }

@media (max-width: 768px) {
  .serv {
    flex-direction: column; }
  .serv .left {
    text-align: center;
    margin-bottom: 5%; }
  .serv .left a {
    margin: 0 auto; }
  .serv .right {
    width: 80%;
    margin: 0 auto; } }

@media (max-width: 480px) {
  .serv .left p {
    font-size: 20px; } }
