.pc-block {
  display: block !important;
}

.mobile-block {
  display: none !important;
}

.i-banner .li .mobile-block {
  display: none !important;
}

.opacity-block {
  opacity: 0;
  visibility: hidden;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/ico_07.png) no-repeat center;
  background-size: 24px auto;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert .cent-form .tex {
  border: none;
  font-size: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-left: 2rem;
  padding-right: 3.5rem;
  background: url(../img/btn1-1.png) no-repeat left center;
}

.search-alert .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .search-alert {
    width: calc(100% - 120px);
    left: 60px;
    height: 80px;
    display: block;
    position: absolute;
  }
  .search-alert input::-webkit-input-placeholder {
    color: #fff !important;
  }
  .search-alert input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
  }
  .search-alert input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
  }
  .search-alert input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
  }

  .search-alert .cent-form {
    top: 5px;
    height: 70px;
    margin-top: 0px;
    width: 86%;
    border-bottom: 1px solid #ffffff66;
  }

  .search-alert .cent-form .tex {
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    text-align: left;
    width: 100%;
    padding-left: 1.4rem;
  }

  .search-alert .cent-form .sub-butn {
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    color: #fff;
  }

  .search-alert .close {
    top: 25px;
  }

  .search-alert {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transition: all .5s;
            transition: all .5s;
  }

  .search-alert.active {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  .n-team .ul-img-item .li-item, .n-team .top-img-item .li {
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
    border-radius: 50%
    /*overflow: hidden;*/
  }
  .n-team .ul-img-item .li-item img, .n-team .top-img-item .li img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 4s;
            transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .n-team .ul-img-item .li-item:hover, .n-team .top-img-item .li:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  }
  .n-team .ul-img-item .li-item:hover img, .n-team .top-img-item .li:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }

  .n-contact .contact-left .ul-item .h {
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
  }

  .n-contact .contact-left .ul-item .li-item:hover .h {
    color: #2aaf82;
  }
}

