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;*/
	vertical-align: baseline;
}


/* 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;
}

a {
	text-decoration: none;
}
/*footer填满*/
.fixed-bottom {
	/*position: fixed;*/
	/*bottom: 0;*/
	width:100%;
}
/*阿里巴巴矢量小图标*/
@font-face {
	font-family: 'iconfont';
    src: url('../font/Iconfont/iconfont.eot');
    src: url('../font/Iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/Iconfont/iconfont.woff') format('woff'),
    url('../font/Iconfont/iconfont.ttf') format('truetype'),
    url('../font/Iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

/* 鼠标经过闪高光 */
.hot-img {position: relative;overflow: hidden;}
.hot-img::before {
	content: "";
	position: absolute;
	width: 80px;height: 100%;left: -75%;
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hot-img:hover::before {left: 145%;
	-webkit-transition: left .8s;
	transition: left .8s;}
/* 闪烁动画 */
@-webkit-keyframes blink {0% { -webkit-opacity: 1; }50% { -webkit-opacity: 1; }50.01% { -webkit-opacity: 0; }100% { -webkit-opacity: 0; }}
@-moz-keyframes blink {0% { -moz-opacity: 1; }50% { -moz-opacity: 1; }50.01% { -moz-opacity: 0; }100% { -moz-opacity: 0; }}
@-ms-keyframes blink {0% { -ms-opacity: 1; }50% { -ms-opacity: 1; }50.01% { -ms-opacity: 0; }100% { -ms-opacity: 0; }}
@-o-keyframes blink {0% { -o-opacity: 1; }50% { -o-opacity: 1; }50.01% { -o-opacity: 0; }100% { -o-opacity: 0; }}
@keyframes blink {0% { opacity: 1; }50% { opacity: 1; }50.01% { opacity: 0; }100% { opacity: 0; }}

/**/