﻿@charset "utf-8";

/*****整体布局、样式***************************************
********************************************************/
html {border:none; margin:0px; padding:0px;}
body {border:none; margin:0px; padding:0px; font-family:Arial, "宋体"; font-size:12px; line-height:22px; color:#555;}
div, span, label, b, font, cite, img, a, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, th {border:none; margin:0px; padding:0px;}
textarea, input, select {margin:0px; padding:0px;} 
a:hover {color:#000; text-decoration:underline;}
a {color:#666; text-decoration:none;}
.floatLeft {display:inline; float:left; margin:0px; padding:0px;}
.floatRight {display:inline; float:right; margin:0px; padding:0px;}
.noBrr {border:none!important;}
.noBg {background:none!important;}
.bgC {background-color:#FFF5DF!important;}
.brrC {border-color:#ccc!important;}
.inputText {border:#ccc 1px solid; background:#fff;}
.textArea {border:#ccc 1px solid; background:#fff; overflow:hidden; overflow-y:scroll;}
.inputBtn {background:none; border:none; cursor:pointer; text-align:center;}
.divClear {display:block; overflow:hidden; zoom:1; clear:both; margin:0px auto; padding:0px;}
.ulClear {display:block; overflow:hidden; zoom:1; clear:both; margin:0px auto; padding:0px; list-style:none; width:100%;}
.spanSt {font-family:"宋体"; font-size:12px;}

body {background:#fff url(bodyBG.jpg) repeat-x left top;}
.Wrap {margin:0px auto; background:url(wrapBG.jpg) no-repeat center top;}

/*****顶部***********************************************
********************************************************/
.TopBar {height:32px; padding-top:3px; width:960px; margin:0px auto; overflow:hidden; zoom:1;}

/*****登录*****/
.spanUser {float:left; height:32px; line-height:32px;}
.spanUser b, .spanUser label, .spanUser input, .spanUser a {float:left; margin-right:10px; color:#999;}
.spanUser b {float:left; font-family:"宋体"; color:#c23835;}
.spanUser a {color:#c23835;}
.spanUser .inputText {width:80px; padding:3px 0px 0px 3px; height:18px; margin-top:5px; background:url(inputTextBg.gif) no-repeat left top; border:none;}
.spanUser .inputBtn {width:60px; height:21px; margin-top:5px; border:#cdcdcd 1px solid; background:url(btn_01.gif) no-repeat center center;}
.spanUser .aBtn:hover {background:url(btn_02.gif) no-repeat center bottom;}
.spanUser .aBtn {width:58px; height:19px; margin-top:5px; border:#cdcdcd 1px solid; background:url(btn_02.gif) no-repeat center top;}

/*****搜索*****/
.spanSearch {float:right; height:32px; line-height:32px;}
.spanSearch a, .spanSearch .spanSt, .spanSearch input {float:left;}
.spanSearch .spanSt {padding:0px 6px; color:#d51318;}
.spanSearch a:hover {color:#000;}
.spanSearch a {color:#d51318;}
.spanSearch .inputText {width:160px; margin:5px 10px 0px 50px; background:#fff url(bg_j01.gif) no-repeat left center; height:16px; padding:3px 0px 0px 20px;}
.spanSearch .inputBtn {width:60px; height:21px; line-height:19px; margin-top:5px; border:#cdcdcd 1px solid; background:#fff url(btn_03.gif) repeat-x left center;}

/*****动画***********************************************
********************************************************/
.Header {margin:0px auto 10px; width:960px; height:350px; position:relative;}
.flashMenu {position:absolute; height:350px; right:468px; top:0px;}
.flashTt {position:absolute; height:350px; right:0px; top:0px;}

/*****友情链接*******************************************
********************************************************/
.Links {width:938px; margin:0px auto 7px; overflow:hidden; zoom:1; border:#ccc 1px solid; padding:7px 10px;}
.Links img {margin-right:3px; margin-bottom:3px; max-height:35px; height:expression(this.height > 35 ? 35 : true);}
.Links span {padding:0px 5px; color:#f60;}
.Links a:hover {color:#f06;}
.Links a {color:#f60;}

/*****底部***********************************************
********************************************************/
.Foot {width:958px; height:105px; border:#f3dabc 1px solid; margin:0px auto; padding:0px; overflow:hidden; zoom:1; background:url(footBG.jpg) repeat-x left top;}
.Foot .spanLogo {float:left; width:300px; height:80px; border-right:#e2c291 1px solid; text-align:center; margin-left:50px; margin-top:15px;}
.inFoot {display:inline; float:right; width:530px; margin:10px 50px 0px 0px;}
.inFoot p {margin:0px; padding:0px; font-family:"宋体";}
.inFoot p.pAbout a:hover {color:#f30;}
.inFoot p.pAbout a {color:#c01c11;}
.inFoot .spanSt {padding:0px 6px; color:#c01c11;}


















