﻿@charset "utf-8";
/* CSS Document */

/* 基本 */
a:link , a:visited { text-decoration: none; color: #0083d7; }
a:hover , a:active { text-decoration: none; color:#003366;}
/* page */
#body { background:url(../images/pageBg.gif) repeat-y center; }
#header, #menu, #main, #footer { width:1003px; margin:0 auto; clear:both; }
/* #header */
#header { position:relative; height:154px; background:url(../images/headBg.gif) repeat-x; }
#logo { position:absolute; left:41px; }
#headerLink { position:absolute; right:60px; top:62px; }
#headerLink a { padding:0 5px; }
#menu { position:absolute; bottom:0; background:url(../images/menuBg.gif) repeat-x; height:51px; text-align:center; }
#menu img { margin:0; }
/* #main */
#main { background:url(../images/mainBg.gif) no-repeat left top; overflow:hidden; }
#sideLeft { background:url(../images/leftBg.gif) no-repeat; width:264px; float:left; display:inline; }
#friendLink { margin-left:41px; }
#sideMain { margin:31px 0 0 288px; }
/* #footer */
#footerBg { background:url(../images/footBg.gif) no-repeat center top; height:104px; overflow:hidden; clear:both; }
#footer { width:900px; text-align:right; padding-top:41px; }
#footer img { vertical-align:top; margin-left:10px; }
/*
* list
*/
.list1 { }
.list1 li { line-height:20px; height:25px; }
.list1 li a { padding-left:20px; background-position: 10px center; background-repeat:no-repeat; }
.list1 li a:link, .list1 li a:visited { background-image:url(../images/ico1.gif); }
.list1 li a:hover, .list1 li a:active { background-image:url(../images/ico3.gif); }
.list2 { }
.list2 li { line-height:20px; height:25px; }
.list2 li a { padding-left:20px; background-position: 10px center; background-repeat:no-repeat; }
.list2 li a:link, .list1 li a:visited { background-image:url(../images/ico2.gif); }
.list2 li a:hover, .list1 li a:active { background-image:url(../images/ico3.gif); }
/*
翻页
*/
.turnPage { font-size:12px; clear: both; padding:5px 10px; color:#0083d7; }
.turnPage a { width:17px; height:17px; line-height:17px; display:inline-block; text-align:center; margin:0 5px;border:1px solid #0083d7; color:#0083d7; background:url(../images/turnPageBg.gif) repeat-x; }
.turnPage a:link , .turnPage a:visited { }
.turnPage a:hover , .turnPage a:active , .turnPage .this { background:url(../images/turnPageBg_over.gif) repeat-x center; color:#fff;}
.turnPage .btns{ border:1px solid #b7b7b7; color:#b7b7b7;}
/*
******************* js style ***********************
* jquery_dongTabs_1.0_bs.js
*/
/*基本样式设置(请勿修改)*/
#rollDoor ul, #rollDoor li { margin:0; padding:0; list-style:none; }
#rollDoor .tabBar li { float: left; }
#rollDoor .tabBox { clear:both; }
#rollDoor .tabBox li {}
/*自定义样式设置*/
#rollDoor { display:inline-block; margin:56px 0 20px 41px; min-height:200px; }
#rollDoor .tabBar li { cursor:pointer; }
#rollDoor .tabBox li { }
/*
* jquery_dongSlide_1.1.js
*/
/*基本样式设置(请勿修改)*/
#slide, #slide .pic img { width:100px; height:100px; }
#slide { position:relative; overflow:hidden; }
#slide ul, #slide li { margin:0; padding:0; list-style-type:none; position:absolute; }
#slide .num li { position:absolute; z-index:99; }
#slide .num li.over { }
/*自定义样式设置*/
#slide, #slide .pic img { width:674px; height:226px; }
#slide { }
#slide .num li { width:20px; }
#slide .num li.over img { visibility:hidden; }
/******************** js style end ************************/
/* color #333 */
.color333{ color:#333;}
.aColor333:link , .aColor333:visited{ color:#333;}
.aColor333:hover , .aColor333:active{ color:#0083d7;}
/* color #0083d7 blue */
.color0083d7{ color:#0083d7;}
