﻿/*
    所有前台页面都要引用的样式
    包含整体基础样式及所有页面都有的页面顶部和底部两块的样式.
    创建:魏祥飞 20150206
    */

body 
{
	padding:0;margin:0;font-size:12px;width:100%;height:100%;color:#4e504f;font-family:微软雅黑,Arial,宋体;
}
p
{
	margin:0;
}
span
{
	padding:0;margin:0;
}
form
{
	margin:0;padding:0;	
}
.onhand
{
	cursor:pointer;
}
img
{
	margin:0;border:0;vertical-align :middle ;
}
.clear
{
	clear:both;
}
.w1000{
    width:1000px;margin:auto;
}


A:link{
	color:#4e504f;text-decoration: none;
}
A:visited{
	color:#4e504f;text-decoration: none;
}
A:hover {
	color:#4e504f;TEXT-DECORATION: underline;
}

/*
所有页面的顶部和底部
*/
.site-topbar{
    width:1000px;height:55px;margin:7px auto 7px auto;background-color:white;
}
.site-logo{
    float:left;width:169px;height:55px;background: url(../Images/site-logo.png) no-repeat;
}

/*导航条 开始*/
.site-nav{
    float:left;height:33px;margin-top:22px;
}
.nav-main{
    float:left;line-height:22px;font-size:14px;font-weight:bold;padding:0 5px 0 5px;margin-left:40px;cursor:pointer;
}
.nav-main:hover{
    background-color:#355a8e;color:white;text-decoration:none;
}
.nav-itembox{
    position:absolute;width:100px;top:20px;border:1px solid #aeaeae;box-shadow: 0 0 10px #888888;padding:48px 0 0 0; visibility:hidden;z-index:99;
}

.nav-item{
    float:left;height:30px;line-height:30px;width:100px;background-color:white;text-indent:20px;
}
.nav-item:hover{
    color:white;background-color:#3679d2;text-decoration:none;
}
/*导航条 结束*/

.site-oper{
    float:right;width:156px;height:62px;
}
.site-language{
    float:left;width:76px;line-height:15px;text-align:right;
}
.site-login{
    float:right;width:50px;height:22px;margin:16px 3px 0 0;
}

/*底部开始*/
.site-bottom{
    height:180px;background-color:#424242;padding-top:20px;
}


.bottom-content{
    width:1000px;margin:auto;
}
.bottom-left{
    float:left;width:210px;height:160px;
}
.bottom-center{
    float:left;border-left:1px solid #848484;border-right:1px solid #848484;height:160px;width:218px;
}
.bottom-right {
    float: left;width: 530px;height: 160px;color:white;line-height:22px;text-align:center;
}
.bottom-title{
    clear:both;text-align:center;color:white;
}
.bottom-friendlink{
    float:left;width:200px;margin-top:25px;
}
.bottom-QR{
    background: url(../Images/QR.png) no-repeat center center;width:100%;height:120px;
}
/*底部结束*/