﻿@charset "utf-8";
/* add 20200805 */
/* nav  */
.nav {
    width: 100%;
    height: 55px;
    background: #164c88;
    position: fixed;
    top: 0;
    z-index: 60;
}

#nav {
    width: 993px;
    height: 55px;
    margin: 0 auto;
}

#nav .on {
    background: #313131;
}

#nav .red {
    color: #ff4040;
}

#nav li {
    float: left;
    display: block;
    background: none;
    position: relative;
    z-index: 20;
    border-left: 1px solid #8ba6c4;
}

#nav li.bor {
    border-right: 1px solid #8ba6c4;
}

#nav li span.jt {
    font-family: Georgia;
    padding-left: 8px;
}

#nav li a {
    display: block;
    padding: 0;
    font-weight: 700;
    line-height: 55px;
    text-decoration: none;
    color: #fff;
    zoom: 1;
    padding: 0px 11px 0 11px;
    font-size: 16px;
}

#nav li a:hover,
#nav li a.hov {
    background-color: #313131;
    color: #fff;
}

#nav ul {
    position: absolute;
    left: -29px;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    width: 180px;
    float: left;
    border-top: 1px solid #eee;
    text-align: left;
    background: #c4d5e8;
}

#nav ul li:hover {}

#nav ul a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 8px 5px;
    color: #666;
    font-weight: normal;
}

#nav ul a:hover {
    background: #eee;
    text-decoration: none;
    color: #000;
}

/*logo*/
.con_box {
    width: 970px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.line_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.con_logo {
    width: 100%;
    height: 100px;
    margin: 25px auto 14px;
}

.logo {
    width: 479px;
    height: 75px;
}

#Date {
    font-family: Arial;
    font-size: 14px;
    color: #434343;
}

.sreach_v1 {
    width: 150px;
    height: 20px;
    border: 1px solid #d3d3d3;
    border-right: none;
}

.username {
    width: 150px;
    height: 20px;
    border: none;
}

.sreach_v2 {
    width: 30px;
    height: 20px;
    border: 1px solid #d3d3d3;
    border-left: none;
    padding: 5px 5px 0px 0px;
}

.slect_box {
    float: right;
}

.slect {
    border: none;
    outline: none;
    width: 80px;
    font-weight: bold;
    cursor: pointer;
}

.date {
    width: 200px;
    height: auto;
    /* padding-left: 25px; */
    margin: 40px 0 0 70px;
}


.sreach_box {
    width: 196px;
    height: auto;
    margin: 0 0 0 20px;
}

.sreach {
    margin-top: 35px;
    float: left;
}