/* 下拉按钮样式 */
.dropbtn {
    color: #a7cde5;
    padding: 0;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: FZXH1K,"方正细黑",GBK10;
    background: #0769b4;
    margin-left: 10px;}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
    float: left;
    display: inline-block;}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0769b4;
    width: 60px;}

/* 下拉菜单的链接 */
.dropdown-content a {
        text-decoration: none;
        display: block;
        width: 60px;
        height: 20px;
        margin-left: 10px;
        font-family: FZXH1K,"方正细黑",GBK10;
        font-size: 14px;
        letter-spacing: 1px;}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
    display: block;}

.fyheadstyle268141{ font-size: 9pt; font-family: 宋体 ;}

