﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, blockquote, th, td { margin: 0; padding: 0; }
body { background-color:#ffffff; font:12px/1.5 "Microsoft Yahei", "SimHei", "simsun"; color:#333;width: 100%;}
div, td, th { word-break: break-all; word-wrap: break-word; }
ul, li { list-style: none; }
img { border: none; }
/*公共样式*/
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.head_div{
    display: table;
    width: 100%;
}
/*头部样式*/
.top_div{
    border-bottom: 1px solid #e8e8e8;
    background: #f9f9f9;
    padding: 5px 0;
    line-height: 24px;
    height: 24px;
}
.top_container{
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pull_left{
    float: left;
}
.pull_left_word{
    line-height: 24px;
    font-size: 14px;
    float: left;
    margin-left: 5px;
}
.pull_right{
    float: right;
}
.pull_right a{
    color: #000000;
    text-decoration: none;
}
.pull_right span{
    margin: 0 5px;
}
/*顶部中间部分*/
.middle_div{
    width: 1200px;
    margin: auto;
    display: table;
}
.logo_img{
    height: 60px;
    width: auto;
    max-width: 300px;
    margin: 15px 0;
    float: left;
}
.search_div{
    float: left;
    margin-top: 30px;
    margin-left: 18%;
}
.search_input{
    border: 3px #d3172c solid;
    width: 230px;
    height: 30px;
    padding: 0 5px;
    display: block;
    float: left;
}
.search_btn{
    width: 36px;
    height: 36px;
    border: none;
    background: #d3172c url(/static/images/web/icon_04.jpg) no-repeat center center;
    cursor: pointer
}
.aptitude_img{
    height: 60px;
    width: auto;
    margin: 15px 3px;
    float: right;
}
.navbar_div{
    width: 100%;
    background: #d3172c;
    height: 40px;
}
.navbar_ul{
    width: 1200px;
    margin: auto;
    height: 40px;
}
.navbar_li{
    float: left;
    display: table;
}
.navbar_li a{
    font-size: 16px;
    padding: 10px 18px;
    line-height: 40px;
    text-decoration:none;
    color: #ffffff;
    border: none;
}
.navbar_li a:hover{
    color: #fff;
    background: #666666;
}
.navbar_li_a_hover{
    color: #fff !important;
    background: #666666 !important;
}
.a_select{
    color: #fff !important;
    background: #666666 !important;
}
.navbar_li span{
    height: 16px;
    line-height: 40px;
    border-right: 1px solid #DDDDDD;

}
.navbar_li:last-child span{
    border-right: 0;
}