/* public */
.u-tab {
	overflow: hidden;
}
.u-tab ul {
	float: left;
	font-size: 0;
	white-space: nowrap;
}
.u-tab li {
	display: inline-block;
	box-sizing: border-box;
	min-width: .8rem;
	border: 1px solid #bbb;
	padding: 0 .4rem;
	margin-left: .28rem;
	line-height: .8rem;
	font-size: .3rem;
	text-align: center;
	color: #444;
	background: #fff;
}
.u-tab a:nth-last-child(1) li {
	margin-right: .28rem;
}
.u-tab li.z-crt {
	border-color: #000;
	font-weight: bold;
	color: #000;
	background: #76BB38;
}

.u-button {
	position: relative;
}
.u-button:after {
	content: '';
	position: absolute;
	right: -.8rem;
	top: 50%;
	width: 1rem;
	height: 1px;
	background: #000;
}

.m-textarea {
	margin: 0 .24rem;
    line-height: .52rem;
    font-size: .28rem;
}

.u-loading {
	clear: both;
	line-height: 1rem;
	font-size: .24rem;
	text-align: center;
	color: #999;
}
.u-loading .tf {
	margin-right: .5em;
}

.f-anchor {
	position: relative;
	top: -.88rem;
}
/* end public */

/* head */
.m-head,
.m-immersion-head {
	z-index: 99;
	position: sticky;
	top: 0;
    height: .88rem;
	padding: 0;
    line-height: .88rem;
	background: #F5F5F5;
}
.m-mobile a[disabled] {
	opacity: .5;
}
.m-mobile .logo {
	float: left;
    height: .5rem;
    margin-left: .28rem;
}
.m-mobile .lang {
	height: .88rem;
	font-size: .3rem;
}
.m-mobile .lang .tf {
	margin-right: .1rem;
    font-size: .40rem;
}
.m-mobile .menu {
	padding: 0 .24rem;
	line-height: .88rem;
    font-size: .40rem;
}
.m-mobile .menu .tf-cross,
.m-mobile .menu.z-close .tf-menu {
    display: none;
}
.m-mobile .menu.z-close {
    color: #C71608;
}
.m-mobile .menu.z-close .tf-cross {
    display: inline-block;
}
.m-top {
	display: none;
}
/* end head */

/* search */
.m-search {
	z-index: 101;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	transform: translate(0,-100%);
	transition: transform .3s ease;
}
.m-search.z-active {
	transform: translate(0,0);
}
.m-search .m-content {
	height: .88rem;
	padding-left: .24rem;
}
.m-search dl {
	position: relative;
}
.m-search dt {
	box-sizing: border-box;
	width: 2rem;
	height: .68rem;
	border: 1px solid #ddd;
	padding: 0 .16rem;
	font-size: .24rem;
	background: #F9F9F9;
	cursor: pointer;
}
.m-search dd {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	border: 1px solid #ddd;
	padding: .1rem 0;
	margin-top: -1px;
	background: #F9F9F9;
}
.m-search dd li {
	padding: 0 .16rem;
	line-height: .5rem;
	font-size: .24rem;
	cursor: pointer;
}
.m-search dd li:hover {
	color: #00489D;
}
.m-search input {
	box-sizing: border-box;
	height: .68rem;
	border: 1px solid #ddd;
	padding: 0 .16rem;
	margin-left: -1px;
	font-size: .26rem;
}
.m-search button {
	width: 1.4rem;
	height: .68rem;
	border: none;
	font-size: .26rem;
	color: #fff;
	background: #00489D;
}
.m-search .close {
	padding: 0 .24rem;
	line-height: .88rem;
	font-size: .40rem;
	color: #C71608;
}
.m-search-title {
	position: relative;
	padding: .2rem 0 .2rem .3rem;
	margin: 0 .24rem;
	line-height: 1rem;
	font-size: .4rem;
}
.m-search-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: .06rem;
	height: .5rem;
	margin-top: -.25rem;
	background: #F00000;
}
.m-search-empty {
	height: 7rem;
	padding-bottom: 2rem;
	font-size: .3rem;
	color: #ccc;
}
.m-search-empty .tf {
	margin-bottom: .3rem;
	font-size: 1.6rem;
}
/* end search */

