@media(max-width: 800px) {
	#scrollTop {display: none;}
	/* 公共悬浮窗 */
	.suspension {position: fixed;right: 54px;top: 200px;z-index: 10000;color: #fff;}
	.suspension .suspension-frame {width: 34px;height: 34px;margin-top: 5px;border-radius: 4px;display: flex;justify-content: center;align-items: center;font-size: 18px;cursor: pointer;}
	.suspension .suspension-frame:hover .suspension-show {}
	.suspension .suspension-frame .suspension-show {}
	.suspension .suspension-frame .suspension-show img {width: 150px;height: 150px;}
	.suspension .suspension-frame .suspension-show .phone {padding: 10px;}
	

	.nav-item-frame {overflow-x: scroll !important; /* 允许横向滚动 */overflow-y: hidden; /* 禁止纵向滚动 */}
	/* 填写用户信息 */
	.user-popup {}
	.user-popup .bg {}
	
	.user-popup .form-frame {width: 90vw;}
	.user-popup .form-frame .title {}
	.user-popup .form-frame .x_x {}
	
	.user-popup .form-frame .form-item {}
	.user-popup .form-frame .form-item .label {width: 120px;}
	.user-popup .form-frame .form-item .input {width: calc(100% - 140px);box-shadow: 0 0 1px gray;padding: 5px 10px;}
	.user-popup .form-frame .form-item button {width: 120px;height: 34px;line-height: 34px;}
	
	/* 手机菜单 */
	.menu-m {width: 100vw;height: 100vh;background-color:#2c45c4;position: fixed;top: 0;left: 100vw;z-index: 10000;transition: all .3s;text-align: center;}
	.menu-m .logo-frame {width: 100vw;height: 50px;padding: 5px 0;display: flex;justify-content: center;align-items: center;}
	.menu-m .logo-frame .logo {width: 100px;}
	.menu-m .menu-close {position: absolute;height: 60px;padding: 0.5vw 0;display: flex;align-items: center;justify-content: center;top: 0;right: 5vw;color: #fff;font-size: 28px;}
	
	
	.menu-m .platform {width: calc(100% - 40vw);height: 100px;display: flex;justify-content: space-between;margin: 0 20vw;margin-top: 44px;color: #fff;}
	
	.menu-m .menu-item-frame {text-align: center;font-size: 20px;display: flex;flex-direction: column;height: calc(100% - 160px - 234px);margin-top: 50px;color: #fff;justify-content: space-between;}
	.menu-m .menu-item {flex: 1;display: flex;align-items: center;justify-content: center;}
	
	.menu-m .platform-item {display: flex;justify-content: center;align-items: center;font-size: 28px;}
	.menu-m .platform-item-icon {width: 16px;}
	
	.menu-m .login-register {width: 100%;display: flex;justify-content: center;color: #fff;}
	.menu-m .login-register-btn {display: inline-block;padding: 3px 20px 5px 20px;margin: 0 10px;border-radius: 9999px;border: 1px solid #eee;}
	
	.menu-m .agreement {width: 90%;height: 100px;display: flex;justify-content: center;align-items: center;color: #fff;margin: 0 auto;}
	.menu-m .separate {padding: 0 20px;}

	
	/* 产品弹窗 */
	.content-popup {}
	.content-popup .bg {}
	.content-popup .form-frame {width: 90vw;}
	.content-popup .form-frame .x_x_1 {}
	
	/* 头部 */
	.my-header {height: 60px;}
	.my-header .logo {width: 100px;} 
	.my-header .menu .menu-item {display: none;}
	.my-header .menu .icon div{font-size: 30px;padding-left: 5px;}
	
	.my-header.on{background:#fff;box-shadow:0px 0px 10px #ddd;color: #000;padding: 0px 5vw;}

	
	/* 图片内加内容 */
	.m1 .m1-1 {}
	.m1 .m1-min {height: 200px;}
	.m1 .m1-1 .title {font-size: 18px;padding-top: 10px;}
	.m1 .m1-1 .detail {font-size: 12px;padding-top: 5px;}
	
	/* 产品展示 */
	.m2 {height: auto;width: 85vw;padding: 2vw 5vw 4vw 5vw;}
	.m2 .m2-title {font-size: 28px;}
	.m2 .m2-1 {display: none;}
	.m2 .m2-1-min {display: block;}
	
	.m2 .m2-2 {display: none;flex-direction: column;}
	.m2 .m2-2 .item {margin: 0;padding: 0;}
	.m2 .m2-2 .item img {width: 100%;margin: 0 auto;border-radius: 4px;}
	.m2 .m2-2 .item .title{font-size: 26px;margin-top: 10px;}
	.m2 .m2-2 .item .detal{font-size: 18px;}
	.m2 .m2-2 .item .content{font-size: 14px;color: #666;}
	.m2 .m2-2 .item .more{width: 80px;padding: 4px 0; margin: 0 auto;margin-top: 20px;font-size: 12px;border: 1px dashed gray;}
	
	/* 图片内加列表内容 */
	.m3 {margin-top: 20px;padding: 4vw 5vw;}
	.m3 .m3-title {font-size: 28px;}
	.m3 .m3-1 .m3-1-1 {display: none;}
	.m3 .m3-1 .m3-1-2 {width: 100%;}
	.m3 .m3-1 .m3-1-2 .title {font-size: 18px;}
	.m3 .m3-1 .m3-1-2 .detail {font-size: 13px;margin-top: 10px;}
	.m3 .m3-1 .m3-1-2 .m3-1-2-1 {flex-wrap: wrap;justify-content: space-between;}
	.m3 .m3-1 .m3-1-2 .m3-1-2-1 .item {width: calc(50% - 20px);flex: none;border-radius: 4px;}
	.m3 .m3-1 .m3-1-2 .m3-1-2-1 .item img {border-radius: 4px;}
	.m3 .m3-1 .m3-1-2 .m3-1-2-1 .item div {font-size: 14px;line-height: 34px;height: 34px;text-align: center;}
	
	.m3 .m3-2 {display: flex;}

	/* 咨询动态 */	
	.m4 {padding: 4vw 5vw;}
	.m4 .m4-1 {}
	.m4 .m4-1 .title {font-size: 28px;}
	.m4 .m4-1 .more {width: 80px;padding: 4px 0;border: 1px dashed #4988b4;font-size: 12px;}
	.m4 .m4-2 {}
	.m4 .m4-2 .item {width: 100%;}
	.m4 .m4-2 .item1 {display: none;}
	.m4 .m4-2 .item img {display: block;}
	.m4 .m4-2 .item .title {font-size: 20px;padding-top: 10px;}
	.m4 .m4-2 .item .detail {font-size: 14px;margin: 5px 0;}
	.m4 .m4-2 .item .list {margin-top: 10px;}
	.m4 .m4-2 .item .list-active {}
	.m4 .m4-2 .item .list .date {font-size: 14px;padding-right: 10px;}
	.m4 .m4-2 .item .list .content {font-size: 14px;padding-left: 10px;}
	.m4 .m4-2 .item img {}
	.m4 p {line-height: 24px;}
	/* 合作伙伴 */
	.m5 {flex-wrap: wrap;justify-content: space-between;margin-top: 20px;padding: 4vw 4vw 4vw 5vw;}
	.m5 .m5-img-frame {width: calc(50% - 10px);height: 80px; background-color: #fff;flex: none;display: flex;justify-content: center;align-items: center;overflow: hidden;}
	.m5 .m5-img-frame .m5-img {width: 80%;image-rendering: crisp-edges;margin: 0;}
	.m5 .m5-title {width: 100%;flex: none;text-align: center;font-size: 28px;margin-bottom: 10px;}
	.m5 .m5-title .right-arrow {display: none;}
	
	/* 底部 */
	.m6 {}
	
	.m6 .m6-1 {}
	.m6 .m6-1 .m6-1-1 {display: none;}
	.m6 .m6-1 .m6-1-2 {display: none;}
	.m6 .m6-1 .m6-1-3 {width: 100%;padding: 0;}
	.m6 .m6-1 .m6-1-3 .m6-1-3-1 {width: 100%;justify-content: space-between;margin-top: 10px;}
	.m6 .m6-1 .m6-1-3 .m6-1-3-1 div {width: 100%;padding: 0;font-size: 18px;line-height: 34px;text-align: center;}
	.m6 .m6-1 .m6-1-3 .m6-1-3-1 div img {width: 32%;margin: 0 auto;}
	
	
	.m6 .m6-1 .m6-1-3 .m6-1-3-2 {margin: 0 auto;margin-top: 10px;width: 120px;line-height: 34px;font-size: 18px;border: 1px dashed #a5abb1;}
	.m6 .m6-1 .m6-1-3 .m6-1-3-2 .icon {font-size: 20px;}
	
	.m6 .m6-2 {flex-direction: column;justify-content: center;align-items: center;font-size: 16px;margin-top: 10px;border-top: .1px solid #eeeeee4a;}
	.m6 .m6-2 div {text-align: center;margin-bottom: 10px;}
	
	.m7 {height: auto;padding: 0 5vw;}
	.m7 .m7-1 {width: 100%;height: auto;box-shadow: 0 0 3px -1px gray;flex-direction: column;padding-bottom: 10px;}
	.m7 .m7-1 .item1 {width: 100%; height: auto;}
	.m7 .m7-1 .item2 {width: calc(100% - 20px); height: auto;margin: 0;margin-left: 10px;}
	.m7 .m7-1 .item2 .img-frame {display: flex;justify-content: center;}
	.m7 .m7-1 .item2 img {height: 34px;padding: 5px 0;}
	
	.m8 {padding: 0 5vw;margin-top: 4vw;}
	.m8 .m8-1 {box-shadow: 0 0 3px -1px gray;flex-direction: column;}
	.m8 .m8-1 .m8-1-1 {width: calc(100% - 20px);padding: 10px;}
	.m8 .m8-1 .img-frame {width: 100%;margin: 0;}
		
	.m9 {padding: 0 5vw;margin-bottom: 6vw;}
	.m9 .m9-1 {height: auto;}
	.m9 .m9-1 .pop-up {position: static;height: auto;width: calc(100% - 30px);padding: 15px;}
	.m9 .m9-1 .left {left: 0;}
	.m9 .m9-1 .right {right: 0;}
	.m9 .m9-1 .center {}
	.m9 .m9-1 .pop-up .m9-1-1 {padding-bottom: 10px;}
	.m9 .m9-1 .pop-up .detail-btn {width: 120px;height: 30px;}
	
	.indicator {bottom: -36px !important;}
	
	
	/* 公共样式 */
	/* 公共导航 */
	.nav-tabs {padding: 0 5vw;border-bottom: 1px solid #eee;height: 44px;display: flex;justify-content: space-between;display: flex;align-items: center;}
	.nav-tabs .nav-item-frame {display: flex;height: 100%;}
	.nav-tabs .nav-item-frame .nav-item {margin-right: 10px;font-size: 16px;padding: 0 0;position: relative;display: flex;align-items: center;cursor: pointer;white-space: nowrap;}
	.nav-tabs .nav-item-frame .nav-item .line {position: absolute;bottom: 0;width: 100%;left: 0;height: 3px;background-color: #172a88;}
	.nav-tabs .nav-location {font-size: 12px;white-space: nowrap;}
	
	
	
	
	/* 一些公共的手机显示或隐藏 */
	.show-m {display: block !important;}
	.show-m-flex {display: flex !important;}
	.show-pc {display: none !important;}
	.show-pc-flex {display: none !important;}
	
	
	/* 关于我们 */
	.m4 .culture {width: 80vw;font-size: 16px;text-align: justify;}
	.m4 .purpose {width: 100%;padding: 10px 0;border-radius: 4px;flex-direction: column;position: static;transform: translate(0, 0);}
	.m4 .purpose .purpose-item {flex: 1;text-align: center;padding: 1vw 3vw;}
	
	.news-list {}
	.news-list .news-item {width: calc(50% - 10px);margin-right: 10px;}
	.news-list .news-item .img-frame {height: 25.185vw;}
	.news-list .news-item .img-frame img {}
	.news-list .news-item .img-frame img:hover {}
	.news-list .news-item .detail-frame {}
	.news-list .news-item .detail-frame .title {height: 48px;line-height: 24px;}
	
	/* 联系我们 */
	.m8 .m8-1 .img-frame-us {height: 300px;}
	.m8 .m8-1 .img-frame-us img {height: 300px;}
	.m8 .m8-1 .contact {width: 100%;height: auto;}
	.message {flex-direction: column;}
	.message .message-title {}
	.message .submit {}
	.message .submit button {height: 34px;width: 140px;}
	.message .message-flex {flex-direction: column;}
	.message .message-left {width: 100%;}
	.message .message-right {width: 100%;margin-top: 1vw;}
	.message .input-item {width: calc(100% - 20px); height: 34px;padding: 5px 10px;}
	.message .input-item .input-label {width: 100px;line-height: 34px;}
	.message .input-item .input {width: calc(100% - 100px);}
	.message .textarea {height: 100px;}
	.m8 .m8-1 .img-frame {width: 100%;}
	.m8 .m8-1 .img-frame-0 {width: 100%;}
	
	
	/* 新闻详情 */
	.news-popup {width: calc(100% - 20px);padding: 0 10px;transform: translate(0, 0);}
	.news-popup .nav {padding: 10px 0;}
	.news-popup .date {text-align: center;padding: 20px 0;}
	.news-popup .back {text-align: center;padding-bottom: 30px;padding-top: 20px;}
	
	/* 服务与支持 */
	.service-m3 .item-frame {display: flex;flex-direction: column;}
	.service-m3 .item-frame .item {width: calc(100% - 20px);padding: 10px;text-align: center;}
	.service-m3 .item-frame .item .icon {width: 44px;height: 44px;margin: 0 auto;}
	
	
	.service .list-frame {flex-direction: column;}
	.service .list-frame .item {width: 100%;line-height: 44px;}
	.service .list-frame .item .img-frame {width: 100%;overflow: hidden;}

	/* 典型案例 */
	.m8-1-case {width: 100%;}


	/* 弹窗 */
	.popup-frame-style {width: 80vw;border: 8px solid #fff;}
}