@media (max-width: 1000px) {
  html, body {
    overflow-x: hidden;
  }
  img {
    max-width: initial;
    width: 100%;
  }
  .content, .in-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  p {
    line-height: 1.5em;
  }
  .fl, .fr {
    float: none;
  }
  .padd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .menubtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9;
    display: block;
    margin-top: 8px;
  }
  .menubtn .bar:nth-of-type(1) {
    margin-top: 0px;
  }
  .menubtn .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .bar {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    margin: 7px auto;
    background-color: #333;
    border-radius: 10px;
    transition: 0.3s;
  }
  .menubtn_close .bar:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menubtn_close .bar:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn_close .bar:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .m-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .chat, .in-language {
    display: none;
  }
  .in-logo {
    width: 20%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .headbox {
    box-shadow: 0 1px 2px rgba(203, 203, 203, 0.5);
  }
  .nav {
    position: static;
  }
  .in-search {
    position: absolute;
    width: 47%;
    left: 36%;
    top: 15px;
  }
  .nav .in-content {
    border-radius: 0;
    height: auto;
    line-height: initial;
  }
  .navul {
    padding-left: 0;
    padding: 15px;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 68px;
    background: #EBF2F6;
  }
  .navul > li:hover:before, .navul > li.navact:before {
    display: none;
  }
  .navul > li {
    width: 100%;
    margin-right: 0;
    line-height: 45px;
  }
  .navul > li > a {
    font-size: 16px;
  }
  .navul > li:hover, .navul > li.navact {
    margin-top: 0;
  }
  .navul > li:hover > ul, .navul > li:hover > div {
    display: none;
  }
  .nav {
    height: auto;
  }
  header {
    margin-bottom: 0;
  }
  .nav .in-content {
    padding: 0;
  }
  .protop .swiper-pagination-bullet, .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .protop .swiper-pagination-bullet-active, .banner .swiper-pagination-bullet-active {
    width: 22px;
  }
  .inepcmain .in-content {
    position: static;
    transform: none;
  }
  .inepcmain > img {
    display: none;
  }
  .inepcmain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inepctxt h3 {
    font-size: 20px;
  }
  .inepctxt h2 {
    font-size: 38px;
    height: 46px;
  }
  .inepctxt p {
    width: 100%;
    margin-top: 20px;
  }
  .inepcul {
    margin-top: 10px;
    padding: 0;
    background: none;
  }
  .inepcul li {
    margin-top: 20px;
    width: 48%;
    background: #BD1D21;
    border-radius: 15px;
    overflow: hidden;
    line-height: 55px;
  }
  .inepcul li h4 {
    float: left;
    font-size: 36px;
  }
  .inepcul li h4:before {
    top: 26px;
  }
  .inepcul li h5 {
    float: left;
    padding-left: 15px;
  }
  .inepclist {
    width: 100%;
  }
  .titbox h2 {
    font-size: 26px;
    line-height: 1.1em;
    padding: 0 40px;
  }
  .titbox h2:before {
    width: 155px;
    background-size: cover;
    height: 48px;
  }
  .titbox h2:after {
    width: 155px;
    height: 48px;
    background-size: cover;
  }
  .protab {
    padding: 20px 15px 1px;
  }
  .protab li {
    width: 33%;
    margin-bottom: 20px;
  }
  .protab {
    border-radius: 36px;
  }
  .protab li.m-show {
    display: flex;
  }
  .protab li.m-show h4 {
    color: #BD1D21;
  }
  .protab li a {
    width: 62%;
  }
  .prochat {
    display: none;
  }
  .protoppic {
    width: 100%;
  }
  .protoppic {
    border-radius: 20px;
  }
  .protoptxt {
    float: none;
    width: 100%;
  }
  .protop {
    margin-top: 50px;
  }
  .protop:before {
    top: 0;
    width: 60px;
    height: 68.8px;
    right: 22px;
  }
  .protoppic {
    float: none;
  }
  .protoptxt p {
    margin-top: 20px;
    height: auto;
    -webkit-line-clamp: 2;
  }
  .protoptxt h4 {
    font-size: 22px;
    margin-top: 30px;
  }
  .in-prolist li {
    width: 48%;
    margin-top: 20px;
  }
  .in-prolist li h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    line-height: 1.3em;
    margin-top: 10px;
    border-radius: 0;
    padding: 0;
  }
  .in-prolist li span {
    bottom: 50px;
    width: 47px;
    height: 50px;
    padding-top: 8px;
    background-position: center 30px;
  }
  .in-prolist {
    margin-top: 20px;
  }
  .protop .pro-pagination {
    bottom: 0;
    width: 100%;
  }
  .protop .swiper-pagination-bullet, .banner .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.5);
  }
  .protop .swiper-pagination-bullet-active, .banner .swiper-pagination-bullet-active {
    background: #BD1D21;
  }
  .insoluleft {
    width: 100%;
    position: relative;
    padding: 20px 0;
  }
  .insolucon {
    width: 100%;
  }
  .insolu:before {
    display: none;
  }
  .insoluleft:before {
    content: "";
    display: block;
    left: -15px;
    right: -15px;
    border-radius: 0;
    background: url(../images/insolubg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .insoluleft {
    display: flex;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .insoluleft li {
    line-height: 45px;
    height: 45px;
    width: 48%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .insolu:after {
    display: none;
  }
  .solulist li {
    margin-bottom: 0;
  }
  .casetop li {
    width: 48%;
    margin-bottom: 30px;
  }
  .casetoppic {
    border-radius: 10px;
  }
  .casetoptxt {
    padding: 20px 25px;
  }
  .caselist {
    margin-top: 0px;
  }
  .caselist li {
    width: 100%;
    margin-top: 20px;
    padding: 25px;
  }
  .caselist li h4 {
    margin-bottom: 15px;
    margin-left: -27px;
  }
  footer .in-content {
    width: 100%;
  }
  .footleft {
    width: 100%;
    padding: 30px 20px;
  }
  .footright {
    width: 100%;
    margin-top: 30px;
  }
  .footright dl {
    display: none;
  }
  .footleft p span {
    font-size: 16px;
  }
  .footleft p a strong, .footleft p a {
    font-size: 20px;
  }
  .footleft p {
    margin-bottom: 10px;
  }
  .footright p {
    padding-top: 20px;
    font-size: 15px;
  }
  .chat-right .chat-right-img {
    display: none;
  }
  .chat-right ul {
    display: none;
  }
  .chat-right:before {
    display: none;
  }
  .totop {
    width: 45px;
    height: 45px;
    background: #BD1D21;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .totop img {
    width: 64%;
  }
  .chat-right {
    width: auto;
    bottom: 150px;
    right: 20px;
  }
  .right_whatsapp {
    left: auto;
    right: 15px;
    bottom: 210px;
    width: 58px;
  }
  .footnav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: url(../images/footer-bg.png) no-repeat center top;
    background-size: cover;
    height: 100px;
    z-index: 6;
    display: flex;
  }
  .footnav li {
    width: 20%;
    padding-top: 38px;
    text-align: center;
  }
  .footnav li a {
    display: block;
  }
  ul.footnav li img {
    width: 22%;
    display: block;
    margin: 0 auto 4px;
  }
  .footnav li span {
    font-size: 14px;
    color: #FFF;
    display: block;
  }
  .fochatbtn {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 35px;
  }
  .fochatbtn a {
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
  }
  .fochatbtn a:before {
    content: "";
    display: block;
    background: url(../images/fo-dui.png) no-repeat center center;
    width: 26px;
    height: 23px;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 50%;
    margin-top: -11px;
    animation: dianDa 3s infinite 0.5s linear;
    -webkit-animation: dianDa 3s infinite 0.5s linear;
    -o-animation: dianDa 3s infinite 0.5s linear;
    -moz-animation: dianDa 3s infinite 0.5s linear;
  }
  .i-list {
    position: absolute;
    top: 22px;
    left: 18px;
  }
  .i-list i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 2px;
  }
  .i-list i:last-child {
    margin-right: 0;
  }
  .i-list i:nth-child(1) {
    animation: dianShow1 3s infinite 0.5s linear;
    -webkit-animation: dianShow1 3s infinite 0.5s linear;
    -o-animation: dianShow1 3s infinite 0.5s linear;
    -moz-animation: dianShow1 3s infinite 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  .i-list i:nth-child(2) {
    animation: dianShow2 3s infinite 0.5s linear;
    -webkit-animation: dianShow2 3s infinite 0.5s linear;
    -o-animation: dianShow2 3s infinite 0.5s linear;
    -moz-animation: dianShow2 3s infinite 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  .i-list i:nth-child(3) {
    animation: dianShow3 3s infinite 0.5s linear;
    -webkit-animation: dianShow3 3s infinite 0.5s linear;
    -o-animation: dianShow3 3s infinite 0.5s linear;
    -moz-animation: dianShow3 3s infinite 0.5s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  @keyframes dianShow1 {
    0% {
      opacity: 0.2;
    }
    19% {
      opacity: 0.2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes dianShow2 {
    0% {
      opacity: 0.2;
    }
    39% {
      opacity: 0.2;
    }
    40% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes dianShow3 {
    0% {
      opacity: 0.2;
    }
    59% {
      opacity: 0.2;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .fochatbtn .i-list {
    animation: dianDa 3s infinite 0.5s linear;
    -webkit-animation: dianDa 3s infinite 0.5s linear;
    -o-animation: dianDa 3s infinite 0.5s linear;
    -moz-animation: dianDa 3s infinite 0.5s linear;
  }
  @keyframes dianDa {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1);
    }
    79% {
      transform: scale(1);
    }
    80% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  footer {
    padding-bottom: 75px;
  }
  .headbg {
    display: none;
  }
  .about-nav {
    padding: 0;
    border-bottom: 0 none;
  }
  .route {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
  }
  .route-nav {
    margin-top: 20px;
  }
  .route-nav li a {
    padding: 0;
  }
  .route-nav li {
    width: 31.5%;
    padding-bottom: 0;
    float: left;
    line-height: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #CCC;
    background: #EEE;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 2.75%;
  }
  .route-nav li:nth-child(3n) {
    margin-right: 0;
  }
  .route-nav li.route-navact, .route-nav li:hover {
    border: 1px solid #BD1D21;
    background: #BD1D21;
    color: #FFF;
  }
  .route-nav {
    justify-content: flex-start;
    width: 100%;
  }
  .route-nav li.route-navact a, .route-nav li:hover a {
    color: #FFF;
  }
  .right-row {
    display: none;
  }
  .about-row {
    width: 100%;
  }
  .about-rowpic {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .about-power {
    width: 100%;
  }
  .about-row h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .about-succes li {
    line-height: 1.3em;
    background-position: left 1em;
  }
  .about-histit img {
    margin-left: 15px;
  }
  .speciatab {
    width: 100%;
    overflow: hidden;
  }
  .specialist {
    width: 100%;
  }
  .about-row p br {
    display: none;
  }
  .about-row p {
    line-height: 1.3em;
  }
  .speciatab li.speciatab-act::after {
    display: none;
  }
  .speciatab li {
    width: 48%;
    height: 55px;
    margin-right: 4%;
    float: left;
    box-sizing: border-box;
    padding: 5px 10px;
  }
  .speciatab li:nth-child(2n) {
    margin-right: 0;
  }
  .about-exh:before {
    display: none;
  }
  .about-exh {
    padding-left: 0;
  }
  .about-exhpic:before {
    display: none;
  }
  .about-exh li {
    margin-bottom: 30px;
  }
  .about-exhpic {
    width: 100%;
  }
  .about-exhtxt {
    width: 100%;
    padding: 15px;
    margin-left: 0;
  }
  .about-row h4 {
    display: none;
  }
  .prorow-right {
    display: none;
  }
  .prorow-left {
    width: 100%;
  }
  .proitem h3 {
    font-size: 20px;
  }
  .proitem ul li {
    width: 45%;
  }
  .proitem ul {
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
  }
  .proitem2:before {
    display: none;
  }
  .proclass-txtrow {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .proclass-item li {
    margin-bottom: 30px;
  }
  .proclass-item li .aniimg {
    width: 100%;
  }
  .proclass-txt {
    width: 100%;
    margin-top: 20px;
  }
  .detail-pic {
    width: 100%;
  }
  .detail-txt {
    margin-top: 20px;
    width: 100%;
  }
  .detail-txt h1 {
    font-size: 20px;
  }
  .epcchat {
    margin-top: 30px;
  }
  .detail-txt p {
    color: #5f5f5f;
    margin-bottom: 1em;
  }
  .epcchat a {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .detailtab {
    display: none;
  }
  .article h3 {
    font-size: 16px;
    color: #1c1c1c;
    margin: 20px 0;
  }
  .article > p {
    color: #5f5f5f;
    line-height: 1.5em;
  }
  .bigimg {
    width: 85%;
    margin: 0 auto;
  }
  .article {
    color: #5f5f5f;
    line-height: 1.5em;
  }
  .bigimg-txt {
    width: 100%;
    color: #5f5f5f;
    margin-top: 30px;
  }
  .succ-casecon img {
    width: 100%;
  }
  .succ-casetxt {
    width: 100%;
    margin-top: 20px;
  }
  .knowlist li {
    width: 100%;
  }
  .related-pro li {
    width: 48%;
    margin-right: 4%;
  }
  .related-pro li:nth-child(2n) {
    margin-right: 0;
  }
  .related-pro li h4 {
    line-height: 1.5em;
    padding-top: 10px;
  }
  .detailbox {
    padding-bottom: 0;
  }
  .modal-body p {
    margin-top: 20px;
  }
  .videobox iframe {
    width: 100%;
  }
  .table-row {
    overflow-x: auto;
  }
  .acces-item li {
    width: 48%;
    margin-right: 4%;
  }
  .acces-item li:nth-child(3n) {
    margin-right: 4%;
  }
  .acces-item li:nth-child(2n) {
    margin-right: 0%;
  }
  .soluitem h3 {
    font-size: 20px;
  }
  .soluitem-list li {
    width: 100%;
    height: auto;
    line-height: initial;
    padding: 10px;
  }
  .soluitem-list li a {
    font-size: 15px;
    line-height: 1.3em;
    display: block;
  }
  .flow-img {
    width: 100%;
  }
  .flow-case {
    width: 100%;
  }
  .flow-caselist li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .flow-caselist li:nth-child(3n) {
    margin-right: 4%;
  }
  .flow-caselist li:nth-child(2n) {
    margin-right: 0;
  }
  .cases-top {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .cases-top-list span {
    width: 100%;
    position: static;
    font-weight: bold;
  }
  .cases-top-list {
    padding-left: 0;
    margin-top: 15px;
  }
  .RadioStyle {
    margin-top: 0px;
  }
  .RadioStyle label {
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
  }
  .cases-item li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .casesitem-txt h4 {
    line-height: 1.5em;
  }
  div.zxf_pagediv {
    text-align: center;
    margin-bottom: 30px;
  }
  .detail-casepic {
    width: 100%;
  }
  .detail-casetxt {
    width: 100%;
  }
  .detail-casetxt h1 {
    font-size: 20px;
  }
  .detail-casetit span {
    font-size: 76px;
  }
  .chatphone {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .chatphone:after {
    width: 17%;
  }
  .chatphone:before {
    width: 17%;
  }
  .chatphone img {
    width: 28px;
  }
  .casedetail-tit {
    font-size: 20px;
    padding-left: 20px;
  }
  .casesolulist li {
    border-color: #ababab;
  }
  .casesolulist li span {
    padding: 0 15px;
    line-height: 32px;
    font-size: 20px;
    top: -15px;
  }
  .equiplist li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .equiplist li:nth-child(2n) {
    margin-right: 0;
  }
  .case-resultcon {
    padding: 20px;
  }
  .case-resultcon img {
    width: 100%;
  }
  .case-resulttxt {
    width: 100%;
    margin-top: 20px;
  }
  .case-site .swiper-button-next {
    height: 50px;
    width: 32px;
  }
  .case-site .swiper-button-prev {
    height: 50px;
    width: 32px;
  }
  .hotnews {
    width: 100%;
  }
  .hotnewslist {
    width: 100%;
  }
  .hotnewsbtn {
    width: 55%;
    padding: 5px 10px;
  }
  .swiper-num .active {
    font-size: 24px;
  }
  .swiper-num {
    font-size: 18px;
  }
  .hotnews-txt h4 {
    font-size: 16px;
  }
  .hotnews-txt {
    padding: 10px 15px;
  }
  .hotnewslist {
    margin-top: 30px;
  }
  .hotnewslist li span {
    display: none;
  }
  .hotnewslist li h4 {
    float: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hotnewslist li:hover {
    background: none;
    line-height: 45px;
    margin-left: 0px;
    padding: 0;
  }
  .hotnewslist li {
    line-height: 45px;
    border-bottom: 1px dashed #EEE;
  }
  .xinhainewbox {
    margin-top: 30px;
  }
  .xinhainews li {
    width: 100%;
  }
  .xinhainews-txt span {
    display: none;
  }
  .xinhainews li {
    padding: 15px;
  }
  .xinhainews li .aniimg {
    width: 36%;
  }
  .xinhainews-txt {
    width: 60%;
  }
  .xinhainews li {
    margin-bottom: 10px;
  }
  .morebtn {
    margin-top: 20px;
  }
  .morebtn {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    width: 60%;
  }
  .speciallist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .speciallist li .aniimg {
    height: auto;
  }
  .speciallist li .aniimg img {
    width: 100%;
    height: auto;
  }
  .speciallist li p {
    display: none;
  }
  .videolist li {
    width: 100%;
    margin-bottom: 30px;
  }
  .videolist li h4 {
    line-height: 1.5em;
    max-height: 3em;
  }
  .orenewslist li {
    width: 100%;
    margin-top: 20px;
  }
  .orenewslist li .aniimg {
    height: 180px;
  }
  .orenewslist {
    margin-top: -20px;
  }
  .hotnewslist li:hover h4 {
    color: #BD1D21;
  }
  .hotnewslist li:hover h4::before {
    background-color: #BD1D21;
  }
  .news-row {
    width: 100%;
  }
  .news-article-con p img, .news-article-con center img {
    width: 100%;
    margin: 15px 0;
  }
  .news-article-con p {
    margin: 15px 0;
  }
  .pronextbox {
    margin-top: 20px;
    padding: 15px 0;
  }
  .pronextbox li h4 {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .pronextbox li span {
    float: none;
  }
  .pronextbox li {
    line-height: 30px;
  }
  .relative-news h3 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .relative-newslist li {
    width: 100%;
    line-height: 35px;
  }
  .epcchat a {
    margin: 0 5px 10px;
    padding: 0 12px;
  }
  .news-chat {
    font-size: 14px;
  }
  .news-article h1 {
    font-size: 20px;
  }
  .dynamicitem li {
    width: 100%;
    margin-right: 0;
  }
  .dynamicitem li .aniimg {
    height: auto;
  }
  .dynamicitem li .aniimg img {
    height: auto;
    width: 100%;
  }
  .xhnewsitem .aniimg {
    width: 100%;
  }
  .xhnewsitem-txt {
    width: 100%;
    margin-top: 20px;
  }
  .xhnewsitem-txt h4 {
    font-size: 16px;
  }
  .videorow h2 {
    font-size: 20px;
  }
  .videorow h2 a {
    font-size: 14px;
  }
  .videoitem li {
    width: 48%;
    margin-right: 4%;
  }
  .videoitem li:nth-child(2n) {
    margin-right: 0;
  }
  .news-article-video iframe {
    width: 100%;
    height: 250px;
  }
  .contact_txt {
    width: 100%;
  }
  .contact_map {
    width: 100%;
    margin-top: 30px;
  }
  .contact_map iframe {
    height: 300px;
  }
  .contact_txt h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact_txt ul li a {
    font-size: 20px;
  }
  .contact_txt ul li {
    line-height: 1.7em;
  }
  .contact_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .searchpage h2 span {
    font-size: 26px;
  }
  .searchpage h2 span:after {
    right: -80px;
    width: 70px;
  }
  .searchpage h2 span:before {
    left: -80px;
    width: 70px;
  }
  .search-model {
    width: 100%;
    margin: 30px 0;
    height: 45px;
    line-height: 45px;
  }
  .search-model input[type=text], .search-model input[type=submit] {
    height: 45px;
    line-height: 45px;
  }
  .search-model input[type=submit] {
    width: 66px;
  }
  .searchtabbox {
    margin-top: 30px;
  }
  .searchtabbox h3 {
    font-size: 22px;
  }
  .searchtabbox h3 b {
    font-size: 26px;
  }
  .searchtab {
    text-align: left;
    margin-top: 20px;
    width: 100%;
  }
  .searchtab li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .searchtabbox {
    padding-bottom: 20px;
  }
  .search-newstit h4 {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .search-newstit > span {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .search-news li {
    padding: 20px 0;
  }
  .cases-item-search li .aniimg {
    height: auto;
  }
  .four p {
    font-size: 20px;
    margin-top: 20px;
  }
  .four img {
    width: 80%;
  }
  .four a {
    line-height: 40px;
    height: 40px;
    margin: 20px auto;
    font-size: 16px;
  }
  .epcban {
    display: none;
  }
  .epcmo-miner {
    width: 100%;
  }
  .epcmo-miner h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .epctit {
    margin-bottom: 30px;
  }
  .epcmo-list {
    width: 100%;
    box-sizing: border-box;
  }
  .epcmo-list li {
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #999;
  }
  .epcmo-list li:nth-child(2), .epcmo-list li:nth-child(1) {
    border-top: 0 none;
  }
  .epcmo-list li:nth-child(2n) {
    border-right: 0 none;
  }
  .epcmo-list li:last-child {
    border-top: 1px solid #999;
  }
  .epc-video {
    width: 100%;
    margin-top: 30px;
  }
  .epc-video iframe {
    height: 280px;
  }
  .epcmoitem li {
    width: 48%;
  }
  .epcmoitem li h4 {
    font-size: 36px;
  }
  .epcmoitem li h5 {
    min-height: auto;
    font-size: 16px;
    margin: 10px 0;
  }
  .epcmoitem-con div {
    padding: 15px 10px;
  }
  .epcmoitem-con a {
    margin-bottom: 15px;
  }
  .epcmoitem ul {
    align-items: initial;
  }
  .epcmoitem ul li {
    margin-bottom: 20px;
  }
  .advantages {
    padding-top: 10px;
  }
  .advantages1 {
    position: static;
  }
  .advantages-con {
    position: static;
  }
  .advantages-list div {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
  .advantages-list h3 {
    font-size: 24px;
  }
  .advantages-list h4 {
    margin: 10px 0;
    font-size: 20px;
  }
  .advantages3 h3, .advantages3 p {
    color: #000;
  }
  .advantages3 h4 {
    color: #BD1D21;
  }
  .honorbox .swiper-button-next {
    height: 42px;
    margin-top: -21px;
  }
  .honorbox .swiper-button-prev {
    height: 42px;
    margin-top: -21px;
  }
  .epcmo-row-top {
    height: 180px;
    position: relative;
    overflow: hidden;
  }
  .epcmo-row-top img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .epcmo-row-toptxt {
    max-width: 80%;
    left: 10%;
  }
  .epcmo-row-pictxt {
    width: 100%;
  }
  .epcmo-row .h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .epcmo-row-pic img {
    width: 100%;
  }
  .epcrowpic6 li {
    width: 30%;
    margin-top: 10px;
  }
  .epcmo-h5 {
    font-size: 16px;
    line-height: 1.3em;
    height: auto;
    padding-left: 50px;
    margin: 1.5em 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .epcmo-h5 span {
    height: auto;
    width: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .epcmo-row-top {
    margin-bottom: 20px;
  }
  .epcmo-h5 span {
    font-size: 28px;
  }
  .epcrowpic3 {
    width: 100%;
    align-items: flex-start;
  }
  .epcrowpic3 li {
    width: 30%;
  }
  .epcrowpic4 {
    width: 100%;
  }
  .epcrowpic4 li {
    width: 47%;
  }
  .epcrowpic3 li p {
    line-height: 1.3em;
  }
  .epcrowpic6 li img {
    box-sizing: border-box;
  }
  .epcrowpic6 li p {
    line-height: 1.5em;
  }
  .epcrowpic6 {
    justify-content: initial;
  }
  .epcrowpic6 li {
    width: 32%;
    margin-right: 2%;
  }
  .epcrowpic6 li:nth-child(3n) {
    margin-right: 0;
  }
  .epcrowpic6 li p {
    margin-top: 5px;
  }
  .epcmo-row-toptxt h1 {
    font-size: 20px;
  }
  .epcmo-row p {
    line-height: 1.5em;
  }
  .epcrowpic6 {
    margin-top: 20px;
  }
  .epcmo-row-pic {
    margin-bottom: 20px;
  }
  .civil h3 {
    padding: 30px 0;
    margin-top: 50px;
  }
  .guidance li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .guidance {
    background: none;
  }
  .guidance li:nth-child(2n) {
    margin-left: 0;
  }
  .epc-plant img {
    width: 100%;
  }
  .epc-plant img:nth-child(2n) {
    width: 100%;
    margin-top: 20px;
  }
  .pondlist li > img {
    box-sizing: border-box;
  }
  .pondlist li {
    width: 100%;
    margin-top: 30px;
  }
  .pondlist li p {
    min-height: initial;
  }
  .inepctop-txt {
    width: 100%;
  }
  .inepctop-item {
    position: static;
    width: 100%;
  }
  .inepctop-txt h4 {
    font-size: 26px;
  }
  .inepctop-txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .inepctop-txt h3 b {
    font-size: 40px;
  }
  .inepctop-pic {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .inepctop-item {
    padding: 10px 20px;
  }
  .inepctop-item li {
    width: 48%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .inepctop-item li h3 {
    font-size: 30px;
    padding: 5px;
  }
  .inepctop-item li img {
    width: 30px;
    margin-bottom: 5px;
  }
  .inepctop-item li p {
    font-size: 15px;
  }
  .inepctop-item .inepctop-line {
    display: none;
  }
  .epcmolist-row h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .epcmolist-row h3 span {
    padding: 0 15px;
  }
  .epcmolistpic {
    width: 100%;
  }
  .epcmolistpic i {
    font-size: 36px;
    width: 48.8px;
    padding-top: 8px;
    height: 63.2px;
  }
  .epcmolisttxt {
    width: 100%;
    margin-top: 20px;
  }
  .epcmolisttxt h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .epcmobtn {
    margin-top: 15px;
  }
  .epcmolist li {
    padding-bottom: 40px;
    border-bottom: 1px dashed #9b9b9b;
    margin-bottom: 40px;
  }
  .epcmolist li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .currentleft {
    width: 100%;
  }
  .currentright {
    width: 100%;
    margin-top: 30px;
  }
  .currentleft-txt {
    padding-left: 44px;
    margin-bottom: 30px;
  }
  .currentleft-txt b {
    font-size: 54px;
  }
  .currentleft-txt p {
    font-size: 16px;
  }
  .currentleft-txt h4 {
    font-size: 22px;
  }
  .currentright ul {
    padding-left: 0px;
  }
  .currentright ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .currentright ul li::before {
    top: 0.5em;
  }
  .epccurrenpic {
    width: 100%;
    padding-left: 0;
  }
  .epccurrenpic img {
    height: 450px;
  }
  .epccurrenpic h4 {
    font-size: 20px;
  }
  .epccurrenpic ul {
    padding: 0 40px;
    transform: translateY(-44%);
  }
  .epccurrenpic ul li {
    padding: 15px 0;
  }
  .epccurrenpic ul li p {
    font-size: 16px;
    font-weight: bold;
  }
  .epccurrenpic ul h5 {
    font-size: 38px;
  }
  .epccurrentxt {
    width: 100%;
    margin-top: 30px;
  }
  .epccurrentxt h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .epccurrentxt p {
    margin-bottom: 30px;
  }
  .epccurrentxt dl dt {
    font-size: 30px;
  }
  .epccurrentxt dl dd {
    line-height: 1.7em;
    margin-bottom: 10px;
  }
  .epccurrentxt dl dd::before {
    top: 0.5em;
  }
  .epcserviceleft {
    width: 100%;
    margin-top: 0;
  }
  .epcserviceleft ul {
    padding: 20px;
    padding-bottom: 30px;
  }
  .epcserviceleft ul li p {
    font-size: 18px;
    line-height: 38px;
  }
  .epcserviceleft ul li {
    margin-top: 15px;
  }
  .epcserviceleft ul li b {
    font-size: 36px;
  }
  .epcserviceright {
    width: 100%;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .epcserviceright h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .epcserviceright::before {
    display: none;
  }
  .epcserviceright p {
    line-height: 1.5em;
    font-size: 16px;
    width: 100%;
  }
  .epcservicebox > img {
    position: static;
    width: 100%;
    box-sizing: border-box;
  }
  .epcserviceitem {
    margin-top: 40px;
  }
  .epcserviceitem-txt dl {
    margin-bottom: 20px;
  }
  .epcserviceitem-txt dl dt {
    font-size: 32px;
  }
  .epcserviceitem-pic1 {
    width: 100%;
  }
  .epcserviceitem-pic2 {
    width: 100%;
  }
  .epcchoose-tit {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .epcchoose-tit h3 {
    height: auto;
    line-height: 1.3em;
    font-size: 18px;
    padding: 10px 15px;
  }
  .epcchoose-tit span {
    font-size: 60px;
    line-height: 1em;
    top: -30px;
    bottom: auto;
  }
  .epcchoose-tit h3::after {
    display: none;
  }
  .epc-probox {
    padding: 20px;
    padding-bottom: 60px;
  }
  .epc-probtn {
    width: 116px;
    bottom: 12px;
    height: 37px;
    background-size: cover;
  }
  .epc-probtn .swiper-button-next, .epc-probtn .swiper-button-prev {
    height: 37.6px;
    background-size: 24px 14px;
  }
  .epc-probox .swiper-pagination {
    display: none;
  }
  .teamsepc {
    margin-top: 30px;
  }
  .teamsepc h3 {
    font-size: 20px;
  }
  .teamsepc h4 {
    height: auto;
    line-height: 1.1em;
    font-size: 18px;
    padding: 10px 15px;
  }
  .teamsepclist {
    padding: 0;
  }
  .teamsepctxt {
    position: static;
    transform: none;
  }
  .teamsepclist li {
    width: 100%;
  }
  .teamsepclist span {
    font-size: 38px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .teamsepclist li::before, .teamsepclist::before, .teamsepclist::after {
    display: none;
  }
  .teamsepclist li:first-child span {
    font-size: 48px;
  }
  .teamsepclist li:last-child span {
    font-size: 24px;
  }
  .teamsepclist li {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    min-height: 60px;
    padding-left: 70px;
  }
  .teamsepclist li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
  }
  .teamsepctxt {
    padding-top: 0;
  }
  .teamsepctxt p {
    white-space: initial;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .teamsepclist li:nth-child(2n) .teamsepctxt {
    padding: 0;
  }
  .viceepcl {
    width: 100%;
    overflow: hidden;
  }
  .viceepcl img {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  .viceepcl img:nth-child(3n) {
    margin-right: 0;
  }
  .viceepcr {
    width: 100%;
  }
  .viceepcr img {
    width: 100%;
  }
  .viceepcrtxt {
    position: static;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    transform: none;
  }
  .viceepclist li {
    width: 48%;
    border-bottom: 1px solid rgba(187, 40, 41, 0.5);
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .viceepclist::before {
    display: none;
  }
  .viceepctxt h4 {
    line-height: 1.5em;
  }
  .epcmolist .m-show {
    display: flex;
  }
  .epcmolist .pc-show {
    display: none;
  }
}
@media (max-width: 700px) {
  .footnav {
    height: 90px;
  }
  ul.footnav li img {
    width: 25%;
  }
  .fochatbtn {
    top: 20px;
  }
  .footnav li {
    padding-top: 25px;
  }
  .casetop li {
    width: 100%;
  }
  .insoluleft li {
    width: 100%;
  }
  .inepcul li {
    width: 100%;
  }
  .viceepclist li {
    width: 100%;
  }
  .viceepclist li:last-child {
    border: 0 none;
  }
  .epcmobtn a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .in-logo {
    width: 32%;
  }
  .footnav {
    height: 70px;
  }
  ul.footnav li img {
    width: 40%;
  }
  .fochatbtn {
    top: 10px;
  }
  .footnav li {
    padding-top: 15px;
  }
  .banner {
    overflow: hidden;
    height: 180px;
    position: relative;
  }
  .bannerswiper {
    height: 180px;
  }
  .banner img {
    position: absolute;
    width: auto;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
  .epc-swiper {
    overflow: hidden;
    height: 220px;
    position: relative;
  }
  .epc-swiper .swiper-container {
    height: 220px;
  }
  .epc-swiper img {
    position: absolute;
    width: auto;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
  .epc-swiper .swiper-pagination {
    bottom: 10px;
  }
  .epc-swiper .swiper-slide {
    overflow: hidden;
  }
  .epctit h2 {
    font-size: 28px;
  }
  .epctit h2 .epctitright:after {
    width: 8px;
    height: 8px;
    top: -4px;
  }
  .epctit h2 .epctitleft:after {
    width: 8px;
    height: 8px;
    top: -4px;
  }
}/*# sourceMappingURL=mobile.css.map */