@charset "utf-8";
/* CSS Document */


/*导航栏开始*/
#a_menu{
	width:100%;
	height:100px;
	margin:0;
	background:rgba(255,255,255,0.9);
	border-bottom:1px solid rgba(0,0,0,0.1);
	position: fixed;z-index: 99;
	}
#a_menu01{
	width:1000px;
	height:100px;
	margin:0 auto;
	}
#a_menulogo a{
	width:380px;
	height:100px;
	float:left;
	margin-left:15px;
	-webkit-transition: all .6s ease-in-out;
	background:url(../images/a-logo-sen.png);
	background-repeat:no-repeat;
	}
#a_menulogo a:hover{
	background:url(../images/a-logo-sen-p.png);
	background-repeat:no-repeat;
	}
#a_menuli{
	width:390px;
	height:60px;
	float:left;
	margin-top:40px;
	margin-left:20px;
	}
.a_menuli{
	list-style:none;
	}
.a_menuli a{
	list-style:none;
	text-decoration:none;
	font-family:"微软雅黑", Century;
	font-size:14px;
	color:#686868;
	padding:4px 8px;
	margin-left:10px;
	float:left;
	-webkit-transition: all .6s ease-in-out;
	
	}
.a_menuli a:hover{
	color:#1457b2;
	}
.a_menuask a{
	float:left;
	background:#bfdede;
	padding:10px 14px;
	margin-left:8px;
	font-family:"微软雅黑", Century;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	margin-top:36px;
	border-radius:4px;
	border:1px solid rgba(255,255,255,0.3);
	background:rgba(30,79,188,1);
	-webkit-transition: all .6s ease-in-out;
	}
.a_menuask a:hover{
	background:#1457b2;
	color:#ffffff;
	}
/*导航栏结束*/













