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);
}

.slogan {
    width: 1007px;
    height: 290px;
    margin: 0 auto;
    margin-top: 255px;
}

.slogan .time {
    width: 710px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: FZDaBiaoSong-B06S;
    color: #e32d18;
    font-size: 19px;
    float: right;
    margin-top: 236px;
}

.rightSlide {
    width: 195px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('../img/index/opacity.png');
}

.rightSlide .rightCenter {
    width: 220px;
    height: 410px;
    position: fixed;
    right: -16px;
    top: 50%;
    margin-top: -205px;
}

.rightSlide .rightCenter a {
    width: 190px;
    height: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    font-family: Source Han Serif CN;
    color: #fff;
    background: url('../img/index/sR_bg.png') no-repeat;
    float: right;
    margin-bottom: 49px;
    transition: all 0.2s;
}

.rightSlide .rightCenter a em {
    margin-left: 13px;
    width: 175px;
    float: left;
    display: block;
    text-align: center;
    margin-top: 0px;
}

.rightSlide .rightCenter a.active {
    background: url('../img/index/active.png') no-repeat;
    color: #fff;
    width: 190px;
    height: 41px;
    transition: all 0.2s;
}

.rightSlide .rightCenter a:hover {
    background: url('../img/index/active.png') no-repeat;
    color: #fff;
    width: 190px;
    height: 41px;
    transition: all 0.2s;
}

.rightSlide .rightCenter .active:hover {
    background: url('../img/index/active.png') no-repeat;
}