@media (max-width: 1000px) {
  body, html {
    overflow-x: hidden;
  }
  img {
    max-width: initial;
    width: 100%;
  }
  .content {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .fl, .fr {
    float: none;
  }
  .padd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .menubtn {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
    display: block;
    margin-top: -26px;
  }
  .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: #BD1D21;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .menubtn_close .bar:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -moz-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menubtn_close .bar:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn_close .bar:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    -moz-transform: translateY(-9px) rotate(45deg);
    -o-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .chat, .code {
    display: none;
  }
  .tophead {
    padding: 0;
    background: none;
  }
  .nav {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav ul {
    position: absolute;
    padding: 15px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-left: 0;
    display: none;
    top: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
    z-index: 6;
    left: 0;
  }
  .nav ul li {
    float: none;
    height: auto;
    line-height: 40px;
    padding: 0 15px;
  }
  .nav ul li a {
    padding: 0;
    line-height: 40px;
  }
  .logo {
    width: 56%;
  }
  .searchbtn {
    display: block;
    background: url(../images/m-search.png) no-repeat center center;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 45px;
  }
  .search {
    width: 70%;
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 3;
    padding-left: 12px;
    display: none;
  }
  .rightbox:before, .rightbox:after, .rightbox > a, .rightpic, .rightnav {
    display: none;
  }
  .rightbox {
    width: auto;
    height: auto;
    background: none;
    right: 15px;
    bottom: 205px;
    border-radius: 0;
    padding: 0;
  }
  .totop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: url(../images/m-top.png) no-repeat center center #BD1D21;
    -o-background-size: cover;
       background-size: cover;
    z-index: 7;
    cursor: pointer;
  }
  .search input[type=submit] {
    border-radius: 0;
  }
  .footleft {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 20px;
  }
  .footnav {
    width: 100%;
  }
  .footnav ul {
    display: none;
  }
  .footchat {
    margin-top: 0;
  }
  .footchattxt {
    max-width: initial;
  }
  .footchatbtn {
    width: 70%;
    margin: 10px auto 0;
  }
  .prohot {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    display: none;
  }
  .footcode {
    width: 50%;
    display: none;
    margin: 20px auto;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 3rem;
  }
  .footbot {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .titbox h2 {
    font-size: 28px;
  }
  .titbox h2:before {
    height: 10px;
  }
  .inprolist li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 40px;
  }
  .fxjcjtop img {
    width: 100%;
  }
  .fxjcjtop p {
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .fxjcjbot {
    margin-top: 30px;
  }
  .fxjcjbot img {
    width: 100%;
    border: 3px solid #FFF;
  }
  .fxjcjbot .fxjcjbottxt {
    width: 100%;
    padding-bottom: 30px;
  }
  .fxjcjbot h2 {
    font-size: 26px;
  }
  .fxjcjbot h2 b {
    font-size: 40px;
    position: static;
  }
  .fxjcjbot h2 i {
    line-height: 1em;
    font-size: 40px;
    right: -20px;
    position: static;
  }
  .fxjcjcon {
    position: static;
    margin-top: 30px;
    background: #BD1D21;
    padding: 20px 30px;
  }
  .solucon {
    width: 100%;
  }
  .solucon h4 {
    font-size: 20px;
  }
  .solucon p {
    margin-top: 1.5em;
  }
  .solucon a.more {
    margin-top: 20px;
  }
  .solupic {
    position: static;
    width: 100%;
    margin-top: 30px;
    border: 0 none;
  }
  .soluconpic {
    margin-top: 30px;
  }
  .scxmain {
    margin-top: 40px;
  }
  .scxtop-row {
    width: 100%;
    margin-left: 0;
  }
  .scxbg {
    display: none;
  }
  .scxtop-row {
    padding-top: 30px;
  }
  .scxtop-row h4 {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .scxtop-row h4:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #BD1D21;
    display: block;
    position: absolute;
    top: -8px;
    left: -28px;
  }
  .scxtop-row h4:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #BD1D21;
    opacity: 0.33;
    display: block;
    position: absolute;
    top: -15px;
    left: -16px;
  }
  .inscxban-btn {
    display: none;
  }
  .inscxban .swiper-pagination {
    display: block;
    position: static;
  }
  .inscxban .swiper-pagination-bullet-active {
    background: #BD1D21;
    width: 15px;
    border-radius: 8px;
  }
  .inscxban {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
  }
  .inscxban-txt {
    padding: 10px 0;
  }
  .inscxban-txt h4 {
    font-size: 14px;
  }
  .newstop {
    margin-top: 40px;
  }
  .newstop li {
    width: 100%;
    margin-bottom: 40px;
  }
  .newstoptxt {
    padding: 20px;
    top: 30px;
    width: 80%;
    margin-left: 20%;
  }
  .newstoptxt span {
    margin-bottom: 10px;
  }
  .innewslist {
    margin-top: 10px;
  }
  .innewslist li {
    width: 100%;
  }
  .innewslist li h4 {
    max-width: 100%;
  }
  .innewslist li span {
    display: none;
  }
  .route {
    padding-top: 10px;
  }
  .route a {
    font-size: 14px;
  }
  .protop {
    padding-bottom: 0px;
  }
  .protoppic {
    border: 0 none;
    width: 100%;
  }
  .protoptxt {
    position: static;
    width: 100%;
    background: #FFF;
    padding: 30px 20px;
  }
  .protoptxt h2 {
    font-size: 26px;
    border-top: 5px solid #BD1D21;
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .protoptxt p {
    line-height: 2em;
    margin-top: 1.5em;
  }
  .protop {
    margin-top: 30px;
  }
  .detailtop-pic {
    width: 100%;
  }
  .detailtop-txt {
    width: 100%;
    position: static;
  }
  .detailtop-txt h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .detailtop-txt p {
    padding-left: 25px;
    line-height: 2em;
    background-position: left 7px;
  }
  .detailtop-con {
    padding: 30px 20px;
  }
  .casechat > a {
    line-height: 55px;
    height: 55px;
    font-size: 24px;
  }
  .casechat > a:before {
    width: 36px;
    height: 36px;
    -o-background-size: 34px;
       background-size: 34px;
  }
  .casechatbtn {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
  }
  .casechatbtn a {
    width: 50%;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    float: left;
  }
  .detailtop {
    padding-bottom: 0;
  }
  .detail-main {
    float: none;
    width: 100%;
  }
  .article h2 {
    font-size: 20px;
    padding-left: 35px;
    margin: 20px 0;
  }
  .article h2:before {
    width: 24px;
    height: 20px;
  }
  .article h3 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .article .tbts {
    margin-top: 30px;
    padding: 20px;
  }
  .tablebox {
    overflow-x: auto;
  }
  .detail-main .titbox h2 {
    font-size: 26px;
  }
  .detail-main .titbox h2:before {
    height: 12px;
  }
  .solulist li {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .newsitem li {
    width: 100%;
    margin-bottom: 15px;
  }
  .detail-side {
    width: 100%;
    margin-top: 40px;
  }
  .modellist h3 {
    font-size: 22px;
  }
  .modellist {
    margin-bottom: 50px;
  }
  .newsrow .aniimg {
    width: 100%;
  }
  .newsrowtxt {
    position: static;
    width: 100%;
    padding: 30px 45px;
  }
  .newsrowtxt p {
    margin-top: 15px;
  }
  .newslist li {
    padding: 20px 25px;
  }
  .newslist h4 {
    padding-left: 25px;
    margin-left: -25px;
    font-size: 16px;
  }
  .newslist span {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  div.zxf_pagediv {
    text-align: center;
    margin-top: 30px;
  }
  .newslistbox {
    padding-top: 0;
  }
  .solutop .protoppic {
    width: 100%;
  }
  .soluitem li {
    width: 100%;
    margin-top: 40px;
  }
  .soluitem .aniimg {
    width: 38%;
  }
  .soluitemtxt {
    width: 52%;
  }
  .soluitemtxt h4 {
    padding-left: 20px;
    margin-left: -20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .soluitemtxt h4:before {
    width: 12px;
    height: 12px;
    left: 0;
    top: 5px;
  }
  .soluitemtxt h4:after {
    width: 10px;
    height: 10px;
    left: 6px;
    top: 0;
  }
  .soluitemtxt p {
    -webkit-line-clamp: 2;
    height: 3.2em;
  }
  .newsdtail h1 {
    color: #333;
    font-size: 24px;
  }
  .newsdtail > span {
    color: #333;
  }
  .newschat {
    margin-top: 30px;
  }
  .newschat {
    display: none;
  }
  .phone-foot {
    display: block;
    position: fixed;
    bottom: 0;
    height: 2.97rem;
    background: url(../images/mobilebg.png) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    z-index: 9;
    width: 100%;
  }
  .footwx {
    width: 38.6%;
    float: left;
    background: url(../images/weixin.png) no-repeat 0.28rem 1.34rem;
    -o-background-size: 1.49rem 1.22rem;
       background-size: 1.49rem 1.22rem;
    padding-top: 1.28rem;
    padding-left: 1.92rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .footwx p {
    font-size: 0.6rem;
    font-weight: bold;
    color: #F0F6F8;
    line-height: initial;
  }
  .footwx span {
    font-size: 0.51rem;
    color: #FFF;
    display: block;
  }
  .footwx input {
    opacity: 0;
    position: relative;
    z-index: -1;
    margin-top: 20px;
  }
  .footzxzx {
    width: 24.8%;
    float: left;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }
  .footzxzx img {
    width: 0.85rem;
    display: inline-block;
    -webkit-animation: big 1.4s infinite;
    -moz-animation: big 1.4s infinite;
      -o-animation: big 1.4s infinite;
         animation: big 1.4s infinite;
  }
  @-webkit-keyframes big {
    0% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @-moz-keyframes big {
    0% {
      -moz-transform: scale(1.2);
           transform: scale(1.2);
    }
    50% {
      -moz-transform: none;
           transform: none;
    }
    100% {
      -moz-transform: scale(1.2);
           transform: scale(1.2);
    }
  }
  @-o-keyframes big {
    0% {
      -o-transform: scale(1.2);
         transform: scale(1.2);
    }
    50% {
      -o-transform: none;
         transform: none;
    }
    100% {
      -o-transform: scale(1.2);
         transform: scale(1.2);
    }
  }
  @keyframes big {
    0% {
      -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
           -o-transform: scale(1.2);
              transform: scale(1.2);
    }
    50% {
      -webkit-transform: none;
         -moz-transform: none;
           -o-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
           -o-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  .footzxzx p {
    font-size: 0.55rem;
    margin-top: 0.1rem;
    color: #1A1919;
    font-weight: bold;
  }
  .footdh {
    width: 35.6%;
    float: right;
    display: block;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    padding-top: 0.75rem;
  }
  .footdh span {
    background: url(../images/mphone.png) no-repeat left center;
    -o-background-size: 0.53rem 0.58rem;
       background-size: 0.53rem 0.58rem;
    font-size: 0.51rem;
    color: #FFF;
    display: block;
    padding-left: 0.75rem;
  }
  .footdh p {
    font-size: 0.64rem;
    color: #FFF;
    margin-top: 0.21rem;
    font-weight: bold;
    line-height: initial;
  }
  .footwx {
    position: relative;
  }
  .copytext {
    position: absolute;
    top: -0.2rem;
    padding: 0 0.43rem;
    border-radius: 0.16rem;
    background: #F5FAFC;
    font-size: 0.51rem;
    left: 50%;
    width: auto;
    white-space: nowrap;
    color: #1a1a1a;
    line-height: 0.85rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
  }
  .copytext:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    margin-left: -6px;
  }
  .newsdtail > span {
    max-width: 100%;
  }
  .agentia .protoppic {
    width: 100%;
  }
  .agentia .protoptxt {
    width: 100%;
  }
  .jbczsmain {
    margin-top: 50px;
  }
  .jbczsmain > ul {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
  .jbczsmain > ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .jbczsmain .jbcmore {
    position: static;
    width: 60%;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .jbczsmain .jbcmore img {
    display: none;
  }
  .jbczsmain .jbcmore p {
    display: inline-block;
    background: url(../images/projt.png) no-repeat right center;
    -o-background-size: 22px 14px;
       background-size: 22px 14px;
    padding-right: 28px;
  }
  .techtop {
    width: 100%;
  }
  .techpic {
    position: static;
    width: 100%;
  }
  .techtxt {
    width: 100%;
    color: #333;
    margin-top: 30px;
  }
  .techtxt h4 {
    font-size: 26px;
    padding-left: 35px;
  }
  .techtxt h4:before {
    width: 20px;
    height: 20px;
  }
  .techtxt h4:after {
    width: 12px;
    height: 12px;
    left: 15px;
    top: -8px;
  }
  .techpic2 {
    width: 100%;
    border-width: 3px;
    margin-top: 30px;
  }
  .fxgylc, .gysbbox, .fxyltxt, .fxylbox, .fxgyjsbox {
    margin-top: 30px;
  }
  .fxgyjsbox img {
    width: 100%;
  }
  .fxgyjstxt {
    position: static;
    width: 100%;
    padding: 30px 15px 0;
  }
  .fxgyjstxt p {
    margin-top: 1.5em;
  }
  .gysbtxt {
    width: 100%;
  }
  .gysbpic {
    width: 100%;
    margin-top: 30px;
  }
  .tacttop {
    padding-bottom: 30px;
  }
  .tactbox > img {
    width: auto;
    height: 100%;
  }
  .tactbox .footchatbtn {
    width: 100%;
  }
  .tactleft h2 {
    font-size: 30px;
    float: none;
  }
  .tactleft p {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
  .tactbot li {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .tactbot li:after {
    display: none;
  }
  .tactbot a b {
    font-size: 28px;
  }
  .tactbot span {
    margin-bottom: 15px;
  }
  .tactbot li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .tactbot li:last-child img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .liuyan {
    padding: 20px;
  }
  .tactliuyan h4 {
    font-size: 24px;
  }
  .liuyan > p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .liuyan input, .liuyan select {
    padding-left: 10px;
  }
  #dituContent {
    height: 450px;
  }
  .fourtop h2 {
    font-size: 20px;
  }
  .fourtop img {
    width: 100%;
  }
  .fourtop {
    padding-top: 0;
  }
  .fourbot {
    padding-top: 30px;
  }
  .fourbotleft {
    width: 100%;
    float: left;
  }
  .fourbotleft ul {
    width: 100%;
  }
  .fourbotleft h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .fourbotleft ul li a {
    font-size: 18px;
  }
  .fourbotleft ul li {
    line-height: 40px;
    height: 40px;
  }
  .fourbotleft p {
    font-size: 16px;
  }
  .fourbot {
    padding-bottom: 40px;
  }
  .searpage h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .searpage h2 b {
    font-size: 28px;
  }
  .searmodel {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    padding-right: 55px;
  }
  .searmodel input[type=text] {
    line-height: 50px;
    height: 50px;
    font-size: 20px;
  }
  .searmodel input[type=submit] {
    height: 50px;
    -o-background-size: 30px 14px;
       background-size: 30px 14px;
    right: 20px;
  }
  .seartit > span {
    float: none;
  }
  .seartit h4 {
    float: none;
    max-width: 100%;
  }
  .seartit {
    margin-bottom: 15px;
  }
  .searchlist li {
    padding: 30px 0;
  }
  .searchlist {
    padding-top: 0;
  }
  .banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .banner .swiper-pagination-bullet-active{
    width: 16px;
    border-radius: 10px;
  }
}
