﻿*{
margin:0;
padding:0;
letter-spacing: 1px;
word-spacing: 1px;
word-break:break-all;
}
body{
background:#F5F5F5 url('../Images/Body_Bg.gif') repeat-x center top;
font-size:12px;
text-align:center;
}
html {
    overflow:-moz-scrollbars-vertical;/*设置火狐浏览器始终有滚动条*/
}
a{
text-decoration:none;/*设置连接修饰(无)*/
}
a:hover{
}
#Container{
font-size:12px;
line-height:22px;
text-align:left;
width:910px;
height:auto;
margin:0 auto;
}
.M_Left
{
float:left;
display:inline;
}
.M_Right{
float:right;
display:inline;
}
/*=====顶部=====*/
#Peak{
width:910px;
height:45px;
}
.CO_Name{
font-size:14px;
color:#334957;
height:45px;
padding-left:25px;
margin-left:20px;
line-height:45px;
background:url('../Images/user_Icon.gif') no-repeat left;
}
.CO_Name a{
font-size:14px;
color:#334957;
font-weight:bold;
line-height:45px;
}
.Peak_Button{
list-style:none;
height:45px;
}
.Peak_Button li{
height:45px;
margin-right:20px;
display:inline;
}
.Peak_Button li span{
width:20px;
height:20px;
margin-top:12px;
float:left;
}
.Peak_Button li a{
font-size:12px;
color:#334957;
padding-left:5px;
height:20px;
margin-top:12px;
float:left;
display:block;
}
.Peak_Button  li a:hover{
color:#E36B00;
}
/*=====页眉=====*/
#header{
width:910px;
height:85px;
background:url('../Images/Nav_Bg.gif') repeat-x bottom left;
}
#Logo{
width:222px;
height:80px;
margin-top:5px;
}
/*-----导航-----*/
.Nav{
list-style:none;
width:auto;
height:41px;
margin:35px 0 0 0 ;
}
.Nav li{
width:130px;
height:41px;
margin-right:5px;
background:url('../Images/Nav_Link.gif') no-repeat;
}
.Nav li a{
font-size:14px;
font-weight:bold;
line-height:41px;
text-align:center;
color:#fff;
width:130px;
height:41px;
display:block;
}
.Nav li a:hover{
background:url('../Images/Nav_Hover.gif') no-repeat;
}
/*=====内容=====*/
#Conter{
width:870px;
min-height:500px;
padding:10px 19px 19px 19px;
background:#F8F8F8;
border-right:1px #DCDCDC solid;
border-bottom:1px #DCDCDC solid;
border-left:1px #DCDCDC solid;
}
*html #Conter{
height:500px;
}

/*按钮*/
.Login_Button{
color:#fff;
height:21px;
line-height:21px;
margin-left:10px;
padding:0 10px 0 20px;
border:2px #97B4C7 solid;
background:#7696AB url('../Images/Login_BIcon.gif') no-repeat left;
}
.Login_Button:hover{
border:2px #71CE61 solid;
background:#49AB38 url('../Images/Login_BIconH.gif') no-repeat left;
}
