@charset "UTF-8";
/********************************* 手机上的头部 ***************************************/
.header-mobile, .nav-mobile{
  display: none;
}

@media screen and (max-width: 1100px) {
  :root {
    font-size: calc(100vw / 375 * 20);
  }
  body {
    min-width: 100vw;
  }
  /********************************* 电脑上的头部/导航 ***************************************/
  .header, .nav {
    display: none;
  }
  /**************************** 手机头部 ***********************************/
  .header-mobile {
    display: block;
    width: 100vw;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    box-shadow: 0 -5px 30px #ccc;
  }
  .header-mobile .wrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    height: 4rem;
    padding: 0.5rem 0;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
  }
  .header-mobile .wrap .logo {
    width: 4rem;
    height: 100%;
    padding: 0rem 0.25rem;
    background-color: #015198;
    flex-shrink: 0;
  }
  .header-mobile .wrap .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-mobile .wrap .logo a img {
    width: 100%;
    height: 100%;
  }
  .header-mobile .wrap .tel {
    flex-shrink: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .header-mobile .wrap .tel img {
    width: 1rem;
    height: 1rem;
    margin: 0 0.25rem 0 0;
  }
  .header-mobile .wrap .tel a {
    font-size: 1rem;
    font-family: "Impact";
    color: #f37e03;
  }
  .header-mobile .wrap .btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-mobile .wrap .btn.active .return {
    display: block;
  }
  .header-mobile .wrap .btn.active .more {
    display: none;
  }
  .header-mobile .wrap .btn img {
    width: 100%;
    height: 100%;
  }
  .header-mobile .wrap .btn .return {
    display: none;
  }
  /**************************** 手机导航 ***********************************/
  .nav-mobile {
    display: block;
    width: 50vw;
    height: calc(100vh - 3rem);
    position: fixed;
    z-index: 999999999999999999;
    transition: right 0.35s;
    -o-transition: right 0.35s;
    -webkit-transition: right 0.35s;
    -moz-transition: right 0.35s;
    background-color: #015198;
    right: -100%;
    top: 4rem;
  }
  .nav-mobile.active {
    right: 0;
  }
  .nav-mobile .wrap {
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
    width: 100%;
  }
  .nav-mobile .wrap li {
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 0.05rem solid #fff;
  }
  .nav-mobile .wrap li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: .8rem;
  }
  /**************************** banner图  ***********************************/
  .banner {
    width: 100vw;
    overflow: hidden;
  }
  .banner .wrap {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    margin: 3.5rem 0 0 0;
  }
  .banner .wrap ul {
    width: 100%;
    height: 100%;
  }
  /**************************** 公共样式  ***********************************/
  .com-swiper {
    width: 100vw;
    overflow: hidden;
  }
  .com-swiper .com-swiper-wrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    overflow: hidden;
  }
  .com-swiper .com-swiper-wrap .swiper-wrapper {
    width: 100%;
  }
  .com-swiper .com-swiper-wrap .swiper-pagination {
    bottom: 0;
  }
  .com-swiper .com-swiper-wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f37e03;
  }
  /**************************** 电脑上的客服  ***********************************/
  .kefu {
    display: none;
  }
  main {
    width: 100vw;
    overflow: hidden;
  }
  main .inside-tit {
    width: 100vw;
    margin: 1rem 0;
    padding: 0;
    font-size: 1.2rem;
  }
  main .inside-tit span {
    font-size: 1rem;
  }
  main .mt60 {
    width: 100vw;
    overflow: hidden;
  }
  main .mt60 .project-left {
    width: calc(100% - 1.5rem);
    overflow: hidden;
    margin: 0 auto;
    float: none;
  }
  main .mt60 .project-left .news-show {
    width: 100%;
  }
  main .mt60 .project-left .news-show li {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  main .mt60 .project-left .news-show li a {
    flex-shrink: 0;
    flex: 1;
    display: inline-block;
    font-size: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  main .mt60 .project-left .news-show li span {
    flex-shrink: 0;
    width: 3.5rem;
    margin: 0 0 0 0.25rem;
  }
  main .mt60 .project-left .sigle-page * {
    font-size: .8rem;
    line-height: 1.3rem;
  }
  main .mt60 .project-left .sigle-page h1 {
    font-size: 1.2rem;
  }
  main .mt60 .project-right {
    display: none;
  }
  main .related-page {
    width: calc(100vw - 1.5rem);
    display: flex;
    flex-flow: column nowrap;
    margin: .5rem auto;
  }
  main .related-page li {
    float: none;
    width: 100%;
    flex-shrink: 0;
    margin: 0 0 0.5rem 0;
  }
  main .related-page li.tar a {
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
  main .related-page li a {
    padding: 0;
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    overflow: hidden;
    align-items: center;
  }
  main .related-page li a:hover {
    background-color: transparent;
    color: #333;
  }
  main .related-page li a:hover span {
    color: #333;
    border: 0.05rem solid #ccc;
  }
  /**************************** 当前位置  ***********************************/
  .seat {
    width: 100vw !important;
    overflow: hidden !important;
  }
  .seat .seatWrap {
    width: calc(100% - 1.5rem) !important;
    margin: 0 auto !important;
  }
  /**************************** 首页  ***********************************/
  .main {
    width: 100vw;
    overflow: hidden;
    /**************************** 我们的服务  ***********************************/
    /**************************** 复印机/打印机公共的头部  ***********************************/
    /**************************** 复印机 ***********************************/
    /**************************** 打印机 ***********************************/
    /**************************** 我们的服务优势 ***********************************/
    /**************************** 关于我们 ***********************************/
  }
  .main .service {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .main .service .wrap {
    width: calc(100% - 1.5rem);
    margin: 1rem auto 1rem auto;
    position: relative;
    padding: 0 0 .5rem 0;
  }
  .main .service .wrap .title {
    width: 100%;
  }
  .main .service .wrap .title .zh, .main .service .wrap .title .en {
    width: 100%;
    font-size: 1.2rem;
  }
  .main .service .wrap .title .info {
    font-size: .75rem;
  }
  .main .service .wrap ul {
    width: 100%;
    margin: 1rem 0;
  }
  .main .service .wrap ul li {
    width: 100%;
    margin: 0;
    padding: 0 3rem;
  }
  .main .service .wrap ul li:hover .box {
    background-color: #edeef3;
  }
  .main .service .wrap ul li:hover .box .img img:first-child {
    opacity: 1;
  }
  .main .service .wrap ul li:hover .box .img img:last-child {
    opacity: 0;
  }
  .main .service .wrap ul li:hover .box .info {
    color: #333;
  }
  .main .service .wrap ul li .box .img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .main .service .wrap ul li .box .info {
    font-size: .85rem;
  }
  .main .fyj, .main .dyj {
    width: 100vw;
    overflow: hidden;
  }
  .main .fyj .wrap, .main .dyj .wrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
    padding: 1rem 0;
  }
  .main .fyj .wrap .head, .main .dyj .wrap .head {
    flex-flow: column nowrap;
    align-items: center;
    margin: 0;
  }
  .main .fyj .wrap .head .title, .main .dyj .wrap .head .title {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .main .fyj .wrap .head .title::before, .main .fyj .wrap .head .title::after, .main .dyj .wrap .head .title::before, .main .dyj .wrap .head .title::after {
    display: none;
  }
  .main .fyj .wrap .head .title .zh, .main .dyj .wrap .head .title .zh {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    z-index: 9999999;
    white-space: wrap;
  }
  .main .fyj .wrap .head .title .en, .main .dyj .wrap .head .title .en {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 1.2rem;
    margin: -1rem 0 0 0;
    position: relative;
    white-space: nowrap;
  }
  .main .fyj .wrap .head .title .en span, .main .dyj .wrap .head .title .en span {
    font-size: .75rem;
    white-space: normal;
    text-align: center;
  }
  .main .fyj .wrap .head .more, .main .dyj .wrap .head .more {
    width: 6rem;
    height: 2rem;
    margin: 1rem 0 0 auto;
    font-size: .65rem;
  }
  .main .fyj .wrap .head .more::after, .main .fyj .wrap .head .more::before, .main .dyj .wrap .head .more::after, .main .dyj .wrap .head .more::before {
    right: .25rem;
  }
  /* .main .fyj .wrap .content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 1rem 0 0 0;
  }
  .main .fyj .wrap .content .left {
    display: none;
  }
  .main .fyj .wrap .content .right {
    width: 100%;
    position: relative;
    padding: 0 0 1.5rem 0;
  }
  .main .fyj .wrap .content .right ul {
    width: 100%;
    flex-flow: row nowrap;
  }
  .main .fyj .wrap .content .right ul li {
    width: 100%;
    flex-shrink: 0;
    margin: 0 !important;
  }
  .main .fyj .wrap .content .right ul li a:hover {
    border: 0.05rem solid #d6dbe1;
  }
  .main .fyj .wrap .content .right ul li a:hover .img img {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .main .fyj .wrap .content .right ul li a:hover .title {
    background-color: #d6dbe1;
  }
  .main .fyj .wrap .content .right ul li a:hover .title .price {
    color: #eb7f01;
  }
  .main .fyj .wrap .content .right ul li a:hover .title .txt {
    color: #333;
  }
  .main .fyj .wrap .content .right ul li a .title .price span {
    font-size: .85rem;
  } */
  .main .fyj > .wrap .new-content{display:none}
  .main .fyj > .wrap .content-mobile{width:100%;overflow:hidden;margin:1rem 0 0 0;display:block}
  .main .fyj > .wrap .content-mobile .item{width:100%;height:auto;margin:0 0 .5rem 0}
  .main .fyj > .wrap .content-mobile .item:last-child{margin:0}
  .main .fyj > .wrap .content-mobile .item a{display:block;width:100%}
  .main .fyj > .wrap .content-mobile .item a img{width:100%;height:auto}
  .main .dyj {
    overflow: hidden;
  }
  .main .dyj .wrap {
    width: calc(100% - 1.5rem);
    margin: 1rem auto;
    overflow: hidden;
    position: relative;
    padding: 0 0 1.5rem 0;
  }
  .main .dyj .wrap ul {
    width: 100%;
    flex-flow: row nowrap;
    overflow: visible;
    margin: 1rem 0 0 0;
  }
  .main .dyj .wrap ul li {
    width: 100%;
    margin: 0 !important;
  }
  .main .dyj .wrap ul li a:hover {
    border: 0.05rem solid #d6dbe1;
  }
  .main .dyj .wrap ul li a:hover .img img {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .main .dyj .wrap ul li a:hover .title {
    background-color: #d6dbe1;
  }
  .main .dyj .wrap ul li a:hover .title .price {
    color: #eb7f01;
  }
  .main .dyj .wrap ul li a:hover .title .txt {
    color: #333;
  }
  .main .dyj .wrap ul li a .title .price span {
    font-size: .85rem;
  }
  .main .service-ys {
    width: 100vw;
    overflow: hidden;
  }
  .main .service-ys .wrap {
    width: calc(100% - 1.5rem);
    overflow: hidden;
    margin: 0 auto;
    padding: 1.5rem 0 1rem 0;
  }
  .main .service-ys .wrap .title {
    width: 100%;
  }
  .main .service-ys .wrap .title .zh, .main .service-ys .wrap .title .en {
    width: 100%;
    font-size: 1.2rem;
  }
  .main .service-ys .wrap .title .info {
    font-size: .75rem;
  }
  .main .service-ys .wrap .content {
    width: 100%;
    margin: 1rem 0 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 2rem 0;
  }
  .main .service-ys .wrap .content ul {
    width: 100%;
    flex-flow: row nowrap;
    overflow: visible;
  }
  .main .service-ys .wrap .content ul li {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    padding: 1rem !important;
    background-image: none !important;
    background-color: #fff !important;
    margin: 0 !important;
  }
  .main .service-ys .wrap .content ul li .content {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .main .service-ys .wrap .content ul li .content .title {
    font-size: .9rem;
  }
  .main .service-ys .wrap .content ul li .content .txt-content {
    margin: .5rem 0 0 0;
  }
  .main .service-ys .wrap .content ul li .num {
    display: none;
  }
  .main .service-ys .wrap .content .num-five {
    display: none;
  }
  .main .about {
    width: 100vw;
    overflow: hidden;
  }
  .main .about .wrap {
    width: calc(100% - 1.5rem);
    margin: 1rem auto;
    overflow: hidden;
    flex-flow: row wrap;
  }
  .main .about .wrap ul {
    display: none;
  }
  .main .about .wrap .content {
    margin: 0;
    width: 100%;
  }
  .main .about .wrap .content .title {
    width: 100%;
    text-align: center;
    margin: 0 0 1rem 0;
  }
  .main .about .wrap .content .title .zh, .main .about .wrap .content .title .en {
    width: 100%;
    font-size: 1.2rem;
  }
  .main .about .wrap .content .txt-box p {
    font-size: .75rem;
    line-height: 1.2rem;
  }
  .main .about .wrap .content .more {
    width: 6rem;
    height: 2rem;
    margin: 1rem 0 0 auto;
    font-size: .65rem;
  }
  .main .about .wrap .content .more::after, .main .about .wrap .content .more::before {
    right: .25rem;
  }
  /**************************** 底部 ***********************************/
  .footer {
    width: 100vw;
    min-width: 100vw;
    overflow: hidden;
  }
  .footer .wrap {
    width: calc(100% - 1.5rem);
    margin: 0 auto;
  }
  .footer .wrap .top {
    width: 100%;
    overflow: hidden;
    flex-flow: column nowrap;
    margin: 0;
    padding: 1rem 0;
  }
  .footer .wrap .top .left .link a {
    margin: 0 0.25rem 0 0;
  }
  .footer .wrap .top .right {
    flex-flow: column nowrap;
    align-items: center;
  }
  .footer .wrap .top .right .contact {
    display: none;
  }
  .footer .wrap .top .right .ewm {
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .footer .wrap .top .right .ewm img {
    width: 5rem;
    height: 5rem;
  }
  .footer .wrap .bottom {
    width: 100%;
  }
  .footer .wrap .bottom p {
    width: 100%;
    white-space: normal;
    text-align: center;
    font-size: 0.5rem;
  }
  .footer .wrap .bottom p a {
    margin: 0;
    font-size: 0.5rem;
  }
}
