@charset "utf-8";
/* 重置 */
* {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings:'liga', 'kern';
}
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body, dl, dd, ul, ol, p, h1, h2, h3, h4, h5, h6, figure {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	font-size: 14px;
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif";
	background-color: #f8f8f8;
}
div {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
	height: 1px;
	overflow: hidden;
	background: #ddd;
}
a {
	color: #07a;
	text-decoration: none;
	outline: none;
}
img {
	border-width: 0;
	vertical-align: middle;
}
/* 布局 */
.clear {
	zoom: 1;
}
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.iblock {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container {
	position: relative;
	max-width: 800px;
	background-color: #fff;
}
/* 背景 */
.nav-home, .nav-btn, .tel, .sms, .map, .measure {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
}
/* 头部 */
.header, .nav-home, .nav-btn, .nav-brand {
	height: 60px;
}
.nav-home, .nav-btn, .nav-brand {
	line-height: 60px;
}
.header {
	position: relative;
	background-color: #d20;
}
.nav-home, .nav-btn {
	position: absolute;
	top: 0;
	width: 60px;
	overflow: hidden;
	text-indent: -999em;
}
.nav-home {
	left: 0;
	background-position: center 0;
}
.nav-btn {
	right: 0;
	background-position: center -360px;
}
.nav-btn-visible {
	background-color: #b00;
	background-position: center -300px;
}
.nav-brand {
	color: #fff;
	font-size: 28px;
	text-align: center;
}
.nav-menu {
	display: none;
	position: absolute;
	z-index: 999;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 1em;
	background-color: #000;
	opacity: 0.8;
}
.nav-menu-visible {
	display: block;
}
.nav-menu ul li {
}
.nav-menu ul li a {
	display: block;
	padding: 1em;
	color: #fff;
}
/* 轮播 */
.swipe, .swipe ul, .swipe ul li {
	position: relative;
}
.swipe, .swipe ul {
	overflow: hidden;
}
.swipe {
	visibility: hidden;
}
.swipe ul li {
	float: left;
	width: 100%;
}
.swipe ul li img {
	max-width: 100%;
}
.swipe-pn {
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.swipe-pn li {
	display: inline-block;
	margin: 0.5em 0.2em;
	width: 0.8em;
	height: 0.8em;
	text-indent: -999em;
	background-color: #fff;
	border-radius: 0.4em;
}
.swipe-pn li.current {
	background-color: #d20;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
}
/* 产品 */
.product {
	padding-top: 2em;
}
.product ul li {
	float: left;
	margin-bottom: 2em;
	width: 33.33333333%;
	box-sizing: border-box;
}
.product ul li a {
	display: block;
	text-align: center;
}
.product ul li a {
	display: block;
	margin: 0 15%;
	text-align: center;
}
.product ul li img {
	border-radius: 50%;
	width: 80%;
}
.product ul li p {
	padding-top: 0.4em;
	color: #b72;
	font-size: 120%;
}
/* 快捷方式 */
.shortcuts {
	border-top: 1px solid #ddd;
	padding: 2em 0;
}
.shortcuts li {
	display: inline;
	float: left;
	width: 25%;
}
.shortcuts li a {
	display: block;
}
.shortcuts li a figure {
	height: 60px;
}
.shortcuts li a figure.tel {
	background-position: center -60px;
}
.shortcuts li a figure.sms {
	background-position: center -120px;
}
.shortcuts li a figure.map {
	background-position: center -180px;
}
.shortcuts li a figure.measure {
	background-position: center -240px;
}
.shortcuts li a span {
	display: block;
	text-align: center;
}
/* 底部 */
.footer {
	padding: 20px;
	color: #fff;
	text-align: center;
	background-color: #333;
}
/* 正文 */
.title {
	padding: 0.5em 0;
	font-size: 18px;
	text-align: center;
}
.content {
	padding: 0 1em 2em;
	color: #555;
	font-size: 16px;
}
.content p {
	padding: 0.5em 0;
	line-height: 1.6em;
}
.content img {
	margin: 0.5em 0;
	max-width: 100%;
}
/* 表单 */
.form {
	padding-bottom: 2em;
}
.form-title {
	padding-top: 0.5em;
	font-style: normal;
	text-align: center;
}
.form-text, .form-submit {
	padding-top: 1em;
}
.form-text input, .form-submit button {
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	width: 100%;
	font-size: 1.5em;
	text-align: center;
	outline: none;
	box-sizing: border-box;
}
.form-text input {
	border-color: #ddd;
	color: #999;
}
.form-text input:focus {
	border-color: #e55;
}
.form-submit button, .form-submit button:visited {
	border-color: #d44;
	color: #fff;
	background-color: #d44;
	cursor: pointer;
}
.form-submit button:hover, .form-submit button:active, .form-submit button:focus {
	border-color: #b22;
}
.form-submit button:active {
	background-color: #c33;
	box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;
}
.form-submit button.disabled {
	border-color: #666;
	background-color: #888;
}
.form-description {
	padding: 1em 2em;
	color: #999;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}
.tips {
	display: none;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -60px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.3em;
	opacity: 0.8;
}








