﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
	text-decoration:none;
}
body {
    background: none repeat scroll 0 0 #f2fefe;
    color: #ffffff;
    font: 14px/1.5  "微软雅黑","hiragino Sans GB W3",Geneva,Arial,Helvetica,sans-serif;
}
img {
    border: 0 none;
    vertical-align: middle;
}
.home {
    background:url(../images/bg.jpg) no-repeat 50% 50%;
	background-size:100% 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
}
.logo{ text-align:center;}
.logo img {
    margin: 50px 0 40px;
	width:100%; max-width:640px;
}
.nav {
    background: url(../images/blackbg.png) repeat;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.nav ul {
    padding: 2%;
	/*opacity:0.85;*/
}
.nav ul li {
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 13px 0;
    text-align: center;
   /* text-shadow: 1px 1px 3px #000;*/
    width: 33%;
}
.nav ul li a span {
    /*font-family: "Times New Roman";*/
    font-size: 14px;
    /*font-weight: normal;*/
    font-weight: bold;
	color:#FFFFFFF;
}
.navline {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.br0{ border-right:0px;}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}


.link_fff:link, .link_fff:visited {
    color: #FFFFFF;
}
.link_fff:hover {
    color: #FFFFFF;
}