


/*移动端适配*/
@media screen and (max-width: 750px) {
	.container{width: 6.7rem;}
	.xs-show{display: block !important;}
	.xs-hidden{display: none !important;}

	/*字体大小*/
	.ft60{font-size: .8rem;}
	.ft50{font-size: .6rem;}
	.ft48{font-size: .54rem;}
	.ft46{font-size: .48rem;}
	.ft36{font-size: .46rem;}
	.ft35{font-size: .45rem;}
	.ft32{font-size: .42rem;}
	.ft30{font-size: .4rem;}
	.ft26{font-size: .38rem;}
	.ft24{font-size: .36rem;}
	.ft22{font-size: .32rem;}
	.ft20{font-size: .3rem;}
	.ft18{font-size: .28rem;}
	.ft17{font-size: .28rem;}
	.ft16{font-size: .28rem;}
	.ft15{font-size: .26rem;}
	.ft14{font-size: .26rem;}
	.ft13{font-size: .26rem;}
	.ft12{font-size: .24rem;}

	/*间距*/
	.mt80{margin-top: .8rem;}
	.mt60{margin-top: .6rem;}
	.mt50{margin-top: .6rem;}
	.mt48{margin-top: .5rem;}
	.mt40{margin-top: .4rem;}
	.mt30{margin-top: .3rem;}
	.mt20{margin-top: .2rem;}
	.mt10{margin-top: .1rem;}
	.pb55{padding-bottom: .6rem;}


	/*头部*/
	.header{display: none;}
	.m-header{display: block;position: fixed;left: 0;top: 0;width: 100%;height: 1rem;z-index: 99;}
	.m-head-high{z-index: 101;}
	.m-header::before{content:'';width: 100%;height:100%;;background: var(--cw);position: absolute;left:0;top:0;}
	.m-header .main{width: 100%;padding: 0 .4rem; box-sizing: border-box;position: relative;height: 1rem; z-index: 10;display: flex;justify-content: space-between;align-items: center;box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);}
	.m-header .logo{display: block;width: 1.72rem;height: 1rem;}
	.m-header .logo img{display: block;width: 100%;}
	.m-header .right{display: flex;align-items: center;height: 1rem;}
	.m-header .nav{width: .66rem; height: .44rem;background: url('../images/m_nav.png') no-repeat center;background-size: cover;}
	.m-header .search{width: .36rem;height: .36rem;background: url('../images/search.png') no-repeat;background-size: cover;margin-right: .3rem;}
	.m-header .lan{font-size: .28rem;color: #fff;font-weight: 700;margin-right: .3rem;}
	.m-main{position: absolute;left: 0;top: 1rem;width: 100%;height: calc(100vh - 1rem); display: none;background: var(--cw);overflow-y: auto;}
	.m-header .m-main .container{padding: .3rem 4%;display: block;height: auto;}
	.m-main .item .top{font-size: .3rem;line-height: 1.16rem;height: 1.16rem;padding: 0; font-weight: bold;color: var(--c8);border-bottom: 1px solid #E6E6E6;position: relative;}
	.m-main .item .link{display: block;font-size: .3rem;line-height: 1.16rem;font-weight: bold;color: var(--c8);border-bottom: 1px solid #E6E6E6;}
	.m-main .item .top::after{content: '';width: .3rem;height: .3rem;background: url('../images/website_arrow.png') no-repeat;position: absolute;right: .2rem;top: 50%;margin-top: -.15rem;background-size: cover;transition: all .5s ease-in-out;}
	.m-main .item .active::after {transform: rotate(90deg);}
	.m-main .sub-list{display: none;}
	.m-main .sub-n-list{display: none;border-bottom:1px solid #E6E6E6;}
	.m-main .item .list .sub-top{font-size: .28rem;line-height: 1.16rem;border-bottom: 1px solid #E6E6E6;position: relative;color: var(--c6);}
	.m-main .item .list .sub-top::after{content: '';width: .3rem;height: .3rem;background: url('../images/website_arrow.png') no-repeat;position: absolute;right: 0;top: 50%;margin-top: -.15rem;background-size: cover;transition: all .5s ease-in-out;}
	.m-main .sub-n-item:last-child{border-bottom: none;}
	.m-main .sub-n-top{font-size: .26rem;line-height:.8rem;border-bottom: 1px solid #E6E6E6;position:relative;padding: 0 .3rem;color:var(--c6);}
	.m-main .sub-n-top::after{content: '';width: .3rem;height: .3rem;background: url('../images/website_arrow.png') no-repeat;position: absolute;right: 0;top: 50%;margin-top: -.15rem;background-size: cover;transition: all .5s ease-in-out;}
	.m-main .item .list{display: none;width: 6.2rem;margin: 0 auto;}
	.m-main .item .list a{display: block;font-size: .28rem;color: var(--c6);line-height: 1.12rem;border-bottom: 1px solid #EAEAEA;}
	.m-main .item .list .sub-n-list a{font-size:.24rem;line-height:.8rem;border-bottom: none;padding:0 .6rem;}
	.m-main .item .list .sub-top-show{color:var(--ch);}
	.m-main .item .list .sub-top-show::after{transform: rotate(90deg);}
	.m-main .item .list .sub-n-top-show{color:var(--ch);}
	.m-main .item .list .sub-n-top-show::after{transform: rotate(90deg);}
	.m-search{position: absolute;left: 0;top: 1rem;background: rgba(0,17,34,0.8);padding: .5rem .4rem .3rem;width:100%;display: none;box-sizing: border-box;}
	.m-search form{display: flex;width: 100%;height: .8rem;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: .08rem;overflow: hidden;}
	.m-search .text{display: block; width: 85%;height: .8rem;border:none;color: #333;background:none;text-indent: .3rem;font-size: .26rem;}
	.m-search .btn{display: block;width: 15%;height: .8rem;background: url('../images/search.png') no-repeat center center;background-size: .4rem .4rem;border:none;}
	.m-head-height{height: 1rem;}

	/*底部*/
	.footer .top .container{display: block;}
	.footer .nav{display: none;}
	.footer .right{border-left: none;width: 100%;padding: .8rem 0 .6rem;}
	.footer .logo{width: 1.35rem;}
	.footer .infos{margin: .3rem 0 0;}
	.footer .infos .row{width: 100%;margin-bottom: .3rem;}
	.footer .infos .col{width: 48%;}
	.footer .infos .txt,
	.footer .infos .addr{margin-top: .1rem;}
	.footer .infos .share-tit{margin-top: .8rem;}
	.footer .infos .ewm-col{padding-top: .3rem;}
	.footer .infos .ewm-col img{width: 1.6rem;margin-top: .2rem;}
	.footer .share{margin-top: .2rem;}
	.footer .share a{width: .48rem;height: .48rem;margin-right: .2rem;}
	.footer .share i{width: .24rem;height: .24rem;}
	.footer .bot{padding: .5rem 0 .4rem;}
	.footer .bot .container{display: block;}
	.footer .copyright{line-height: 1.5;}
	.footer .copyright a, .footer .copyright span{margin-left: 0;}
	.footer .links{margin-top: .2rem;justify-content: center;}
	.footer .links a{margin-left: .2rem;padding-left: .2rem;}
	.footer .links a:first-child{margin-left: 0;padding-left: 0;}

	/*通用*/
	.com-temp{padding: 1.2rem 0;}
	.tit-line{padding-left: .3rem;}
	.tit-line::before{width: .08rem;}
	.title{line-height: 1.25;}
	.sub-nav{overflow-x: auto;}
	.sub-nav .item{flex: none; margin-right: .4rem;padding: 0 .3rem;border-radius: .1rem;line-height: 2.75;}
	
	.sub-banner .nav{display: none;}
	.sub-banner .info{margin-top: .3rem;}
	.sub-banner .txt{margin-top: .3rem;width: 100%;}
	.sub-banner .learn-more{margin-top: .5rem;}
	.learn-more{width: 2.4rem;height: .8rem;border-radius: .4rem;border-width: 1px;}
	.media-pop .media-pop-main{width:100%;height:4.26rem;}
	.media-pop .close{width: .3rem;height: .3rem;top: -.4rem;right: .3rem;}
	.media-pop video{height:4.26rem;}
	.swiper-com{margin-top: .4rem;padding-bottom: .6rem;}
	.swiper-com .swiper-pagination .swiper-pagination-bullet{width: .36rem;height: .06rem;margin: 0 .1rem;}
	.swiper-yin-reate{margin-left: -.2rem;padding: .4rem .2rem .6rem;width: calc(100% + .4rem);}
	.swiper-yin-reate .pro-module{box-shadow: 0px .06rem .2rem 0px rgba(0, 0, 0, 0.08);}
	.swiper-scene .pic{height: 3.92rem;border-radius: .1rem;}
	.swiper-scene .pic img{height: 3.92rem;}

	.sub-main{display: block;}
	.sub-main .sub-left{width: 100%;}
	.com-search .form{height: .8rem;margin-top: .4rem;}
	.com-search .text{width: 5.4rem;height: .6rem;padding: 0 .3rem;}
	.com-search .btn{width: .36rem;height: .36rem;margin-right: .3rem;}
	.sub-main .sub-right{width: 100%;margin-top: .6rem;}
	.swiper-cate{padding-bottom: 0;width: calc(100% + .2rem);padding-right: .2rem;height: calc(100vh - 5.2rem);}
	.pro-cate .item{margin-bottom: .5rem;}
	.pro-cate .item:last-child{margin-bottom: 0;}
	.pro-cate .cate-name{margin-bottom: .1rem;}
	.pro-cate .sub-name{height: 1rem;}
	.pro-cate .sub-name i{width: .24rem;height: .24rem;margin-right: .1rem;}
	.pro-cate .sub-list{padding: .3rem 0;}
	.pro-cate .sub-list a{margin-bottom: .3rem;line-height: 1.5;}

	.page a, 
	.page span{display: none;}
	.page .prev, 
	.page .next{display: flex;width: .54rem;height: .54rem;margin: 0 .2rem;border-radius: .1rem;}
	.page .prev::before,
	.page .next::before{width: .32rem;height: .32rem;}

	/*产品*/
	.pro-module{height: 7.8rem;border-radius: .1rem;}
	.pro-module .top-link{padding: .3rem;}
	.pro-module .top-link .img{width: 4rem;height: 4rem;}
	.pro-module .top-link img{max-height: 4rem;}
	.pro-module .title{margin-top: .3rem;}
	.pro-module .txt{margin-top: .3rem;}
	.pro-module p{padding-left: .3rem;margin-bottom: .2rem;}
	.pro-module .bot a{height: 1rem;}
	.pro-list .pro-module{width: 100%;margin-bottom: .5rem;}

	/*成功案例*/
	.case-module .pic{height: 3.92rem;border-radius: .1rem;}
	.case-module .pic img{height: 3.92rem;}
	.case-list{padding-bottom: .3rem;}
	.case-list .case-module{width: 100%;margin: 0 0 .5rem;}

	/*解决方案*/
	.solute-module .pic{height: 3.92rem;border-radius: .1rem;}
	.solute-module .pic img{height: 3.92rem;}
	.solute-list{padding-bottom: .3rem;}
	.solute-list .solute-module{width: 100%;margin: 0 0 .5rem;}

	/*获取支持*/
	.support-temp .list{justify-content: flex-start;overflow-x: auto;width: 7.1rem;}
	.support-temp .list .item{width: 5.4rem;height: 5.4rem;margin-right: .4rem;padding-top: .6rem;border-radius: .1rem;flex: none;}
	.support-temp .list img{height: .92rem;}
	.support-temp .list .txt{width: 80%;min-height: 1.5rem;}
	.support-temp .list .txt br{display: none;}
	.support-temp .list .link i{width: .36rem;height: .36rem;margin-left: .2rem;}
	.support-temp .list .link:hover i{margin-left: 0.9375vw;margin-left: .3rem;}

	/*合作伙伴*/
	.partner-temp .list .item{width: 50%;}
	.partner-temp .list .item{height: 1.8rem;}
	.partner-temp .list img{max-height: 1.2rem;max-width: 2.8rem;}

	/*应用案例*/
	.swiper-customer .main{display: block;border-radius: .1rem;}
	.swiper-customer .pic{width: 100%;}
	.swiper-customer .pic img{height: 3.55rem;}
	.swiper-customer .box{display: block;padding: .4rem 0;width: 100%;}
	.swiper-customer .cell{padding: 0 .3rem;}

	/*下载*/
	.file-temp .tabs{margin-top: .5rem;}
	.load-list .item{display: block;height: auto;margin-bottom: .5rem;padding-bottom: .5rem;}
	.load-list .left{display: block;}
	.load-list .pdf-icon{width: .8rem;height: .8rem;}
	.load-list .box{max-width: none;margin-top: .3rem;}
	.load-list .infos{flex-wrap: wrap;margin-top: .2rem;}
	.load-list .step{margin-right: .3rem;}
	.load-list .step:last-child{margin-right: 0;}
	.load-list .action{margin-top: .3rem;}
	.load-list .action a{height: .72rem;border-radius: .1rem;padding: 0 .3rem;margin: 0 .4rem 0 0;}
	.load-list .action i{width: .36rem;height: .36rem;margin-left: .2rem;}
	
	/*新闻*/
	.news-list .news-module{width: 100%;margin: 0 0 .5rem;}
	.news-module .pic{border-radius: .1rem;}
	.news-module .pic img{height: 4.2rem;}
	.news-module .time{margin-top: .3rem;}
	.news-module .title{margin-top: .2rem;}
	.news-module .play{width: 1rem;height: 1rem;}

	/*aside*/
	.aside{bottom: .6rem;width: 1rem;}
	.aside a{height: 1rem;}

	.aside i{width: .4rem;height: .4rem;}
	.aside p{margin-top: .04rem;font-size: .2rem;}

}