.dev_ass_ul {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dif_title {
  font-size: 19px;
}
.ass_ul {
  padding: 0 1rem;
}
@media only screen and (max-width: 1216px) {
  .top .top_main {
    width: 100%;
  }
  .top .top_main .top_title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .top .top_main .top_item {
    padding: 0 1rem;
  }
  .dif .title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dif .dif_ul {
    margin: 56px 1rem 0;
    width: calc(100% - 2rem);
  }
  .title {
    text-align: center;
  }
  .why .why_main {
    margin: 56px 1rem 0;
    width: calc(100% - 2rem);
  }
  .why .why_main .why_item {
    width: calc(50% - 0.5rem);
  }
  .plan .plan_ul {
    margin: 56px 1rem 0;
    width: calc(100% - 2rem);
  }
  .plan .plan_ul .plan_li {
    width: calc(33% - 0.6rem);
  }
  .show .show_main {
    margin: 56px 1rem 0;
    width: calc(100% - 2rem);
  }
  .show .show_main .show_ul {
    flex-wrap: wrap;
  }
  .con .main {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  .con .main .con_ul {
    flex-direction: column;
  }
  .con .main .con_ul .con_li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .con .main .con_ul .con_li table {
    width: 100%;
  }
  .con .main .con_ul .con_li table tbody {
    width: 100%;
  }
  .con .main .con_ul .con_li table tbody tr {
    width: 100%;
  }
  .con .main .con_ul .con_li table tbody tr td,
  .con .main .con_ul .con_li table tbody tr th {
    flex-grow: 1;
  }
  .pro {
    height: unset;
    background-size: cover;
    background-position: center;
  }
  .pro .pro_main {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
  .pro .pro_main .pro_title {
    flex-shrink: 0;
    margin-right: 1rem;
  }
  .pro .pro_main .pro_ul {
    flex-wrap: wrap;
  }
  .pro .pro_main .pro_ul .pro_li {
    width: calc(50% - 0.5rem);
    margin: 1rem 0;
  }
  .pro .pro_main .pro_ul .pro_li .pro_index {
    flex-shrink: 0;
  }
  .ind .ind_main {
    margin: 56px 1rem 0;
    width: calc(100% - 2rem);
  }
  .ind .ind_main .ind_item .ind_title {
    background-image: url("/template/default/html/static/picture/tjhy.png");
    background-size: cover;
    background-position: center;
  }
  .ind .ind_main .ind_item .ind_title img {
    display: none;
  }
}
@media only screen and (max-width: 1187px) {
  .top .top_main .top_title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1140px) {
  .show {
    height: unset;
    background-size: cover !important;
    background-position: center !important;
  }
  .show .show_main .show_ul .show_li {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1127px) {
  .ind .ind_main .ind_item {
    flex-direction: column;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
    overflow: hidden;
  }
  .ind .ind_main .ind_item .ind_title {
    width: 100%;
    height: 5rem;
    background: unset;
    background-color: #fff;
  }
  .ind .ind_main .ind_item .ind_title img {
    display: none;
  }
  .ind .ind_main .ind_item .ind_title p {
    color: #000;
    font-weight: normal;
    padding-top: 36px;
  }
  .ind .ind_main .ind_item .ind_title p br {
    display: none;
  }
  .ind .ind_main .ind_item .ind_ul {
    box-shadow: unset;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1017px) {
  .top .top_main .top_title {
    font-size: 45px;
  }
  .why .why_main {
    flex-wrap: wrap;
  }
  .why .why_main .why_item {
    width: calc(100%);
    margin-bottom: 2rem;
  }
  .why .why_main .why_item .why_top {
    height: unset;
  }
  .why .why_main .why_item .why_ul {
    padding: 1rem;
  }
}
@media only screen and (max-width: 906px) {
  .plan .plan_ul .plan_li {
    width: calc(50% - 0.5rem);
  }
}
@media only screen and (max-width: 847px) {
  .top {
    height: auto;
    padding-bottom: 5rem;
  }
  .top .top_main .top_title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 760px) {
  .pro .pro_main {
    flex-direction: column;
  }
  .pro .pro_main .pro_title {
    width: 100%;
    margin: 1rem 1rem 0;
    text-align: center;
  }
  .pro .pro_main .pro_title br {
    display: none;
  }
  .pro .pro_main .pro_ul .pro_li {
    width: 100%;
  }
}
@media only screen and (max-width: 696px) {
  .dif .dif_ul .dif_li {
    width: calc(50% - 0.5rem);
  }
}
@media only screen and (max-width: 677px) {
  .top .top_main .top_title {
    font-size: 24px;
  }
  .top .top_main .top_item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 610px) {
  .plan .plan_ul .plan_li {
    padding: 20px;
  }
  .plan .plan_ul .plan_li a {
    display: none;
  }
}
@media only screen and (max-width: 577px) {
  .show {
    position: relative;
  }
  .show .show_main {
    overflow: scroll;
    padding-bottom: 4rem;
  }
  .show .show_main .show_ul {
    width: 529px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .show .show_main .show_ul .show_li {
    flex-shrink: 0;
  }
  .show .show_main > a {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 490px) {
  .ind .ind_main .ind_item .ind_ul {
    padding: 1rem;
  }
  .ind .ind_main .ind_item .ind_ul li {
    margin: 1rem;
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 486px) {
  .dif .dif_ul .dif_li {
    height: 240px;
  }
  .dif .dif_ul .dif_li img {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  .dif .dif_ul .dif_li .dif_desc {
    margin-top: 80px;
    background-color: transparent;
  }
  .dif .dif_ul .dif_li .dif_desc .dif_title {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .dif .dif_ul .dif_li .dif_desc .dif_text {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 400px) {
  .ind .ind_main .ind_item .ind_title p {
    width: 100%;
  }
  .ind .ind_main .ind_item .ind_ul li {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 0.5rem);
  }
}
