body {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}
*{
	margin: 0;
	padding: 0;
}
body a,html a{
	text-decoration: none;
}
body a:hover,
html a:hover {
	text-decoration: none;
}
@font-face {
	font-family: 'Arial';
	src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
	font-family: 'Arial';
	src: url(../fonts/ProximaNova-Bold.otf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial";
	font-weight: bold;
	font-weight: 100;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
ul li {
	float: left;
	list-style: none;
}
body *{
	-webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none;
}
.no_select{
    -webkit-user-select:none;
     -moz-user-select:none;
     -ms-user-select:none;
     user-select:none;
}
/*-----------------------------------nav--------------------------------------*/
nav{
	width: 100%;
	height: 112px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0px 4px 6px #e5d8d0;
}
.mid{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
nav .logo{
	width: 254px;
	height: 42px;
	padding-top: 37px;
	float: left;
}
nav .logo img{
	width: 100%;
	
}
nav ul{
	float: right;
}
nav ul li a{
	font-size: 20px;
	padding: 0 20px;
	line-height: 112px;
	color: #000000;
}
.on{
	color: #eb6100;
	border-bottom: 1px solid #eb6100;
}
.on a{
	color: #eb6100;
}
nav ul li:hover a{
	color: #eb6100;
}
/*-----------------------------------footer--------------------------------------*/
footer{
	width: 100%;
	height: 366px;
	background: #0e58ad;
}
footer p{
	font-size: 16px;
	color: #fff;
}
footer .mid{
	position: relative;
	background: #0e58ad;
}
footer p:nth-child(1){
	padding: 180px 0 0 120px;
}
footer p:nth-child(2){
	padding: 30px 0 0 120px;
}
footer img{
	position: absolute;
	right: 70px;
	top: 70px;
}

/*-----------------------------------分页--------------------------------------*/
.page_css {
	text-align: center;
	margin: 50px 0 70px;
}
.page_css a {
	padding: 4px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
.page_css a:visited {
	padding: 4px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.page_css a:hover {
	color: #fff;
	background: #0A8EE2;
	border-color: #0A8EE2;
	text-decoration: none;
}
.page_css .nowpage {
	color:#0A8EE2;
	padding: 4px 6px;
	font-weight: bold;
	border: none;
}