@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0 auto;
	font-family:"Microsoft JhengHei", miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, Sans-Serif;
}
body{
	background-image: url(../images/bg.jpg);
	width:100%;
	background-size:cover;
}
a{
	color:#666666;
	text-decoration:none;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: none;
}

.all-body{
	margin:0 auto;
	width:70%;
}
/*让内容写在居中85%宽度位置*/

.fly-logo{
	position: relative;
	top:12px;
}
.fly-logo img{
	height:40px;
}

.nav-item-logo{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	line-height:60px
}

.nav-ul-blue-style{
	background-color: srgb(0,0,0,1);
	margin-bottom:10px;
}

.nav-ul-blue-style:hover{
	background-color: #1E9FFF;
	margin-bottom: 10px;
}
/*	底部设置为蓝色 #1E9FFF;
	定义div下面间距 与第一个style间隔开*/

.nav-ul{
	left:30%;
	width:70%;
	color: #fff;
	font-size: 0;
}

.nav-ul *{
	font-size:14px
}

.nav-ul .nav-item{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	line-height:60px
}

.nav-ul .nav-item a{
	text-decoration: none;
	display: block;
	padding: 0 20px;
	color: #BCD8FF;
	background-color: srgb(0,0,0,1);
}
/* background-color: #1E9FFF;
默认未选中页面的样式区分*/

.nav-ul .nav-item-now a{
	text-decoration: none;
	display: block;
	padding: 0 20px;
	color: #fff;
	background-color: srgb(0,0,0,1);
}
/* background-color: #008AF0;
现行选中页面的样式区分*/

.nav-ul .nav-item a:hover{
	display:block;
	padding:0 20px;
	color:#fff;
	background-color: srgb(0,0,0,1);
}
/* background-color: #1E9FFF;
鼠标移动至未选中页面的样式区分*/

.nav-ul .nav-item-now a:hover{
	display:block;
	padding:0 20px;
	color:#fff;
	background-color: #008AF0;
}
/*鼠标移动至当前页面的样式区分*/

footer{
	height:40px;
	left:0;
	line-height:40px;
	position:fixed;
	bottom:0;
	width:100%;
	font-family:"Microsoft JhengHei", miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, Sans-Serif;
	text-align:center;
	background:#1E9FFF;
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:1px;
}

.blank-style{
	clear:both;
	overflow:hidden;
	display:block;
	overflow:hidden;
}

.Top-style{
	margin-bottom:10px;
	padding:15px;
	line-height:22px;
	border-left:5px solid #009688;
	border-radius:0 5px 5px 0;
	background-color: #ffffff;
}

.style-card{
	margin-bottom:15px;
	border-radius:5px;
	background-color:#fff;
}
.style-card-header{
	height:42px;
	line-height:42px;
	padding:0 15px;
	border-bottom:1px solid #f6f6f6;
	color:#333;
	border-radius:5px 5px 0 0;
	font-size:14px;
}
.style-card-body{
	padding:10px 15px;
	line-height:24px;
}

.avatar{
	padding: 10px 0;
	width:80px; 
	height:80px; 
	border-radius:50%; 
	margin:0px 20px;
	transition: all 2.0s;  
}
.avatar-text{
	position: relative;
	top:-30px;
	color:#000; 
	vertical-align: middle;
}


.style-card-other{
	float:left;
	width:33%;
	margin-bottom:15px;
	border-radius:5px;
	background-color:#fff;
}
.style-card-header-other{
	height:42px;
	line-height:42px;
	padding:0 15px;
	border-bottom:1px solid #f6f6f6;
	color:#333;
	border-radius:5px 5px 0 0;
	font-size:14px;
}
.style-card-body-other{
	padding:10px 15px;
	line-height:24px;
}

.clear{
    clear:both;
}