@charset "utf-8";
/* CSS Document */
.bottomDiv {
    position: fixed;
    text-align: center;
    left: 0px;
    bottom: 0px;
    _position: absolute;
    width: 100%;
    height: 55px;
    padding: 5px;
    background: #333 url(../images/line.jpg) no-repeat center center;
    z-index: 999;
}
.bottomDiv a{color:#fffffe;font-size:12px;line-height:8px;}
.bt1 .topimg {
    background: url(../images/tel.png) no-repeat center center;
}
.topimg {
    width: 100%;
    float: left;
    height: 24px;
}
.bt2 .topimg {
    background: url(../images/sms.png) no-repeat center center;
}
.bottomDiv li {
    width: 50%;
    float: left;
    height: 43px;
	list-style: none;
	color:#fff;
}
.title {
    background: #e5e5e5;
    color: #0e5d9e;
    padding: 0.3em;
    padding-top: 0.35em;
}
.content {
    padding: 5px;
}
.backtop {
    padding: 0.3em;
    background: #005fb3 url(../images/bg1.png) no-repeat center center;
}
.backtop a{color:#fffffe;}
.center {
    text-align: center;
}
.nav {
    background: #bd192d;
    text-align: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    height: 2em;
}
.nav ul {
    margin: 0 auto;
	padding:0px;
    text-align: center;
}
.nav li {
    width: 25%;
	list-style: none;
	float:left;
	margin:0px;
	padding:0px;
}
.nav a{color:#fff;}
.clear{clear:both;}
