@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
}
body {
 margin: 0;
  font-family: 'Montserrat', sans-serif;
/*
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
*/
  font-size: 14px;
  font-family: "宋体", Arial;
  background-color: #FFFFFF;

}

.nav{
	width: 1200px;
	text-align:center;
	vertical-align:middle;
	font-family:"微软雅黑";
	font-size:30px;
	line-height:20px;
	padding-top:20px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.nr {
	float: left;
	width: 1200px;
}
.nav a{
	color:#cf5525;
	text-decoration:none;
	}
.nav a:hover {
	color:#cf5525;
	}
.new
{
	float: left;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	padding-right: 30px;
	margin-bottom: 60px;
	font-size: 20px;
}
.new li
{
	line-height: 40px;
	text-align: left;	
	margin-left: 50px;
	list-style: none;
	background-repeat: no-repeat; 
	background-position: left;
}

.new a:link{color:#000;
	font-size: 20px;
text-decoration:none;
}
.new a:visited{color:#000;
	font-size: 20px;
text-decoration:none;
}
.new a:hover{color:#000;
	font-size: 20px;
text-decoration:underline;
}