/* nav */
.m-nav {
    z-index: 98;
    position: fixed;
    left: -7.50rem;
    top: .87rem;
    bottom: 0;
    width: 7.50rem;
    overflow: auto;
	color: #fff;
    background: #033168;
    transition: left .5s ease;
}
.m-nav.z-show {
    left: 0;
}
.m-nav .logo {
	display: none;
}
.m-nav .menu {
	padding-top: .2rem;
}

.m-nav a[disabled] {
	opacity: .5;
}

.m-nav .lang {
	display: none;
}
.m-nav dt {
	padding: 0 .18rem 0 .58rem;
    overflow: hidden;
    line-height: 1rem;
    font-size: .32rem;
}
.m-nav dl dt .angle {
	float: right;
	box-sizing: border-box;
	width: 1rem;
	padding-right: .12rem;
	text-align: right;
}
.m-nav dl dt .angle:before {
	display: inline-block;
    transform: rotate(-90deg);
    transition: transform .3s ease;
}
.m-nav dl.z-develop dt .angle:before {
    transform: rotate(0deg);
}

.m-nav dd {
    height: 0;
    overflow: hidden;
	background: #00244F;
    transition: height .2s linear;
}
.m-nav dd ul {
	padding: .2rem 0;
}
.m-nav dd li .main {
	display: block;
	padding-left: .65rem;
	line-height: .8rem;
	font-size: .3rem;
}
.m-nav dd li .menu {
	display: none;
}

.about-menu,
.product-menu,
.application-menu {
	display: none;
}


.m-nav .tel,
.m-nav .search {
	display: none;
}
/* end nav */

/* sub-head */
.m-sub-head {
	position: relative;
	height: 5rem;
	overflow: hidden;
}
.m-sub-head .image {
	position: absolute;
	inset: 0;
}
.m-sub-head .content {
	position: relative;
	margin-bottom: .5rem;
	font-size: .28rem;
	color: #fff;
	text-align: center;
}
.m-sub-head h5 {
	margin-bottom: .2rem;
	font-size: .5rem;
}
.m-sub-nav {
	position: relative;
	margin-top: -1rem;
	background: rgba(0, 0, 0, .6);
}
.m-sub-nav .m-content {
	height: 1rem;
}
.m-sub-nav .name {
	display: none;
}
.m-sub-nav ul {
	float: left;
	min-width: 100%;
	border-bottom: 1px solid #eee;
}
.m-sub-nav li {
	position: relative;
	padding: 0 .4rem;
	line-height: 1rem;
	font-size: .34rem;
	white-space: nowrap;
	color: #fff;
	transition: all .3s ease;
}
.m-sub-nav li.z-crt {
	background: #F00000;
}
/* end sub-head */

/* foot */
.m-foot {
	padding-top: .4rem;
	background-color: #033168;
}
.m-foot .service {
	display: none;
}
.m-foot .menu dt {
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding: 0 .42rem;
    overflow: hidden;
    line-height: 1rem;
    font-size: .32rem;
	color: #fff;
}
.m-foot .menu dl dt .angle {
	float: right;
	box-sizing: border-box;
	width: 1rem;
	text-align: right;
}
.m-foot .menu dl dt .angle:before {
	display: inline-block;
    transform: rotate(-90deg);
    transition: transform .3s ease;
}
.m-foot .menu dl.z-develop dt .angle:before {
    transform: rotate(0deg);
}

