body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style:normal; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
img { border:0;outline:0;}

body {
    font-family: "Microsoft YaHei";
	color: #1a1a1a;
    min-width: 1440px;
}
.pcNone {
    display: none;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: table;
    content: '';
    clear: both;
}
a {
    text-decoration: none;
    color: #1a1a1a;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.kfr_scale_img{
	overflow: hidden;
}
.kfr_scale_img .imgs{
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.kfr_scale_img:hover .imgs{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}