@media (max-width: 1600px) {
  body {
    padding: 0 1.5rem;
  }

  .w1400 {
    width: 92%;
  }

  .n-fixheight {
    width: calc(100% - 3rem);
  }

  .bocweb-footer .top .dlbox {
    margin-left: 3rem;
  }

  .n-info .info-left .time {
    padding-left: 2rem;
  }

  .n-info .info-left .time:before {
    width: 1.8rem;
  }

  .n-info .info-right {
    padding-top: 2.8rem;
  }

  .n-info .info-left {
    padding-top: 2.8rem;
  }

  .n-info .info-box {
    padding-top: 2.4rem;
  }

  .n-info .info-left .time {
    font-size: 14px;
  }

  .header1 .pc-sub-nav .list {
    margin-left: -46%;
  }
  .search-alert{
    width:calc(100% - 3rem);
    left:1.5rem;
  }
}
@media (max-width: 1440px) {
  body{
    padding:0;
  }
  .n-fixheight {
    width:100%;
  }
  .search-alert{
    width: 100%;
    left:0;
  }
  .bocweb-footer .top .dlbox {
    width: auto;
  }

  .bocweb-footer .top .dlbox {
    margin-left: 1.5rem;
  }

  .bocweb-footer .top .dlbox .dl {
    margin-right: .8rem;
  }

  .header1 nav {
    margin-left: 2rem;
  }

  .header1 nav li {
    margin-right: 1.5rem;
  }

  .n-controller .dlbox .text .tit-22 {
    font-size: 18px;
  }
  .n-controller .dlbox .text .p-18 {
    font-size: 16px;
  }

  .n-about .listc .n-timebox .year-dian {
    font-size: 18px;
  }

  .n-about .listc .timeajax .time-text .li .p-18 {
    font-size: 16px;
  }

  .n-about .listc .n-timebox .dian {
    bottom: 4px;
  }

  .n-about .listc .timebox:before {
    bottom: 11px;
  }

  .n-about .lista .pbox .tit-24 {
    font-size: 20px;
  }

  .n-about .lista .left .p-18 {
    font-size: 14px;
  }

  .n-about .listb .li-item .text .p-18 {
    font-size: 16px;
  }

  .n-join-info .big-list {
    width: 85%;
  }

  .n-join-info .small-list {
    width: 85%;
  }

  .n-banenr .p-18 {
    font-size: 14px;
  }

  .n-products-info .listb .td1 {
    font-size: 20px;
  }

  .n-products-info .listb .tr2 td, .n-products-info .listb .tr1 td, .n-products-info .listb .td2 {
    font-size: 16px;
  }

  .n-cases-info .listb .td1 {
    font-size: 20px;
  }

  .n-cases-info .listb .tr2 td, .n-cases-info .listb .tr1 td, .n-cases-info .listb .td2 {
    font-size: 16px;
  }

  .n-cases .li-item .img {
    width: 12rem;
  }

  .n-cases .li-item .text {
    width: calc(100% - 12rem);
  }

  .n-cases .li-item .text .p-18 {
    font-size: 16px;
  }

  .n-cases-info .lista .cases-right .ul-box {
    width: 100%;
  }

  .n-cases-info .lista .cases-right .ul-box .li {
    font-size: 14px;
  }

  .i-banner .titlebox {
    top: 4rem;
  }

  .i-listb .dlbox {
    width: 90%;
  }

  .i-listb .dlbox .button-box .orderbtn {
    width: 120px;
  }

  .i-listb .dlbox .left .p-16 {
    font-size: 14px;
  }

  .i-listc .leftbox .li-item .td2 .p-18 {
    font-size: 16px;
  }

  .i-listd .p-20, .i-liste .p-20 {
    font-size: 16px;
  }

  .i-listd .orderbtn, .i-listc .rightbox .orderbtn {
    width: 120px;
  }
  .wn-sub-nav .li{
    font-size:14px;
  }
}
@media (max-width: 1360px) {
  .n-development .text .tit-30 {
    font-size: .75rem;
  }

  .n-development .text .p-18 {
    font-size: 16px;
  }

  .n-about-tech .processbox .slick-next {
    right: -8%;
  }

  .n-about-tech .processbox .slick-prev {
    left: -8%;
  }

  .n-about-tech .processbox {
    width: 750px;
  }

  .n-about-tech .processbox .li-item2, .n-about-tech .processbox .li-item {
    height: 250px;
    padding: 0 1.5rem;
  }

  .n-about-tech .processbox .iconbox {
    height: 125px;
    line-height: 125px;
  }

  .n-about-tech .processbox .p-18 {
    font-size: 14px;
    padding-top: .5rem;
  }

  .n-join-info .big-list .p-24 {
    font-size: 20px;
  }

  .n-products-info .lista .pro-right .orderbtn, .n-cases-info .listc .orderbtn {
    width: 120px;
  }

  .n-cases .ulbox .text .orderbtn {
    width: 120px;
  }

  .n-banenr .table2 {
    margin-left: 3rem;
  }

  .i-liste .ulbox {
    width: 80%;
  }
}
@media (max-width: 1270px) {
  .n-about .listc .n-timebox {
    width: 80%;
  }

  .n-cases .li-item .text .p-18 {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .n-fixheight {
    width: 100%;
  }

  .por-fixheight {
    height: 100px;
  }
  .por-fixheight-index{
    height: 55px;
  }

  .header1 {
    display: none;
  }

  .header2 {
    display: block;
  }

  .pc-block {
    display: none !important;
  }

  .mobile-block {
    display: block !important;
  }

  .i-banner .li .pc-block {
    display: none !important;
  }

  .i-banner .li .mobile-block {
    display: inline-block !important;
  }

  .i-banner .titlebox {
    top: 10%;
    width: 60%;
    left: 5%;
  }

  body {
    padding: 0;
  }

  .wn-sub-nav .n-sub-nav {
    padding-left: 3%;
  }

  .wn-sub-nav {
    height: 45px;
  }

  .wn-sub-nav .n-sub-nav {
    height: 45px;
    line-height: 45px;
  }

  .wn-sub-nav .li:before {
    height: 14px;
    margin-top: -7px;
  }

  .bocweb-footer {
    padding-top: 0;
  }

  .bocweb-footer .bot .bot-r {
    display: none;
    float: none;
  }

  .bocweb-footer .bot .p {
    width: 100%;
  }

  .n-info .info-box {
    width: 100%;
    margin-left: 0;
    border-right: none;
    border-left: none;
    padding: 2rem 0rem 0rem;
  }

  .n-info .info-right {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 3rem;
  }

  .n-info .info-box .top {
    margin-bottom: 1rem;
  }

  .n-news .li-item .dt {
    padding: .8rem .6rem;
  }

  .n-news .li-item .time, .n-news .li-item .p {
    font-size: 12px;
  }

  .n-news .li-item .dt-tit {
    font-size: 18px;
    height: 54px;
  }

  .n-news .li-item .dd-j {
    margin-top: .5rem;
    font-size: 12px;
  }

  .tit-20 {
    padding: 0 5%;
    font-size: 14px;
  }

  .n-service .listbox .slick-dots li {
    width: 7px;
    height: 7px;
  }

  .tit-48 {
    font-size: 1rem;
  }

  .n-service .listbox-two .li-item {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
  }

  .n-service .listbox-two .li-item:after {
    top: 6px;
    background-size: 30px auto;
  }

  .n-tit-top {
    padding: 0 5%;
  }
  .n-tit-top .tit-48 {
    line-height: 1.2;
  }
  .n-tit-top .tit-20 {
    margin-top: 5px;
  }

  .n-tech .li p {
    padding: .5rem;
    font-size: 12px;
  }

  .n-tech .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-tech .li:nth-child(3n) {
    margin-right: 4%;
  }

  .n-tech .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-join .list-item .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-join .list-item .li:nth-child(3n) {
    margin-right: 4%;
  }

  .n-join .list-item .li:nth-child(2n) {
    margin-right: 0;
  }

  .n-products .ulbox .li-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-products .ulbox .li-item:nth-child(3n) {
    margin-right: 4%;
  }

  .n-products .ulbox .li-item:nth-child(2n) {
    margin-right: 0;
  }

  .n-development .img {
    width: 100%;
  }

  .n-development .text {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .n-development .text {
    padding: 1rem .8rem;
  }

  .wn-sub-nav .li {
    -webkit-transition: all 0s;
            transition: all 0s;
  }

  .n-about-tech .list-item .tit-20 {
    line-height: 1.6;
    padding: 0;
  }

  .n-about-tech .n-tit-top {
    padding-bottom: 1.5rem;
  }

  .n-about-tech .listbox {
    padding-bottom: 40px;
  }

  .n-about-tech .processbox {
    width: 80%;
  }

  .n-about-tech .processbox .li-item2, .n-about-tech .processbox .li-item {
    padding: 0 15px;
  }

  .n-about-tech .processbox .iconbox img {
    width: 35px;
    height: 35px;
  }

  .n-about-tech .n-tit-top .tit-20 {
    line-height: 1.5;
  }

  .n-controller .dlbox .img {
    width: 100%;
  }

  .n-controller .dlbox .text {
    width: 100%;
  }

  .n-govern .listb .libox {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }

  .n-govern .listb .libox .li-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .n-govern .listb .libox .li-item .tit-30 {
    font-size: 20px;
  }

  .n-govern .listb .ulbox {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }

  .n-govern .listb .ulbox .li-item {
    width: 100%;
  }

  .n-govern .listb .ulbox .li-item .left {
    height: auto;
  }

  .n-govern .listb .ulbox .li-item .left .tit-24 {
    font-size: .8rem;
  }

  .n-govern .listb .ulbox .li-item .right .col-red {
    font-size: .9rem;
  }

  .n-govern .listb .ulbox .li-item .left .tit-120 {
    font-size: 2rem;
  }

  .n-govern .listb .ulbox .li-item .right .p-18 {
    font-size: 14px;
  }

  .n-govern .listb .libox .li-item:last-child {
    margin-bottom: 0;
  }

  .n-about .lista .left .p-18 {
    max-height: none;
  }

  .n-about .lista .mCSB_inside > .mCSB_container {
    margin-left: 0;
  }

  .n-about .lista .left {
    width: 100%;
  }

  .n-about .lista .n-tit-top {
    padding: 0;
  }

  .n-about .lista .n-tit-top .tit-20 {
    padding: 0;
  }

  .n-about .lista {
    width: 90%;
    margin-left: 5%;
  }

  .n-about .lista .right {
    width: 100%;
  }

  .n-about .listb .dlbox {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .n-about .listb .li-item {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #dadada;
  }

  .n-about .listb .li-item:last-child {
    border-bottom: none;
  }

  .n-about .listc .timeajax .time-text {
    width: 100%;
    margin-left: 0;
  }

  .n-about .listc .timeajax .time-img {
    width: 100%;
    margin-top: 30px;
  }

  .n-about .listb .li-item {
    padding: 1rem 0;
  }

  .n-about .listb .li-item:last-child {
    padding-bottom: 0;
  }

  .n-about .listb .li-item .img {
    width: 45px;
    height: 45px;
  }

  .n-about .listb .li-item .tit-24 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .n-about .listb .li-item .text .p-18 {
    font-size: 14px;
  }

  .n-about .listb .li-item .text {
    width: calc(100% - 80px);
  }

  .n-about .listc .timeajax .time-img .slick-dots li {
    width: 6px;
    height: 6px;
  }

  .n-about .listc .n-timebox {
    margin-left: 10%;
  }

  .n-about .listc .n-timebox .slick-prev {
    left: -8%;
  }

  .n-about .listc .n-timebox .slick-next {
    right: -8%;
  }

  .n-about .listc .n-timebox .slick-prev, .n-about .listc .n-timebox .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -3px;
  }

  .n-about .listc .n-timebox .slick-prev:before, .n-about .listc .n-timebox .slick-next:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .n-join-info .big-list .arrow-left, .n-join-info .big-list .arrow-right {
    display: none;
  }

  .n-join-info .big-list, .n-join-info .small-list {
    width: 100%;
  }

  .n-join-info .small-list .swiper-button-prev, .n-join-info .small-list .swiper-button-next {
    width: 1.25rem;
  }

  .n-join-info .big-list .p-24 {
    font-size: 18px;
  }

  .n-products .ulbox .sp1, .n-products-info .listc .sp1 {
    font-size: 14px;
  }

  .text-banenr {
    height: 16rem;
    padding-top: 15%;
    background-position: 20% center !important;
  }

  .banenr-two {
    background-position: 40% center !important;
  }

  .n-banenr table {
    width: 90%;
    height: auto;
    padding-top: 10%;
    float: none;
    margin-right: 0;
    margin-left: 5%;
  }

  .n-banenr .table2 {
    margin-left: 5%;
    margin-right: 0%;
  }

  .n-banenr table .orderbtn {
    width: 110px;
  }

  .n-products-info .listc .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }

  .n-cases-info .listc .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }

  .n-products-info .listb .table {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-products-info .listb .table:last-child {
    margin-bottom: 0;
  }

  .n-cases-info .listb .table {
    width: 100%;
    margin-bottom: 1rem;
  }

  .n-cases-info .listb .table:last-child {
    margin-bottom: 0;
  }

  .n-products-info .listc .slick-slide {
    padding: 0 5px;
  }

  .n-products-info .listc .li-item:hover {
    box-shadow: none;
  }

  .n-products-info .listc .tit-48 {
    margin-bottom: 1rem;
  }

  .n-products-info .lista {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .n-products-info .lista .pro-left, .n-products-info .lista .pro-right {
    width: 100%;
  }

  .n-products-info .lista .pro-right {
    padding: 1.5rem 5%;
  }

  .n-products-info .lista .pro-left .small-list {
    margin-right: 25px;
  }

  .n-products-info .lista .pro-left .big-list {
    width: calc(100% - 85px);
  }

  .n-products-info .lista .pro-left {
    padding-left: 5%;
  }

  .n-products-info .listb .tr2 td, .n-products-info .listb .tr1 td, .n-products-info .listb .td2 {
    font-size: 14px;
    padding: .5rem 0;
  }

  .n-products-info .lista .pro-left .small-list {
    width: 60px;
    height: 260px;
  }

  .n-products-info .lista .pro-left .small-list .swiper-container {
    height: 180px;
    margin-top: 40px;
  }

  .n-products-info .lista .pro-left .small-list .swiper-slide {
    margin: 0;
  }

  .n-products-info .lista .pro-right .p-18 {
    font-size: 14px;
  }

  .orderbtn {
    font-size: 12px !important;
  }

  .n-cases .li-item .text, .n-cases .li-item .img {
    width: 100%;
  }

  .n-cases .li-item .text {
    padding: 1.5rem 1rem;
  }

  .js-m-top {
    -webkit-transform: translate(0, 2.5rem);
        -ms-transform: translate(0, 2.5rem);
            transform: translate(0, 2.5rem);
  }

  .n-cases-info .lista {
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .n-cases-info .lista .cases-left, .n-cases-info .lista .cases-right {
    width: 100%;
  }

  .n-products-info .listb .td1 {
    font-size: 18px;
    padding: .8rem 0;
  }

  .n-cases-info .listb .tr2 td, .n-cases-info .listb .tr1 td, .n-cases-info .listb .td2 {
    font-size: 14px;
    padding: .5rem 0;
  }

  .n-cases-info .listb .td1 {
    font-size: 18px;
    padding: .8rem 0;
  }

  .n-cases-info .listc .tit-48 {
    margin-bottom: .5rem;
  }

  .n-cases-info .lista .tit-50, .n-cases-info .listb .tit-50 {
    font-size: 1.1rem;
  }

  .i-lista .p-18 {
    width: 90%;
  }

  .i-lista .ulbox {
    width: 90%;
  }

  .i-lista .li-item2 {
    left: 25%;
  }

  .i-lista .li-item3 {
    left: 28%;
  }

  .i-lista .li-item4 {
    left: 45%;
  }

  .i-lista .li-item5 {
    left: 55%;
  }

  .i-lista .li-item6 {
    left: 70%;
  }

  .i-lista .li-item7 {
    left: 85%;
  }

  .i-lista .li-item8 {
    left: 90%;
  }

  .i-lista .p-18 {
    font-size: 14px;
    line-height: 1.5;
  }

  .i-listd .ulbox {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .i-listd .li-item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .i-listd .li-item:last-child {
    margin-bottom: 0;
  }

  .i-listd .news-video {
    margin-bottom: 30px;
    width: 100%;
    height:auto;
  }

  .i-listd .li-item4 {
    width: 100%;
    height: auto;
  }

  .i-listd .li-item {
    width: 100% !important;
  }

  .i-listb .dlbox .left {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .i-listb .dlbox .button-box {
    display: inline-block;
    margin-top: 1rem;
  }

  .i-listb .dlbox .button-box .orderbtn {
    height: 1.3rem;
    line-height: 1.3rem;
    width: 136px;
  }

  .i-listb .dlbox .button-box .orderbtn2 {
    margin-right: 0;
  }

  .i-listb .dlbox .button-box .orderbtn {
    background: #da3830;
  }

  .i-listb .dlbox .right {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  .i-listb .dlbox .right img {
    display: inline-block;
  }

  .i-listd .p-20, .i-liste .p-20 {
    font-size: 14px;
  }

  .i-listd .orderbtn {
    width: 110px;
  }

  .meadia-ajax {
    height: auto;
  }

  .meadia-ajax .close-btn {
    width: 45px;
    height: 45px;
  }

  .cases-info-one .p-18 {
    font-size: 14px;
    width: 100% !important;
  }

  .cases-info-one .lista .btn {
    width: 50px;
    height: 50px;
  }

  .cases-info-one .listb .dlbox, .cases-info-one .liste .dlbox {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .cases-info-one .listb .img {
    width: 80%;
  }

  .cases-info-one .listb .text {
    width: 100%;
  }

  .cases-info-one .listb .text {
    margin-top: 30px;
  }

  .cases-info-one .listc {
    padding-top: 2rem;
  }
  .cases-info-one .listc .w1400 {
    width: 70%;
    margin-left: 5%;
  }

  .cases-info-one .listc .img, .cases-info-one .liste .img {
    margin-top: 1rem;
    max-width: 150px;
  }

  .cases-info-one .listd .img {
    width: 250px;
  }

  .cases-info-one .listd .img2 {
    width: 100%;
    margin-top: 2rem;
  }

  .cases-info-one .liste .text {
    width: 100%;
    margin-left: 0;
  }

  .cases-info-one .liste .imgright {
    width: 80%;
  }

  .cases-info-one .liste .text {
    margin-top: 0;
  }

  .cases-info-one .liste {
    padding-top: 5rem;
  }

  .cases-info-one .tit-56 {
    font-size: 1.2rem;
  }

  .cases-info-one .list5 .tit-56 {
    padding-bottom: 1rem;
  }

  .cases-info-one .list5 .ulbox {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .cases-info-one .list5 .ulbox .li-item {
    width: 100%;
  }

  .cases-info-one .list5 .ulbox .li-left, .cases-info-one .list5 .ulbox .li-right {
    width: 100%;
  }

  .cases-info-one .list5 .ulbox .li-item {
    padding: 1.5rem 1rem;
  }

  .cases-info-one .list5 .ulbox .li-item4 {
    padding: 0;
  }

  .cases-info-one .list5 .ulbox .li-item3 .img {
    width: 60px;
  }

  .cases-info-one .list1 .img {
    width: 160px;
  }

  .n-banenr .tit-top-ma {
    margin-top: 0;
  }
  .wn-sub-nav .li{
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .search-alert .cent-form .tex {
    font-size: 1rem;
    text-align: left;
  }

  .n-contact .listb .formbox .input1 {
    width: 100%;
    margin-right: 0;
  }

  .n-contact .listb .formbox .inputbox2 .input1 {
    width: 60%;
    margin-right: 10px;
  }

  .n-contact .listb .formbox .input1, .n-contact .listb .formbox .input2 {
    font-size: 14px;
  }

  .n-contact .listb .formbox .input2 {
    padding-top: 5px;
  }

  .n-controller .dlbox .text .tit-22 {
    font-size: 16px;
  }

  .n-controller .dlbox .text .p-18 {
    font-size: 14px;
  }

  .i-listd .orderbtn1 {
    margin-top: .3rem;
  }
  .cases-info-one .list4 .carimg_cur{
    right: -2.5rem;
    bottom: 3.5rem;
  }
  .cases-info-one .list6 .curbox{
    width:90%;
    height: auto;
  }
  .cases-info-one .list6 .curbox .carimg_cur{
    width: 92%;
    height: auto;
  }
  .cases-info-one .list6 .img1{
    width: 200px;
  }
}
@media (max-width: 786px) {
  .n-info .info-box .info-text {
    font-size: 14px;
    line-height: 2;
  }

  .n-news .li-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-news .li-item:nth-child(3n) {
    margin-right: 4%;
  }

  .n-news .li-item:nth-child(2n) {
    margin-right: 0;
  }

  .n-service .listbox .li-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
  }

  .n-service .listbox .slick-dots {
    height: 8px;
    bottom: 0;
  }

  .n-service .listbox .li-item:nth-child(4n) {
    margin-right: 4%;
  }

  .n-service .listbox .li-item:nth-child(2n) {
    margin-right: 0%;
  }

  .p-16 {
    font-size: 14px;
  }

  .n-contact .lista .ulbox .li .tit-22 {
    font-size: .6rem;
  }

  .n-contact .listb .formbox .inputbox3 .orderbtn {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }

  .n-govern .listb .ulbox .li-item {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .n-govern .listb .ulbox .li-item .left {
    width: 100%;
    padding: .5rem;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .n-govern .listb .ulbox .li-item .right {
    width: 100%;
    padding: 1rem;
  }

  .n-join-info .big-list .p-24 {
    font-size: 16px;
  }

  .n-cases-info .lista .cases-right .li-bot, .n-cases-info .lista .cases-right .li-top, .n-cases-info .lista .cases-left {
    padding: 1.5rem 5%;
  }

  .n-cases-info .lista .cases-right .ul-box .li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 40px;
    line-height: 40px;
  }

  .n-cases-info .lista .cases-right .ul-box .li:nth-child(3n) {
    margin-right: 4%;
  }

  .n-cases-info .lista .cases-right .ul-box .li:nth-child(2n) {
    margin-right: 0;
  }

  .i-liste .ulbox .img {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .i-liste .ulbox .img:nth-child(3n) {
    margin-right: 4%;
  }

  .i-liste .ulbox .img:nth-child(2n) {
    margin-right: 0;
  }

  .i-lista .ulbox {
    height: 150px;
  }

  .i-lista .li-item .img {
    box-shadow: 0px 0px 0px 1.5px #ccc;
  }

  .i-lista .li-item1 .img {
    width: 30px;
    height: 30px;
  }

  .i-lista .li-item .jbtn {
    bottom: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ccc;
  }

  .i-lista .li-item2 .img {
    width: 20px;
    height: 20px;
  }

  .i-lista .li-item2 .jbtn {
    bottom: -4px;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ccc;
  }

  .i-lista .li-item3 .img {
    width: 40px;
    height: 40px;
  }

  .i-lista .li-item3 .jbtn {
    bottom: -8px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ccc;
  }

  .i-lista .li-item4 .img {
    width: 30px;
    height: 30px;
  }

  .i-lista .li-item4 .jbtn {
    bottom: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ccc;
  }

  .i-lista .li-item5 .img {
    width: 40px;
    height: 40px;
  }

  .i-lista .li-item5 .jbtn {
    bottom: -8px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ccc;
  }

  .i-lista .li-item6 .img {
    width: 30px;
    height: 30px;
  }

  .i-lista .li-item6 .jbtn {
    bottom: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ccc;
  }

  .i-lista .li-item7 .img {
    width: 35px;
    height: 35px;
  }

  .i-lista .li-item7 .jbtn {
    bottom: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ccc;
  }

  .i-lista .li-item8 .img {
    width: 20px;
    height: 20px;
  }

  .i-lista .li-item8 .jbtn {
    bottom: -3px;
    margin-left: -3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #ccc;
  }

  .i-lista .li-item:hover .img {
    width: 40px;
    height: 40px;
    margin-left: 0;
    box-shadow: 0px 0px 0px 2px #da3830;
  }
  .i-lista .li-item:hover .text {
    display: none;
  }
  .i-lista .li-item:hover .jbtn {
    bottom: -8px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #da3830;
  }

  .i-liste .ulbox .slick-prev {
    left: -1rem;
  }

  .i-liste .ulbox .slick-next {
    right: -1rem;
  }

  .i-listc-m .big-list .swiper-slide .tit-32 {
    font-size: .6rem;
  }

  .cases-info-one .listb .sp2 {
    width: 100%;
    margin-bottom: .5rem;
  }

  .cases-info-one .list5 .ulbox .text .p-16 {
    font-size: 12px;
  }

  .cases-info-one .list3, .cases-info-one .list4 {
    padding-top: 2rem;
  }

  .cases-info-one .list3 .text {
    float: left;
    width: 100%;
  }

  .cases-info-one .list4 .text {
    width: 100%;
  }
  .cases-info-one .list4 .bgcur{
    display: none;
  }
  .cases-info-one .list4 .carimg_cur{
    position: relative;
    margin-top: 6rem;
    width: 15rem;
    height: 7.5rem;
  }
}
@media (max-width: 550px) {
  .n-news .li-item, .n-tech .li {
    width: 100%;
    margin-bottom: 4%;
  }

  .n-join .list-item .li {
    width: 100%;
    margin-bottom: 30px;
  }

  .n-news .li-item, .n-join .list-item .li {
    margin-right: 0;
  }

  .n-contact .lista .ulbox .li .p-16 {
    font-size: 12px;
  }

  .n-join .list-item .jbtn, .n-join .list-item .jbtn:before, .n-join .list-item .jbtn:after {
    width: 30px;
    height: 30px;
  }

  .n-development .text .p-18 {
    font-size: 14px;
  }

  .n-about .lista .pbox {
    padding: 1rem .5rem;
  }

  .n-about .listc .timeajax .time-text .li .time-dian {
    font-size: 16px;
    width: 120px;
  }

  .n-about .listc .timeajax .time-text .li .p-18 {
    width: calc(100% - 120px);
    padding-left: 60px;
    font-size: 14px;
  }

  .n-about .listc .timeajax .time-text .li .p-18:before {
    width: 40px;
    top: 10px;
  }

  .n-about .listc .timeajax .time-text .li .p-18:after {
    width: 5px;
    height: 5px;
    top: 8px;
    left: 16px;
  }

  .n-about .listc .timeajax .time-text:before {
    left: 138px;
  }

  .n-about .listc .timeajax .time-text .morebtn {
    left: 65px;
    bottom: -5px;
    width: 25px;
    height: 25px;
  }

  .n-about .listc .n-timebox .year-dian {
    font-size: 14px;
  }

  .n-about .lista .n-tit-top {
    margin-bottom: 25px;
  }

  .n-products .ulbox .li-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }

  .n-products .ulbox .li-item:nth-child(3n) {
    margin-right: 0%;
  }

  .n-products .ulbox .li-item:last-child {
    margin-bottom: 0;
  }

  .n-cases-info .listc .p-16 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }

  .i-listb .dlbox .left .p-16, .i-lista .p-18 {
    font-size: 12px;
  }
}


button{
  outline:none !important;
}
.n-contact .listb .formbox .inputbox3 .orderbtn2:hover{
  box-shadow: inset 0px 0px 0px 2px transparent;
  background: #da3830;
  color: #fff;
}

.n-banenr .img1{
  width:100%;
}
@media (max-width: 1023px){
  .caseinfo-banner{
    position: relative;
    height: auto;
    background:none !important;
  }
  .caseinfo-banner .table2{
    width:90%;
    top:10%;
    left:0;
    position: absolute;
  }
  .caseinfo-banner{
    padding-top:0 !important;
  }
  .cases-info-one .list2{
    background: none;
    padding:0;
    height: auto;
    position: relative;
  }
  .cases-info-one .list2 .bgcur{
    display: none;
  }
  .cases-info-one .list2 .img1{
    width: 100%;
  }
  .cases-info-one .list2 .dlbox{
    position:absolute;
    width:90%;
    left: 50%;
    margin-left:-45%;
    top: 2.5rem;
  }
  .banner-height{
    height: auto;
  }
  .n-govern .listb .libox .li-item .tit-20 {
    font-size: 16px;
  }
}

.n-govern .listb .libox .li-item .tit-20{
  font-size:20px;
}
@media (max-width: 425px) {
  .n-join .lista .tit-20 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .n-tit-top,.tit-20 {
    padding: 0;
  }
  .i-banner .titlebox,.cases-info-one .listc .w1400 {
    width: 90%;
  }
  .cases-info-one .list2 .dlbox {
    top: 1rem;
  }
  .tit-48,.cases-info-one .tit-56 {
    font-size: 18px;
  }
  .cases-info-one .liste {
    padding-top: 4rem;
  }
  .n-about-tech .processbox .iconbox img {
    width: 35px;
    height: 35px;
  }

  .n-about .lista .pbox .tit-24 {
    font-size: 18px;
  }

  .cases-info-one .p-18 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=mobile.css.map */