.m-foot .menu dd {
    height: 0;
    overflow: hidden;
	background: #00244F;
    transition: height .2s linear;
}
.m-foot .menu dd p {
	position: relative;
	padding: 0 .96rem;
	line-height: .88rem;
	font-size: .3rem;
	color: rgba(255,255,255,.8);
}
.m-foot .menu dd p:before {
	content: '';
	position: absolute;
	left: .6rem;
	top: 50%;
	width: .06rem;
	height: .06rem;
	margin-top: -.03rem;
	background: rgba(255,255,255,.8);
}

.m-foot .contact {
	box-sizing: border-box;
	min-width: 4.1rem;
	margin: 0 .3rem .3rem;
}
.m-foot .contact .logo {
	height: .6rem;
	margin-bottom: .3rem;
}
.m-foot .contact .item {
	margin-bottom: .2rem;
	line-height: .6rem;
	font-size: .28rem;
	color: #fff;
}
.m-foot .contact .item strong {
	display: block;
	font-size: .32rem;
}
.m-foot .link {
	display: none;
}
.m-foot .copyright {
	padding: .2rem 0;
	background: #00244F;
}
.m-foot .copyright .m-content {
	font-size: .26rem;
	color: rgba(255,255,255,.4);	
}
.m-foot .copyright .m-content > div:nth-child(2) {
	display: none;
}
.m-foot .copyright p {
	line-height: .54rem;
	text-align: center;
}
.m-foot .copyright p img {
	width: .32rem;
	margin-right: .1rem;
}
.m-foot .copyright a {
	display: none;
}
/* end foot */

/* pagination */
.m-pagination {
    padding: .6rem 0 1rem;
	text-align: center;
}
.m-pagination a,
.m-pagination span {
    display: inline-block;
    height: .6rem;
    padding: 0 1em;
    margin-right: .1rem;
    line-height: .6rem;
    font-size: .24rem;
    text-align: center;
	color: #333;
	background: #fff;
	box-shadow: 2px 3px 5px 0px rgba(56,109,148,.2);
}
.m-pagination .current {
	color: #fff;
	background: #D7000F;
}
.m-pagination .u-arrow {
	margin-top: .18rem;
}
/* end pagination */

