@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background: #f2f2f2;
}
ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, input, form, span, img, ol, button, table, tr, td, select, option, textarea, div {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	border: 0;
}
li {
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
a, button, input, textarea, select {
	background: none;
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	outline: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
	overflow: auto;
}
input {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
/* 禁止换行,超出省略号 */
.noWrapEllipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a {
	text-decoration: none;
}
/* 文字两端对齐 */
.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
/*清除浮动*/
.clearfix:after {
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
	content: '.';
}
/* 定义盒模型为 flex布局兼容写法并让内容水平垂直居中 */
.flex-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-o-box-pack: center;
	box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-o-box-align: center;
	box-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.www {
	float: left;
	padding-left:11.5rem
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
/****header头部开始*****/
.header {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding-top:10px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.headIn {
	width: 1280px;
	margin: 0 auto;
	z-index: 1000;
}
.logo {
	width:auto;
}
.logo img {
	width:90%;
}
.head_center li {
	float: left;
	margin: 0 22px;
	display: inline-block;
}
.head_center li a {
	color: #777;
	font-size: 16px;
	padding:29px 0 32px;
	display: inline-block;
}
.head_center li a:hover {
	font-weight: bold;
	color: #1e99ea;
}
.head_center li.cur a {
	font-weight: bold;
	color: #1e99ea;
}
.head_log {
	 width: 100px;
	 height: 42px;
	 font-size: 16px;
	 color: #fff;
	cursor: pointer;
	 line-height: 42px;
	 background: #1e99ea;
	 text-align: center;
	 margin:13px 0 0 20px;
	 border-radius:40px;
 }
.head_rig {
	width: 100px;
	height: 42px;
	font-size: 16px;
	color: #1e99ea;
	line-height: 42px;
	border:1px #1e99ea solid;
	text-align: center;
	margin:13px 0 0 20px;
	border-radius:40px;
}
/****header头部结束*****/

/****footer尾部开始****/

/*底部开始*/
.footer {
	width: 100%;
	background: #343434;
}
.footer1 {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	padding:25px 0;
}

.footer1-rwm {
	width:84px;
	color:#999;
	line-height:25px;
	letter-spacing:4px;
	text-align: center;
	font-size:12px;
	display: inline-block;
}
.footer1-rwm img {
	width: 100%;
}
.footer_text {
	width:90%;
	color: #e5e5e5;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 5px;
	display: inline-block;
}
.footer_text img {
	width: 25px;
	margin-right: 12px;
}


/*底部结束*/
/*******footer尾部结束***************/
