@charset "utf-8";
/* CSS Document */
/* ============================ 重置css样式 ============================ */
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
body{ font-size:12px; font-family:"微软雅黑"}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
em { font-style: normal; }
ul, ol { list-style: none; }
a {
    text-decoration: none;
    cursor:pointer;
    outline:0;
}
a:hover{ text-decoration:none ; color:#4A97CD}
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { font-size: 100%; }
/* ========================= 页面常用样式 CSS样式 =========================== */
.clear {
    clear:both;
}
.fl{ float:left;}
.fr{ float:right;}
.autoHeight{height:auto!important;min-height:0px;height:0px;}
.autoHeight:after{display:block;clear:both;content:".";visibility:hidden;height:0;}

.col_red{
    color: #bb0000;
}
.col_ff00{
    color: #ff0000;
}
.f_14{
    font-size: 14px;
}
.f_16{
    font-size: 16px;
}
.f_bold{
    font-weight: bold;
}
.index_body{
    background: url("../images/bg_body.jpg");
}
.mt_10{
    margin-top: 10px;
}
/*顶部公共部分*/
.center{
    width: 1200px;
    margin: 0 auto;
}
.head{
    height: 35px;
    background: #ddddde;
    line-height: 35px;
}
.head .span_1{
    display: block;
    width:234px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    float: left;
}
.head .span_2{
    display: block;
    padding-left: 40px;
    color: #b81c2b;
    float: left;
}
.head .login_a{
    padding: 0 15px;
    color: #b81c2b;
}
.head .right_a{
    padding-left: 25px;
    color: #000000;
    float: right;
}
.head_logo{
    height: 92px;
    background: #fff;
    padding-top: 28px;
}
.head_logo .logo{
    width: 388px;
    height: 67px;
    background: url("../images/pic_logo.jpg") no-repeat left center;
    display: block;
    text-indent: -1000px;
    float: left;
}

.head_serch{
    width: 562px;
    height: 67px;
    float: left;
    margin-left: 82px;
}
.head_serch .tab{
    height: 26px;
}
.head_serch .tab a{
    float: left;
    padding: 0 12px;
    line-height: 26px;
    color: #ff0000;
}
.head_serch .tab a.cur{
    background: #ff0000;
    color: #fff;
}
.head_serch input{
    width: 459px;
    height: 39px;
    border: 2px solid #ff0000;
    float: left;
}
.head_serch .button{
    width: 99px;
    height: 43px;
    background: #ff0000;
    border: 0;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 18px;
}
.head_myBtn{
    width: 74px;
    height: 40px;
    border: 1px solid #bdbdbd;
    background: url("../images/icon_01.png") no-repeat 12px center;
    background-color: #eeeeee;
    display: block;
    float: right;
    border-radius: 2px;
    margin-top: 26px;
    line-height: 40px;
    padding-left: 46px;
    color: #595959;
}

/*底部*/
.btm_l{
    width: 1200px;
    height: 37px;
    margin: 0 auto;
    background: url("../images/bg_logo_top.jpg") no-repeat center bottom  #fff;
}
.btmBan{
    height: 100px;
    background: url("../images/bg_btm.png") no-repeat center #e8e8e8;
}

.btm_helper{
    height: 160px;
    width: 1200px;
    margin: 0 auto;
    padding: 56px 0;
    background: url("../images/bg_map.jpg") no-repeat 984px center #fff;
}
.btm_helper li{
    width: 136px;
    height: 160px;
    float: left;
    margin: 0 10px 0 40px;
    border-right:1px solid #7b7b7b;
}
.btm_helper li.nobor{
    border: 0;
}
.btm_helper li p{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: bold;
    margin-bottom: 5px;
}
.btm_helper li a{
    line-height: 21px;
    color: #7a7a7a;
    display: block;
}
.btm_helper li a:hover{
    text-decoration: underline;
}

.footer-hd{
    width: 1200px;
    height: 55px;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    background: #fff;
    margin: 0 auto;
    line-height: 55px;
    text-align: center;
    color: #444444;
}
.footer-hd.nobor{
    border: 0;
}
.footer-hd_t{
    height: 20px;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.footer-hd a{
    color: #444444;
    padding: 0 26px;
}

.footer-bd{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 22px;
    padding: 50px 0 0;
    background: url("../images/bg_btm_bd.png") no-repeat center #ff0000;
}