﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
select,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.tal {
    text-align: left
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.bc {
    margin-left: auto;
    margin-right: auto
}

.fl,
.fr {
    display: inline
}

.fl {
    float: left
}

.fr {
    float: right
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.clearfix {
    overflow: hidden;
    zoom: 1
}

.hide {
    visibility: hidden
}

.none {
    display: none
}

html {
    scroll-behavior: smooth
}

body {
    font: 14px/1.5 "Microsoft YaHei", sans-serif;
    color: #fff;
    background: url(32282617.webp);
}

#wrap {
    width: 1200px;
    height: 3336px;
    margin: 0 auto;
    background: url(32282613.webp) no-repeat 50% 0;
}

a {
    color: #fff
}

.banner {
    width: 1200px;
    height: 580px;
    margin: 0 auto;
    position: relative
}

.banner .tit {
    width: 955px;
    position: absolute;
    left: calc(50% - 472px);
    top: 126px
}

.banner .editer {
    width: 955px;
    position: absolute;
    left: calc(50% - 472px);
    bottom: 30px;
    box-sizing: border-box;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    padding: 10px 30px 15px 80px;
    border-radius: 5px;
    text-indent: 2em;
    line-height: 1.8;
    text-shadow: 2px 2px 5px #000
}

.banner .editer::before {
    content: "编者按";
    width: 67px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 0;
    border-radius: 5px;
    font-size: 16px;
    color: #6990f2
}

.column {
    width: 1200px;
    margin: 0 auto 30px;
    text-align: center
}

.column img {
    height: 57px
}

.picRoll {
    width: 1086px;
    margin: 0 auto 70px;
    position: relative;
    box-sizing: border-box;
    padding: 30px 50px 60px;
    background: #0039b3;
}

.picRoll.noMargin {
    margin: 0 auto
}

.picRoll.mySwiper2 .swiper {
    height: 400px
}

.picRoll .swiper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.picRoll .swiper-slide {
    width: 180px;
    text-align: center
}

.picRoll .swiper-slide img {
    width: 180px;
    height: 100px
}

.picRoll .swiper-slide h2 {
    font-size: 16px;
    padding-top: 10px
}

.picRoll .prev,
.picRoll .next {
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2) url(32282611.png) no-repeat 50% 50%/17px auto;
    cursor: pointer
}

.picRoll .prev {
    left: 0
}

.picRoll .next {
    right: 0;
    transform: rotateZ(180deg)
}

.clear {
    width: 1200px;
    margin: 0 auto
}

.clear img {
    width: 100%
}

.fix {
    width: 75px;
    position: fixed;
    left: calc(50% + 550px);
    top: 40%;
    z-index: 10;
    border-radius: 10px;
    overflow: hidden;
    display: none
}

.fix p {
    padding: 10px 0;
    font-size: 12px;
    background: rgba(67, 111, 224, .6);
    margin-top: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fix p:nth-child(1) {
    margin-top: 0
}

.fix p:last-child {
    position: relative;
    padding: 20px 0
}

.fix p:last-child::before {
    content: "";
    display: block;
    width: 24px;
    height: 12px;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%)
}

/*# sourceMappingURL=style.min.css.map */