body {
    margin: 0;
    padding: 0;
    font: 14px/1.5 "微软雅黑";
}

ul,
li,
p,
h1,
h2,
h3,
input {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right_menu {
    width: 157px;
    position: fixed;
    right: 0px;
    top: 200px;
    z-index: 1000;
}

.right_f {
    width: 120px;
    float: left;
}

.right_menu_l {
    width: 37px;
    height: 150px;
    margin-top: 80px;
    background: url(../images/menu_sprite.jpg) no-repeat;
    float: left;
    cursor: pointer;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.right_top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: #0561D3;
    padding-top: 20px;
}

.right_top>img {
    display: block;
    margin: 0 auto;
}

.right_center {
    background: #0561D3;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    border-top: 1px solid #00479F;
}

.right_f ul {
    display: block;
    margin: 0 auto;
}

.right_f li {
    width: 112px;
    height: 26px;
    text-align: center;
    color: #FFF;
    line-height: 26px;
    cursor: pointer;
    background: #1F7BED;
    border-radius: 13px;
    margin: 8px auto;
}

.right_f li a {
    color: #FFF;
}

a {
    text-decoration: none;
}

.right_f .txt_l {
    background: #1F7BED;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    border-top: 1px solid #00479F;
    padding: 10px 0;
    text-shadow: black 2px 2px 2px;
}

.right_f .txt_l>img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.nav_bottom {
    margin-top: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    margin-left: -28px;
}

.nav_bottom a {
    cursor: pointer;
}
.nav_bottom img {
    width: 142px;
}