@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
	font-family:"microsoft yahei", Arial, Helvetica, sans-serif;
}
body {
}
a {
	text-decoration:none
}

.bodyBg {
	background:url(../img/index/bodyBg.jpg) repeat;
	background-size:cover;
}
.homeHead {
	position:relative;
	height:50px;
}
.zoom-image {
	background-repeat: no-repeat;
	background-position: center 0;
	min-height: 650px;
	overflow: visible;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.nav-list {
	background:#5ab9c0;
	opacity:0.7;
	height: 40px;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0 20px;
	position: absolute;
	right: 0;
	width: auto;
	z-index:999;
}
.nav-item {
	touch-callout: none;
	cursor: pointer;
	float:left;
	font-size:12px;
	height: 40px;
	margin: 0;
	text-decoration: none;
	text-align:center;
	min-width:70px;
}
.nav-list .link-unit {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
.figure-image-large-left {
	position:relative;
}
.figure-image-left .textbox, .figure-image-large-left .textbox, .figure-image-small-left .textbox {
	float: left;
	left: 73%;
	margin: 0px 0 0px -20%;
	position:absolute;
	top:250px;
}
.textbox {
	width: 40%;
}
.textbox .heading {
	max-width: 430px;
	margin-bottom: 25px;
	text-transform : uppercase
}
.textbox-body {
	color: #999;
	margin: 0;
	font-size: 1.6em;
	margin-bottom: 25px;
	line-height: 26px;
	max-width: 430px;
}
.cta-module {
	background-color: #01b1ed;
	color: white;
	padding: 8px 60px;
	position: relative;
}
.cta-module p {
	font-size: 1.8em;
}
.figure-image-large-right {
	position:relative
}
.figure-image-large-right .textbox {
	float: right;
	margin: 50px -20% 0px 0;
	right: 71%;
	position:absolute;
	top:50px;
}
.text-module {
	background-position: top center !important;
	padding: 65px 0;
	text-align: center;
}
.dark, .Dark {
	color: #FFF;
}
.core-value {
	text-transform : uppercase;
	font-size:0.9em;
}
.otherLanguage {
	display:none;
}
.otherLanguage a {
	background:#5ab9c0;
	display:block;
	color:#fff;
	line-height:30px;
	padding:10px;
	border-bottom:1px solid #7cd9e0;
}
.otherLanguage a:hover {
	background:#30939a;
}
.product-info {
	margin:50px auto 0;
	overflow:hidden;
	width:345px;
}
.info-item {
	background: #CCC;
	border-radius: 1px;
	border: 1px solid #bbb;
	box-shadow: 0px 0px 10px #999;
	margin-right: 20px;
	min-height: 130px;
	padding: 20px;
	width: 300px;
}
.info-item h1 {
	color:#333;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	text-shadow:1px 1px 1px #eee;
}
.info-item p {
	color:#777;
	font-size:13px;
	line-height:18px;
	text-shadow:1px 1px 1px #eee;
}
