body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, 5b8b4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

body::-webkit-scrollbar {
    width: 1px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(109, 143, 227, 0.8);
}

body::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(109, 143, 227, 0.8);
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(109, 143, 227, 0.8);
}

.container {
    width: 100%;
    height: 930px;
    background: url('../img/index/bg.jpg') no-repeat top;
    position: relative;
    overflow: hidden;
}

.back {
    width: 100%;
    height: 40px;
}

.back .fhgw {
    width: 107px;
    height: 30px;
    text-align: center;
    display: block;
    float: right;
    line-height: 40px;
    margin-right: 15.5%;
    text-indent: -9999em;
    margin-top: 0px;
    background: url('../img/index/back.png') no-repeat;
}

.slogan {
    width: 1358px;
    height: 273px;
    margin: 0 auto;
    margin-top: 224px;
    background: url('../img/index/slogan.png') no-repeat right;
}

.slogan .time {
    width: 1076px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: FZDaBiaoSong-B06S;
    color: #ffffff;
    font-size: 24px;
    float: right;
    margin-top: 220px;
}

.login {
    width: 955px;
    height: 112px;
    margin: 0 auto;
    margin-top: 60px;
}

.login .cli-login {
    width: 343px;
    height: 118px;
    background: url('../img/index/login.png') no-repeat top;
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 23px;
    color: white;
    float: left;
    margin-left: 52%;
}

.login .cli-login:hover {
    font-size: 25px;
}

.message {
    width: 955px;
    height: 50px;
    text-align: center;
    color: #9b0506;
    float: left;
    line-height: 50px;
}

.message span {
    color: #bc0806;
}

.message span em {
    color: #bc0806;
    font-size: 20px;
    font-style: normal;
    min-width: 76px;
    display: inline-block;
}

.message .bddq {
    margin-left: 10px;
    display: inline-block;
}

.slideRight {
    width: 160px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.slideRight .rightCont {
    width: 160px;
    height: 100%;
    position: relative;
}

.slideRight ul {
    height: 580px;
    position: absolute;
    right: -23px;
    top: 50%;
    margin-top: -290px;
}

.slideRight ul li {
    width: 156px;
    height: 36px;
    margin-top: 13px;
    background: url('../img/index/slideRight_li.png') no-repeat;
}

.slideRight ul li:hover {
    background: url('../img/index/slideRight_li_hover.png') no-repeat;
}

.slideRight ul li:first-of-type {
    margin-top: 0;
}

.slideRight ul li.on {
    background: url('../img/index/slideRight_li_hover.png') no-repeat;
}

.slideRight ul li a {
    line-height: 36px;
    /* text-indent: 36px; */
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-family: "Source Han Serif SC", serif;
    color: #fff;
    width: 120px;
    margin-left: 15px;
}

.slideRight ul li a em {
    margin-right: 2px;
}

.slideRight ul li a:hover {
    text-decoration: none;
}