.pc-block {
  display: block !important;
}

.mobile-block {
  display: none !important;
}

.opacity-block {
  opacity: 0;
  visibility: hidden;
}

.alert-probox .pro-text .p-14 {
  max-height: 10rem;
}

@media (max-width: 1780px) {
  .w1700 {
    width: 90%;
  }

  .header-top, .l-header.activefix {
    padding: 0 5%;
  }

  .l-header, .l-header.activefix {
    padding: 0 0% 0 5%;
  }

  .i-listc .ulbox {
    padding: 0 5%;
  }

  .i-lista .pro-ulbox {
    padding: 0 5%;
  }

  .l-footer .fot-ul {
    padding: 1.375rem 5% 1.625rem;
  }

  .i-lista .slick-prev, .i-lista .slick-next {
    width: 4.5%;
  }

  .l-header .l-header-t {
    width: 26%;
    margin-top: 0;
    margin-left: 0;
    height: auto;
  }
  .l-header .l-header-t a {
    display: block;
  }

  .l-header.activefix .l-header-t {
    width: 14%;
    margin-top: 1%;
    height: auto;
  }

  .i-listb .dt {
    padding-left: 5%;
  }

  .n-sub-nav {
    padding: 0 5%;
  }

  .n-aptitude {
    padding-left: 7%;
  }
}
@media (max-width: 1570px) {
  .n-course .listb .li {
    width: 100% !important;
  }

  .n-course .slick-slide {
    padding: 0 .5rem;
  }

  .n-course .listb .li {
    padding: 40px .6rem;
  }
}
@media (max-width: 1480px) {
  .l-header.activefix .l-header-t {
    width: 20%;
  }

  .wibanner .text {
    width: 240px;
  }

  .i-listd .new-right .slick-slide {
    padding: 0 .1rem;
  }

  .n-sub-nav .ul-item-6 {
    width: calc(100% - 320px);
  }

  .n-sub-nav .sp {
    font-size: 18px;
  }

  .recruit-ajax {
    width: 90%;
    margin-left: -45%;
  }

  .recruit-ajax .apply-btn {
    margin-top: 1rem;
  }

  .recruit-ajax .recruit-text .p-14 p {
    margin-bottom: 5px;
  }

  .n-contact .addtext {
    padding: 1rem;
  }
}
@media (max-width: 1380px) {
  .i-listb .dd {
    width: 55%;
  }

  .i-listb .dt {
    width: 45%;
  }

  .n-products .probox .li-img {
    width: 24.5%;
    margin-right: .6%;
  }

  .n-course .lista .time-line {
    padding: 0 5%;
  }
}
@media (max-width: 1270px) {
  .l-header.activefix .l-header-t {
    margin-top: 2%;
  }

  .l-header .nav ul li > a {
    font-size: 14px;
  }

  .n-about .dt {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 40px;
  }

  .n-about .dd {
    width: 100%;
    float: none;
    display: block;
  }
}
@media (max-width: 1023px) {
  .pc-block {
    display: none !important;
  }

  .mobile-block {
    display: block !important;
  }

  .mobile-sub-nav {
    display: block;
  }

  .slick-dots {
    left: 0;
  }

  .slick-list {
    padding-bottom: 1.5rem !important;
  }

  .n-banner .w1700 {
    position: absolute;
  }

  /*.n-banner .mobile-block{
  	height: 20rem;
  }*/
  .wl-header, .l-header {
    height: 75px;
  }

  .l-header .l-header-t, .l-header.activefix .l-header-t {
    width: 6.5rem;
    margin-top: .3rem;
    height: auto;
  }

  .l-toggle {
    position: fixed;
    top: .3rem;
    right: 3%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
  }
  .l-toggle span {
    position: absolute;
    top: 29px;
    right: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #009944;
  }
  .l-toggle .line1 {
    margin: -8px auto auto;
    -webkit-transition: all .8s;
            transition: all .8s;
  }
  .l-toggle .line2 {
    margin: auto;
  }
  .l-toggle .line3 {
    margin: 8px auto auto;
    -webkit-transition: all .8s;
            transition: all .8s;
  }

  .l-toggle.hover span {
    background: #009944;
  }
  .l-toggle.hover .line1 {
    margin: 0 auto;
  }
  .l-toggle.hover .line3 {
    margin: 0 auto;
  }

  .l-gnav {
    display: none;
  }

  .sub-menu {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
  }

  .sub-menu ul {
    width: 100%;
    margin-top: 65px;
    height: calc(100% - 90px);
    overflow-x: hidden;
    overflow-y: scroll;
    /*padding: 0 6.4%;*/
    text-align: center;
  }

  .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
  }

  .sub-menu .tit {
    display: block;
    width: 100%;
    padding: 14px 6.4%;
    line-height: 60px;
    color: #454545;
    text-align: center;
    /*opacity: .8;*/
    position: relative;
  }

  .sub-menu .tit {
    line-height: 1.5;
    font-size: 18px;
  }

  .sub-menu .sub-tit:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/web/bocweb/web/css/../img/ico_03.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 6.4%;
    top: 16px;
  }

  .sub-menu .sub-tit.on {
    /*background: #28ad80;*/
    color: #28ad80;
  }

  .sub-menu .sub-tit.on:after {
    background: url(/web/bocweb/web/css/../img/ico_03_j.png) no-repeat center;
    background-size: 100% auto;
  }

  .sub-menu .sec-list {
    line-height: 45px;
    display: none;
    background: #f9f9f9;
  }

  .sub-menu .search-btn {
    background: url(/web/bocweb/web/css/../img/pic3.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
    color: #777;
    line-height: 1;
  }

  .sub-menu .sec-list a {
    padding: 0 6.4%;
    color: #666;
    opacity: .9;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }

  .sub-menu li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .lang-mobile-btn {
    width: 40px;
    height: 40px;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    right: 100px;
    top: 20px;
    font-family: "Arial";
  }

  .l-header {
    padding: 10px 4%;
  }

  .l-header.activefix {
    padding: 10px 4%;
  }

  .l-header .search-btn {
    right: 0;
    top: 0;
  }

  .l-header.activefix .search-btn {
    top: 0;
  }

  .svgmore {
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 14px;
    padding: 0 .75rem;
  }

  .i-listb .dt, .i-listb .dd {
    width: 100%;
  }

  .i-listb .dt {
    height: auto;
    padding: 2rem 5%;
  }

  .i-listb .dd {
    height: 8.6rem;
  }

  .p-16 {
    font-size: 14px;
    line-height: 24px;
  }

  .i-listc .ulbox .p {
    font-size: 14px;
  }

  .i-listc .ulbox .li {
    padding-top: 1.5rem;
  }

  .i-listd .new-left {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 1.5rem;
  }

  .i-listd .svgmore {
    margin-top: 25px;
  }

  .i-listd .new-right {
    width: 100%;
  }

  .l-footer .fot-ul-right {
    width: 100%;
  }

  .l-footer .fot-ul-right .p:last-child {
    margin-bottom: 0;
  }

  .l-footer .fot-ul-right .p {
    font-size: 14px;
  }

  .l-footer .fot-ul {
    padding: 1rem 5%;
  }

  .l-footer .l-footer-top {
    height: 45px;
  }

  .l-footer .l-footer-top img {
    margin-top: 14px;
  }

  .i-listd .svgmore {
    width: 100%;
  }

  .sub-menu li:last-child {
    display: inline-block;
    width: 170px;
  }

  .i-lista .tit-h, .i-lista .tit-cn {
    display: block;
    float: none;
  }

  .i-lista .tit-line {
    display: none;
  }

  .n-sub-nav .ul-item {
    width: 100%;
  }

  .n-sub-nav .sp {
    display: none;
  }

  .n-sub-nav {
    height: 65px;
    line-height: 65px;
  }

  .n-idea .lista .dt {
    width: 100%;
    height: auto;
    padding: 1rem .8rem 0;
  }

  .n-idea .lista .dd {
    height: 11rem;
    width: 100%;
  }

  .n-personnel .lista .dt {
    width: 100%;
    height: auto;
    padding: 1rem .8rem 0;
  }

  .n-personnel .lista .dd {
    height: 11rem;
    width: 100%;
  }

  .n-cultrue .listb .dt {
    width: 100%;
    height: auto;
  }

  .n-cultrue .listb .dd {
    /*height: 11rem;*/
    width: 100%;
  }

  .n-hardware .lista .dt {
    width: 100%;
    height: auto;
  }

  .n-hardware .lista .dd {
    height: 11rem;
    width: 100%;
  }
  .n-hardware .lista .dd .ddbox {
    height: 11rem;
  }
  .n-hardware .lista .dd .li {
    height: 11rem;
  }

  .n-products .probox .li-img {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .n-products .probox .li-img:nth-child(4n) {
    margin-right: 4%;
  }

  .n-products .probox .li-img:nth-child(2n) {
    margin-right: 0;
  }

  .n-products .probox .li-img .bot {
    padding: 18px .5rem;
  }

  .n-products .probox .li-img .bot .ping-text {
    font-size: 12px;
  }

  .n-products .probox .li-img .bot .name {
    font-size: 16px;
  }

  .products-ajax .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .products-ajax .tit-p {
    font-size: 14px;
  }

  .products-ajax .close-btn {
    width: 36px;
    height: 36px;
  }

  .products-ajax .alert-probox {
    margin-top: .5rem;
  }

  .products-ajax .pro-img {
    width: 100%;
    padding: 10px;
  }

  .products-ajax .pro-text {
    width: 100%;
    padding-left: 0;
  }

  .products-ajax {
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0;
    margin-left: -50%;
    padding: 1rem .5rem;
  }

  .alert-probox .pro-text {
    padding-top: .6rem;
  }

  .products-ajax .pro-text .text-tit {
    margin-top: 0;
  }

  .alert-probox .pro-text .p-14 {
    height: 7rem;
    max-height: 7rem;
  }

  .products-ajax .pro-img .swiper-pagination {
    bottom: .3rem;
  }

  .products-ajax .pro-img .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .n-news-info .news-title {
    font-size: 24px;
  }

  .n-news-info .news-back {
    height: 50px;
    line-height: 50px;
  }

  .recruit-ajax .close-btn {
    width: 36px;
    height: 36px;
  }

  .recruit-ajax {
    padding: 1rem;
  }

  .recruit-ajax .tit {
    font-size: 20px;
    margin-bottom: .5rem;
  }

  .recruit-ajax .recruit-text .tit1 {
    font-size: 18px;
  }

  .recruit-ajax .alert-recruit {
    margin-top: 1rem;
  }

  .recruit-ajax .tit-p .sp {
    margin-right: .5rem;
  }

  .n-personnel .listb .li {
    width: 100%;
    margin-right: 0;
  }

  .n-personnel .listb .li {
    padding: .5rem .6rem;
    height: auto;
  }

  .n-contact #dituContent {
    width: 100%;
    height: 12rem;
  }

  .n-contact .addtext {
    width: 100%;
    height: auto;
  }

  .n-contact .addtext .tit {
    font-size: 24px;
  }

  .n-course .lista .his-box {
    width: 80%;
  }

  .n-course .lista .whis-box .time {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
    float: none;
    display: block;
    text-align: center;
  }

  .n-course .lista .whis-box .p-14 {
    width: 100%;
    padding-left: 0;
    float: none;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .n-course .lista .whis-box .p-14:before {
    display: none;
  }

  .n-course .lista .whis-box .swiper-button-prev, .n-course .lista .whis-box .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .n-course .lista .time-line .li {
    font-size: 16px;
  }

  .n-course .listb .li-tit {
    font-size: 18px;
  }

  .n-course .listb .time {
    font-size: 14px;
  }

  .n-cultrue .lista {
    padding: 2rem 0 2.5rem;
  }

  .n-make .lista .li-img .p {
    font-size: 14px;
  }

  .n-banner {
    background: none;
    height: auto;
  }
  .n-banner img {
    max-width: 100%;
  }
  .n-banner .w1700 {
    position: absolute;
    left: 50%;
    margin-left: -45%;
    top: 0;
    height: 100%;
  }
  .n-banner table {
    height: 100%;
  }

  .recruit-ajax .recruit-text {
    width: 100%;
    float: none;
    display: block;
  }

  .recruit-ajax .recruit-text:nth-child(1) {
    margin-bottom: 1rem;
  }

  .n-cultrue .listb .dt .dd-tit {
    font-size: 20px;
  }

  .n-cultrue .lista .line {
    margin-bottom: 1rem;
  }

  .n-cultrue .lista .img {
    margin-bottom: 20px;
  }

  .n-about .dt .dd-tit {
    font-size: 24px;
  }

  .wibanner .slick-list {
    padding-bottom: 0 !important;
  }
  .wibanner .ibanner, .wibanner .li-item {
    height: auto;
  }
  .wibanner .ibanner .li-item {
    background: none;
  }

  .wibanner .text {
    width: 180px;
    height: 12rem;
    bottom: 6px;
  }

  .wibanner {
    height: calc(100vw / 1.5 );
    overflow: hidden;
  }
  .i-lista .text{
    background:rgba(245, 247, 246, 0.9);
  }
  .n-course .lista .whis-box .his-box:before {
    display: none;
  }
}
@media (max-width: 960px) {
  .n-make .lista .make-tit-h, .n-make .listb .top-tit {
    font-size: 20px;
  }

  .n-news .li-item .dd {
    width: 100%;
  }

  .n-news .li-item .dt {
    width: 100%;
  }

  .n-news .li-item .dd-j {
    width: 30px;
    height: 30px;
  }

  .n-news .li-item .dt {
    padding: 1rem .6rem;
  }

  .n-news .li-item .dt-tit {
    font-size: 20px;
  }

  .n-news .li-item {
    margin-bottom: 1rem;
  }

  .n-personnel .listb .top .name, .n-personnel .listb .bot .left, .n-personnel .listb .bot .time {
    width: 100%;
    float: none;
    display: block;
  }

  .n-personnel .listb .bot .left {
    margin-bottom: 5px;
  }

  .n-personnel .listb .top .name {
    line-height: 1;
  }

  .n-personnel .listb .top {
    margin-bottom: 10px;
  }

  .n-personnel .listb .bot {
    margin-bottom: 10px;
  }

  .n-download .lista .li {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .n-download .lista .more {
    position: relative;
    margin-top: 10px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .n-make .lista .nli-img{
    padding: 0 5px;
  }
  .wl-header, .l-header {
    height: 65px;
  }

  .l-header .l-header-t, .l-header.activefix .l-header-t {
    margin-top: .1rem;
  }

  .l-toggle {
    top: 0;
  }

  .i-listd .new-right .slick-slide {
    padding: 0;
  }

  .ibanner .slick-dots {
    bottom: .5rem !important;
    margin-left: 0;
    left: 5%;
    text-align: left;
    width: 100%;
  }

  .ibanner .slick-dots li {
    width: 9px !important;
    height: 9px !important;
    margin: 0 4px !important;
  }

  .i-listc .p-16 {
    width: 90%;
  }

  .wibanner .text {
    margin-left: 8%;
  }

  .lang-mobile-btn {
    right: 80px;
    top: 12px;
  }

  .n-sub-nav .li {
    font-size: 14px;
  }

  .n-hardware .lista .dt {
    padding: 1.5rem 1rem;
  }

  .n-hardware .lista .dd .slick-dots {
    height: 30px;
  }

  .n-hardware .lista .dd .slick-dots li {
    width: 9px !important;
    height: 9px !important;
    margin: 12px 8px !important;
  }

  .n-cultrue .listb .dt {
    padding: 1rem .6rem;
  }

  .n-products .products-nav .li {
    padding: 0 .5rem;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-right: .5rem;
  }

  .n-download .lista .li {
    padding: .5rem .6rem;
  }

  .n-download .lista .more {
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    width: 120px;
  }

  .n-contact .listb .formbox .input1 {
    width: 100%;
  }

  .n-banner .banenr-tit {
    font-size: 1rem;
  }

  .n-banner .banenr-en {
    font-size: .8rem;
  }
}
@media (max-width: 550px) {
  .wibanner .text {
    width: 5rem;
    height: 8rem;
    margin-left: 9%;
  }

  .recruit-ajax {
    height: 20rem;
    margin-top: -10rem;
  }

  .recruit-ajax .recruit-textbox {
    height: 8.5rem;
  }
}
@media (max-width: 425px) {
  .n-products .probox .li-img {
    width: 100%;
    margin-right: 0;
  }

  .n-personnel .listb .more {
    width: 110px;
    font-size: 12px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
  }
  .sub-menu .tit{
    padding: 10px 6.4%;
  }
  	/*.sub-menu .sec-list p{
  		background: url(/web/bocweb/web/css/../img/ico_04.png) no-repeat left center;
      	background-size: 4px auto;
  	}*/
}
@media (max-width: 320px) {
  .recruit-ajax .recruit-textbox {
    height: 6.5rem;
  }

  .n-contact .listb .input3 input {
    width: 180px;
  }
  .sub-menu .tit{
    font-size: 16px;
    padding: 8px 6.4%;
  }
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2aaf82 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px !important;
  background: #e0e0e0 !important;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/web/bocweb/web/css/../img/ico_07_1.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(/web/bocweb/web/css/../img/pic1.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;
  font-family: "GOTHICB";
  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) {
  .n-personnel .p-16 {
    max-height: 8rem;
  }

  .n-course .lista .whis-box .p-14 {
    max-height: 8rem;
  }
}
.slick-prev, .slick-next {
  font-size: 0 !important;
}

.icon-iconset0415:before {
  font-size: 24px;
  line-height: 45px;
}

.i-lista .icon-iconset0415:before {
  font-size: 20px;
  line-height: 1;
}

.icon-dkw_guanbi-:before {
  font-size: 20px;
  line-height: 1;
}

/*# sourceMappingURL=mobile.css.map */