@charset "utf-8";

/* pc 端处理 */
@media screen and (min-width: 768px) {
  .g-hd,
  .g-ft,
  .g-adv_new,
  .m_ys,
  .cpt_swiper,
  .gds1,
  .m_abt,
  .m_news,
  .p101-fdh-1,
  .p101-related-pro,
  .embed-toolbar,
  .m_gc1,
  .mc2-about-1,
  .embed-icon-default,
  .embed-toolbar,
  .p101-pro-4-3-list,
  .mc-page-1,
  .m_plan {
    display: none;
  }

  .pro_de_img a {
    display: none;
  }
  
  .index .cpt_swiper .swiper-wrapper{
    display: unset !important;
  }
  
}

/* mb 端处理 */

/* 总处理(公共) */
@media screen and (max-width: 768px) {
  .header,
  .banner,
  .client-2,
  .footer,
  .ty-banner-1,
  .p102-search-1,
  .plc,
  .p101-latest-news,
  .p103-related-info-1,
  .gc1_bg,
  .plan,
  .p102-info-fdh-2,
  .p102-info-latest,
  .p102-info-blk-paging,
  .blk-xs {
    display: none;
  }

  body {
    min-width: 320px;
    max-width: 750px;
    font-size: 14px;
  }

  .index .cpt_swiper .swiper-wrapper{
    display: flex !important;
  }

  /* 移动端底部处理 */
  .embed-toolbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.932367vw 3.864734vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dddddd;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 2147482100;
  }
  .embed-toolbar-btn {
    flex: 1;
    height: 8.695652vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4.830918vw;
    font-size: 3.864734vw;
    text-decoration: none;
  }
  .embed-toolbar-btn:first-child {
    color: rgb(0, 112, 48);
    border: 1px solid rgb(0, 112, 48);
  }
  .embed-toolbar-btn:last-child {
    color: white;
    border: 1px solid rgb(0, 112, 48);
    background-color: rgb(0, 112, 48);
    margin-left: 2.898551vw;
  }

  /* 移动端子列表 */
  .fixed {
    position: fixed;
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    left: 0;
    top: 0;
    z-index: 99;
  }

  .p101-fdh-1 {
    padding-bottom: 0.5rem;
    position: relative;
    z-index: 2;
  }

  .p101-fdh-1-title {
    height: 3.8rem;
    background: #007030;
    padding: 0 4%;
    cursor: pointer;
  }

  .p101-fdh-1-title span {
    display: inline-block;
    max-width: 60%;
    height: 3.8rem;
    line-height: 3.8rem;
    font-size: 1.6rem;
    color: #fff;
  }

  .p101-fdh-1-title i {
    float: right;
    width: 1.7rem;
    height: 3.8rem;
    position: relative;
  }

  .p101-fdh-1-title i:before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 0.2rem;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -0.1rem;
    z-index: 1;
    border-radius: 1rem;
  }

  .p101-fdh-1-title i.active:after {
    content: "";
    position: absolute;
    width: 0.2rem;
    height: 1.7rem;
    background: #fff;
    left: 50%;
    margin-left: -0.1rem;
    top: 50%;
    margin-top: -0.85rem;
    z-index: 2;
    border-radius: 1rem;
  }

  .p101-fdh-1-list {
    background: #f6f6f6;
    box-shadow: 0 0.5rem 0.8rem #edeff2;
    padding-bottom: 0.5rem;
  }

  .p101-fdh-1-list li {
    padding: 0 4%;
    border-bottom: 0.1rem dotted #e6e6e6;
    position: relative;
  }

  .p101-fdh-1-list li:last-child {
    border-bottom: 0;
  }

  .p101-fdh-1-list li i {
    position: absolute;
    width: 50%;
    height: 4rem;
    right: 0;
    top: 0;
    z-index: 5;
  }

  .p101-fdh-1-list li i:after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border: 0.15rem solid #8e8e8e;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -0.3rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p101-fdh-1-list li > a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.3rem;
    color: #666666;
    padding-left: 3%;
    position: relative;
  }

  .p101-fdh-1-list li > a:before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.25rem;
    background: #6a6a6a;
    left: 0;
    top: 50%;
    margin-top: -0.125rem;
  }

  .p101-fdh-1-list li > a:after {
    content: "";
    position: absolute;
    border-top: 0.125rem solid transparent;
    border-bottom: 0.125rem solid transparent;
    border-left: 0.15rem solid #6a6a6a;
    left: 0.1rem;
    top: 50%;
    margin-top: -0.125rem;
  }

  .p101-fdh-1-list li p {
    padding: 0 10%;
    background: #fff;
    margin-bottom: 1rem;
  }

  .p101-fdh-1-list li p a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
    color: #333;
    padding-left: 3%;
    position: relative;
    border-bottom: 0.05rem solid #dfdfdf;
  }

  .p101-fdh-1-list li p a:last-child {
    border-bottom: 0;
  }

  .p101-fdh-1-list li p a:before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.25rem;
    background: #6a6a6a;
    left: 0;
    top: 50%;
    margin-top: -0.125rem;
  }

  .p101-fdh-1-list li p a:after {
    content: "";
    position: absolute;
    border-top: 0.125rem solid transparent;
    border-bottom: 0.125rem solid transparent;
    border-left: 0.15rem solid #6a6a6a;
    left: 0.1rem;
    top: 50%;
    margin-top: -0.125rem;
  }

  .p101-fdh-1-list li.active i:after {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border: 0.15rem solid #007030;
    border-style: none solid solid none;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -0.5rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p101-info-1-title {
    display: block !important;
    background: #fff;
    padding: 2rem 4% 0;
  }
  .p101-info-1-title .p101-info-1-text {
    line-height: 2.4rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #999999;
  }

  .tit {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
  }

  .tit em {
    display: block !important;
    font-size: 2.4rem !important;
    font-weight: bold !important;
    color: #1a1a1a !important;
    line-height: unset !important;
  }

  .tit span {
    font-size: 1.5rem !important;
    font-weight: normal !important;
    line-height: 100% !important;
    padding-top: 0px !important;
    padding: 0 20px !important;
    color: #4d4d4d !important;
    margin-top: 5px !important;
    text-transform: uppercase !important;
  }

  .blk-main {
    width: auto;
  }

  /* 详情上下页-start */
  .p101-info-1-paging {
    padding: 1.75rem 4% 1.75rem;
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #444444;
    font-weight: normal;
    flex-direction: column;
  }

  .p101-info-1-paging-prev {
    margin-bottom: 1.1rem;
  }

  .p101-info-1-paging-prev a,
  .p101-info-1-paging-next a {
    display: block;
    /* height: 2.2rem; */
    height: auto;
  }

  .p101-info-1-paging span {
    float: left;
    width: 17.4%;
    margin-right: 3%;
    background: #ececec;
    text-align: center;
    border-radius: 1.5rem;
    color: #444444;
  }

  .p101-info-1-paging h4 {
    float: left;
    width: 79.4%;
    color: #444444;
  }

  /* 详情上下页-end */

  /* 相关资讯-start */
  .p101-related-pro {
    padding: 1.7rem 4% 2rem;
    box-sizing: border-box;
  }
  .p101-related-pro-tit {
    height: 3.5rem;
    border-bottom: 1px solid #ededed;
    margin-bottom: 1.5rem;
    position: relative;
  }
  .p101-related-pro-tit h3 {
    display: inline-block;
    max-width: 60%;
    height: 3.5rem;
    line-height: 3.5rem;
    font-weight: normal;
    font-size: 1.8rem;
    color: #333333;
    position: relative;
  }

  .p101-related-pro-tit h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.15rem;
    background: #007030;
    left: 0;
    bottom: -0.1rem;
    z-index: 1;
  }

  .p101-related-pro-more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2.8rem;
  }

  .p101-related-pro-more span,
  .p101-related-pro-more a {
    display: block;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.3rem;
    color: #333333;
  }

  .p101-related-pro-more span {
    padding-right: 1.7rem;
  }

  .p101-related-pro-more i {
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    border: 0.1rem solid #007030;
    border-radius: 100%;
    top: 0.7rem;
    right: 0.25rem;
  }
  .p101-related-pro-more i:after {
    content: "";
    width: 0.35rem;
    height: 0.35rem;
    border: 0.1rem solid #007030;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 0.37rem;
    margin-top: -0.2rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p101-related-pro-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: wrap;
  }

  .p101-related-pro-list a {
    width: 48.26%;
  }

  .p101-related-pro-list dt {
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .p101-related-pro-list dt img {
    width: 100%;
    display: block;
  }

  .p101-related-pro-list dd h4 {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.3rem;
    font-weight: normal;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* 相关资讯-end */

  /* 页面内列表-start */
  .p101-fdh-1-title a {
    display: none;
    line-height: 3.8rem;
    font-size: 1.5rem;
    color: #fff;
    padding: 1.15rem 0 1.15rem 2rem;
    position: relative;
  }

  .p101-fdh-1-title a:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border: 0.15rem solid #fff;
    border-style: solid none none solid;
    position: absolute;
    top: 50%;
    left: 0.2rem;
    margin-top: -0.4rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .p101-fdh-1 dl {
    display: none;
  }

  .p101-fdh-1 dt {
    padding: 0 4%;
  }
  .p101-fdh-1 dt a {
    display: block;
    height: 3.7rem;
    line-height: 3.7rem;
    font-size: 1.5rem;
    color: #333333;
  }

  .p101-fdh-1 dd {
    background: #f1f1f1;
  }

  .p101-fdh-1 dd p {
    height: 3.8rem;
    padding: 0 4%;
    border-bottom: 0.1rem dotted #e6e6e6;
    position: relative;
  }

  .p101-fdh-1 dd p:last-child {
    border-bottom: 0;
  }

  .p101-fdh-1 dd a {
    float: left;
    width: 47%;
    height: 3.8rem;
    line-height: 3.8rem;
    font-size: 1.3rem;
    color: #666666;
    padding-left: 3%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .p101-fdh-1 dd a:before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.25rem;
    background: #6a6a6a;
    left: 0;
    top: 50%;
    margin-top: -0.125rem;
  }
  .p101-fdh-1 dd a:after {
    content: "";
    position: absolute;
    border-top: 0.125rem solid transparent;
    border-bottom: 0.125rem solid transparent;
    border-left: 0.15rem solid #6a6a6a;
    left: 0.1rem;
    top: 50%;
    margin-top: -0.125rem;
  }

  /* 页面内列表-endt */
}

/* 首页处理 */
@media screen and (max-width: 768px) {
  /* 隐藏 */
  .index .fc_j1,
  .fc_j2,
  .fw,
  .ys,
  .lx,
  .abt,
  .news {
    display: none;
  }

  /* 显示 */
  .index .m_abt,
  .m_news {
    display: block;
  }

  .index .gds1 {
    display: block;
    transition: 0.35s;
    width: 19%;
    height: 1.3rem;
    background: url("/static/home/images/df.png") no-repeat center left;
    margin: 3rem auto 0;
    background-size: 1.35rem 1.3rem;
  }

  .index .gds1 a {
    font-size: 1.2rem;
    display: block;
    line-height: 1.2rem;
    color: #086936;
    text-align: right;
  }

  /* padding */
  .index .fa1 {
    padding: 0 2%;
    height: auto;
    margin-bottom: 40px;
  }

  /* 移除浮动 */
  .index .tit1,
  .fa_con {
    float: none;
  }

  .index .content {
    width: 100%;
  }
  
  .index  .fa1 em{
    font-size: 2.4rem;
    line-height: 2.4rem;
    display: block;
    font-weight: normal;
    color: #262626;
  }
  .index  .fa1 span{
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    font-weight: normal;
    color: #707070;
    padding-top: 1.1rem;
  }

  .index  .yz1 em{
    font-size: 2.4rem;
    line-height: 2.4rem;
    display: block;
    font-weight: normal;
    color: #262626;
  }
  .index  .yz1 span{
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    font-weight: normal;
    color: #707070;
    padding-top: 1.1rem;
  }

  .index .fa1,
  .yz1,
  .cpt h2 em {
    font-size: 2.4rem;
    line-height: 2.4rem;
    display: block;
    font-weight: normal;
    color: #262626;
  }
  .index .fa1,
  .yz1 h2 span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    font-weight: normal;
    color: #707070;
    padding-top: 1.1rem;
  }

  /* 方案 */
  .index .fa-1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .index .fa-1 .fa_con {
    margin-top: 0;
  }

  .index .fa-1 .fa_con,
  .tit1 {
    width: auto;
    border: 0px solid #f3f3f3;
  }

  .index .fa1 .tit1 {
    display: flex;
    margin: auto;
    height: auto;
  }

  .index .fa1 .gds1 {
    display: none;
  }

  .index .fa1 .tit1 .clearfix {
    height: auto;
    width: 100%;
  }

  .index .fa1 .tit1 .clearfix li {
    /* width: 24% !important; */
    height: 8.4rem;
    border: 0.05rem solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 5px;
    width: 23.33% !important;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 0.7rem;
  }

  .index .fa1 .tit1 .clearfix li:nth-child(4n) {
    margin-right: 0%;
  }

  .index .fa1 .tit1 .clearfix li a {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .index .fa1 .tit1 .clearfix li i {
    /* margin: 0; */
    height: 4rem;
    width: 4rem;
    display: block;
    margin: 1.5rem auto 0;
  }

  .index .fa1 .tit1 ul li i img:first-child {
    display: none !important;
  }

  .index .fa1 .tit1 .clearfix li h3 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    color: #707070;
    font-weight: normal;
    padding-top: 0.5rem;
  }

  .index .fa_con li .desc {
    height: 5.75rem;
    display: flex;
    justify-content: space-between;
  }
  .index .fa_con li .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 0;
  }
  .index .fa_con li .desc .gds {
    height: 2.15rem;
    width: 2.15rem;
    display: block !important;
    float: right;
    margin-top: 1.8rem;
    margin-right: 1rem;
    background: unset;
  }
  .index .fa_con li .desc .gds img {
    width: 100%;
    display: block;
    border-radius: 100%;
    overflow: hidden;
  }

  /* 工程案例 */
  .index .case .gds1 {
    display: block;
  }

  .index .case_nav {
    display: none;
  }

  .index .case_con {
    display: flex;
  }
  .index .case_con .clearfix {
    width: 100%;
    display: inline-flex;
    flex-direction: row; /* 水平排列 */
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .index .case_con ul li:nth-child(3) {
    float: none;
  }

  .index .case_con ul li:last-child {
    display: block;
  }

  .index .case_con ul li {
    width: 49%;
    margin-bottom: 2rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }

  .index .case_con ul li i {
    height: auto;
  }
  .index .case_con ul li .desc {
    height: auto;
  }

  .index .case_con ul li .desc h4 {
    height: 3.75rem;
    line-height: 3.75rem;
    margin-left: 0;
    padding-top: 0;
    display: block;
    background: #ffffff;
  }

  .index .case_con ul li h4 a {
    box-sizing: border-box;
    padding-right: 10%;
    font-size: 1.2rem;
    line-height: 3.75rem;
    padding-left: 5%;
    display: block;
    font-weight: normal;
    color: #4a4a4a;
    background: url(/static/home/images/c-a1.png) no-repeat 15rem center;
    background-size: 1.65rem 1.2rem;
  }

  .index .case_con ul li .desc p {
    display: none !important;
  }

  .index .case_con ul li .desc .gds {
    display: none !important;
  }

  /* 数量 */
  .index .yz1 {
    background: #f0f0f0;
    height: auto;
    margin-top: 0;
  }

  .index .yz1 h2 {
    padding-top: 5.8rem;
  }

  .index .yz1 .yz-1 {
    box-sizing: border-box;
    margin-top: 3.55rem;
    height: auto;
    padding: 0 2%;
    /* margin-bottom: 71px; */
    padding-bottom: 71px;
  }

  .index .yz-1 ul li:first-of-type {
    text-align: unset;
  }

  .index .yz-1 ul li:last-of-type span {
    padding-right: 0;
  }

  .index .yz1 ul li:nth-of-type(2n) {
    /* text-align: unset; */
  }
  .index .yz-1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .index .yz-1 ul li {
    width: 49%;
    height: 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .index .yz1 ul li b {
    display: inline-block;
    font-size: 3rem;
    line-height: 100%;
    color: #262626;
    font-weight: bold;
    vertical-align: top;
    font-family: "Arial";
    padding-top: 2.15rem;
  }

  .index .yz1 ul li i {
    margin-left: 0.25rem;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    background: #086936;
    border-radius: 100%;
    margin-top: 2.15rem;
  }

  .index .yz1 ul li em {
    margin-left: 0.25rem;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    background: #086936;
    border-radius: 100%;
    margin-top: 2.15rem;
  }
  .index .yz1 ul li span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #3d3d3d;
    font-weight: normal;
    padding-top: 0.3rem;
  }

  .index .yz2 {
    display: none;
  }

  /* 优势 */
  .index .m_ys {
    display: block;
  }

  .index .m_ys .ys_con {
    overflow: hidden;
  }

  /* 产品中心 */

  .index .cpt {
    height: 54.3rem;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .index .cpt .content {
    display: flex;
    flex-direction: column;
  }

  .index .cpt .cpt_nav {
    display: none;
  }

  .index .cpt .cpt_con,
  .hz {
    display: none;
    position: unset;
  }

  .index .cpt .cpt_swiper {
    display: block;
  }

  .index .cpt .cpt_con ul {
    width: 100%;
  }

  .index .cpt-s {
    height: auto;
    margin-top: 0;
  }

  .index .cpt .cpt-c {
    width: 100%;
    overflow: hidden;
  }

  .index .cpt .cpt_con ul li {
    /* width: 19.25rem !important; */
    /* margin: 0 0.5rem; */
    background: #fff;
    border: 0.05rem solid #e5e5e5;
    box-sizing: border-box;
  }

  .index .cpt_con ul li .desc {
    height: 6.35rem;
    display: flex;
    align-content: center;
  }

  .index .cpt_con ul li .desc h4 {
    height: auto;
    background: none;
  }

  .index .cpt_con ul li .desc h4 em {
    padding-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .index .cpt_con ul li .desc h4 {
    padding-left: 0;
    text-align: left;
    padding-top: 1.3rem;
    float: left;
    margin-left: 6%;
    width: 74%;
  }

  .index .cpt_con ul .gds {
    height: 2.15rem;
    width: 2.15rem;
    display: block !important;
    float: right;
    margin-top: 1.8rem;
    margin-right: 1.5rem;
  }

  .index .cpt_con ul .gds img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    overflow: hidden;
  }

  .index .cpt_con ul li .desc h4 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  /* 新闻 */
  .index .m_news .news_con dl dd h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  /* 关于我们 */
  .index .m_abt h2 {
    padding-bottom: 0px;
  }

  .index .m_abt .abt_con {
    overflow: hidden;
  }
}

/* 解决方案处理 */
@media screen and (max-width: 768px) {
  .project .tit {
    display: none;
  }

  .project_de .content1 {
    width: 100%;
  }

  .project .p101-fdh-1 {
    display: block;
    padding-bottom: 0.5rem;
    position: relative;
    z-index: 2;
  }

  .project .tit {
    display: none !important;
  }

  .project_de .tit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }

  .project_de .tit em {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: unset;
  }

  .project_de .tit span {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 100%;
    padding-top: 0px;
    padding: 0 20px;
    color: #4d4d4d;
    margin-top: 5px;
    text-transform: uppercase;
  }

  .project_de .endit-content {
    padding: 1.9rem 4% 2.25rem;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #444444;
    text-align: justify;
  }
  .project_de .yz {
    /*height: auto;*/
    height: auto;
    background: #f0f0f0;
    padding: 0;
  }

  .project_de .yz .content1 .yz1 {
    display: none;
  }

  .project_de .yz .yz_2 {
    width: 100%;
    height: auto;
    float: unset;
    background: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
  }
  .project_de .yz .yz_2 p {
    width: auto;
    font-size: 1.3rem;
    color: #333;
    display: block;
    line-height: unset;
    padding-top: 0;
    margin-left: 0;
  }
  .project_de .yz .yz_2 h3 {
    font-size: 1.6rem;
    display: block;
    color: #007030;
    font-weight: bold;
    margin-bottom: 2px;
    padding-top: 0px;
    margin-left: 0px;
    line-height: unset;
  }

  /* 常用方案 */

  .project_de .gc1 {
    background: transparent !important;
    margin-top: 0;
    padding-bottom: 0;
  }

  .project_de .gc1 dl dd {
    padding-bottom: 0;
    padding: 20px;
  }

  .project_de .gc1 dl dd h3 a {
    display: block;
    line-height: 100%;
    font-size: 1.6rem;
    color: #007030;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
  }
  .project_de .edge dl {
    margin: 0;
    width: auto;
    height: auto;
    float: unset;
  }
  .project_de .edge dl dt {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .project_de .edge dl dt img {
    max-width: 100% !important;
    height: auto !important;
  }

  .project_de .edge dl dd {
    float: unset;
    padding-top: 15px;
    width: 100%;
    position: relative;
  }

  .project_de .edge dl dd span {
    display: block;
    font-size: 1.6rem;
    color: #333333;
    margin-bottom: 5px;
  }
  .project_de .p101-info-1-label {
    padding-bottom: 3rem;
    border-bottom: 0.75rem solid #ececec;
  }

  .project_de .p101-related-pro {
    padding: 1.7rem 4% 2rem;
  }

  .project_de .p101-related-pro-tit {
    height: 3.5rem;
    border-bottom: 1px solid #ededed;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .project_de .p101-related-pro-tit h3 {
    display: inline-block;
    max-width: 60%;
    height: 3.5rem;
    line-height: 3.5rem;
    font-weight: normal;
    font-size: 1.8rem;
    color: #333333;
    position: relative;
  }

  .project_de .p101-related-pro-tit h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.15rem;
    background: #007030;
    left: 0;
    bottom: -0.1rem;
    z-index: 1;
  }

  .project_de .p101-related-pro-more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2.8rem;
  }
  .project_de .p101-related-pro-more span,
  .p101-related-pro-more a {
    display: block;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.3rem;
    color: #333333;
  }
  .project_de .p101-related-pro-more span {
    padding-right: 1.7rem;
  }
  .project_de .p101-related-pro-more i {
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    border: 0.1rem solid #007030;
    border-radius: 100%;
    top: 0.7rem;
    right: 0.25rem;
  }
  .project_de .p101-related-pro-more i:after {
    content: "";
    width: 0.35rem;
    height: 0.35rem;
    border: 0.1rem solid #007030;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 0.37rem;
    margin-top: -0.2rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .project_de .p101-related-pro-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: wrap;
  }

  .project_de .p101-related-pro-list a {
    width: 48.26%;
  }

  .project_de .p101-related-pro-list dt {
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .project_de .p101-related-pro-list dt img {
    width: 100%;
    display: block;
  }

  .project_de .p101-related-pro-list dd h4 {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.3rem;
    font-weight: normal;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .project_de .m_gc1 .tit2s {
    display: none;
  }

  .project_de .m_gc1 .qh_con {
    padding: 4px;
  }

  .project_de .m_gc1 dl dd i {
    width: 95%;
    display: block;
    margin: auto;
  }
  .project_de .m_gc1 dl dd i img {
    max-width: 100% !important;
    height: auto !important;
  }
  .project_de .m_gc1 .qh_bd div {
    white-space: unset !important;
  }
  .project_de .m_gc1 dl {
    overflow: unset !important;
    height: auto !important;
  }
  .project_de .m_gc1 dl dd em {
    display: block;
    margin-top: 15px;
    font-style: normal;
    margin-left: 19.5%;
  }
  .project_de .m_gc1 dl dd em a {
    display: inline-block;
    width: 35%;
    border-radius: 10px;
    border: 1px solid #393f4d;
    color: #393f4d;
    font-size: 1.3rem;
    margin-right: 2%;
    text-align: center;
    padding: 1px;
  }

  .project_de .m_gc1 dl dd em a:first-child {
    color: #fff;
    background: #163233;
    border: 1px solid #163233;
  }
}

/* 服务支持处理 */
@media screen and (max-width: 768px) {
  .xin-1k2-info-list-3 {
    display: none;
  }

  .mc2-about-1 {
    padding: 2rem 3% 1rem;
  }

  .mc2-about-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mc2-about-list ul li {
    width: 48%;
    margin-bottom: 1.5rem;
  }

  .mc2-about-list ul li:nth-child(2n) {
    margin-left: 4%;
  }

  .mc2-about-list ul li img {
    width: 100%;
    display: block;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.25rem #ccc;
  }

  .mc2-about-list ul li h4 {
    max-height: 4rem;
    line-height: 2rem;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 0.6rem;
  }

  .help_de .content1,
  .content {
    width: 100% !important;
  }
  .help_de .rz dt {
    width: 100%;
    float: unset;
  }

  .help_de .rz dd {
    width: 100%;
    float: unset;
    margin-left: 0;
  }
  .help_de .blk-main {
    padding: 0 2%;
    box-sizing: border-box;
  }

  .help_de .plan {
    background: unset;
  }

  .help_de .m_plan {
    display: block !important;
  }

  .help_de .plan h5 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #007030;
  }

  .help_de .plan p {
    font-size: 1.3rem;
    color: #333;
  }

  .help_de .plan ul li {
    background: url(/static/home/resource/images/31a4e412f2454c7988f38df6b1506947_6.png)
      no-repeat center left;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
  }
  .help_de .shfw {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .help_de .shfw p {
    font-size: 1.3rem;
    color: #333;
  }
  .help_de .shfw i {
    display: block;
    font-size: 1.6rem;
    font-style: normal;
    color: #007030;
    font-family: fantasy;
    letter-spacing: 1px;
  }
  .help_de .shfw h3 strong {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    padding-left: 0;
    padding-bottom: px;
  }

  .help_de .shfw h3 strong:before {
    border-color: transparent transparent transparent transparent;
  }

  /* 文章2 */
  .help_de .rz {
    height: auto !important;
  }
  .help_de .rz .rz_con {
    display: flex;
    flex-direction: column;
  }

  .help_de .p102-about-content {
    padding: 0;
  }

  .help_de .rz_con li {
    width: 100%;
    float: unset;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #f6f6f6;
  }

  .help_de .rz_con li i {
    width: 100%;
    height: auto;
  }

  .help_de .rz_con li i img {
    width: 100%;
  }

  .help_de .rz_con li em {
    display: none;
  }

  .help_de .rz_con li span {
    display: none;
  }

  .help_de .rz_con li i strong {
    width: 100%;
    position: unset;
    height: auto;
    background: unset;
    padding: unset;
  }

  .help_de .rz_con li p {
    display: block;
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 15px;
    text-align: center;
  }
  .help_de .rz_con li i strong b {
    display: block;
    font-size: 1.3rem;
    color: #333;
    font-weight: normal;
    font-style: normal;
    padding: 0 20px;
  }

  .help_de .ban01 {
    background: unset;
    height: auto;
    margin-bottom: 20px;
  }

  .help_de .ban01_l {
    display: none;
  }

  .help_de .ban01_r {
    width: 100%;
    padding: 0;
  }

  .help_de .ban01_r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .help_de .ban01_r ul li {
    float: unset;
    width: 48%;
    text-align: center;
    background: #eee;
    padding: 4% 2%;
    margin: 1%;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .help_de .ban01_r ul li img {
    width: 80px;
  }

  .help_de .ban01_r ul li b {
    display: block;
    font-size: 1.6rem;
    color: #333;
    font-weight: normal;
    margin-top: 5px;
  }
}

/* 工程案例 */
@media screen and (max-width: 768px) {
  .article .lyl-1k2-fdh-1 {
    display: none;
  }

  .article .p101s-case-1-list {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .article .p101s-case-1-list dl {
    float: unset;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
  }

  .article .p101s-case-1-list dl dt {
    width: 36.23%;
    overflow: hidden;
    border-radius: 1rem;
  }

  .article .p101s-case-1-list dd {
    border: unset;
    padding: 0;
    position: unset;
    background: #fff;
    height: auto;
    width: 59.42%;
    position: relative;
  }
  .article .p101s-case-1-list dd h4 {
    height: auto;
  }

  .article .p101s-case-1-list dd h4 a {
    padding-top: 0.25rem;
    font-size: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .article .p101s-case-1-list .p101s-case-1-desc {
    padding-top: 0px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .article .p101s-case-1-list dd h4:after {
    content: unset;
  }

  .article .p101s-case-1-list dl:hover dd:after {
    content: unset;
  }

  /* 分页 */
  .article .p101-pagination-1 {
    display: none;
  }

  /* 文章详情 */
  .article_detail .p102-info-blk {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .article_detail .p102-info-blk-con {
    padding: 0;
  }

  .article_detail .p102-info-blk-title {
    padding-top: 2rem;
    line-height: 2.4rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1.3rem;
  }

  .article_detail .p102-info-blk-bool {
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px dashed #999999;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    color: #8a8b8e;
  }

  .article_detail .p102-info-content {
    padding: 1.9rem 4% 2.25rem;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #444444;
    text-align: justify;
  }

  .article_detail .p101-info-1-paging {
    display: flex !important;
    flex-direction: column;
  }

  .article_detail .p101-related-pro {
    display: block !important;
  }
}

/* 产品列表 */
@media screen and (max-width: 768px) {
  .product .blk-xs {
    display: none;
  }

  .product .blk-sm {
    width: auto;
  }

  .product #h1_rep_title {
    display: none;
  }

  .product .k12-cl-cplb-3nf1-1-01-list {
    display: flex;
    flex-direction: column;
    padding: 2%;
  }

  .product .m_desc {
    min-height: 50px;
  }

  .product .k12-cl-cplb-3nf1-1-01-list dl {
    padding: 1.5rem 0;
    border: unset;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .product .k12-cl-cplb-3nf1-1-01-list dl dt {
    width: 37.4%;
  }

  .product .k12-cl-cplb-3nf1-1-01-list dl dd {
    width: 58.3%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .product .m_desc {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .product .k12-cl-cplb-3nf1-1-01-list dd h4 {
    height: auto;
  }

  .product .k12-cl-cplb-3nf1-1-01-list dd h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .product .k12-cl-cplb-3nf1-1-01-list dd h4 em {
    padding-top: unset;
  }

  .product .m_desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .product .m_more {
    display: flex !important;
    justify-content: flex-end;
    line-height: 1.4rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #007030;
    margin-top: 20px;
  }

  .product .k12-cl-cplb-3nf1-1-01-list-deta {
    display: none;
  }

  .product .p101-pro-4-3-list .p101-pro-1-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .product_detail .blk-xs,
  .dark-info-02 {
    display: none;
  }

  .product_detail .blk-sm,
  .p101-related-pro {
    display: block !important;
    width: 100%;
  }

  .product_detail .k12-cx-cpgs-fx1-1-01 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
  }

  .product_detail .p101-fdh-1 .p101-fdh-1-title a {
    display: unset;
  }

  .product_detail .p101-fdh-1 dl {
    display: block;
  }

  .product_detail .pc-cx-tel-1 {
    display: none;
  }

  .product_detail .k12-cx-cpgs-fx1-1-01-left {
    width: 100%;
  }

  .product_detail .swiper-backface-hidden .swiper-slide {
    height: 390px;
  }

  .product_detail .k12-cx-cpgs-fx1-1-01-right {
    width: 100%;
    padding: 1.75rem 4% 2rem;
    border-bottom: 0.75rem solid #ececec;
    box-sizing: border-box;
  }
  .product_detail .k12-cx-cpgs-fx1-1-01-right-tit {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    border-bottom: unset;
  }

  .product_detail .p14-prodcontent-1 {
    padding: 1.5rem 4%;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #444;
    text-align: justify;
    border-bottom: 0.75rem solid #ececec;
    box-sizing: border-box;
  }

  .product_detail .pro_de_img {
    position: relative;
  }

  .product_detail .pro_de_img a {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    background: rgba(0, 0, 0, 0.34);
    border-radius: 100%;
    top: 2rem;
    left: 4%;
    z-index: 50;
  }

  .product_detail .pro_de_img a:after {
    content: "";
    width: 1rem;
    height: 1rem;
    border: 0.15rem solid #fff;
    border-style: solid none none solid;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    margin-top: -0.5rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* 新闻资讯 */
@media screen and (max-width: 768px) {
  .new .p12-pagination-1 {
    display: none;
  }
  .new .fr {
    float: unset;
  }

  .new .blk-sm {
    width: 100%;
  }

  .new .k12-xl-xwlb-1nt2-1-01 {
    padding: 0 2%;
    box-sizing: border-box;
  }

  .new .k12-xl-xwlb-1nt2-1-01-list {
    display: flex;
    flex-direction: column;
  }

  .new .k12-xl-xwlb-1nt2-1-01-list dl {
    padding: 1.5rem 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
    border: unset;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: wrap;
  }
  .new .k12-xl-xwlb-1nt2-1-01-list dl dt {
    width: 36.23%;
    overflow: hidden;
    border-radius: 1rem;
    float: unset;
    margin-right: 0;
  }

  .new .k12-xl-xwlb-1nt2-1-01-list dl dd {
    width: 59.42%;
    position: relative;
  }

  .new .k12-xl-xwlb-1nt2-1-01-list dl dd .k12-xl-xwlb-1nt2-1-01-list-deta {
    display: none;
  }

  .new .k12-xl-xwlb-1nt2-1-01-list dl dd .k12-xl-xwlb-1nt2-1-01-list-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }

  .new .k12-xl-xwlb-1nt2-1-01-list dl:hover {
    border: unset;
  }

  /* 新闻详情 */
  .new_de .p102-info-blk {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .new_de .p102-info-blk-con {
    padding: 0;
  }

  .new_de .p102-info-blk-title {
    padding-top: 2rem;
    line-height: 2.4rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1.3rem;
  }

  .new_de .p102-info-blk-bool {
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px dashed #999999;
    padding-bottom: 1rem;
    font-size: 1.2rem;
    color: #8a8b8e;
  }

  .new_de .p102-info-content {
    padding: 1.9rem 4% 2.25rem;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #444444;
    text-align: justify;
  }

  .new_de .p101-info-1-paging {
    display: flex !important;
    flex-direction: column;
  }

  .new_de .p101-related-pro {
    display: block !important;
  }
}

/* 联系我们 */
@media screen and (max-width: 768px) {
  .contact .blk-main1 {
    box-sizing: border-box;
    padding: 1.9rem 4% 2.25rem;
  }

  .contact .kfay {
    width: 100%;
    margin-top: 0px;
    padding: 0 2%;
    box-sizing: border-box;
  }

  .contact .kfay dl {
    display: flex;
  }

  .contact .kfay dd {
    width: auto;
    flex: 1;
  }

  .contact .kfay dd h4 {
    color: #000000;
    font-size: 1.6rem;
    height: auto;
    padding-top: 0px;
  }

  .contact .kfay dd h4:after {
    content: unset;
  }

  .contact .kfay dt {
    width: 30%;
    margin-right: 20px;
  }

  .contact .wm-l {
    width: auto;
    height: auto;
    padding-bottom: 20px;
  }

  .contact .wm-l ul {
    box-sizing: border-box;
    margin: 15px;
  }

  .contact #mymap{
    width: 100%;
  }
}

/* 关于我们 */
@media screen and (max-width: 768px) {
  .about .blk-main1 {
    width: 100%;
    padding: 1.9rem 4% 2.25rem;
    box-sizing: border-box;
  }

  .about .content1 {
    width: 100%;
  }

  .about .about_intro {
    padding-top: 0;
  }

  .about .about_intro dl {
    display: flex;
    flex-direction: column;
  }

  .about .about_intro dt {
    width: 100%;
  }

  .about .about_intro dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-top: 15px;
  }
  .about .about_intro h3 {
    margin-bottom: 10px;
    position: relative;
    font-size: 1.6rem;
    padding-top: 10px;
    color: #333;
    height: auto;
    line-height: unset;
  }

  .about .about_intro h3 strong {
    display: block;
    color: #333;
    font-weight: bold;
  }

  .about .about_intro p {
    margin: 0;
    font-size: 1.3rem;
  }

  .about .sll {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    background: unset;
  }

  .about .sll dl {
    box-shadow: 1px 1px 15px #c0c0c0;
    margin-bottom: 20px;
    /* height: 300px; */
    display: flex;
    flex-direction: column;
  }

  .about .sll dt {
    float: unset;
    text-align: center;
    width: 100%;
  }

  .about .sll .no dt {
    float: unset;
  }

  .about .sll dd {
    float: unset;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }

  .about .sll dd span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #007030;
  }

  .about .sll dd em {
    display: block;
    font-style: normal;
    margin-top: 5px;
    line-height: 100%;
    font-size: 1.1rem;
    color: #aaaaaa;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .about .sll dd p {
    font-size: 1.3rem;
    color: #333;
  }

  .about .gsln {
    margin-top: 50px;
  }
  .about .gsln p {
    font-size: 1.3rem;
    color: #333;
    padding-bottom: 10px;
    margin: 0;
  }

  .about .gsln strong img {
    border-radius: 20px 10px;
  }

  /* 在线留言 */
  .about .blk-md {
    width: 100%;
  }

  .about .lyl-1k2-form-3 {
    padding: 50px 0;
  }

  .about .lyl-1k2-form-con {
    display: flex;
    flex-direction: column;
    position: unset;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-left {
    width: 100%;
    position: unset;
    border-top-left-radius: 70px;
    /* border-top-right-radius: 70px; */
    padding: 30px 35px 35px 30px;
    box-sizing: border-box;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-left-text {
    position: unset;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-left-text p {
    height: auto;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-right {
    position: unset;
    float: unset;
    width: 100%;
    padding: 30px 35px 30px 30px;
    box-sizing: border-box;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-title span {
    font-size: 4rem;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-title b {
    font-size: 2rem;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-wrap li input {
    width: 210px;
  }

  .about
    .lyl-1k2-form-3
    .lyl-1k2-form-wrap
    li.lyl-1k2-form-li-textarea
    textarea {
    float: unset;
    line-height: 30px;
    height: 140px;
    margin-top: 16px;
    width: 210px;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea {
    overflow: hidden;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-left .lyl-1k2-form-left-font1 {
    font-size: 200px !important;
    height: 200px !important;
    line-height: 200px !important;
    bottom: 0 !important;
    right: 10px !important;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-left .lyl-1k2-form-left-font2 {
    font-size: 240px !important;
    height: 200px !important;
    line-height: 200px !important;
    bottom: 0 !important;
    right: 0 !important;
  }

  .about .lyl-1k2-form-3 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about
    .lyl-1k2-form-3
    .lyl-1k2-form-wrap
    li.lyl-1k2-form-li-button
    .lyl-1k2-form-btn-3 {
    margin-top: 10px;
  }

  .about .k12-gl-gslb-3nf1-1-01-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about .k12-gl-gslb-3nf1-1-01-left dl {
    width: 48%;
    float: unset;
    box-sizing: border-box;
  }
}

/* 搜索 */
@media screen and (max-width: 768px) {
  .search .xnznr-search-1-main {
    padding: 0 2%;
    box-sizing: border-box;
  }

  .search .xnznr-search-1-main dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .search .xnznr-search-1-main dl dt{
    width: 28%;
    box-sizing: border-box;
    padding-right: 0;
  }

  .search .xnznr-search-1-main dl dd{
    width: 70%;
  }

  .search .xnznr-search-1-main dl dd h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .search .xnznr-search-1-main dl dd .xnznr-search-1-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }


  .search .m_search{
    display: block !important;
  }

  .search .p102-search-1{
    display: block !important;
  }

  .search .p102-search-1 p{
    display: none;
  }

  .search .content-s{
    width: 100%;
  }

  .search .content-s .blk-main{
    display: flex;
    justify-content: center;
  }

  .search .p102-search-1-inp{
    float: unset;
  }
}
