body {
	overflow-x: hidden;
}

h1 {
	font-size: 28px;
	color: #1c1c1c;
}

a:hover {
	cursor: pointer;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.xt-left {
	float: left;
}

.xt-right {
	float: right;
}

.xt-tr {
	text-align: right;
}

.xt-tl {
	text-align: left;
}

.bg-f0 {
	background: #f0f0f0;
}

.clearfix {
	zoom: 1;
	_zoom: 1;
	zoom: 1\0;
	clear: both;
}
.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.clear {
	clear: both;
}

.header {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	height: 120px;
}
.header .header-logo {
	width: 50%;
	margin: 31px 0;
}
.header .header-logo img {
	width: 226px;
	height: 56px;
	border: 0;
}
.header .header-nav {
	width: 50%;
	margin: 3% 0;
}
.header .header-nav > ul {
	width: 100%;
	font-size: 24px;
}
.header .header-nav > ul > li {
	float: right;
	margin-left: 100px;
	padding: 10px 0;
	position: relative;
}
.header .header-nav > ul > li i {
	position: absolute;
	top: 19px;
	right: -25px;
	display: block;
	width: 18px;
	height: 11px;
	background: url("../images/product_show.png");
}
.header .header-nav > ul > li a {
	padding: 20px 0;
}
.header .header-nav > ul > li .header-menu {
	display: none;
}
.header .header-nav > ul > li:hover .header-menu {
	display: block;
}
.header .header-nav .header-menu {
	padding-top: 61px;
	width: 200px;
	position: absolute;
	color: #1c1c1c;
	font-size: 20px;
	text-align: left;
	left: -33%;
	top: 23px;
	z-index: 1;
	border-radius: 8px;
	overflow: hidden;
}
.header .header-nav .header-menu li {
	background: #fff;
	border: 1px solid #eee;
}
.header .header-nav .header-menu li:hover {
	background: #edf6ff;
	cursor: pointer;
}
.header .header-nav .header-menu li a {
	display: block;
	padding: 20px 30px;
}
.header .header-nav .select {
	border-bottom: 3px solid #4ca3ff;
	color: #4ca3ff !important;
}
.header .header-nav .select a {
	color: #4ca3ff;
}
.header .header-nav .select .header-menu a {
	color: #000;
}
.header .header-nav .select .show a:visited {
	color: #4ca3ff;
}

.title {
	font-size: 32px;
	color: #1c1c1c;
	width: 100%;
	padding-left: 14px;
	position: relative;
}
.title i {
	width: 4px;
	background: #4ca3ff;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer {
	width: 100%;
	background: #2a3037;
	min-height: 184px;
	text-align: center;
	color: #fff;
	padding-bottom: 80px;
}
.footer .footer-txt {
	width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 3.5%;
}
.footer .footer-txt span {
	padding: 0 20px;
}
.footer .footer-txt .border-2px {
	border-right: 2px solid #fff;
}
.footer .footer-txt a {
	color: #fff;
}
.footer .footer-txt a:hover {
	text-decoration: underline;
}
.footer p {
	width: 100%;
	font-size: 15px;
	color: #737373;
}
.footer p a {
	color: #737373;
	text-decoration: none;
}
.footer p a:hover {
	text-decoration: underline;
}

.footer .recordcode {
	margin-top: 10px;
}
.footer .recordcode i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url(../images/icon-police.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-top: -4px;
}

/*# sourceMappingURL=common.css.map */
