.navgationDiv,.eps-design-mode-toolbar-container{display:none;}
.tz-navBox {
	position: relative;
}

.newTopFormInput {
	border: 1px solid #333;
}

.international {
	width: 80%;
	overflow: hidden;
	margin: 0.5rem auto;
}

.columnHeadings,
.columnHeadings>a {
	font-size: 0.36rem;
	color: #333;
}

.columnHeadings::before {
	content: "";
	display: block;
	width: 0.5rem;
	height: 0.06rem;
	margin-bottom: 0.3rem;
	background-color: #3cd6fd;
}

.introduction {
	width: 80%;
	overflow: hidden;
	margin: 1rem auto 0;
}

.columnBox {
	width: 100%;
	overflow: hidden;
}

.columnBlock1,
.columnBlock2,
.columnBlock3 {
	width: 4.89rem;
	height: 1.45rem;
	overflow: hidden;
	float: left;
}

.columnBlock2 {
	margin: 0 1.7%;
}

.columnBlock1 {
	background: url(/uiFramework/commonResource/zip/img/c1.jpg) no-repeat center;
	background-size: cover;
}

.columnBlock2 {
	background: url(/uiFramework/commonResource/zip/img/c2.jpg) no-repeat center;
	background-size: cover;
}

.columnBlock3 {
	background: url(/uiFramework/commonResource/zip/img/c3.jpg) no-repeat center;
	background-size: cover;
}


.columnBlock1>a,
.columnBlock2>a,
.columnBlock3>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.45rem;
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	transition: transform 0.3s ease-in-out;
}

.columnBlock1>a:hover,
.columnBlock2>a:hover,
.columnBlock3>a:hover {
	transform: scale(1.2);
	background: url(/uiFramework/commonResource/zip/img/b11.png);
}

.imageText {
	width: 100%;
	overflow: hidden;
	margin: 0.5rem auto 0;
}

.imageBlock,
.imageBlock2 {
	width: 8.6rem;
	height: auto;
	overflow: hidden;
}

.imageBlock2 {
	width: 7.6rem;
}

.imageBlock img,
.imageBlock2 img {
	width: 100%;
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
}

.imageBlock img:hover,
.imageBlock2 img:hover {
	transform: scale(1.2);
}

.textBlock {
	width: 5.6rem;
	height: auto;
}

.textBlock>p {
	line-height: 1.5;
	font-size: 0.18rem;
	color: #333;
	margin-top: 0.4rem;
	text-align: justify;
}

.textHref,
.textLink {
	overflow: hidden;
}

.textHref>a {
	display: block;
	width: 80%;
	overflow: hidden;
	border-bottom: 1px solid #c5c5c5;
	margin-top: 0.1rem;
}

.textHref>a>span {
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.18rem;
	color: #333;
}

.textHref>a:hover {
	border-bottom: 1px solid #3cd6fd;
}

.textHref>a:hover>span {
	color: #3cd6fd;
}

.textLink>a {
	width: 49%;
	font-size: 0.18rem;
	color: #333;
	margin-top: 0.3rem;
}

.textLink>a:nth-child(odd) {
	float: left;
}

.textLink>a:nth-child(even) {
	float: right;
}


.textLink>a:hover {
	color: #3cd6fd;
}

.featured {
	width: calc(100% - 1rem);
	padding: 0.5rem;
	overflow: hidden;
	margin-top: 0.5rem;
	background: #f6f6f6;
}

.featured>.imageBlock {
	width: 7.57rem;
}

.txtHref {
	overflow: hidden;
	margin-top: 0.5rem;
}

.txtHref>a {
	float: left;
	font-size: 0.18rem;
	color: #333;
	line-height: 2;
	border-bottom: 1px solid #333;
	margin-left: 0.45rem;
}

.txtHref>a:first-child {
	margin-left: 0;
}

.txtHref>a:hover {
	color: #3cd6fd;
	border-bottom: 1px solid #3cd6fd;
}

@media only screen and (max-width:1200px) {

	.columnBlock1,
	.columnBlock2,
	.columnBlock3 {
		width: 32%;
		height: auto;
	}

	.columnBlock2 {
		margin: 0 2%;
	}

	.columnBlock1>a,
	.columnBlock2>a,
	.columnBlock3>a {
		line-height: 0.8rem;
	}

	.imageText {
		position: relative;
	}

	.imageBlock,
	.imageBlock2,
	.textBlock {
		width: 100%;
	}

	.columnHeadings {
		margin-top: 0.5rem;
	}
	
	.textHref{
		margin-top: 0.2rem;
	}

	.featured>.imageBlock{
		width: 100%;
		margin-top: 0;
	}
}