@charset "utf-8";
/* common */
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
    margin: 0; padding: 0;
}
fieldset,
img {
    border: 0;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
caption,
th {
    text-align: left;
    font-weight: normal;
}

/* 通用功能 */
input,
label {
    vertical-align: middle;
}
.fl {
    float: left;
    _display: inline;
}
.fr {
    float: right;
    _display: inline;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix,
.nav,
.content,
.grid,
.row,
.h {
    *zoom: 1;
}
.grid {
    width: 1440px;
    margin: 0 auto;

}
.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}
.hide {
    display: none;
}
body,
button,
input,
select,
textarea {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}
body{
    background: #F2F7FD;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #8D2023;
    text-decoration: none;
}
a:active {
    outline: none;
}
input::-webkit-input-placeholder {
    color: #BEBEBE;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BEBEBE;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BEBEBE;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BEBEBE;
}

/* webkit滚动条 */

/*::-webkit-scrollbar {*/
/*    width: 6px;*/
/*    height: 6px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #bbb;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #aaa;*/
/*}*/

/*::-webkit-scrollbar-track-piece {*/
/*    background-color: #ddd;*/
/*}*/

i {
    font-style: normal
}
input::-webkit-input-placeholder {
    color: #BEBEBE;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BEBEBE;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BEBEBE;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BEBEBE;
}
.cont_box{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 1080px;
    background: url("lwj_bg.png") top center no-repeat;
    background-size: cover;
    padding-top: 320px;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-wrapper>div{
    transform: rotate(-5deg);
}
.swiper-wrapper>div.swiper-slide-active{
    transform: rotate(0);
    transition: 0.5s linear;
}
.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    width: 412px;
    height: 412px;
    background: url("pic_bg_sy.png") center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin-bottom: 25px;
}
.swiper-slide span{
    display: block;
    line-height: 60px;
    color: #8D2023;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
}




/*主体内容*/








