﻿@charset "utf-8";
/* CSS Document */

body {
	min-width: 1200px;
}
* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "黑体", "宋体", "Arial", sans-serif;
}
h1, h2, h3, h4, h5, h6, a, p, div {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
input {
	outline: none;
	border: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*清除浮动*/

.clear {
	clear: both;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.m0a {
	margin: auto;
}



@font-face { font-family: jdcfont; src: url(../fonts/jdcfont.eot); src: url(../fonts/jdcfont.eot#iefix) format("embedded-opentype"), url(../fonts/jdcfont.woff) format("woff"), url(../fonts/jdcfont.ttf) format("truetype"), url(../fonts/jdcfont.svg#jdcfont) format("svg") }
.jdcfont { font-family: jdcfont!important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: .2px; -moz-osx-font-smoothing: grayscale }