@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button {
    padding: 0;
    margin: 0;
}

fieldset,
img {
    border: 0;
}

input,
label,
select,
option,
textarea,
button,
fieldset,
legend {
    font-size: 12px;
    line-height: 24px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    line-height: 24px;
}

ul {
    list-style: none;
}

ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    color: #111;
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    overflow-x: hidden;
}

html {
    overflow-y: scroll;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    _overflow-x: hidden;
    overflow-x: hidden;
    background: #F1F1F1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.width {
    margin: 0 auto;
    width: 1000px;
}

/*链接字体颜色*/
a {
    color: #111;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #F77820
}

/*字体*/
.font {
    font-family: "微软雅黑";
}

.font2 {
    font-family: "Arial";
}

.font3 {
    font-family: "宋体";
}

.font8 {
    font-size: 8px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.font38 {
    font-size: 38px;
}

.font60 {
    font-size: 60px;
}

/*颜色*/
a.bai,
a.bai:hover,
bai:hover,
.bai {
    color: #fff;
}

.yellow {
    color: #FEE300;
}

.blue {
    color: #0090FF;
}

/*蓝色*/
.green {
    color: #018E32
}

/*绿色*/
.purple {
    color: #ADADFF;
}

/*紫色*/
.red {
    color: #ff0000;
}

.org {
    color: #F77820;
}


#header {}

#header .logo_bar {
    height: 120px;
    border-bottom: 1px solid #6DBFEF;
}

#header .logo_bar .logo {
    margin-top: 18px;
}

#header .nav_bar .tel {
    margin-top: 24px;
}

#header .nav_bar .date {
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑";
    line-height: 40px;
}

#header .menu {
    height: 43px;
    background: url(../images/header_bg.jpg) repeat-x;
}

#header .menu .menu_b {
    border-left: 1px solid #3A84BF;
    width: 100%;
    height: 43px;
}

#header .menu a {
    display: block;
    float: left;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #fff;
    width: 14.08%;
    text-align: center;
    margin-left: 1px;
    border-right: 1px solid #3A84BF;
}

#header .menu a:hover,
#header .menu a.hover {
    color: #FEE300;
    background: url(../images/menu_bg.jpg) no-repeat center;
    font-weight: bold;
}

#footer {
    margin-top: 25px;
    background: url(../images/footer_bg.jpg) repeat;
    height: 110px;
    padding-top: 10px;
}

#footer .nav {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

#footer .nav a {
    color: #fff;
    padding: 0 5px;
}

#footer .nav a:hover {
    text-decoration: underline;
}

#footer p {
    color: #E5ECF1;
    text-align: center;
    padding-top: 10px;
    line-height: 28px;
}

.Pager {
    height: 22px;
    position: relative;
    text-align: center;
    float: right;
    margin: 0 15px;
    font-family: sans-serif;
    font-size: 12px;
}

.Pager_Nav {
    line-height: 20px;
}

.Pager a.Pager_PrevBtn,
.Pager a.Pager_PrevBtn:hover {
    width: 60px;
    height: 20px;
}

.Pager a.Pager_NextBtn,
.Pager a.Pager_NextBtn:hover {
    width: 60px;
    height: 20px;
}

.Pager_Buttons a,
.Pager_Buttons span {
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border: 1px solid #ddd;
    margin-right: 3px;
}

.Pager_Buttons a:hover {
    font-weight: bold;
    background: #026ebf;
    color: #fff;
}

.Pager_Buttons .now {
    background: #026ebf;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    color: #fff;
}