﻿@charset "utf-8";
/* CSS Document */

body {
    background: #eeeeee;
}
.position {position:relative;}
.bgcolorwhite {
    background: #fff;
}
.bt-margin-left-50 {
    margin-left: 50px;
}
.bt-padding-top-40 {
    padding-top: 40px;
}
.bt-margin-top-60 {
    margin-top: 60px;
}
.bt-height-100 {
    height: 100px;
}
.bt-padding-5 {
    padding: 5px;
}
.bt-margin-left-13{
    margin-left: 13px;
}
.border {
    border: #2a4b6e solid 1px;
}
.bt-box-900 {
    width: 900px;
    height: auto;
    margin: 0 auto;
}
.bt-box-325 {
    width: 325px;
    height: auto;
}
/* 搜素 */
.search{margin-top: 7px;}
.search_input {
    width: 224px;
    border: solid 1px #d0d0d1;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-right: none;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}
.search_right {
    background: url(seach.png) no-repeat 10%;
    height: 35px;
    color: #999999;
    padding-left: 10px;
    width: 50px;
    border: solid 1px #d0d0d1;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    float: right;
    border-left: none;
    background-color: #ffffff;
}
.top {
    font-size: 13px;
    color: #999999;
    background: #eeeeee;
}
.top a {
    color: #999999;
}
.top_jft{border:solid #999999 1px; border-radius: 5px; width: 24px; height: 24px; margin-top: 13px; line-height: 22px; text-align: center; margin-right: 8px; color: #999999; background: #eeeeee;}
.top_wza{border:solid #999999 1px; border-radius: 5px; width: 80px; height: 24px; margin-top: 13px; line-height: 22px; text-align: center; margin-right: 50px;}
.banner {
    background: url("banner.jpg") center no-repeat;
    min-height: 180px;
    width: 100%;
}
/* 导航 */
.navbg{background: #a30909;width: 100%;}
.nav {
    height: 50px;
}
.navhover{background: #ffebeb;}
.navhovera{color: #a30909;}
.nav ul li {
    float: left;
    width: 136px;
    text-align: center;
    line-height: 50px;
}
.nav ul li a {
    color: #fff;
    font-size: 19px;
}
.nav ul li:hover {
    background:#ffebeb;
}
.nav ul li:hover a {
    color: #a30909; font-weight: bold;
}

/* 当前位置 */
.location{ background: url("location.gif") 20px no-repeat; padding-left: 40px;font-size: 13px; color: #454545;}
.location a{font-size: 13px; color: #454545; line-height: 40px;}

/* 文章正文 */
.wzzw h2{font-size: 22px; line-height: 64px; text-align: center; border-bottom: #717171 solid 2px; margin-top: 30px;}
.wzzw_info{text-align: center; line-height: 50px; font-size: 15px;}
.wzzw_info span{padding: 0 15px;}
.wzzw p{font-size: 15px; line-height: 30px;}

/* footer */
.footer{background: #a30909; width: 100%;}
.footer_info{width:450px; margin: 0 auto; }
.footer_text{font-size: 13px; color: #ffffff; text-align: center; line-height: 27px; padding-top: 15px;}
