@media screen and (max-width: 767px) {
  .right_float {
    display: none;
  }

  /* 弹出导航 */
  .nav-page {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 0.2s linear;
  }

  .nav-phone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  }

  .close-phone-nav {
    position: absolute;
    top: 0.31rem;
    left: 0.24rem;
    width: 0.68rem;
    height: 0.68rem;
    z-index: 999;
  }

  .close-phone-nav::before,
  .close-phone-nav::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.68rem;
    height: 0.04rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .close-phone-nav::before {
    top: 0.19rem;
  }

  .close-phone-nav::after {
    top: 0.45rem;
  }

  .close-phone-nav-active::before {
    top: 0.33rem;
    transform: rotate(135deg);
  }

  .close-phone-nav-active::after {
    top: 0.33rem;
    transform: rotate(-135deg);
  }

  .yuyan {
    padding-top: 1rem;
  }

  .yuyan a {
    padding: 0.24rem;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nav-list a {
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e1e1e1;
  }

  .nav-list-active {
    color: #b11d03;
    background-color: #f5f5f5;
    border-bottom: 1px solid #b11d03 !important;
  }

  /* phone内页头部 */
  .inside-roof {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    z-index: 99;
    border-bottom: 1px solid #014526;
    background-color: rgba(255, 255, 255, 1);
  }

  .inside-roof-icon {
    position: absolute;
    z-index: 9;
    top: 0.31rem;
    left: 0.24rem;
    width: 0.68rem;
    height: 0.68rem;
  }

  .inside-roof-icon::before,
  .inside-roof-icon::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.68rem;
    height: 0.04rem;
    color: #fff;
    background-color: #999;
    transform-origin: center;
  }

  .inside-roof-icon::before {
    top: 0.19rem;
  }

  .inside-roof-icon::after {
    top: 0.45rem;
  }

  .inside-roof-icon-active::before {
    top: 0.33rem;
    transform: rotate(135deg);
  }

  .inside-roof-icon-active::after {
    top: 0.33rem;
    transform: rotate(-135deg);
  }

  .inside-roof-logo {
    position: absolute;
    width: 100%;
    height: 86%;
    top: 50%;
    left: 50%;
    font-size: 0.28rem;
    transform: translate(-50%, -50%);
  }

  .inside-roof-logo img {
    height: 90%;
  }

  .inside-roof-logo p {
    font-size: 0.3rem;
  }

  .phone_search {
    position: absolute;
    top: 50%;
    right: 0.24rem;
    transform: translateY(-50%);
  }

  .phone_search img {
    width: 0.5rem;
    opacity: 0.8;
  }

  .forPhone {
    height: 1.3rem;
  }

  .main_middle {
    width: 100%;
    margin: 0 auto;
  }

  /* 头部 */
  .header_wrapper {
    position: relative;
    z-index: 2;
  }

  /* 头部-左边 */
  .top_vertical {
    display: none;
  }

  /* 头部-右边 */
  .top_right {
    height: auto;
  }

  .swiper-container img {
    width: 100%;
  }

  .swiper-pagination {
    bottom: 0.3rem !important;
    left: 1.5rem !important;
  }

  .swiper-pagination .my-bullet {
    margin: 0 0.05rem;
    width: 0.5rem;
    height: 0.05rem;
  }

  /* 右边顶部 */
  .top_roof_area {
    display: none;
  }

  /* 右边底部 */
  .top_bottom_area {
    display: none;
  }

  /* index_search_wrapper */
  .index_search_wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .close_ser {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .index_search {
    width: 90%;
    height: 1rem;
    margin-top: -2rem;
    margin-left: -45%;
  }

  .index_search input {
    width: 70%;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.24rem;
  }

  .index_search button {
    width: 1rem;
    height: 1rem;
  }

  /* index_title */
  .index_title {
    height: 1.2rem;
    font-size: 0.5rem;
  }

  /* pro_wrapper */
  .pro_wrapper {
    margin-bottom: 0.3rem;
  }

  .pro_wrapper .pro_item {
    margin-right: 2%;
    width: 48%;
    height: calc(48% * 0.75);
  }

  .pro_wrapper .pro_item p {
    font-size: 0.3rem;
  }

  .pro_wrapper .pro_item p span {
    margin-bottom: 0.8rem;
    padding: 0 0.24rem;
  }

  /* index_more */
  .index_more a {
    width: 3rem;
    height: 0.8rem;
  }

  .index_more span {
    font-size: 0.26rem;
  }

  /* epc_wrapper */
  .epc_wrapper {
    width: 100%;
    position: static;
  }

  .epc_tab_wrapper {
    position: static;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }

  .epc_tab {
    width: 50%;
    height: 5rem;
    padding: 0.3rem 0.2rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .epc_tab:nth-of-type(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .epc_tab:nth-of-type(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .epc_tab:nth-of-type(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .epc_tab .epc_icon {
    margin-bottom: 0.2rem;
  }

  .epc_tab .epc_icon img {
    width: 0.8rem;
  }

  .epc_tab .epc_title {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }

  .epc_tab .epc_text {
    display: block;
  }

  .epc_tab .epc_text p {
    font-size: 0.24rem;
    line-height: 2em;
  }

  .epc_tab .epc_text p i,
  .epc_tab .epc_text p em {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    background-color: #666;
    border-radius: 50%;
  }

  .epc_tab_active {
    background-color: #3aa94a;
  }

  .epc_tab_active .epc_title {
    margin-bottom: 0.2rem;
  }

  .epc_tab_active .epc_text p {
    font-size: 0.24rem;
    line-height: 2em;
  }

  .epc_tab_active .epc_text p i,
  .epc_tab_active .epc_text p em {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    background-color: #fff;
    border-radius: 50%;
  }

  /* about_wrapper */
  .about_wrapper {
    padding: 0.5rem 0.24rem;
  }

  .about_main {
    position: static;
    height: auto;
  }

  .about_content {
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    transform: translateY(0);
    padding: 0.24rem;
  }

  .about_content .about_title {
    font-size: 0.5rem;
    line-height: 1em;
  }

  .about_content .about_nr {
    margin: 0.2rem 0;
    font-size: 0.3rem;
    line-height: 2em;
  }

  .about_content .about_more {
    width: 3rem;
    height: 0.8rem;
  }

  .about_content .about_more span {
    font-size: 0.26rem;
    color: #ffffff;
  }

  .about_content .about_arrow {
    display: none;
  }

  .about_img {
    display: none;
  }

  /* case_wrapper */
  .case_wrapper {
    margin-bottom: 0.3rem;
  }

  .case_item {
    width: 48%;
    height: calc(48% * 0.75);
    margin-right: 2%;
  }

  .case_item .case_link img {
    width: 20%;
  }

  .case_item .case_link span {
    margin: 0.3rem;
    font-size: 0.3rem;
  }

  .case_item .case_link i {
    width: 1rem;
    height: 2px;
  }

  /* news_wrapper */
  .news_wrapper {
    margin-bottom: 0.3rem;
    flex-direction: column;
    padding: 0 0.24rem;
  }

  .news_left {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  .news_big_bar {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 60%;
    top: 20%;
    left: 0;
    padding: 0.24rem;
    border-left: 4px solid #3aa94a;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .news_big_bar .news_big_left {
    width: 100%;
  }

  .news_big_bar .news_big_left .news_big_t {
    margin-bottom: 0.1rem;
    flex-direction: column;
  }

  .news_big_bar .news_big_left .news_big_t a {
    font-size: 0.32rem;
  }

  .news_big_bar .news_big_left .news_big_t span {
    font-size: 0.24rem;
  }

  .news_big_bar .news_big_left .news_big_nr {
    font-size: 0.24rem;
    color: #737373;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .news_big_bar .news_big_more {
    font-size: 0.24rem;
  }

  .news_right {
    flex: 1;
    width: 100%;
    flex-wrap: wrap;
  }

  .news_item {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    width: calc(50vw - 0.3rem);
    height: auto;
    margin-left: 0;
    margin-top: 0.2rem;
    margin-bottom: 0;
  }

  .news_item .news_layer {
    position: static;
    padding: 0.24rem;
  }

  .news_item:hover .news_base {
    opacity: 1;
  }

  .news_layer .news_title {
    font-size: 0.32rem;
    line-height: 1.2em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .news_layer .news_nr {
    margin: 0.1rem 0;
    font-size: 0.24rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .news_layer .news_bottom .news_time {
    font-size: 0.32rem;
  }

  .news_layer .news_bottom .news_time span {
    font-size: 0.6rem;
    color: #ffffff;
  }

  .news_layer .news_bottom .news_more img {
    width: 7vw;
  }

  /* link_wrapper */
  .link_wrapper {
    height: auto;
    margin-top: 0.2rem;
    padding: 0.24rem;
  }

  .link_main {
    height: 100%;
  }

  .link_left {
    margin-bottom: 0.24rem;
  }

  .link_left p {
    margin: 0 0.1rem;
    font-size: 0.3rem;
  }

  .link_left .link_link {
    font-size: 0.24rem;
  }

  /* footer_wrapper */
  .footer_wrapper {
    width: 100%;
    background-color: #272727;
  }

  .footer_above {
    padding: 0.24rem;
    flex-direction: column;
  }

  .footer_above .fo_above_left {
    margin-bottom: 0.2rem;
  }

  .footer_above .fo_above_left>img {
    width: 25vw;
    margin-right: 0.2rem;
  }

  .footer_above .fo_above_left .logo_side {
    font-size: 0.3rem;
  }

  .footer_above .fo_above_left .logo_side>img {
    margin-right: 0.3vw;
  }

  .footer_above .fo_above_left .logo_side>p {
    margin-top: 0.5vw;
    font-size: 0.5rem;
    color: #3aa94a;
  }

  .footer_above .fo_above_link {
    border: none;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .footer_above .fo_above_link dl {
    padding-right: 0;
    text-align: center;
  }

  .footer_above .fo_above_link dl dt {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }

  .footer_above .fo_above_link dl dd {
    font-size: 0.24rem;
  }

  .footer_above .fo_above_code {
    justify-content: space-between;
  }

  .footer_above .fo_above_code .code_item {
    margin-left: 0;
  }

  .footer_above .fo_above_code .code_item p {
    font-size: 0.24rem;
  }

  .footer_below {
    height: auto;
    padding: 0.24rem;
    flex-direction: column;
    font-size: 0.24rem;
  }

  /* 内页 */
  .inside_header {
    display: none;
  }

  .inside_banner img {
    width: 100%;
    height: auto;
  }

  /* inside_main */
  .inside_main {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 0.24rem;
  }

  /* page_position */
  .inside_main .page_position {
    font-size: 0.26rem;
    padding: 0.3rem 0;
  }

  /* inside_title */
  .inside_main .inside_title {
    margin: 0.6rem 0;
  }

  .inside_main .inside_title .it_info {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }

  .inside_main .inside_title .ico {
    width: 0.4rem;
  }

  /* inside_single */
  .inside_single {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  /* inside_contact_wrapper */
  .inc_tit {
    margin-bottom: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }

  .inside_contact {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .inside_contact .inc_item {
    display: flex;
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    border-right: 1px solid transparent;
  }

  .inside_contact .inc_item .c_icon {
    width: 1.6rem;
  }

  .inside_contact .inc_item .fg_line {
    display: none;
  }

  .inside_contact .inc_item .inc_info {
    flex: 1;
  }

  .inside_contact .inc_item .inc_info h6 {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }

  .inside_contact .inc_item .inc_info p {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }

  .inside_map {
    padding-bottom: 1.3rem;
  }

  .ineide_map_main {
    height: 60vh;
  }

  .inside_message {
    padding: 0;
  }

  .inside_message .inside_form_input {
    margin-bottom: 0.4rem;
    width: 100%;
  }

  .inside_message .inside_form_input:hover {
    box-shadow: 0 0 0.15rem -0.1rem rgba(129, 129, 129, 1);
  }

  .inside_message .inside_form_input .inside_ipt {
    padding: 0.3rem;
    font-size: 0.26rem;
  }

  .inside_message .inside_form_textarea {
    margin-bottom: 0.8rem;
  }

  .inside_message .inside_form_textarea:hover {
    box-shadow: 0 0 0.15rem -0.1rem rgba(129, 129, 129, 1);
  }

  .inside_message .inside_form_textarea .inside_tarea {
    padding: 0.3rem;
    height: 3.6rem;
    font-size: 0.26rem;
  }

  .inside_message .inside_form_btn {
    display: inline-block;
    width: 100%;
  }

  .inside_message .inside_form_btn .inside_btn {
    padding: 0.26rem 1rem;
    font-size: 0.26rem;
  }

  .inside_message .inside_form_btn .inside_btn:hover {
    box-shadow: 0 0 0.15rem -0.1rem rgba(129, 129, 129, 1);
  }

  /* inside_list */
  .inside_list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    padding-bottom: 0;
    overflow: hidden;
    border-bottom: solid #eaeaec 1px;
  }

  .inside_list a {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.2rem 0.3rem;
    font-size: 0.26rem;
  }

  /* inside_picture */
  .inside_picture {
    width: 100%;
  }

  .inside_pro_item {
    width: 100%;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.2rem;
    box-shadow: 0 0 0.15rem -0.1rem rgba(0, 0, 0, 1);
  }

  .inside_pro_item:hover {
    background-color: #fff;
    box-shadow: 0 0 0.3rem -0.1rem rgba(129, 129, 129, 1);
  }

  .inside_pro_item .pro_img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.1rem;
  }

  .inside_pro_item .pro_text {
    height: 1rem;
    font-size: 0.3rem;
    line-height: 1rem;
    padding: 0 0.3rem;
  }

  .inside_pro_item .pro_info {
    font-size: 0.24rem;
    padding: 0 0.3rem;
  }

  /* inside_picture_detail */
  .inside_picture_detail .ipd_title {
    padding: 0.6rem 0 0.4rem 0;
    font-size: 0.44rem;
  }

  .inside_picture_detail .ipd_main {
    padding-top: 0.6rem;
    font-size: 0.26rem;
  }

  /* inside_news */
  .inside_news {
    flex-direction: column;
  }

  .inside_news_item {
    width: 100%;
    border-radius: 0.1rem;
    padding: 0.3rem;
    margin-bottom: 0.5rem;
  }

  .inside_news_item:hover {
    box-shadow: 0 0 0.3rem -0.1rem rgba(129, 129, 129, 1);
  }

  .inside_news_item .inside_news_item_img {
    display: none;
  }

  .inside_news_item .inside_news_item_info {
    width: 100%;
  }

  .inside_news_item .inside_news_item_info h3 {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }

  .inside_news_item .inside_news_item_info span {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .inside_news_item .inside_news_item_info p {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .inside_news_item .inside_news_item_info>a {
    width: 2rem;
    height: 0.7rem;
    font-size: 0.24rem;
    line-height: 0.7rem;
    border-radius: 0.1rem;
  }

  /* inside_news_detail */
  .inside_news_detail .ind_title_wrapper {
    margin-bottom: 0.6rem;
    padding-bottom: 0.4rem;
  }

  .inside_news_detail .ind_title_wrapper .ind_title {
    margin-bottom: 0.4rem;
    font-size: 0.44rem;
  }

  .inside_news_detail .ind_title_wrapper .ind_info {
    font-size: 0.24rem;
  }

  .inside_news_detail .ind_title_wrapper .ind_info span {
    margin: 0 0.05rem;
  }

  .inside_news_detail .ind_main {
    font-size: 0.26rem;
    padding: 0;
  }

  /* 内页图片 */
  .inside_single img {
    display: block;
    width: 100%;
  }

  .ipd_main img {
    display: block;
    width: 100%;
  }

  .ind_main img {
    display: block;
    width: 100%;
  }

  .waves_wrapper {
    margin-top: -40vh;
    position: relative;
    margin-bottom: 0;
  }

  .waves_list {
    padding: 0 0.24rem;
    flex-wrap: wrap;
    margin-top: -0.7rem;
  }

  .waves_list .waves_item {
    flex-direction: column;
    width: 50%;
    margin-bottom: 0.3rem;
  }

  .waves_list .waves_item .wi_t {
    align-items: flex-end;
  }

  .waves_list .waves_item .wi_t .wit_num {
    font-size: 1.4rem;
    font-weight: bold;
    color: #3aa94a;
    line-height: 1em;
  }

  .waves_list .waves_item .wi_t .wit_span {
    font-size: 0.32rem;
    padding: 0 0 0.2rem 0.2rem;
  }

  .waves_list .waves_item .wi_b {
    font-size: 0.32rem;
    text-align: center;
    line-height: 1.6em;
  }

  .waves {
    height: 66vh;
    pointer-events: none;
  }

  .waves>canvas {
    height: 100% !important;
  }
}