/* popup */
	/* loading */
	.d-loading {
		z-index: 999;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.d-loading:after {
		content: '';
		display: block;
		width: 60px;
		height: 24px;
		background: url(../img/loading.gif);
	}
	/* end loading */

	/* message */
	.d-message {
		z-index: 999;
		position: fixed;
		left: 50%;
		top: 50%;
		border-radius: .04rem;
		padding: .2rem .24rem;
		background: rgba(0,0,0,.7);
		transform: translate(-50%, -50%);
	}
	.d-message p {
		max-width: 5rem;
		min-width: 8em;
		line-height: .4rem;
		font-size: .29rem;
		text-align: center;
		color: #fff;
	}
	.d-message .tf {
		margin-bottom: .16rem;
		font-size: .72rem;
	}
	.d-message .tf-success {
		color: #37d003;
	}
	.d-message .tf-fail {
		color: #eb3f2f;
	}
	/* end message */

	/* confirm */
	.confirm-content {
		position: relative;
		min-height: 50px;
		padding: 30px;
		line-height: 20px;
		font-size: 14px;
		word-break: break-all;
		background: #fff;
	}
	.confirm-content .df {
		margin-right: 30px;
		font-size: 50px;
		color: #ff5212;
	}
	/* end confirm */

	/* end dialog */
	.d-dialog-box {
		z-index: 999;
		position: fixed;
	}
	.d-dialog-box.z-full {
		left: 0 !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		height: 100% !important;
	}

	.d-dialog {
		border-radius: .04rem;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 .05rem rgba(100,100,100,.4);
	}

	.dialog-head {
		position: relative;
		height: 1rem;
		border-bottom: 1px solid #eee;
		line-height: 1.1rem;
	}
	.dialog-head.z-move {
		cursor: move;
		user-select: none;
	}
	.d-dialog.z-full .dialog-head.z-move, .d-dialog-queue .dialog-head.z-move {
		cursor: auto;
	}
	.d-dialog.z-move .dialog-body:after {
		content: '';
		z-index: 999;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.dialog-head p {
		font-size: .2rem;
		font-weight: bold;
		font-size: .4rem;
		color: #000;
		text-indent: .32rem;
	}
	.dialog-head a {
		position: absolute;
		right: 0;
		top: 0;
		width: 1rem;
		height: 1rem;
		font-size: .36rem;
		color: #bbb;
		text-align: center;
		cursor: pointer;
	}
	.dialog-head a:hover {
		color: #000;
	}

	.dialog-body {
		position: relative;
		overflow: auto;
	}
	.dialog-body iframe {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}

	.dialog-foot {
		height: 72px;
		line-height: 72px;
		border-top: 1px solid #ddd;
		padding: 0 18px;
	}
	.dialog-foot button {
		height: 44px;
		padding: 0 2em;
		border: none;
		border-radius: 4px;
		margin-left: 12px;
		font-size: 15px;
		color: #777;
		background: #eee;
	}
	.dialog-foot button.hl {
		color: #fff;
		background: #FF9000;
	}

	.d-dialog-queue {
		z-index: 999;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.d-dialog-queue .dialog-head {
		float: right;
		width: 160px;
		height: 34px;
		margin-left: 5px;
	}
	.d-dialog-queue .dialog-head p {
		right: 68px;
	}
	/* end dialog */
	
	/* video */
	.d-popup-video {
		z-index: 998;
		position: fixed;
		left: 50%;
		top: 50%;
		width: 7.1rem;
		height: 4rem;
		background: #000;
		transform: translate(-50%,-50%);
	}
	.d-popup-video video {
		width: 100%;
		height: 100%;
	}
	.d-popup-video .close {
		position: absolute;
		top: -1rem;
		right: 0;
		width: .8rem;
		height: .8rem;
		border-radius: 100%;
		line-height: .8rem;
		font-size: .3rem;
		text-align: center;
		color: #fff;
		background: rgba(0,0,0,.5);
		cursor: pointer;
	}
	/* end video */

	.d-popup-layer {
		z-index: 997;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.6);
	}
/* end popup */

/* preview */
.m-preview {
    z-index: 998;
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.m-preview .title {
	position: absolute;
	left: 0;
	right: 0;
	top: .24rem;
	font-size: .4rem;
	text-align: center;
	color: #fff;
}
.m-preview .index {
	position: absolute;
	left: 0;
	right: 0;
	top: .94rem;
	font-size: .28rem;
	text-align: center;
	color: #fff;
}
.m-preview .close {
	z-index: 100;
	position: absolute;
	right: .24rem;
	top: .24rem;
	box-sizing: border-box;
	width: .6rem;
	height: .6rem;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: .24rem;
	text-align: center;
	color: #fff;
}
.m-preview .image {
	position: absolute;
	box-sizing: border-box;
	width: 7.5rem;
    height: 60vh;
	padding: 0 .75rem;
	margin-top: 20vh;
}
.m-preview .nav {
	z-index: 100;
	position: absolute;
	left: 2.25rem;
	bottom: .6rem;
	box-sizing: border-box;
	width: 3rem;
}
.m-preview .nav a {
	box-sizing: border-box;
	width: .8rem;
	height: .8rem;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: .3rem;
	text-align: center;
	color: #fff;
}
/* end preview */

/* m-sub-page-head */
.m-sub-page-head {
	padding: .4rem .3rem;
}
.m-sub-page-head h1 {
	font-size: .6rem;
}
.m-sub-page-head .summary {
	margin-top: .2rem;
	line-height: .44rem;
	font-size: .26rem;
	color: #666;
}
/* end m-sub-page-title */

.m-consult {
	display: none;
}