@charset "utf-8";
/*全站全局样式*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #4c4c4c;
	font-family: "微软雅黑";
	min-width: 1200px;
	background:#fff;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover {
	color: #065cfd;

}
ul, ol {
	list-style: none;
}
strong {
	list-style: none;
	font-weight: normal
}
h1, h2, h3, h4, h5, h6, form, ul, li, ol, dl, dt, dd, input, textarea, form {
	margin: 0px;
	padding: 0px;
	font-size:14px
}
img {
	border: none;
	vertical-align: middle
}

input, button, select, textarea {
	outline: none;
	border: none;
	background: none;
	font-size: 14px;
	font-family: "微软雅黑";
	resize:none;
}
select, input, button, button img, label {
	vertical-align: middle;
}
.fl{ float:left}
.fr{ float:right}
.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}
.mt-15 {
	margin-top: 15px
}
.mt-20 {
	margin-top: 20px
}
.mt-35{ margin-top:35px;}
.mt-50{ margin-top:50px;}
.pt-13{
	padding-top:13px
	
	}
.red {
	color: #fc472d
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative;
}
.center {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	background:#fff;
	padding:10px 10px 50px;
	position:relative;
}
.center:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.moreHide {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
/*公用 css*/
.head, .box, .main {
	margin-left: auto;
	margin-right: auto;

}
.w1200{ width:1200px}
/*头部 css*/

	
