@charset "utf-8";

/*通用*/
body {
    font: 12px "microsoft yahei", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0px;
    padding: 0px;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
}

input {
    border: none;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

a {
    color: #666;
    text-decoration: none;
}

#loginbtn {
    background-color: #0660ab !important;
}

.quanju_color {
    background-color: #0660ab;
    color: #fff;
}

.head_btn {
    display: inline-block;
    width: 71px;
    height: 20px;
    line-height: 20px;
    background-color: #ffffff;
    color: #0660ab;
    border: none;
    border-radius: 4px;
    margin-left: 20px;
    font-weight: bold;
}

.head_btn:hover {
    background-color: #8EB4DC;
    color: #ffffff;
}

/*页面顶部分*/
header {
    height: 36px;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
}

header div:first-child {
    margin-left: 10px;
}

header div:last-child {
    margin-right: 28px;
}

/*导航部分*/
nav {
    width: 100%;
    height: 89px;
    line-height: 86px;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
    border-bottom: 3px solid #8EB4DC;
}

nav .nva_div1 {
    width: 235px;
    position: relative;
    left: 3px;
}

nav .nva_div2 {
    position: absolute;
    right: 12px;
}

nav .nva_div2 a {
    width: 96px;
    float: left;
    display: block;
    color: #4C4A4A;
    position: relative;
    text-align: center;
}

.triangle_border_up {
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent #245f9f;
    /*透明 透明  灰*/
    position: absolute;
    left: 43%;
    top: 80px;
    display: none;
}

/*主体部分*/
section {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

footer {
    font-size: 12px;
    color: #f5f5f5;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
}

