/* CSS Document */
body,td,th {
	font-size: 12px;
	line-height:23px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.9{
	font-size: 10px;
}
.12{
	font-size: 12px;color: #FFFFFF; font-weight: bold;
}
.12b{
	font-size: 12px;color: #000; font-weight: bold;
}
.12hei{
	font-size: 12px;color: #000;
}
.12hui{
	font-size: 12px;color: #666666;
}
.12hong{
	font-size: 12px;color: #FF0000; font-weight: bold;}
.14bai{
	font-size: 14px;color: #FFFFFF; font-weight: bold;}
	
.14hong{
	font-size: 14px;color: #FF0000; font-weight: bold;}
	.14lv{
	font-size: 14px;color: #01A26A; font-weight: bold;}
	.12lan{
	font-size: 12px;color: #154790; font-weight: bold;}
	.18hei{
	font-size: 18px;color: #000; font-weight: bold;}


.am-navbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 1010;
}

.ft-foot {
    background: #ff9f14;display: block;
}
@media only screen and (min-width:1200px) {
.ft-foot{ display: none;}
}

.am-navbar ul {
    margin: 0;
    list-style: none;
    width: 100%;
}.am-navbar .am-navbar-nav {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
 .am-navbar-default .am-navbar-nav {
    background-color: #ff9f14;
}
 .am-avg-sm-4>li {
    width: 25%;
}
.am-avg-sm-4>li:nth-of-type(4n+1) {
    clear: both;
}
 .am-navbar .am-navbar-nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
}
 .am-navbar-nav a{text-decoration: none;}
 .am-navbar-nav a .am-navbar-label {
    padding-top: 2px;
    line-height: 1;
    font-size: 14px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;color: #fff;
    overflow: hidden;
}.am-navbar-nav a [class*=fa] {
    width: 25px;
    height: 25px;
    margin: 4px auto 0;
    display: block;
    line-height: 24px;color: #fff;
    font-size: 20px;
}