
/* 全局样式 Global Style */
body{ font-size: 13px; margin: 0px; padding: 0px; background: #E5F3F3 url(../images/bg.jpg) top repeat-x; }
div,ul,li{ margin: 0px; padding: 0px; list-style: none; list-style-type: none; }
img{ vertical-align: top; }

/* 左或右对齐 Left or Right align  */
.left{ float: left; }
.right{ float: right; }

/* 总宽 Wrap */
.over-all-width{ width: 960px; }

/* 清除浮层 Clearfix */
.clearfix{ clear: both; }
.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 连接样式 A Style */
a:link,
a:visited{ color: #333; text-decoration: none; }
a:hover{ color: #acb0b0; text-decoration: none; }

/* 字体样式 Font Style */
.en-font{ font-family: Arial, Helvetica, sans-serif; }


/* 头部 Header */
#header{ margin: 0px auto; }

/*  |-  左侧 lSidebar */
#header #lsidebar{ width: 715px; }
/*       |-  标志 Logo */
#header #lsidebar #logo{ width: 410px; }
/*       |-  服务 Service */
#header #lsidebar #service{ width: 305px; height: 100px; text-align: center; background: url(../images/top/bg.jpg) no-repeat; }
#header #lsidebar #service .insis{ position: relative; top: 20px; }
/*       |-  导航 Navigation */
#header #lsidebar #navigation{ width: 100%; margin: 0px auto; }
#header #lsidebar #navigation .nav{ width: 500px; padding: 0px; }

#header #lsidebar #navigation .nav ul li{ width: 125px; height: 50px; margin: 0px; padding: 0px;  float: left; }
#header #lsidebar #navigation .nav ul li img{ border: 0px; }

/*  |-  右侧 rSidebar */
#header #rsidebar{ width: 245px; }

/*       |-  收藏 Favorites */
#header #rsidebar #favorites{ width: 100%; height: 55px; position: relative; }
#header #rsidebar #favorites .fav{ width: 90%; padding: 0px 0px 0px 20px; bottom: 5px; position: absolute; }
#header #rsidebar #favorites .fav table{ width: 100%; }
#header #rsidebar #favorites .fav table tr{ height: 20px; vertical-align: middle; }
#header #rsidebar #favorites .fav table td img{ margin: 1px 0px 0px 0px;}

/*       |-  登录条 Loginbar */
#header #rsidebar #loginbar{ width: 245px; }
#header #rsidebar #loginbar .logbar{ width: 100%; }
#header #rsidebar #loginbar .logbar .entry{ height: 30px; position: relative; left: 1px; bottom: 9px!important; bottom: 0px; }
#header #rsidebar #loginbar .logbar .entrys{ position: relative; right: 2px; bottom: 4px!important; bottom: 0px; }

/* 容器 Container */
#container{ margin: 0px auto; background: #fff url(../images/default/bg.jpg) repeat-y; }

/* 主体 Main */
#container #mainer{ width: 100%; }
#container #mainer .wrap{ width: 880px; margin: 0 auto; }
#container #mainer .wrap .title{ height: 60px; }
#container #mainer .loca{ position: relative; top: 33px; right: 10px; }

#container #mainer .content{ width: 90%; margin: auto; }
#container #mainer .content p{ line-height: 22px; }

/* 底部 Footer */
#footer{ margin: 0px auto; }
#footer table{ width: 90%; line-height: 25px; }
#footer table .rim{ height: 24px; text-align: center; background: #fff; border: 2px #32a600 solid; border-left: 0px; border-right: 0px; }
