@charset "utf-8";

/* CSS Document */



html {
	color: #000;
	background: #FFF;
}

body {
	color: #666;
	font: 12px/1.231 "Microsoft Yahei";
}

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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option,
button {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
	border: none;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

input,
select {
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

select,
input,
button,
textarea,
button {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

dl,
dt {
	font-weight: normal;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus,
input,
button,
textarea,
select {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.c {
	clear: both;
}

img {
	vertical-align: middle;
}

.imgfd {
	overflow: hidden;
}

.imgfd img {
	width: 100%;
	transition: all 0.5s ease;
	height: 100%;
}

.imgfd:hover img {
	transform: scale(1.04);
}



.center {
	margin: 0 16vh;
}

@media (max-width: 1700px) {
	.center {
		margin: 0 2%;
	}
}

.center-ny {
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.center-ny2 {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1400px) {
	.center-ny {
		max-width: 96%;
	}
}

@media (max-width: 1200px) {
	.center-ny2 {
		max-width: 96%;
	}
}

@media (max-width: 600px) {

	.center-ny,
	.center-ny2 {
		max-width: 94%;
	}
}



.loca a:hover,
.xiao-lei li:hover a,
.new-show .bq a:hover,
.zxdt dt .bt span,
.fy dt a:hover,
.zxdt dt:hover .bt,
.f_nav .small_fl a:hover,
.zs-list .litebox:hover span,
.pro-list .pro-list-li .txt .more:hover,
.index-new li:hover .txt b,
.scroll_cont dl dt:hover b,
.select dd ul li a:hover {
	color: #d9262c;
}