/* 面包屑导航 开始 */
.mbx-nav {
	width: 100%;
	padding: 10px 0;
}
.mbx-nav .mbx {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
.mbx-nav .mbx a {
	color: #999;
}
.mbx-nav .mbx .now {
	color: #F39800;
}
/* 面包屑导航 结束 */

/* 解决方案 开始 */
.program {
	width: 100%;
	padding-bottom: 100px;
}
.program .program-title {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	color: #202020;
	padding: 10px 0;
}
.program .tabbox {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	margin-bottom: 30px;
}
.program .tabbox .tit {
	margin-right: 30px;
}
.program .tabbox .group span {
	display: inline-block;
	background-image: linear-gradient(180deg, transparent 56%, #F39800 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.program .tabbox .group:hover span {
	background-size: 100% 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.program .tabbox .group.on span {
	background-size: 100% 100%;
}
.program .tabbox .hr {
	display: inline-block;
	margin: 0 10px;
}
.program .bd .clearfix {
	display: none;
}
.program .bd .clearfix.on {
	display: block;
}
.program .program-box {
	width: 100%;
}
.program .program-box .group {
	width: 100%;
	margin-bottom: 20px;
}
.program .program-box .group .imgbox {
	width: 100%;
	height: 290px;
	margin-bottom: 20px;
	overflow: hidden;
}
.program .program-box .group .imgbox img {
	width: 100%;
	transform:scale(1,1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.program .program-box .group:hover .imgbox img {
	transform:scale(1.1, 1.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.program .program-box .group .imgbox .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
}
.program .program-box .group .info {
	width: 100%;
}
.program .program-box .group .info .name {
	font-size: 26px;
	font-weight: 400;
	color: #202020;
	background-image: linear-gradient(180deg, transparent 56%, #F39800 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.program .program-box .group:hover .info .name {
	background-size: 100% 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.program .program-box .group .info .small {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.program .arrowbox {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.program .arrowbox .arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
	display: inline-block;
}
.program .arrowbox .arrow .icon {
	font-size: 36px;
	color: #333;
}
.program .arrowbox .arrow:hover .icon {
	color: #F39800;
}
/* 解决方案 结束 */

/* 应用领域 开始 */
.application {
	width: 100%;
	padding-bottom: 120px;
}
.application .application-top {
	width: 100%;
	margin-bottom: 30px;
}
.application .application-top .tit {
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	color: #202020;
}
.application .application-top .small {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #202020;
}
.application .application-box {
	width: 100%;
}
.application .application-box .group {
	width: 100%;
	margin-bottom: 20px;
}
.application .application-box .group .hd {
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.application .application-box .group .hd img {
	width: 100%;
	height: auto;
}
.application .application-box .group .bd {
	width: 100%;
	/* border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0; */
}
.application .application-box .group .bd .item {
	width: 100%;
	height: 160px;
	padding: 30px 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.application .application-box .group .bd .item .name {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #202020;
}
.application .application-box .group .bd .item .text {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
/* 应用领域 结束 */

/* app定制 开始 */
.appcustomize {
	width: 100%;
	padding-bottom: 120px;
}
.appcustomize .appcustomize-top {
	width: 100%;
	margin-bottom: 30px;
}
.appcustomize .appcustomize-top .tit {
	font-size: 36px;
	font-weight: 400;
	color: #202020;
}
.appcustomize .appcustomize-top .small {
	font-size: 20px;
	font-weight: 400;
	color: #202020;
}
.appcustomize .appcustomize-box {
	width: 100%;
}
.appcustomize .appcustomize-box .group {
	width: 100%;
	height: 160px;
	background-color: #f6f6f6;
	padding: 40px 30px;
	margin-bottom: 20px;
}
.appcustomize .appcustomize-box .group .imgbox {
	width: 70px;
	height: 70px;
	margin-right: 30px;
}
.appcustomize .appcustomize-box .group .imgbox img {
	width: 100%;
	height: 100%;
	transition: 300ms;
}
.appcustomize .appcustomize-box .group:hover .imgbox img{
	animation: iRotate  0.7s linear alternate;
}
.appcustomize .appcustomize-box .group .info {
	width: 200px;
}
.appcustomize .appcustomize-box .group .info .tit {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #202020;
}
.appcustomize .appcustomize-box .group .info .small {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}
/* app定制 结束 */

/* 常见问题 开始 */
.help {
	width: 100%;
	padding-bottom: 150px;
}
.help .help-top {
	width: 100%;
	margin-bottom: 60px;
}
.help .help-top .tit {
	font-size: 36px;
	font-weight: 400;
	color: #202020;
}
.help .help-top .more {
	font-size: 18px;
	font-weight: 400;
	color: #202020;
}
.help .help-box {
	width: 100%;
}
.help .help-box .linebox {
	width: 100%;
}
.help .help-box .linebox .group {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 30px;
	background-color: #f6f6f6;
}
.help .help-box .linebox .group .top {
	width: 100%;
}
.help .help-box .linebox .group .top .title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #202020;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.help .help-box .linebox .group .top .title span {
	display: inline-block;
	background-image: linear-gradient(180deg, transparent 56%, #F39800 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.help .help-box .linebox .group.on .top .title span {
	background-size: 100% 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.help .help-box .linebox .group .top .iconbox {
	font-size: 24px;
	color: #202020;
    position: relative;
    top: -4px;
}
.help .help-box .linebox .group .top .iconbox .icon-add {
	display: block;
}
.help .help-box .linebox .group .top .iconbox .icon-cut {
	display: none;
}
.help .help-box .linebox .group .top .iconbox:hover, 
.help .help-box .linebox .group:hover .top .iconbox {
	color: #F39800;
}
.help .help-box .linebox .group:hover .top .iconbox .icon-add {
	display: none;
}
.help .help-box .linebox .group:hover .top .iconbox .icon-cut {
	display: block;
}
.help .help-box .linebox .group .top .iconbox .icon {
	font-size: 14px;
}
.help .help-box .linebox .group .down {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	display: none;
	white-space:normal;
	word-break:break-all;
}
.help .help-box .linebox .group .down .detail {
	color: #F39800;
}
.help .help-box .linebox .group:hover .down {
	display: block;
}
/* 常见问题 结束 */

/* 服务流程 开始 */
.service {
	width: 100%;
	padding-bottom: 100px;
}
.service .service-top {
	width: 100%;
	padding-bottom: 60px;
}
.service .service-top .tit {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	color: #202020;
}
.service .service-top .small {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #202020;
}
.service .service-box {
	width: 100%;
	margin-bottom: 40px;
}
.service .service-box .tit {
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	margin-bottom: 10px;
}
.service .service-box .groupbox {
	width: 100%;
	border: 2px solid #dddddd;
	padding: 20px 0;
}
.service .service-box .groupbox .group {
	width: 100%;
	margin-bottom: 40px;
}
.service .service-box .groupbox .group .item {
	width: 100%;
}
.service .service-box .groupbox .group .item .imgbox {
	max-width: 200px;
	margin: 0 auto 10px;
}
.service .service-box .groupbox .group .item .imgbox img {
	width: 100%;
	height: auto;
}
.service .service-box .groupbox .group .item .info {
	width: 100%;
}
.service .service-box .groupbox .group .item .info .tit {
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	margin-bottom: 0;
}
.service .service-box .groupbox .group .item .info .small {
	width: 100%;
	height: 64px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666;
}
.service .service-down {
	width: 100%;
}
.service .service-down .title {
	width: 100%;
	text-align: right;
	padding-right: 220px;
	font-size: 24px;
	font-weight: 400;
	color: #202020;
	margin-bottom: 30px;
}
.service .service-down .service-content {
	width: 100%;
}
.service .service-down .service-content .text {
	width: 480px;
	font-size: 30px;
	font-weight: 400;
	color: #202020;
	margin: 0 auto;
}
.service .service-down .service-content .text span {
	display: inline-block;
	background-image: linear-gradient(180deg, transparent 56%, #F39800 0);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.service .service-down .service-content .btnbox {
	width: 480px;
	margin: 50px auto 0;
}
.service .service-down .service-content .btns {
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #202020;
	text-align: center;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.service .service-down .service-content .btns::before,
.service .service-down .service-content .btns::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background: #F39800;
	border-radius: 50%;
}
.service .service-down .service-content .btns:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.service .service-down .service-content .btns:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: -1;
}
.service .service-down .service-content .btns:hover:before {
	animation: cLeft 0.8s both;
}
.service .service-down .service-content .btns:hover:after {
	animation: cRight 0.8s both;
}
.service .service-down .service-content .groupbox {
	width: 100%;
	border: 2px solid #dddddd;
	padding: 20px 0;
}
.service .service-down .service-content .groupbox .group {
	width: 100%;
	margin-bottom: 20px;
}
.service .service-down .service-content .groupbox .group .item {
	width: 100%;
}
.service .service-down .service-content .groupbox .group .item .imgbox {
	max-width: 200px;
	margin: 0 auto 10px;
}
.service .service-down .service-content .groupbox .group .item .imgbox img {
	width: 100%;
	height: auto;
}
.service .service-down .service-content .groupbox .group .item .info {
	width: 100%;
}
.service .service-down .service-content .groupbox .group .item .info .tit {
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #202020;
	text-align: center;
	margin-bottom: 0;
}
.service .service-down .service-content .groupbox .group .item .info .small {
	width: 100%;
	height: 64px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666;
}
/* 服务流程 结束

/* 计算器 开始 */
.calculator {
	width: 100%;
	padding: 100px 0;
	background-image: url(/skin/v3/img/app-img-bg1.png);
	background-size: cover;
	background-position: 50%;
}
.calculator .titimg {
	width: 100%;
}
.calculator .titimg img {
	width: 300px;
	height: auto;
}
.calculator .calculator-box {
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 6px;
}
.calculator .top-box {
	width: 100%;
}
.calculator .top-box .top {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: bottom;
}
.calculator .top-box .top .tit {
	font-size: 26px;
	font-weight: 400;
	color: #f39800;
	margin-right: 10px;
}
.calculator .top-box .top .text {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.calculator .top-box .top .text.num {
	color: #F39800;
}
.calculator .top-box .samll {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin-bottom: 50px;
}
.calculator .top-box .tools-box {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.calculator .top-box .tools-box .group {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.calculator .top-box .tools-box .group .iconbox {
	display: inline-block;
	width: 44px;
	margin: 0 auto;
}
.calculator .top-box .tools-box .group .iconbox .icon {
	font-size: 28px;
	color: #999;
}
.calculator .top-box .tools-box .group .iconbox .icon.i3 {
	font-size: 26px;
}
.calculator .top-box .tools-box .group .iconbox .icon.i4 {
	font-size: 32px;
	position: relative;
	top: 3px;
}
.calculator .top-box .tools-box .group .text {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #666;
}
.calculator .top-box .tools-box .group.on .iconbox .icon,
.calculator .top-box .tools-box .group.on .text {
	color: #F39800;
}
.calculator .top-box .form-box {
	width: 100%;
}
.calculator .top-box .form-box .group {
	width: 100%;
	margin-bottom: 18px;
}
.calculator .top-box .form-box .group:last-of-type {
	margin-bottom: 0;
}
.calculator .top-box .form-box .group .label {
	width: 100px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.calculator .top-box .form-box .group .inp {
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
}
.calculator .top-box .form-box .group .inp select,
.calculator .top-box .form-box .group .inp input {
	width: 100%;
	border: 0;
	padding: 6px 10px;
	font-size: 14px;
}
.calculator .top-box .form-box .group .inp select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.calculator .top-box .form-box .group .inp .arrowdown {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
}
.calculator .top-box .form-box .group .inp .arrowdown .icon {
	font-size: 14px;
	color: #666;
}
.calculator .top-box .form-box .group.chk {
	position: relative;
	top: -3px;
}
.calculator .top-box .form-box .group .chkbox {
	line-height: 16px;
}
.calculator .top-box .form-box .group .chkbox span {
	font-size: 12px;
	font-weight: 400;
	color: #999;
}
.calculator .top-box .form-box .group .chkbox span.text {
	color: #F39800;
}
.calculator .top-box .form-box .group .chkbox .icon {
	color: #999;
	position: relative;
	top: 1px;
}
.calculator .top-box .form-box .group .chkbox .icon.icon-radio-fill {
	color: #F39800;
}
.calculator .top-box .form-box .subbox .btnbox {
	width: 100%;
	text-align: right;
}
.calculator .top-box .form-box .subbox .btnbox .btns {
	width: 138px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	background: #f39800;
	border-radius: 6px;
	box-shadow: 0px 4px 9px 0px rgba(243,151,0,0.50); 
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.calculator .top-box .resultbox {
	max-width: 80%;
	min-width: 60%;
	padding: 18px;
	background-color: #f8f8f8;
}
.calculator .top-box .resultbox .tit {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666;
}
.calculator .top-box .resultbox .tit .price {
	font-size: 26px;
	color: #F39800;
}
.calculator .top-box .resultbox .group {
	width: 80%;
	margin: 15px auto 15px;
}
.calculator .top-box .resultbox .group .label, 
.calculator .top-box .resultbox .group .text {
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.calculator .top-box .resultbox .group .label .icon {
	color: #F39800;
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.calculator .top-box .resultbox .group .text span {
	min-width: 50px;
	display: inline-block;
}
/*.calculator .hr {
	width: 100%;
	height: 1px;
	border-bottom: 2px dashed #ddd;
	margin: 25px 0;
}
.calculator .donw-box {
	width: 100%;
}
.calculator .donw-box .resultbox {
	max-width: 80%;
	min-width: 60%;
	padding: 18px;
	background-color: #f8f8f8;
}
.calculator .donw-box .resultbox .tit {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #666;
}
.calculator .donw-box .resultbox .tit .price {
	font-size: 26px;
	color: #F39800;
}
.calculator .donw-box .resultbox .group {
	width: 80%;
	margin: 15px auto 15px;
}
.calculator .donw-box .resultbox .group .label, 
.calculator .donw-box .resultbox .group .text {
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
.calculator .donw-box .resultbox .group .label .icon {
	color: #F39800;
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.calculator .donw-box .resultbox .group .text span {
	min-width: 50px;
	display: inline-block;
}
.calculator .donw-box .subbox {
	width: 80%;
}
.calculator .donw-box .subbox .group {
	width: 100%;
	margin-bottom: 30px;
}
.calculator .donw-box .subbox .group .imgbox {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}
.calculator .donw-box .subbox .group .imgbox img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.calculator .donw-box .subbox .group .info .tit {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 28px;
}
.calculator .donw-box .subbox .group .info .small {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 18px;
}
.calculator .donw-box .subbox .btnbox {
	width: 100%;
	text-align: right;
}
.calculator .donw-box .subbox .btnbox .btns {
	width: 138px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	background: #f39800;
	border-radius: 6px;
	box-shadow: 0px 4px 9px 0px rgba(243,151,0,0.50); 
	text-align: center;
	color: #fff;
	font-size: 18px;
}*/
/* 计算器 结束 */


/* app解决方案 开始 */
.appcase {
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}
.appcase .case-top {
	width: 100%;
	padding: 50px 0;
}
.appcase .case-top .tit {
	font-size: 36px;
	font-weight: 400;
	color: #202020;
}
.appcase .case-top .small {
	font-size: 20px;
	font-weight: 400;
	color: #202020;
}
.appcase .case-list {
	width: 100%;
}
.appcase .case-list a {
	display: inline-block;
	margin-right: 10px;
}
.appcase .case-list a:last-of-type {
	margin-right: 0;
}
.appcase .case-list .group {
	width: 231px;
}
.appcase .case-list .group .imgbox {
	width: 228px;
	height: 160px;
	margin-bottom: 4px;
}
.appcase .case-list .group .imgbox .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
}
.appcase .case-list .group .info {
	width: 100%;
	padding: 0 10px;
}
.appcase .case-list .group .info .tit {
	font-size: 20px;
	font-weight: 400;
	color: #202020;
}
.appcase .case-list .group .info .small {
	font-size: 18px;
	font-weight: 400;
	color: #999;
}
/* app解决方案 结束 */


/* 小程序介绍 开始 */
.appletabout {
	width: 100%;
	padding-bottom: 60px;
}
.appletabout .applet-top {
	width: 100%;
	margin-bottom: 30px;
}
.appletabout .applet-top .tit {
	font-size: 36px;
	font-weight: 400;
	color: #202020;
}
.appletabout .applet-top .small {
	font-size: 20px;
	font-weight: 400;
	color: #202020;
}
.appletabout .applet-box {
	width: 100%;
}
.appletabout .applet-box .group {
	width: 100%;
	height: 300px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.appletabout .applet-box .group .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.appletabout .applet-box .group .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	position: relative;
	z-index: 0;
	transform:scale(1, 1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.appletabout .applet-box .group:hover .ibox {
	transform:scale(1.1, 1.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.appletabout .applet-box .group .info {
	width: 100%;
	padding: 30px;
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.appletabout .applet-box .group .info .tit {
	display: inline-block;
	line-height: 40px;
	padding: 0 5px;
	background-color: #F39800;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}
.appletabout .applet-box .group .info .small {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.appletabout .applet-box .group .context {
	width: 100%;
	padding: 30px 20px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
}
.appletabout .applet-box .group .context .iconbox {
	width: 45px;
	height: 45px;
}
.appletabout .applet-box .group .context .iconbox img {
	width: 100%;
	height: 100%;
}
.appletabout .applet-box .group .context .hr {
	width: 50%;
	height: 1px;
	background-color: #fff;
	margin: 30px 0;
}
.appletabout .applet-box .group .context .tit {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
	background-image: linear-gradient(180deg, transparent 56%, #F39800 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.appletabout .applet-box .group:hover .context .tit {
	background-size: 100% 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.appletabout .applet-box .group .context .small {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
/* 小程序介绍 结束 */


/* 兼容性 媒体查询 */
@media screen and (max-width:991px) {
	.application .application-box .group .bd .item {
		height: 195px;
	}
}
@media screen and (max-width:767px) {
	.application .application-box .group .bd .item {
		height: auto;
	}
}



/*兼容移动端样式 开始*/
.mbx-nav.m-mobile .mbx {
	font-size: .48rem;
}
.program.m-mobile .program-title {
	font-size: .72rem;
}
.program.m-mobile .tabbox {
	font-size: .48rem;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.program.m-mobile .program-box .group .imgbox {
	height: 8rem;
}
.program.m-mobile .program-box .group .info .name {
	font-size: .533333rem;
}
.program.m-mobile .program-box .group .info .small {
	font-size: .32rem;
}
.application.m-mobile {
	padding-bottom: .8rem;
}
.application.m-mobile .application-top .tit {
	font-size: .6rem;
}
.application.m-mobile .application-top .small {
	font-size: .36rem;
}
.application.m-mobile .application-box .group .bd .item .name {
	font-size: .48rem;
}
.application.m-mobile .application-box .group .bd .item .text {
	font-size: .36rem;
}
.appcustomize.m-mobile {
	padding-bottom: .8rem;
}
.appcustomize.m-mobile .appcustomize-top .tit {
	font-size: .6rem;
}
.appcustomize.m-mobile .appcustomize-top .small {
	font-size: .36rem;
}
.appcustomize.m-mobile .appcustomize-box .group .info .tit {
	font-size: .48rem;
}
.appcustomize.m-mobile .appcustomize-box .group .info .small {
	font-size: .32rem;
}
.help.m-mobile {
	padding-bottom: .8rem;
}
.help.m-mobile .help-top {
	margin-bottom: .4rem;
}
.help.m-mobile .help-top .tit {
	font-size: .6rem;
}
.help.m-mobile .help-top .more {
	font-size: .426667rem;	
}
.help.m-mobile .help-box .linebox .group .top .title {
	font-size: .48rem;
}
.help.m-mobile .help-box .linebox .group .top .iconbox .icon {
	font-size: .36rem;
}
.help.m-mobile .help-box .linebox .group .down {
	font-size: .36rem;
}
.service.m-mobile {
	padding-bottom: .4rem;
}
.service.m-mobile .service-top .tit {
	font-size: .6rem;
}
.service.m-mobile .service-top .small {
	font-size: .36rem;
}
.service.m-mobile .service-box .tit {
	font-size: .48rem;
}
.service.m-mobile .service-box .groupbox .group .item .info .tit {
	font-size: .48rem;
}
.service.m-mobile .service-box .groupbox .group .item .info .small {
	font-size: .36rem;
}
.service.m-mobile .service-down .title {
	font-size: .48rem;
	margin-bottom: .4rem;
}
.service.m-mobile .service-down .service-content .text {
	width: 100%;
	font-size: .48rem;
}
.service.m-mobile .service-down .service-content .btnbox {
	width: 100%;
	margin-bottom: .4rem;
}
.calculator.m-mobile .top-box .top .tit{
	font-size: .68rem;
}
.calculator.m-mobile .top-box .top .text {
	font-size: .36rem;
}
.calculator.m-mobile .top-box .samll {
	font-size: .36rem;
	margin-bottom: .4rem;
}
.calculator.m-mobile .top-box .tools-box .group .text {
	font-size: .32rem;
}
.calculator.m-mobile .top-box .form-box .group .label {
	font-size: .36rem;
}
.calculator.m-mobile .top-box .form-box .group .inp select, 
.calculator.m-mobile .top-box .form-box .group .inp input {
	font-size: .36rem;
}
.calculator.m-mobile .top-box .form-box .group .chkbox span {
	font-size: .32rem;
}
.calculator.m-mobile .top-box .resultbox .tit {
	font-size: .4rem;
}
.calculator.m-mobile .top-box .resultbox .tit .price {
	font-size: .68rem;
}
.calculator.m-mobile .top-box .resultbox .group .label, 
.calculator.m-mobile .top-box .resultbox .group .text {
	font-size: .32rem;
}
.calculator.m-mobile .top-box .subbox .group .info .tit {
	font-size: .4rem;
}
.calculator.m-mobile .top-box .subbox .group .info .small {
	font-size: .32rem;
}
.calculator.m-mobile .top-box .subbox .btnbox .btns {
	font-size: .48rem;
    width: 3.68rem;
    height: 1.2rem;
    line-height: 1.2rem;
}
.calculator.m-mobile .top-box .resultbox {
	width: 100%;
	max-width: 100%;
}
.calculator.m-mobile .top-box .subbox {
	width: 100%;
}
.appcase.m-mobile {
	padding: .4rem 0;
}
.appcase.m-mobile .case-top .tit {
	font-size: .6rem;
}
.appcase.m-mobile .case-top .small {
	font-size: .36rem;
}
.appcase.m-mobile .case-list .group {
	width: 100%;
	margin-right: 0;
	margin-bottom: .4rem;
}
.appcase.m-mobile .case-list .group .imgbox {
	width: 100%;
	height: 4rem;
}
.appcase.m-mobile .case-list .group .info .tit {
	font-size: .48rem;
}
.appcase.m-mobile .case-list .group .info .small {
	font-size: .36rem;
}
.appletabout.m-mobile {
	padding-bottom: .4rem;
}
.appletabout.m-mobile .applet-top .tit {
	font-size: .6rem;
}
.appletabout.m-mobile .applet-top .small {
	font-size: .36rem;
}
.appletabout.m-mobile .applet-box .group .info .tit {
	font-size: .48rem;
}
.appletabout.m-mobile .applet-box .group .info .small {
	font-size: .36rem;
}
.appletabout.m-mobile .applet-box .group .context .tit {
	font-size: .48rem;
}
.appletabout.m-mobile .applet-box .group .context .small {
	font-size: .36rem;
}
/*兼容移动端样式 结束*/























