﻿body {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #282828 url(../images/bg.jpg) repeat-y center;
}
p, div, form, img, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
}
ul, ol, li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
table, li, tr, th, br {
    font-size: 14px;
    font-family: Microsoft YaHei;
}
img {
    display: block;
}

/* á′?ó??é? */
a {
    text-decoration: none;
    color:
}
a:hover {
    text-decoration: none;
    color: #C00;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.cl {
    clear: both;
}
.mt_01 {
    margin-top: 45px;
}

/* nav */
.nav {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-family: SimSun;
    background:#000;
}
.nav a {
    color: #fff;
}
.bg01 {
    background: url(../images/title_01.jpg) no-repeat center top;
    height: 400px;
}
.bg02 {
    background: url(../images/title_02.jpg) repeat-y center;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.bg02 a{
    padding: 0 45px;
    color: #fff;
}
.bg02 a:hover{
    color: #c00;
}
.fs_01{
    font-size: 36px;
    color: #4f4f4f;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.fs_01 a{
    color: #4f4f4f;
}
.fs_01 a:hover{
    color: #c00;
}
.fs_02{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.fs_02 a{
    color: #000;
}
.fs_02 a:hover{
    color: #c00;
}
.fs_03{
    line-height: 24px;
    text-indent: 28px;
    color: #6d6d6d;
}
.fs_03 a{
    color: #6d6d6d;
}
.fs_03 a:hover{
    color: #c00;
}
.fs_04{
    font-size: 16px;
    line-height: 26px;
    color: #737373;
}
.fs_04 a{
    color: #737373;
}
.fs_04 a:hover{
    color: #c00;
}
.fs_04 span{
    display: block;
    margin: 10px auto;
    background: url(../images/title_03.jpg) no-repeat center top;
    padding-top: 70px;
    line-height: 22px;
    color: #191c25;
    text-align: center;
    font-weight: bold;
}
a.left{
    margin-top: 70px;
    width: 45px;
    height: 100px;
    background: url(../images/sprite01.png) 0px 0px no-repeat;
     cursor:pointer;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);
     display: block;
}
a.left:hvoer{
     cursor:pointer;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);
}
a.right{
    margin-top: 70px;
    width: 45px;
    height: 100px;
    background: url(../images/sprite01.png) -55px 0px no-repeat;
     cursor:pointer;opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);
     display: block;
}
a.right:hvoer{
     cursor:pointer;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);
}

.box01 { float: left; width: 1000px; height: 290px; position: relative; }
.box01 a.left { position: absolute; top: 0px; left: 0px; width: 45px; height: 100px; background: url(../images/sprite01.png) 0px 0px no-repeat; cursor: pointer; opacity: .6; -moz-opacity: .6; filter: alpha(opacity=60); z-index: 10; }
.box01 a.left:hvoer{ cursor:pointer;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.box01 .center { position: absolute; top: 0px; left: 25px; width: 950px; z-index: 4; }
.box01 a.right { position: absolute; top: 0px; right: 0px; width: 45px; height: 100px; background: url(../images/sprite01.png) -55px 0px no-repeat; cursor: pointer; opacity: .6; -moz-opacity: .6; filter: alpha(opacity=60); z-index: 10; }
.box01 a.right:hvoer{ cursor:pointer;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.box02 { float: left; width: 190px; margin-right: 30px; }
.box02 img { display: block; border-radius: 85px; margin-left: 10px; }
.box02 p { display: block; padding-top: 10px; line-height: 20px; color: #918f8f; text-align: center; }
.box02 p a { color: #918f8f; }
.box02 p a:hover { color: #c00; }
.box02 p span { display: block; font-size: 22px; padding-bottom: 8px; color: #4f4f4f; }
.box02 p span a { color: #918f8f; }
.box02 p span a:hover { color: #c00; }
/* 轮换图 css */
.loadImg{width:490px;height:330px; position:relative; float:left;}
.loadImg .imgShow img{width:490px; height:330px;}
.loadImg .imgShow p{text-align:center;color:#fff;line-height:33px;font-size:14px;font-weight:bold;}
.loadImg .imgText{width:320px;height:11px;position:absolute; bottom:20px; right:10px;}
.loadImg .imgText ul{text-align:center;line-height:20px;}
.loadImg .imgText ul li{float:right;width:20px;height:20px; font-size: 12px; font-weight: bold; color: #fff; text-align:center; margin-left:5px; background:#000;}
.loadImg .imgText ul li.now{ background:#c00; color:#fff;}

/* footer */
#footer {
    width: 100%;
    line-height: 25px;
    font-family: SimSun;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 40px 0;
    margin-top: 40px;
}
#footer a {
    color: #000;
}
#footer p {
    text-align: center;
    font-family: SimSun;
    font-size: 12px;
}
#footer address {
    font-style: normal;
    text-align: center;
    color: #000;
    font-family: SimSun;
    font-size: 12px;
}