@font-face{
font-family:'方正综艺简体';
/*为引入的字体命名*/
src:url(../font/方正综艺简体.ttf);
/*定义要引入字体文件的路径*/
}
*{
  font-family: "微软雅黑";
  padding: 0;
  margin: 0;
}
a:hover{ text-decoration: none; };
i,em{
  font-style: normal;
}
body{background: #eee;}
ul{
	margin:0px;
}
dl{
	margin:0px;
}
p{
	margin:0px;
}
ul{
	margin:0px;
}
li{
	list-style-type: none;
}
.clear{
	clear:both;
}
/*头部*/
.head_t{
	background:url(../images/bg.png) ;
	position: fixed;
	top:0px;
	width:100%;
	left:0px;
	z-index: 5;
	opacity:0.9;
}
.head_ts{
	background:url(../images/bg.png) ;
}
.head{
	width:1100px;
	margin:0 auto;
	height:100px;
	overflow: hidden;
	background: url(../images/logo.jpg);
}
.clearfix{
        clear: both;
    }
.fhsy{
	float: right;
	width: 180px;
	height: 20px;
	margin-top: 20px;
	margin-right: 50px;
	color: #fff;
	letter-spacing:1px;
}
.fhsy a {
	color:#fff;
	
}
.fhsy a:hover {
	color:#fff;
}
.fhsy a:visited {
	color:#fff;
}
.logo{
	width:579px;
	height:79px;
	float:left;
	margin-top:10px;
}
.head_r{
	float:right;
	margin-top: 10px;
	width:240px;
	height:30px;
	overflow: hidden;
	margin-right:20px;
	border:1px solid #b8b8b8;
	border-radius: 4px;
	background: #0e73e1;
}
.head_r>input{
	float:left;
	width:210px;
	height:30px;
	background: rgba(255,255,255,0.5);
	border:none;
	font-size:12px;
	color:#333;
	padding-left:10px;
}
.head_r>button{
	width:26px;
	height:30px;
	background: url(../images/s.jpg);
	background-size:100% 100%;
	border:none;
}
.navs{
	background:#fff;
	position: fixed;
	top:100px;
	width:100%;
	left:0px;
	z-index: 5;
	border-bottom:1px solid #9fade1;	
}
.navss{
background:#fff;
}
.navs_center{
	width:1100px;
	margin:0 auto;
	display: block;
	position: relative;
	border-right:1px solid #9fade1;
}
.navs_center>li{
	height:40px;
	font-family: Arial;
	float:left;
	line-height: 40px;
	color:#fff;
	border-left:1px solid #9fade1;
	width:12%;
	text-align: center;
	font-size:18px;
}
.navs_center>li>a{
	color:#333;

}
.navs_center>li:hover .nav_a{
	color:#fff;
}
.navs_center>li:hover{
	background: #ef913e;
}
.down{
	position: absolute;
	top:40px;
	left:50px;
	width:1000px;
	height:200px;
	background:rgba(255,255,255,0.8);
	z-index: 3;
	padding:20px 30px;
	overflow: hidden;
	text-align: left;
	display: none;
}
.down_l{
	float:left;
	width:200px;
	height:138px;
	margin-top:10px;
}
.down_c{
	float:left;
	margin-left:50px;
	width:300px;
	margin-top:-6px;
}
.down_c_title{
	font-family: '宋体';
	font-size:20px;
	color:#333;
	border-bottom:1px solid #ef913e;
	padding-bottom:4px;
	display: inline-block;
	font-weight: 600;
	margin:0px;
	margin-bottom:6px;
}
.down_c_list{
	overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
    font-size:14px;
	color:#333;
	margin-top:6px;
	line-height: 20px;
}
.down_c_list:hover{
	color:#ef913e;
}
.more{
	margin-top:6px;
	overflow: hidden;
	text-align: right;
	line-height: 20px;
}
.more>a{
	font-size:12px;
	color:#787878;
}
.more>a:hover{
	color:#ef913e;
}
/*尾部*/
.foots{
	background: #474344;
	margin-top:10px;
	
}
.foots_c{
	width:1100px;
	margin:0 auto;
	padding:10px 0px;
	overflow: hidden;
}
.duty{
	float:left;
	width:280px;
}
.duty_t{
	color:#fff;
	font-size:14px;
}
.duty_m{
	margin-top:6px;
}
.duty_m>li{
	margin-top:2px;
	color:#fff;
	font-size:12px;
}
.accounts{
	float:right;
	margin-left:15px;
	margin-top: 15px;
	margin-right: 15px;
	
	width:100px;
	text-align: center;
}
.accounts>img{
	width:100%;
}
.accounts>div{
	font-size:12px;
	color:#fff;
	margin-top:6px;
}
.accounts img{
  cursor: pointer;
  transition: all 0.6s;
}
.accounts img:hover{
  transform: scale(1.4);
}
.footss{
	background: #282828;
}
.foots_m{
	text-align: center;
	font-size:12px;
	color:#737373;	
	font-family: Arial;
}
