﻿@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-1002 {
    width: 1002px;
    height: auto;
    margin: 10px auto 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;}

.lm_left{width: 280px; min-height: 700px; background: #efefef;;}
.lm_left_dqlm{background: #a30909; font-size: 17px; font-weight:bold; line-height: 50px; color: #ffffff; padding-left: 43px;}
.lm_left ul{margin-top: 20px;}
.lm_left ul li{line-height: 45px;background: url(lmliststyle.png) no-repeat 20px; padding-left: 40px; border-bottom: #e3e3e3 solid 1px;}
.lm_left ul li:hover{background: url(lmliststyle_hover.png) no-repeat 20px; background-color: #e0c1c1;}
.lm_left ul li:hover a{color: #a30909; font-weight: bold;}
.lm_right{width: 820px; background: #ffffff; min-height: 500px;}
.lm_right_list{border: #dedede solid 1px;}
.lm_right_list ul{margin-left: 20px; margin-top: 10px; margin-right: 20px;}
.lm_right_list ul li{background: url(lmyliststyle.gif) no-repeat left; padding-left:15px; border-bottom: #e8e8e8 dashed 1px; line-height: 45px; font-size: 17px;}
.date{color: #999999; font-size: 17px;}

/* 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;}
