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;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

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);
}

.top {
    width: 100%;
    height: 45px;
}


.container{
    width: 100%;
    height: 1080px;
    background: url('../img/box3/bg.png') no-repeat top;
    position: relative;
}


/* 右边 */

.rightSlide {
    width: 182px;
    height: 800px;
    position: absolute;
    right: 0px;
    top: 120px;
}

.rightSlide a {
    width: 149px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-family: FZDaBiaoSong-B06S;
    color: #773800;
    background: url('../img/box3/hd-bg.png') no-repeat;
    float: right;
    margin-bottom: 18px;
    text-indent: 28px;
    transition: all 0.2s;
}

.rightSlide a:last-of-type {
    background: none;
}

.rightSlide a.active {
    color: #773800;
    width: 200px;
    transition: all 0.2s;
    text-indent: 20px;
    background: url('../img/box3/hd-bg.png') no-repeat;
    font-size: 20px;
}

.rightSlide a:last-of-type img {
    display: block;
    margin: 0 auto;
}

.rightSlide a:hover {
    color: #773800;
    width: 200px;
    transition: all 0.2s;
    text-indent: 20px;
    font-size: 20px;

}

.rightSlide a:last-of-type:hover {
    width: 149px;
}

.rightSlide a:last-of-type:hover {
    background: none;
}


.leftSlide2 {
    width: 222px;
    height: 248px;
    position: absolute;
    left: 35px;
    top: 74px;
    cursor: pointer;
    z-index: 5;
}