﻿@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: right;
    margin-top: 30px;
    margin-right: 30px;
}
.search_input{
    border: 1px solid #e3e3e3;
    width: 320px;
    height: 35px;
    padding: 0 5px;
    display: block;
    float: left;
}
.search_btn{
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-indent: 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #d3172c url(/static/images/web/icon_01.jpg) no-repeat center center;
}
.question_btn{
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-indent: 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #d3172c url(/static/images/web/icon_02.jpg) no-repeat center center;
}
.navbar_div{
    width: 100%;
    background: #1f75d8;
    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;
}
.navbar_li a:hover{
    color: #fff;
    background: #1f4673;
}
.navbar_li_a_hover{
    color: #fff !important;
    background: #1f4673 !important;
}
.a_select{
    color: #fff !important;
    background: #1f4673 !important;
}
.navbar_li span{
    height: 16px;
    line-height: 40px;
    border-right: 1px solid #DDDDDD;

}
.navbar_li:last-child span{
    border-right: 0;
}
.question_li_p{
    width: 300px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration:none;
    color: #ffffff;
    float: left;
    background: #2569b7;
}
.triangle_icon{
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    zoom: 1;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
}
.question_cate{
    width: 299px;
    margin: auto;
    border-left: 1px solid #2569b7;
    border-bottom: 1px solid #2569b7;
    position: absolute;
    background: #ffffff;
}
.question_cate li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    padding: 0 3%;
    border-bottom: 1px dotted #d6e9ff;
    border-right: 1px solid #2569b7;
}
.question_cate li:last-child{
    border-bottom: none;
}
.question_cate span{
    width: 20%;
    color: #1f75d8;
    border: none;
    display: block;
    float: left;
}
.three_cate{
    width: 70%;
    height: 40px;
    overflow: hidden;
    display: table;
    float: left;
    padding-left: 5%;
}
.three_cate a{
    padding: 0 5px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    background: none;
}
.three_cate a:hover{
    color: red;
    text-decoration: underline;
    background: none;
}
.right_arrow{
    width: 5%;
    float: left;
    display: table;
    text-align: center;
}
.right_cate_list{
    width: 500px;
    position: absolute;
    z-index: 10;
    border-top: 1px solid #2569b7;
    border-right: 1px solid #2569b7;
    border-bottom: 1px solid #2569b7;
    left: 100.8%;
    margin-top: -1px;
    margin-left: -1px;
    word-break: keep-all;
    display: none;
    background: #ffffff;
}
.right_cate_list a{
    height: 40px;
    color: #333333;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
}