@media all and (max-width:720px){
	.header{
		display: none;
	}
	.main-wrap{
		width: 92%; margin: 0 auto;
	}
	.m-header{
		width: 100%; display: block;
	}
	.header-wrap{
		display: flex; justify-content: space-between; align-items: center;
		padding: 10px;
	}
	.header-wrap .logo{
		height: 30px;
	}
	.header-wrap .menu-dot-wrap{
		width: 23px; height: 18px;
		/* background-color: rgba(0,0,0,.3); */ border-radius: 3px;
		display: flex; justify-content: space-between; align-items: center;
		flex-wrap: wrap; flex-direction: column;
	}
	.header-wrap .menu-dot-wrap .menu-bar{
		width: 95%; height: 3px; border-radius: 10px; background-color: #6b7599;
	}
	.m-menu-wrap{
		width: 80%; min-height: 100%; position: fixed; right: -80%; top: 0;
		background-color: rgba(0,0,0,.85); z-index: 7000;
		transition: right 0.2s ease;
		overflow: hidden; overflow-y: auto; display: block;
	}
	.m-menu-active{
		right: 0;
	}
	.m-menu-wrap .close-wrap{
		width: 100%; height: 40px; display: flex; justify-content: space-between; align-items: center;
	}
	.m-menu-wrap .close-wrap img{
		width: 40px;
	}
	.m-menu-wrap .close-wrap .close-btn{
		width: 28px; height: 28px; line-height: 26px; border-radius: 6px;
		background-color: #FFF; display: flex; justify-content: center; align-items: center;
		font-size: 28px; margin-top: 5px;
	}
	.m-menu-wrap .close-wrap .close-btn span{
		margin-bottom: 3px;
	}
	.m-menu-wrap .menu-box{
		width: 100%; margin-top: 30px;
	}
	.m-menu-wrap .menu-box .menu-line{
		width: 100%; border-bottom: 1px dotted rgba(255,255,255,.3);
	}
	.m-menu-wrap .menu-box .menu-line:last-child{
		border-bottom: none;
	}
	.m-menu-wrap .menu-box .menu-line .menu-item{
		width: 100%; display: flex; justify-content: space-between; align-items: center;
		height: 50px; line-height: 50px;
	}
	.m-menu-wrap .menu-box .menu-line .menu-item a{
		font-size: 16px; color: #FFF; margin-left: 10px;
	}
	.m-menu-wrap .menu-box .menu-line .menu-item i.iconfont{
		color: #FFF !important; margin-right: 10px; display: block;
		font-size: 12px;
	}
	.m-menu-wrap .menu-box .next-box{
		width: 100%; padding-bottom: 10px;
		font-size: 12px; height: 0; display: none;
		transition: display 1.5s ease, height 1.5s ease;
	}
	.m-menu-wrap .menu-box .next-box .next-item{
		display: block; width: 100%; height: 35px; line-height: 35px; color: #FFF; font-size: 14px;
		text-indent: 30px; position: relative;
	}
	.m-menu-wrap .menu-box .next-item-active{
		height: auto; display: block;
	}
	.m-menu-wrap .menu-box .next-item::after{
		content: '';
		width: 3px; height: 3px; border-radius: 50%; background-color: #FFF;
		position: absolute; left: 20px; top: calc(50% - 1.5px);
	}
	.m-menu-wrap .lang-wrap{
		display: flex; justify-content: flex-start; align-items: center; margin-top: 50px;
	}
	.m-menu-wrap .lang-wrap img{
		width: 20px; height: 20px; margin-left: 10px;
	}
	.m-menu-wrap .lang-wrap img.els{
		width: 13px; height: 13px; margin-top: 5px; margin-left: 5px;
	}
	.m-menu-wrap .lang-wrap .lang-box{
		margin-left: 15px; display: flex; justify-content: flex-start; align-items: center;
	}
	.m-menu-wrap .lang-wrap .lang-box a{
		color: rgba(255,255,255,.7); font-size: 14px;
	}
	.m-menu-wrap .lang-wrap .lang-box a.lang-active{
		color: #FFF; font-weight: bold;
	}
	.m-menu-wrap .lang-wrap .lang-box .lang-space{
		font-size: 12px; color: #FFF; margin: 0 15px 7px 15px;
	}
	.m-search-wrap{
		width: 100%;
		display: flex; justify-content: flex-start; align-items: center;
		padding: 10px; margin-top: 5px; position: relative;
	}
	.m-search-wrap .m-search-input{
		width: 100%; height: 35px;
		border: none; padding: 0; text-indent: 5px; background-color: #FFF;
		font-size: 12px; border-radius: 20px;
	}
	.m-search-wrap i.iconfont{
		position: absolute; right: 20px; top: 18px;
		font-size: 18px;
	}

	.page-path{
		height: 45px;
	}
	.page-path .path-wrap{
		margin-left: 5px; overflow-x: auto;
	}
	.page-path .path-wrap a{
		font-size: 13px; flex-grow: 1; flex-shrink: 0;
	}
	.page-path .path-wrap .path-space{
		margin: 0 4px;
	}
	.page-path .path-wrap .path-space i.iconfont{
		font-size: 12px !important;
	}
	.line-title{
		height: 60px;
	}
	.line-title .line{
		width: 40px;
	}
	.line-title .title-text{
		font-size: 20px; padding: 0 15px 10px 15px; font-weight: normal;
	}
	.line-title .title-text::after{
		width: 70%; left: 15%;
	}
	.facotry{
		padding: 10px 0;
	}
	.facotry .info{
		justify-content: center; flex-wrap: wrap;
	}
	.facotry .info .cover{
		width: 100%;
	}
	.facotry .info .desc{
		width: 100%; padding: inherit;
		margin-top: 15px;
	}
	.facotry .info .desc .subtitle{
		font-size: 16px;
	}
	.facotry .info .desc .desc-text{
		margin-top: 15px; line-height: 22px; font-size: 13px;
	}
	.history{
		display: none;
	}
	.m-history{
		display: block;
		background-color: #f8f9f8;
		padding-top: 20px;
	}
	.m-history .history-box .box{
		width: 100%;
	}
	.history-box .box .h-item{
		padding-top: 0; background-color: #FFF; border-radius: 6px;
		margin-bottom: 10px; padding-bottom: 0;
	} 
	.history-box .box .h-item .h-wrap{
		width: 100%; padding: 12px; background: none;
	}
	.history-box .box .h-item .h-wrap .title{
		font-size: 18px;
	}
	.history-box .box .h-item .h-wrap .desc-wrap .desc-text{
		font-size: 13px; margin-top: 2px;
	}
	.history-box .box .h-item .h-wrap::after{
		width: 3px;
	}
	.map-wrap{
		padding-bottom: 10px; padding-top: 20px;
	}
	.map-wrap iframe{
		border:0; width: 100%; height: 280px;
	}
	
	.right-window{
		display: none;
	}
	.m-right-window{
		display: block; right: 5px;
	}
	.m-right-window .window-item{
		background: none; height: 40px;
	}
	.m-right-window .window-item:hover{
		background: none;
	}
	.m-right-window .window-item .window-box i.iconfont{
		font-size: 22px !important; color: #333 !important;
	}
	.m-right-window .window-item .window-content{
		min-height: 30px; font-size:14px;
	}
	.m-right-window .window-item:hover .window-content{
		right: 50px;
	}
	.m-right-window .window-item .window-img{
		padding: 7px;
	}
	.m-right-window .window-item .window-img img{
		width: 90px; height: 90px;
	}

	.followus{
		height: 40px;
	}
	.followus .follow-main{
		height: 40px;
	}
	.followus .follow-main .link-text{
		font-size: 15px;
	}
	.followus .follow-main .link-line{
		margin-left: 10px;
	}
	.followus .follow-main .link-line .link-item{
		width: 20px; height: 20px; margin-right: 5px;
	}
	.footer-copy{
		height: 40px;
	}
	.footer-copy .copy-right{
		font-size: 12px;
	}
	.footer-main{
		padding: 15px 0;
	}
	.footer-main .footer-wrap{
		flex-wrap: wrap;
	}
	.footer-main .footer-wrap .footer-menu .footer-menu-item{
		/* display: none; */
	}
	.footer-main .footer-wrap .footer-menu .footer-menu-item .next-menu{
		display: none;
	}
	.footer-main .footer-wrap .footer-menu .footer-contact{
		display: block;
	}
	.footer-main .footer-wrap .footer-logo{
		width: 70px; margin-left: 0;
	}
	.footer-main .footer-wrap .footer-menu{
		margin-left: 0; width: 100%; justify-content: space-between; flex-wrap: wrap; margin-top: 20px;
	}
	.footer-main .footer-wrap .footer-menu .footer-contact .menu-top{
		font-size: 15px;
	}
	.footer-main .footer-wrap .footer-menu .footer-contact .next-menu{
		margin-top: 10px;
	}
	.footer-main .footer-wrap .footer-menu .footer-contact .next-menu .next-item{
		max-width: 100%; word-break: break-all;
	}
	.footer-main .footer-wrap .footer-menu .footer-contact .next-menu .next-item a{
		font-size: 12px;
	}
	.footer-main .footer-wrap .footer-menu .footer-contact .next-menu .next-item .iconfont{
		font-size: 12px;
	}
	.footer-main .footer-wrap .footer-menu .footer-menu-item .next-menu .next-item{
		margin-bottom: 3px;
	}
	
	.cate-wrap{
		overflow-x: auto;
	}
	.cate-wrap .cate-item{
		padding: 3px 15px; flex-grow: 1; flex-shrink: 0; font-size: 14px;
	}
	.cate-desc-wrap{
		margin-bottom: 10px;
	}
	.cate-desc-wrap .cate-desc{
		padding: 10px;
	}
	.cate-desc-wrap .cate-desc .desc-name{
		font-size: 18px;
	}
	.cate-desc-wrap .cate-desc .desc-text{
		font-size: 14px; margin-top: 15px; line-height: 27px;
	}
	.goods-wrap{
		padding: 15px 0;
	}
	.goods-wrap .goods-box .goods-item{
		width: 100%;
	}
	.page-wrap{
		margin-top: 25px;
	}
	.page-wrap .page-item{
		height: 30px; line-height: 30px;
	}
	.page-wrap .page-act{
		padding: 0 15px;
	}
	.page-wrap .page-act i.iconfont{
		font-size: 14px;
	}
	.page-wrap .page-code{
		font-size: 14px;
	}
	.cate-kw{
		padding: 20px 0 0 0; justify-content: space-between;
	}
	.cate-kw .kw-item{
		width: 48%; margin-right: auto; margin-bottom: 10px;
	}
	.detail-wrap{
		padding-top: 0; margin-top: 10px; padding-bottom: 20px;
	}
/*	.m-detail-title{
		display: flex; text-align: left; font-size: 18px; color: #000; font-weight: bold;
		min-height: 60px; justify-content: flex-start; align-items: center;
	}*/
	.detail-wrap .title{
		position: inherit;
		width: 100%; font-size: 16px; min-width: auto;
		padding: 0 10px; height: 45px; line-height: 45px; top: 0; text-align: left;
	}
	.detail-wrap .inquiry{
		display: none;
	}
	.m-inquiry{
		display: flex; justify-content: flex-end; align-items: center; margin-top: 10px;
	}
	.m-inquiry .inquiry{
		display: flex; justify-content: flex-start; align-items: center; font-size: 14px;
	}
	.m-inquiry .inquiry img{
		width: 20px; margin-right: 4px;
	}
	
	.detail-wrap .detail-box{
		padding-top: 10px; flex-wrap: wrap; padding-bottom: 20px;
	} 
	.detail-wrap .detail-box .cover{
		width: 100%; display: block;
	}
	.detail-wrap .detail-box .cover .cover-wrap{
		width: 100% !important;
	}
	.detail-wrap .detail-box .cover .cover-wrap img{
		margin-left: 10%;
	}
	.detail-wrap .detail-box .info{
		width: 100%;
	}
	.detail-wrap .detail-box .info .summary{
		padding: 15px;
		background-color: #FFF; border-radius: 6px;
		width: 94%; margin: 0 auto;
		font-size: 14px; line-height: 28px; margin-top: 15px;
	}
	.detail-wrap .detail-box .tags{
		width: 94%; margin: 0 auto; margin-top: 12px; justify-content: space-between;
	}
	.detail-wrap .detail-box .tags .tag-item{
		width: 100%; margin-right: 0; font-size: 12px;
	}
	.speciflcations-wrap{
		padding: 15px !important;
	}
	.speciflcations-wrap .speciflcations-attrs .attrs-line .attrs-item{
		font-size: 12px;
	}
	.speciflcations-wrap .faq{
		flex-wrap: wrap;
	}
	.speciflcations-wrap .faq .logo{
		width: 100%;
	}
	.speciflcations-wrap .faq .faq-content{
		width: 100%; margin-top: 15px; line-height: 26px; font-size: 15px;
	}
	.brand-wrap{
		flex-wrap: wrap;
	}
	.brand-wrap .cover{
		width: 100%;
	}
	.brand-wrap .desc{
		width: 100%; padding: 0 15px; line-height: 26px;
		font-size: 15px; margin-top: 15px;
	}
	.brand-core-values .desc{
		margin-top: 20px;
	}
	.brand-core-values{
		padding: 20px 0 20px 0;
	}
	.brand-mission{
		padding-top: 20px;
	}
	.certificates-box{
		padding: 15px;
	}
	.certificates-box .item-wrap .item-list{
		width: 100%;
	}
	.certificates{
		padding: 25px 0;
	}
	.news-wrap{
		padding: 20px 0;
	}
	.news-list{
		flex-wrap: wrap; padding: 15px;
	}
	.news-list .cover{
		width: 100%; margin-right: 0;
	}
	.news-list .info{
		margin-top: 15px;
	}
	.news-list .info .title{
		font-size: 18px; font-weight: normal; word-break: break-all;
	}
	.news-list .info .desc{
		font-size: 14px; margin-top: 10px; word-break: break-all;
	}
	.content-wrap{
		padding: 20px 0;
	}
	.content-wrap .content{
		padding: 15px;
	}
	.company{
		text-align: left; font-size: 17px; margin-top: 15px;
	}
	.contact-wrap{
		margin-top: 20px; flex-wrap: wrap;
	}
	.contact-wrap .contact-box{
		width: 100%;
	}
	.contact-wrap .left{
		padding-left: 0;
	}
	.contact-wrap .left .left-item{
		margin-bottom: 15px;
	}
	.contact-wrap .left .left-item .ico{
		width: 35px; height: 35px;
	}
	.contact-wrap .left .left-item .text{
		font-size: 14px; margin-left: 10px;
	}
	.contact-wrap .right{
		padding-left: 0; border-right: none;
	}
	.contact-wrap .line{
		border-left: none;
	}
	.contact-wrap .right .input-line{
		flex-wrap: wrap; min-height: 35px; line-height: 35px; margin-bottom: 10px;
	}
	.contact-wrap .right .input-line .input-text{
		width: 100%;
	}
	.contact-wrap .right .input-line .input-form{
		width: 100%; min-height: 25px;
	}
	.contact-address .address{
		margin-top: 20px; padding-left: 0;
	}
	.contact-address .address .ico{
		width: 35px; height: 35px;
	}
	.contact-address .address .text{
		margin-left: 10px; word-break: break-all; font-size: 14px;
	}
	.apps-wrap .apps-item{
		padding: 10px; flex-wrap: wrap;
	}
	.apps-wrap .apps-item .cover{
		width: 60%; margin: 0 auto;
	}
	.apps-wrap .apps-item .cover img{
		height: auto;
	}
	.apps-wrap .apps-item .title{
		width: 100%; font-size: 13px;
	}
	.index-wrap2{
		padding: 20px 0 30px 0; display: none;
	}
	.wrap2-bg{
		width: 100%; height: auto; display: none;
	}
	.index-wrap2 .wrap2-about{
		font-size: 15px; left: 19%; font-weight: bold;
	}
	.index-wrap1{
		padding-bottom: 20px;
	}
	.index-wrap2 .wrap2-technology{
		font-size: 15px; right: 17%; font-weight: bold;
	}
	.cate-next{
		padding: 10px 10px 4px 10px;
	}
	.cate-next .next-name{
		font-size: 12px; margin-right: 6px; padding: 2px 7px; margin-bottom: 6px;
	}

	.tip-zz .tip-body{
		width: 90%;
		height: 90%; overflow: hidden; overflow-y: auto;
	}
	.tip-zz .tip-body .tip-main .info{
		padding: 15px 0;
	}
	.tip-zz .tip-body .tip-main .info .input-line{
		justify-content: space-between; flex-wrap: wrap;
		padding: 0 10px; min-height: 35px; height: auto; line-height:normal;
		margin-bottom: 15px;
	}
	.tip-zz .tip-body .tip-main .info .input-line .input-text{
		width: 100%;
	}
	.tip-zz .tip-body .tip-main .info .input-line .input-form{
		width: 100%;
	}
	.tip-zz .tip-body .tip-main .info .input-line .input-btn .tip-style-btn{
		width: 100%; font-size: 15px;
	}
	.tip-zz .tip-body .tip-main .info .input-line .input-btn .tip-style-btn-close{
		display: none;
	}
}