html,
body {
	/*font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;*/
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
	font-size: 14px;
	background-color: #F4F5F9!important;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
form,
a,
p,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
}
/*a:visited{color: #333}*/

img {
	border: none;
	vertical-align: middle;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

main{
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	_zoom: 1;
	/*处理ie兼容性问题*/
	clear: both;
}

.w1200{
	width: 1200px;
	text-align: center;
}

.container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

button {
	/* display: block; */
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	background: transparent;
	vertical-align: middle;
}

button:active {
	opacity: 0.7;
}

.btn-blue {
	background: #09f;
}

.btn-grey {
	background: #A3B7BF;
}

.common-padding {
	padding: 20px 18px;
}

/* 重置table样式 */
/* .swiper-container {
	width: 797px;
	height: 120px;
	background: #0092FF;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
} */

th,
td {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-style: normal;
	font-weight: normal;
}

th {
	text-align: left;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

select {
	*font-size: 100%;
}

legend {
	color: #000;
}

tr,
td,
th,
table {
	border: none;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}

a li.active {
	/* a标签下的tab name激活 */
	color: #0092FF;
}

/* 2019/10/11 */
.indexlianjieContent{
	box-sizing: border-box;
}

button{
	border: none;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: middle;
	resize: none;
}

/*@font-face {*/
/*	font-family: "siyuan-light";*/
/*	src: url("fonts/SOURCEHANSANSCN-LIGHT.OTF");*/
/*}*/

/*@font-face {*/
/*	font-family: "siyuan-bold";*/
/*	src: url("fonts/SOURCEHANSANSCN-BOLD.OTF");*/
/*}*/

@font-face {
	font-family: "xinzongyi";
	src: url("fonts/DFPGBZY7.TTF");
}

/*@font-face {*/
/*	font-family: "siyuan-regular";*/
/*	src: url("fonts/SOURCEHANSANSCN-REGULAR.OTF");*/
/*}*/


div{
	word-wrap: break-word;
	word-break: break-all;
}