
/*中小屏*/
@media screen and (max-width: 1680px) {

}

/*移动端适配*/
@media screen and (max-width: 750px) {
	.container{width: 6.7rem;}
	.xs-show{display: block !important;}
	.xs-hidden{display: none !important;}
	/*头部*/
	.header{display: none;}
	.m-header{display: block;position: fixed;left: 0;top: 0;width: 100%;height: 1rem;z-index: 99}
	.m-header::before{content:'';width: 100%;height:100%;;background: rgba(0, 0, 0, 0.15);backdrop-filter: blur(15px);-webkit-backdrop-filter: blur(15px);position: absolute;left:0;top:0;}
	.m-header .container{width: 100%;padding-left: .3rem;box-sizing: border-box;position: relative;z-index: 10;display: flex;justify-content: space-between;align-items: center;}
	.m-header .logo{display: block;width: 2.15rem;}
	.m-header .logo img{display: block;width: 100%;}
	.m-header .nav{float: right; width: 1.14rem;height: 1rem;background: url('../images/m_nav.png') no-repeat center #D0121B;background-size: .66rem .44rem;}
	.m-header .search{float: right; width: .4rem;height: .4rem;background: url('../images/search.png') no-repeat;background-size: cover;margin: .3rem .4rem 0 0;}
	.m-header .right{display: flex;}
	.m-main{position: absolute;left: 0;top: 1rem;width: 100%;height: calc(100vh - 1rem); display: none;background: #fff;overflow-y: auto;}
	.m-header .m-main .container{padding: .6rem 4% 2.5rem;display: block;}
	.m-main .item .top{font-size: .3rem;line-height: 1.16rem;height: 1.16rem;padding: 0; font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;position: relative;}
	.m-main .item .link{display: block;font-size: .3rem;line-height: 1.16rem;font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;}
	.m-main .item .top::after{content: '';width: .2rem;height: .2rem;background: url('../images/arrow_bb.png') no-repeat;position: absolute;
	right: .2rem;top: 50%;margin-top: -.07rem;background-size: cover;transition: all .5s ease-in-out;}
	.m-main .item .list .sub-top{font-size: .28rem;line-height: 1.16rem;border-bottom: 1px solid #E6E6E6;position: relative;color: #666;}
	.m-main .item .list .sub-top::after{content: '';width: .18rem;height: .11rem;background: url('../images/arrow_bb.png') no-repeat;position: absolute;
		right: 0;top: 50%;margin-top: -.05rem;background-size: cover;transition: all .5s ease-in-out;transform: rotate(-90deg);}
	.m-main .item .list .erify{display: none;border-bottom: 1px solid #EAEAEA;padding: .3rem 0;}
	.m-main .item .active::after{transform: rotate(180deg);}
	.m-main .item .list{display: none;width: 6.2rem;margin: 0 auto;}
	.m-main .item .list a{display: block;font-size: .28rem;color: #666;line-height: 1.12rem;border-bottom: 1px solid #EAEAEA;}
	.m-main .item .list .erify a{font-size: .26rem;line-height: .8rem;border-bottom: none;padding-left: .3rem;}
	.m-header .language{position:relative; width: 1rem;height: 1rem;background: url(../images/language_h.png) no-repeat center;background-size: .49rem .48rem;}
	.m-language{background: #fff;width: 2rem;top: 1rem;right:0.5rem;position: absolute;display: none;}
	.m-language a{display: block;text-align: center;font-size: .26rem;line-height: 1rem;color: #333;}
	.m-search{position: absolute;left: 0;top: .94rem;background: rgba(0,17,34,0.8);padding: 30px 4% 20px;width: 92%;display: none;}
	.m-search .form{width: 100%;height: 40px;line-height: 40px;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: 3px;overflow: hidden;margin-top: 0;display: flex;}
	.m-search .text{width: 85%;height: 40px;border:none;color: #333;background:none;}
	.m-search .btn{width: 15% !important;height: 40px;background: url('../images/search.png') no-repeat center center;background-size: 20px;border:none;}

	/*底部*/
	.footer .top .container{display: block;}
	.footer .left{border-right: none;width: 100%;padding: .6rem 0 .4rem;}
	.footer .left img{width: 1.9rem;}
	.footer .info{margin-top: .3rem;}
	.footer .info .item{margin-bottom: .5rem;}
	.footer .info p{font-size: .24rem;}
	.footer .info .addr{font-size: .24rem;margin-top: .1rem;}
	.footer .info .tel{font-size: .28rem;margin-top: .1rem;}
	.footer .info .email{margin-top: .1rem;font-size: .28rem;}
	.footer .nav{display: none;}
	.footer .pic{width: 4.6rem;}
	.footer .right{width: 100%;padding-top: 0;padding-bottom: .3rem;}
	.footer .share{margin-top: 0;}
	.footer .share p{font-size: .24rem;}
	.footer .share .links{margin-top: .3rem;}
	.footer .share a{width: .8rem;height: .8rem;margin-right: .3rem;}
	.footer .share i{width: .32rem;height: .32rem;}
	.footer .bot{padding: .3rem 0;}
	.footer .copyright{font-size: .24rem;line-height: 1.875;}


	/*通用*/
	.com-title{font-size: .48rem;}
	.sub-nav{display: none;}
	.sub-banner .main{padding-top: 1.8rem;}
	.website{display: none;}
	.website a{font-size: .24rem;margin-right: .2rem;}
	.website span,
	.website .home-link{width: .4rem;height: .4rem;margin-right: .2rem;}
	.website .last{font-size: .24rem;}
	.sub-banner h1{font-size: .64rem;margin-top: .2rem;}
	.head-h{height: 0;}
	.form{margin-top: .5rem;width: 100%;}
	.form .row{display: block;margin-bottom: .3rem;}
	.form .item{width: 100%;margin-bottom: .3rem;}
	.form .name{font-size: .26rem;margin-bottom: .12rem;}
	.form .text{font-size: .26rem;height: .8rem;border-radius: .08rem;padding: 0 .3rem;}
	.form .vcode-text{width: 4rem;}
	.form textarea{height: 1.8rem;padding: .3rem;border-radius: .08rem;font-size: .26rem;}
	.form .type-select{border-radius: .08rem;}
	.form .type-select p{padding: 0 .3rem;font-size: .26rem;line-height: .8rem;}
	.form .type-select p::after{width: .2rem;height: .12rem;right: .3rem;}
	.form .type-select ul{max-height: 4rem;top: .8rem;border-radius: .08rem;}
	.form .type-select li{padding: 0 .3rem;font-size: .26rem;line-height: .8rem;}
	.form .fsb{width: 100%;}
	.form img{width: 2.52rem;height: .8rem;border-radius: .08rem;}
	.form .row-bot{padding-top: .3rem;}
	.form .btn{width: 2.8rem;height: .8rem;border-radius: .4rem;font-size: .28rem;}
	.learn-more{font-size: .26rem;}
	.learn-more i{width: .48rem;height: .48rem;background-size: .24rem .24rem;}
	.com-info .com-title{margin-top: 0;}
	.com-info .main{margin-top: .3rem;display: block;}
	.com-info .pic{width: 100%;}
	.com-info img{height: 3.26rem;}
	.com-info .right{padding: .3rem;box-sizing: border-box;width: 100%;}
	.com-info .title{font-size: .36rem;padding-top: .2rem;}
	.com-info .title::before{left: 0;top: 0;height: .08rem;width: .8rem;}
	.com-info .info{font-size: .26rem;margin-top: .2rem;}
	.com-info .txt{font-size: .26rem;margin-top: .2rem;}
	.pdf{margin-top: .5rem;width: 3.2rem;height:.8rem;font-size:.26rem;border-radius: .4rem;}
	.pdf i{width: .36rem;height: .36rem;margin-right: .1rem;}
	.news-list{margin-top: .5rem;margin-bottom: .3rem;}
	.news-list li{width: 100%;margin: 0 0 .5rem;}
	.news-list img{height: auto;}
	.news-list .box{margin-top: .3rem;}
	.news-list .time{font-size: .24rem;}
	.news-list .title{font-size: .3rem;margin-top: .1rem;}
	.page a{display: none;}
	.page .prev, .page .next{display: block;}
	.pro-list li{width: 100%;margin-bottom: .3rem;}
	.pro-list a{height: auto;padding: .3rem 0;}
	.pro-list .img{width: 5.5rem;height: 3.45rem;}
	.pro-list img{max-height: 3.54rem;}
	.pro-list .box{padding: .3rem .3rem 0;}
	.pro-list .title{font-size: .3rem;}
	.pro-list .en{font-size: .24rem;margin-top: .1rem;}
	.pro-list .learn-more{margin-top: .3rem;}
    .media-pop .media-pop-main{height: 88vh;}
    .media-pop .media-pop-main video{height: 88vh;}
    .media-pop .close{width:.36rem;height:.36rem;right: 0;top: -.4rem;}


	/*首页*/
	.home .swiper-banner{height: 9rem;}
	.home .swiper-banner img,
	.home .swiper-banner video{height: 9rem;}
	.home .swiper-banner h2{font-size: .48rem;}
	.home .swiper-banner .txt{font-size: .26rem;margin-top: .2rem;}
	.home .swiper-banner .learn-more{margin-top: .5rem;}
	.home .pro-box .item{width: 100%;height: 3.2rem;}
	.home .pro-box .box{padding: .4rem;}
	.home .pro-box .item{background: #FAFAFA !important;}
	.home .pro-box .item:nth-child(2n){background:#EFEFEF !important;}
	.home .pro-box .en{font-size: .24rem;}
	.home .pro-box .title{margin-top: .1rem;font-size: .36rem;}
	.home .pro-box .img{width: 92%;height: 2.4rem;padding-top: .4rem;}
	.home .pro-box img{max-height: 2.4rem;}
	.home .pro-box .item:hover .box{width: 2.4rem;height: 2.4rem;}
	.home .pro-box .item:hover .learn-more{margin-top: .2rem;}
	.home .pro-box .item:hover .title{font-size: .28rem;}
	.home .solute-box{display: block;padding-top: .8rem;}
	.home .solute-box .main{position: static;}
	.home .solute-box .name{font-size: .3rem;padding-left: .6rem;}
	.home .solute-box .name::before{width: .48rem;}
	.home .solute-box .title{font-size: .48rem;margin-top: .1rem;}
	.home .solute-box .txt{width: 100%;margin-top: .2rem;font-size: .26rem;}
	.home .solute-box .learn-more{margin-top: .3rem;}
	.home .solute-box .pic{width: 100%;}
	.home .about-box{padding: .8rem 0 5.4rem;height: auto;}
	.home .about-box .container{display: block;}
	.home .about-box .left{width: 100%;}
	.home .about-box .name{font-size: .3rem;padding-left: .6rem;}
	.home .about-box .name::before{width: .48rem;}
	.home .about-box .title{font-size: .4rem;margin-top: .1rem;}
	.home .about-box .txt{font-size: .26rem;margin-top: .2rem;width: 100%;}
	.home .about-box .learn-more{margin-top: .3rem;}
	.home .about-box .right{width: 100%;padding-top: .5rem;}
	.home .data-list .item{width: 48%;margin-bottom: .3rem;}
	.home .data-list .num{font-size: .64rem;line-height: .84rem;}
	.home .data-list .unit{font-size: .26rem;margin-left: .1rem;}
	.home .data-list p{font-size: .26rem;margin-top: .1rem;}
	.home .news-box{padding: .8rem 0;}
	.home .news-box .list{margin-top: .5rem;display: block;}
	.home .news-box .item{width: 100%;margin-bottom: .3rem;}
	.home .news-box img{height: auto;}
	.home .news-box .main{padding: .3rem 0 0;}
	.home .news-box .time{font-size: .24rem;}
	.home .news-box .title{font-size: .32rem;margin-top: .1rem;}
	.home .news-box .more{margin-top: .3rem;padding: 0 .3rem;font-size: .24rem;height: .8rem;}
	.home .news-box .more i{width: .48rem;height: .48rem;background-size: .24rem .24rem;}
	.home .serve-box{padding: .8rem 0;}
	.home .serve-box .container{display: block;}
	.home .serve-box .info{margin-top: .2rem;font-size: .26rem;}
	.home .serve-box .learn-more{margin-top: .3rem;}
	.home .serve-box .links{margin-top: .5rem;justify-content: space-between;padding-right: 30%;}
	.home .serve-box .links a{margin-left: 0;}
	.home .serve-box .links img{width: .7rem;}
	.home .serve-box .links p{font-size: .26rem;margin-top: .2rem;}

	/*走进JWT*/
	.about .intro-box{padding: .8rem 0;}
	.about .intro-box .main{flex-direction: column-reverse;}
	.about .intro-box .pic{margin-top: 0;width: 100%;}
	.about .intro-box .left{width: 100%;margin-top: .3rem;}
	.about .intro-box .title{font-size: .48rem;padding-left: .6rem;}
	.about .intro-box .title::before{width: .42rem;}
	.about .intro-box .name{font-size: .32rem;margin-top: .1rem;}
	.about .intro-box .name br{display: none;}
	.about .intro-box .txt{font-size: .26rem;margin-top: .3rem;}
	.about .data-list{margin-top: .5rem;flex-wrap: wrap;}
	.about .data-list .item{width: 48%;margin-bottom: .3rem;}
	.about .data-list .num{font-size: .64rem;line-height: .84rem;}
	.about .data-list .unit{font-size: .26rem;margin-left: .1rem;}
	.about .data-list p{font-size: .26rem;margin-top: .1rem;}
	.about .course-box{padding: .8rem 0;}
	.about .course-box .container{display: block;}
	.about .course-box .main{width: 100%;margin-top: .5rem;}
	.about .course-box .nav{display: none;}
	.about .course-box .nav .item{font-size: .3rem;}
	.about .course-box .tabs{margin-top: .5rem;}
	.about .course-box .tabs .row{display: block !important;}
	.about .course-box .tabs .item{display: block;padding: .3rem 0;}
	.about .course-box .tabs .year{font-size: .36rem;}
	.about .course-box .tabs .right{width: 100%;padding-top: .2rem;}
	.about .course-box .tabs .name{font-size: .28rem;}
	.about .course-box .tabs .txt{font-size: .26rem;margin-top: .1rem;}
	.about .course-box .tabs img{margin-top: .3rem;}
	.about .culture-box{padding: .8rem 0;}
	.about .culture-box .list{margin-top: .5rem;overflow-x: auto;width: 7.1rem;justify-content: flex-start;}
	.about .culture-box .item{width: 4.58rem;margin-right: .4rem;flex: none;}
	.about .culture-box .title{font-size: .36rem;margin-top: .2rem;}
	.about .culture-box .title::before, .about .culture-box .title::after{width: 1rem;}
	.about .culture-box p{margin-top: .1rem;font-size: .24rem;}
	.about .study-box{padding: .8rem 0;}
	.about .study-box .top{display: block;}
	.about .study-box .cate-nav{margin-top: .3rem;width: 7.1rem;overflow-x:auto;}
	
	.about .cate-nav .item{margin: 0 .4rem 0 0;flex: none;}
	.about .swiper-honor{margin-top: .5rem;padding-bottom: .8rem;}
	.about .swiper-honor .swiper-slide{width: auto;}
	.about .swiper-honor .img{height: 3.6rem;padding: 0 .3rem;border-width:.16rem;}
	.about .swiper-honor img{max-height: 2.8rem;}
	.about .swiper-honor .name{font-size: .26rem;margin-top: .3rem;}

	/*产品中心*/
	.product{padding: .8rem 0;}

	/*产品详情*/
	.proDet .info-box{padding: 1.8rem 0 .8rem;}
	.proDet .info-box .main{margin-top: 0;flex-direction: column-reverse;}
	.proDet .info-box .pic{width: 100%;}
	.proDet .info-box .left{width: 100%;padding-top: .5rem;}
	.proDet .info-box .title{font-size: .4rem;}
	.proDet .info-box .en{font-size: .26rem;margin-top: .1rem;}
	.proDet .info-box .app{margin-top: .3rem;padding-top: .3rem;}
	.proDet .info-box .name{font-size: .3rem;}
	.proDet .info-box .txt{margin-top: .2rem;font-size: .24rem;}
	.proDet .info-box .txt p{padding-left: .36rem;}
	.proDet .info-box .txt p::before{width: .24rem;height: .24rem;}
	.proDet .info-box .action {margin-top: .3rem;}
	.proDet .info-box .player{width: 2rem;height: .6rem;border-radius: .3rem;border-width:1px;font-size: .26rem;margin-right: .3rem;}
	.proDet .info-box .player i{width:.28rem;height: .28rem;margin-right: .2rem;}
	.proDet .info-box .link{width: 2rem;height: .6rem;border-radius: .3rem;font-size: .26rem;}
	.proDet .param-box{padding: .8rem 0;}
	.proDet .param-box .container{display: block;}
	.proDet .param-box .left{width: 100%;}
	.proDet .param-box .section{margin-bottom: .5rem;}
	.proDet .param-box .title{font-size: .32rem;}
	.proDet .param-box .list{margin-top: .3rem;display: block;}
	.proDet .param-box .list .item{width: 100%;font-size: .26rem;padding-left: .2rem;}
	.proDet .param-box .list .item::before{width: .1rem;height: .1rem;top: .21rem;}
	.proDet .param-box .content{margin-top: .3rem;font-size: .26rem;}
	.proDet .param-box .content img{width:100% !important;height: auto !important;}
	.proDet .param-box .right{width: 100%;margin-top: .5rem;}
	.proDet .ind-list{margin-top: .3rem;}
	.proDet .ind-list .item{width: 48%;height: 1.96rem;margin-bottom: .3rem;padding: .3rem .3rem 0;}
	.proDet .ind-list img{height: .8rem;}
	.proDet .ind-list p{font-size: .26rem;margin-top: .1rem;}
	.proDet .ask{margin-top: .3rem;}
	.proDet .ask .box{padding: .3rem;}
	.proDet .ask .name{font-size: .4rem;}
	.proDet .ask .tel{font-size: .36rem;margin-top: .3rem;}
	.proDet .ask .tel i{width: .44rem;height: .44rem;margin-right: .2rem;}
	.proDet .ask .link{height: .8rem;border-radius: .4rem;font-size: .26rem;margin-top: .3rem;}

	/*新闻*/
	.news{padding: .8rem 0;}
	.news .search{justify-content: space-between;}
	.news .year-select{width: 2.4rem;height: .78rem;margin-right: 0;}
	.news .year-select p{font-size: .26rem;padding: 0 .3rem;line-height: .78rem;border-radius: .12rem;}
	.news .year-select p::after{width: .2rem;height: .2rem;right: .3rem;}
	.news .search-form{width: 4.1rem;height: .78rem;border-radius: .12rem;}
	.news .search-form .text{height: .78rem;font-size: .26rem;padding: 0 .3rem;}
	.news .search-form .btn{width: .44rem;height: .44rem;right: .2rem;}

	/*展会*/
	.show .cast{display: block;margin: .5rem 0;}
	.show .cast .pic{width: 100%;}
	.show .cast img{height: auto;}
	.show .cast .main{box-sizing: border-box;width: 100%;padding: .3rem;}
	.show .cast .title{font-size: .3rem;}
	.show .cast .info{margin-top: .2rem;display: block;}
	.show .cast .col{font-size: .24rem;margin: 0 0 .2rem;}
	.show .cast .txt{margin-top: .2rem;font-size: .24rem;}
	.show .cast .learn-more{margin-top: .5rem;}

	/*新闻详情*/
	.newsDet{padding: 1.8rem 0 .8rem;}
	.newsDet .back{display: none;}
	.newsDet .box{width: 100%;}
	.newsDet .top{padding: .3rem 0;}
	.newsDet .share a{width: .72rem;height: .72rem;background-size: .36rem .36rem;margin-left: .2rem;}
	.newsDet .right{width: 100%;}
	.newsDet .title{font-size: .36rem;margin-bottom: .3rem;}
	.newsDet .time{font-size: .26rem;}
	.newsDet .main{display: block;margin-top: .5rem;}
	.newsDet .content{font-size: .26rem;line-height: 2;}
	.newsDet .content p{margin-bottom: .2rem;}
	.newsDet .news-page{margin-top: .4rem;}
	.newsDet .news-page a{width: 1.8rem;height: .6rem;font-size: .26rem;border-radius: .08rem;}
	.newsDet .news-page i{width: .3rem;height: .3rem;margin-left: .2rem;}
	.newsDet .news-page .prev i{margin: 0 .2rem 0 0;}

	/*服务与支持*/
	.service .spare-box{padding: .8rem 0;}
	.service .spare-box .list{margin-top: .5rem;justify-content: flex-start;overflow-x: auto;width: 7.1rem;}
	.service .spare-box .item{width: 4rem;margin-right: .3rem;flex: none;}
	.service .spare-box .item:last-child{margin-right: .4rem;}
	.service .spare-box .imgBg{height: 2.4rem;}
	.service .spare-box .bot{margin-top: .2rem;display: block;}
	.service .spare-box .name{font-size: .36rem;margin-bottom: .2rem;}
	.service .spare-box .learn-more{opacity: 1;}
	.service .sale-box{padding: .8rem 0;}
	.service .sale-box .list{margin-top: .5rem;justify-content: flex-start;overflow-x: auto;width: 7.1rem;}
	.service .sale-box .item{width: 4.7rem;margin-right: .3rem;flex: none;}
	.service .sale-box .item:last-child{margin-right: .4rem;}
	.service .sale-box .icon{width: 1.06rem;height: 1.06rem;bottom: -.5rem;}
	.service .sale-box .icon img{width: .56rem;}
	.service .sale-box .name{font-size: .28rem;margin-top: .7rem;}
	.service .load-box{padding: .8rem 0;}
	.cate-nav .item{padding: 0 .3rem;font-size: .26rem;line-height: 2.5;}
	.service .load-box .tabs{margin-top: .5rem;}
	.service .swiper-load{padding-bottom: .6rem;}
	.service .swiper-load .swiper-slide{width: 4.4rem;}
	.service .swiper-load img{height: 3.25rem;}
	.service .swiper-load .play{width: .96rem;height: .96rem;}
	.service .swiper-load .name{font-size: .26rem;margin-top: .3rem;}
	.swiper-com .swiper-pagination{height: .24rem;}
	.swiper-com .swiper-pagination-bullet{width: .16rem;height: .16rem;margin: 0 .1rem !important;}
	.swiper-com .swiper-pagination-bullet-active{width: .24rem;height: .24rem;}

	/*机床配件*/
	.parts{padding: 1.8rem 0 .8rem;}
	.parts .adv-box{padding-top: .8rem;}
	.parts .adv-box .list{margin-top: .5rem;display: block;}
	.parts .adv-box .item{width: 100%;display: block !important;margin-bottom: .5rem;}
	.parts .adv-box .pic img{height: 5.08rem;}
	.parts .adv-box .main{height: auto;}
	.parts .adv-box .box{padding: .3rem 0 0 !important;}
	.parts .adv-box .box::before,
	.parts .adv-box .box::after{display: none;}
	.parts .adv-box .icon,
	.parts .adv-box .icon img{height: .64rem;}
	.parts .adv-box .name{font-size: .36rem;margin-top: .3rem;}
	.parts .adv-box .txt{font-size: .26rem;margin-top: .2rem;}
	.blade .tb-box{margin-top: .6rem;padding-bottom: .3rem;}
	.blade .tb-box .name{font-size: .32rem;}
	.blade .tb-box .content{margin-top: .3rem;font-size: .26rem;}

	/*设备安装调试*/
	.setup{padding: 1.8rem 0 .8rem;}
	.setup .pic{margin-top: .3rem;}
	.setup .main{margin-top: .5rem;}
	.setup .name{font-size: .36rem;}
	.setup .list{margin-top: .5rem;}
	.setup .list .item{margin-bottom: .3rem;display: block;}
	.setup .list .img{width: 100%;}
	.setup .list img{height: 4.1rem;}
	.setup .list .box{width: 100%;padding: .3rem 0 0;}
	.setup .list .num{width: .8rem;height: .8rem;font-size: .36rem;}
	.setup .list .title{font-size: .28rem;margin-top: .3rem;}
	.setup .list .txt{font-size: .24rem;margin-top: .2rem;}

	/*设备维护保养*/
	.upkeep{padding-top: 1.8rem;}
	.upkeep .info-box .com-title{margin-top: 0;}
	.upkeep .info-box .pic{margin-top: .3rem;}	
	.upkeep .info-box .main{margin-top: .3rem;}
	.upkeep .info-box .title{font-size: .36rem;}
	.upkeep .info-box .list{margin-top: .3rem;flex-wrap: wrap;justify-content: space-between;}
	.upkeep .info-box .item{width: 48%;margin: 0 0 .3rem;}
	.upkeep .info-box .box{padding: .3rem;}
	.upkeep .info-box .pdf-icon{width: .96rem;height: .96rem;}
	.upkeep .info-box .name{margin-top: .2rem;font-size: .26rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height: .72rem;}
	.upkeep .info-box .view{padding: 0 .3rem;height: .6rem;font-size: .24rem;}
	.upkeep .info-box .arrow{width: .24rem;height: .24rem;margin-left: .2rem;}
	.upkeep .map-box{background-size: 7.5rem 2.9rem;background-position: center top;padding: 2.9rem 0 .6rem;}
	.upkeep .map-box .box{width: 100%;padding: .6rem 0 0;}
	.upkeep .map-box .title{font-size: .36rem;}
	.upkeep .map-box .list{margin-top: .5rem;}
	.upkeep .map-box li{height: 1.2rem;}
	.upkeep .map-box img{width: .67rem;margin-right: .33rem;}
	.upkeep .map-box p{font-size: .26rem;max-width: 5.4rem;}

	/*技术&解决方案*/
	.solution .info-box{padding: .8rem 0;}
	.solution .info-box .main{width: 100%;padding: .4rem .3rem;}
	.solution .info-box .title{font-size: .36rem;}
	.solution .info-box .line{width: .8rem;margin: .3rem 0;}
	.solution .info-box .txt{font-size: .26rem;}
	.solution .info-box p{margin-bottom: .2rem;}
	.solution .case-box{padding: .8rem 0;}
	.solution .case-list{margin-top: .5rem;}
	.solution .case-list li{width: 100%;margin: 0 0 .5rem;}
	.solution .case-list .img{height: 3.2rem;}
	.solution .case-list img{max-width: 5.6rem;max-height: 3rem;}
	.solution .case-list .name{font-size: .28rem;margin-top: .3rem;}
	.solution .feed-box{padding: 0 0 .8rem;}
	.solution .feed-box .pic{width: 100%;position: static;height: auto;}
	.solution .feed-box .container{padding-top: .8rem;}
	.solution .feed-box .main{width: 100%;}
	.solution .feed-box .form{margin-top: .5rem;}
	.solution .feed-box .form .item{width: 100%;}

	/*联系我们*/
	.contact .info-box{padding: .8rem 0;}
	.contact .info-box .container{display: block;}
	.contact .info-box .left{width: 100%;}
	.contact .info-box .list{margin-top: .5rem;}
	.contact .info-box li{height: 1.2rem;padding-left: .2rem;}
	.contact .info-box li:last-child{padding: .3rem 0 .3rem .2rem;}
	.contact .info-box li img{height: .68rem;}
	.contact .info-box p{font-size: .26rem;margin-left: .3rem;max-width: 5.4rem;}
	.contact .info-box .pics{width:5.4rem;margin-left: .3rem;flex-wrap: wrap;justify-content: space-between;}
	.contact .info-box .pics p{width:100%;margin-left: 0;}
	.contact .info-box .item{padding: .2rem .15rem;margin:.2rem 0 0 0;width: 2.3rem;}
	.contact .info-box span{font-size: .24rem;margin-top: .1rem;}
	.contact .info-box .map{width: 100%;margin-top: .5rem;border-radius: .2rem;}
	.contact .online-box{padding: .8rem 0;}
}