/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* 继承父元素的字体属性，ie浏览器不支持值inherit */
	vertical-align: baseline;
	/* 默认值，该元素放在父元素的基线上 */
	/* color: #333; */
}

body {
	background: #f3f3f3;
}

.clear-float:after {
	content: '';
	display: block;
	clear: both;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* 写入该值后，为元素设定的宽度和高度包含边框和内边距 */
}

a {
	color: #ffffff;
	text-decoration: none;
}

p {
	color: #333;
}

input {
	outline: 0;
	/* 边框外围的轮廓线 */
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	/* 行高为默认行高 ，值设置为数字，此数字与当前的字体尺寸相乘来设置行间距*/
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 页面链接 */

.page-position {
	height: 70px;
	padding-left: 10px;
}

.current-location {
	font-size: 16px;
	line-height: 70px;
	white-space: nowrap;
}

.location-center {
	width: 1140px;
	background: #f3f3f3;
}

.icon-location {
	vertical-align: middle;
	padding-right: 19px;
}

.backline {
	background: #f8f8f8;
	height: 50px;
	position: absolute;
	top: 394px;
	width: 100%;
	height: 50px;
	color: #333;
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
	z-index: -1;
}

.hidden-one {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hidden-two {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.last-position {
	color: #2065d2;
}

.cloorfff {
	color: #fff;
}

.product-head {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.product-text {
	font-size: 20px;
	margin-bottom: 20px;
}
