﻿/*通用设置*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:top;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
ul {
    list-style: none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
text-decoration: none;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}

.clear{ clear:both; height:0; line-height:0; overflow:hidden; font-size:0;}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.posr {position: relative;}
.posa {position: absolute;}
.fll {float: left;}
.flr {float: right;}
.tac {text-align: center;}
.tar {text-align: right;}
.dcpib {display: inline-block; *zoom: 1; *display: inline;}
body{font: 12px "Microsoft YaHei","微软雅黑",Arial, Helvetica, sans-serif; color:#333;}
body a {color:#333;}
.songti {font-family: SimSun, "宋体", NSimSun, "新宋体", FangSong, "仿宋", STSong, "华文宋体";}
.heiti {font-family: SimHei, "黑体", STHeiti, "华文黑体";}
.kaiti {font-family: KaiTi, "楷体";}


body{
	min-width:1111px;
}	

/*页头、菜单栏、页脚*/
/*header*/
#header{
	width:100%;
}
#topBox{
    height: 60px;
    filter: alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
}
#topBox>div{
	height:60px;
	width:1102px;
	margin:0px auto;
}
#topBox img{
	height: 45px;
	margin: 8px 0px;
	float:left;
}
/*nav*/
#nav {
	float: right;
	padding-right: 5px;
	line-height: 60px;
}
#nav li{
	float: left;
    text-align: center;
    position: relative;
}
#nav li a{
	font-size: 16px;
    color: #000;
    display: inline-block;
    width: 115px;
	font-weight:bold;
}
#nav li a:hover{
	background-color: #2f4a57;
	color:#fff;
}
#nav li.currclass a{
	background-color: #2f4a57;
	color:#fff;
}
#nav .curpage{
}
#nav .curpage a{
	color: #92191e;
}
/*幻灯*/
#huanDeng{
	width:100%;
	height: 377px;
	background: url(huanDengBG.png) no-repeat center bottom;
	position:relative;
	display: block;
}
#huanDeng img{
    height:360px;
    width:100%;
}
ul.bxslider img {
	height:360px;
}

/*内容页*/
#main{
    width: 1102px;
    margin: 0 auto;
}

/*栏目页*/
#main.lanmu,#main.guanyu,#main.doc{
    width:1140px;
}

/*footer*/
#footer{
	clear:both;
	margin-top: 50px;
    padding: 20px 15px 10px 26px;
    background: #8fb0c1;
}
#footer>div{
	width: 760px;
    margin: 0 auto;
}
#footer_logo{
	float:left;
}
#footer_logo img{
	height:48px;
}
#footer_con{
	float:left;
	color: white;
    margin-left: 40px;
	font-size:13px;
	padding:7px 0px;
}
#footer_con p{
	height:25px;
}
#footer_con span{
	float:left;
	padding: 0px 12px;
}
#footer_con a{
	color: white;
    float: left;
    line-height: 1;
    border-right: 1px solid #fff;
	padding: 0px 12px;
}
#footer_con a:hover{
	color: #ce0000;
}

