﻿/*---------------------------------common--------------------------------------*/
body { margin: 0px; padding: 0px; font-size: 12px; }
ul { list-style: none; margin: 0px; padding: 0px; }
.widthFix { width: 100%; }

/*---------------------------------header--------------------------------------*/
.header { height: 55px; background: url(../img/bg.png); }
.header .nav-bar { width: 960px; margin: 0 auto; }
.header .logo { float: left; color: white; font-weight: lighter; font-size: 30px; font-family: 华文琥珀; width: 120px; height: 55px; line-height: 55px; vertical-align: middle; overflow: hidden; }
.header .nav { float: left; width: 500px; height: 55px; overflow: hidden; }
.header .login { font-size: 15px; color: White; float: right; width: 150px; height: 55px; line-height: 55px; vertical-align: middle; text-align: right; }
.nav ul li { float: left; height: 55px; line-height: 55px; vertical-align: middle; text-align: center; font-size: 15px; color: White; padding: 0px 15px 0px 15px; }
.nav ul li:hover { background: url(../img/bg-activelink.png); }
.nav .hover { background: url(../img/bg-activelink.png); }
.nav a { display: block; width: 55px; height: 55px; line-height: 55px; text-decoration: none; color: White; }

/*---------------------------------main--------------------------------------*/
.main { min-height: 300px; 
        /*background: url(../img/bg-content.gif) white;*/
         background-repeat: no-repeat; width: 995px; margin: 0px auto; padding-top: 12px; }
.main_content { margin: 0 10px; }


/*---------------------------------footer--------------------------------------*/
.footer { height: 30px; line-height: 30px; vertical-align: middle; text-align: center; background: #2E2E2E; color: White; font-weight: bold; bottom: 0; position: fixed; width: 100%; }
.copy_right { 
   color:white;
  
}

/*-----photo----*/
#tip { position: absolute; z-index: 10; background-color: red; top:0; text-align:center; border-radius:5px; color:#fff; background-color:#1aad19; padding:5px;display:none; }
