/*全局*/
@font-face{
font-family:'方正隶变简体';
/*为引入的字体命名*/
src:url(../font/fzlbjw.ttf);
/*定义要引入字体文件的路径*/
}
*{
  font-family: "微软雅黑";
  padding: 0;
  margin: 0;
}
a:hover{ text-decoration: none; };
i,em{
  font-style: normal;
}
ul{
	margin:0px;
}
dl{
	margin:0px;
}
p{
	margin:0px;
}
ul{
	margin:0px;
}
li{
	list-style-type: none;
}
.clear{
	clear:both;
}
/*头部*/
.heads{
	background:#014a99;
}
.head{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	height:100px;
}
.logo{
	float:left;
	width:495px;
	height:72px;
	margin-top:14px;
}
.head_r{
	float:right;
	width:300px;
	height:40px;
	margin-top:30px;
	position: relative;
}
.head_r>input{
	width:100%;
	height:100%;
	border-radius: 30px;
	background: #c6dcf3;
	padding-left:20px;
	padding-right:46px;
	border:0px;
}
.head_r>button{
	position: absolute;
	width:30px;
	height:30px;
	top:4px;
	right:8px;
	background: url(../img/bt.png);
	background-size:100% 100%;
	border:0px;
}
.navs{
	background: #fef9ed;
}
.nav{
	width:1200px;
	margin:0 auto;
	height:50px;
}
.nav_list{
	border-left:1px solid #cbc5b6;
}
.nav_list>li{
	float:left;
	width:16.6%;
	height:50px;
	position: relative;
	border-right:1px solid #cbc5b6;
}
.nav_list>li>a{
	height:50px;
	line-height: 50px;
	font-size:18px;
	color:#4b3b28;
	display: block;
	text-align: center;
}
.nav_down{
	position: absolute;
	top:50px;
	left:0px;
	width:100%;
	background:#fef9ed;
	border:1px solid #cbc5b6;
	display: none;
	z-index: 3;
}
.nav_list>li:hover{
	background: #f1871a;
}
.nav_list>li:hover a{
	color:#fff;
}
.nav_list>li:hover .nav_down{
	display: block;
}
.nav_down_l{
	padding:14px 10px;
	font-size:14px;
	color:#555;
	border-bottom:1px solid #dfdfdf;
}
.nav_down_l:hover{
	color:#f1871a;
}
/*尾部*/
.link{
	background: #d0d0d0;
}
.link_c{
	padding:20px 0px;
	overflow: hidden;
}
.link_c>img{
	float:left;
	width:;
	height:;
}
.link_c>a{
	float:left;
	font-size:16px;
	color:#333333;
	margin-top:10px;
	margin-left:20px;
}
.link_c>a>span{
	margin-left:10px;
	font-size:10px;
	color:#b3b3b3;
}
.link_c>a:hover{
	color:#da8530;
}
.foot{
	background: url(../img/foot.jpg);
	background-size:100% 100%;
	padding:50px 0px;
}
.volume{
	text-align: center;
	font-size:12px;
	color:#fff;
}
.volume>span{
	padding:2px 10px;
	border-radius: 20%;
	background: #e7a02f;
	border:1px solid #b5750e;
	color:#fff;
	font-size:12px;
	display: inline-block;
}
.volumes{
	margin-top:10px;
}