﻿@charset "utf-8";
/* CSS Document */
/* 全局样式 */

body {margin:0 auto 10px auto; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; background:#E8E1D9;}
div {margin:0 auto;}
form,img,ul,li {padding:0; margin:0; border:0;}
.clear {clear:both; font-size:1px; width:1px; height:0; visibility:hidden;}
.left {float:left;}
.right {float:right;}

/* 字体颜色 */
.cRed {color:#FF0000;}
.gb-input-01, .gb-input-02  {border:#ccc 1px solid;margin:3px;
}

/* 链接颜色 */
a:link, a:visited {color:#4A210F; text-decoration:none;}
a:hover {color:#4A210F;}
.cWhite a:link, .cWhite a:visited {color:#FFFFFF;}
.cWhite a:hover {color:#FFFFFF; text-decoration:underline;}
/* 导航链接颜色 */
.menuText a:link, .header a:visited {color:#FFFFFF; text-decoration:none;filter:dropshadow(color=#003366,offx=1,offy=1);}
.menuText a:hover {color:#FFFFFF; text-decoration:none;filter:dropshadow(color=#003366,offx=1,offy=1);}
/* 版本链接颜色 */
.language a:link, .language a:visited {color:#000; text-decoration:none;}
.language a:hover {color:#000; text-decoration:underline;}
/* 左栏链接颜色 */
.big a:link, .big a:visited {color:#fff; text-decoration:none;}
.big a:hover {color:#fff; text-decoration:underline;}
/* 中间链接颜色 */
.center a:link, .center a:visited {color:#4A210F; text-decoration:none;}
.center a:hover {color:#4A210F; text-decoration:underline;}
.center .more a:link, .center .more a:visited {color:#BD3E07; text-decoration:none; text-align:right;}
.center .more a:hover {text-decoration:underline;}
/* 右栏链接颜色 */
.right a:link, .right a:visited {text-decoration:none;}
.right a:hover {text-decoration:underline;}
/* 页脚链接颜色 */
.footer a:link, .footer a:visited {color:#4A210F; text-decoration:none;}
.footer a:hover {color:#4A210F; text-decoration:underline;}


/* 头部 */
.header {width:1003px; height:108px;}
.header .logo {width:357px; height:77px; float:left;}
.header .banner1 {width:465px; height:77px; background:url(../images/sky.gif) no-repeat; float:left;}
.header .banner2 {width:465px; height:77px;background:url(../images/happy.gif) no-repeat; float:left;}
.header .language {padding-top:10px; float:right; margin-right:20px;}
.header .language li {float:left; list-style-type:none; padding:3px 3px 0 10px;}
.header .language li a {color:#000000;}

/* 导航 */

.header .menuText {width:1003px; height:31px; background:url(../images/header_bg.gif) repeat; float:left; color:#FFFFFF; font-weight:bold; font-size:12px;}
.header .menuText ul li {float:left; list-style-type:none; margin-top:8px; padding:0px 15px 0 15px; border-left:#FFFFFF dotted 1px;}
.header .home {height:22px; float:left; line-height:22px; margin:4px 15px 0 10px;}
/*.header .place {background:url(../images/home_bg2.gif) no-repeat; width:90px; height:22px; line-height:22px; margin:0;padding:0; border:0; margin-top:-3px;}*/

/* 左栏 */
.main {width:1003px; margin:10px auto 0 auto;}
.main .left {width:203px; float:left; font-family:Verdana; background:url(../images/left_bg.gif) repeat; color:#fff;}
.main .left a {color:#fff;}
.main .left .pCenter {margin:5px 0 1px 1px; line-height:22px; color:#fff; font-weight:bold; text-align:left; padding-left:10px;}
.main .left .big li {list-style-type:none; margin:0 0 2px 1px; line-height:22px; font-weight:bold; text-align:left; padding-left:12px;}
.main .left .small {height:100% !important;}
.main .left .small li {background:#FFFFFF; margin:0;padding:0; font-weight:normal; height:20px; line-height:20px;} 
.main .left .small ul {margin-left:-12px; padding-left:10px; background:#FFFFFF;}


/* 页脚 */
.footer {width:1003px; background:#D2C9C0; margin:10px auto 0 auto; clear:both; height:35px; text-align:left; padding-top:16px;}
.footer .footMenu {margin-left:26px; float:left;}
.footer .copyright {float:left; margin-left:6px;}
