@charset "utf-8";

/* 样式重置 */
body,
html {
    min-height: 100%;
    min-width: 1340px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    line-height: 1.5;
    font-size: 12px;
    color: #000;
    background-color: #b8050d;
}

* {
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

fieldset,
img,
a img,
:link img,
:visited img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

#weixin_baidu2021 {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
}

/* 通用样式 */
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.none {
    display: none;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.clearfix {
    _zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.ovh {
    overflow: hidden;
    display: block;
}

.lh1 {
    line-height: 1;
}

.tov,
.tovm {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tovm {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.tc {
    text-align: center;
}

.fc9 {
    color: #999;
}

.fc6 {
    color: #666;
}

.fc3 {
    color: #333;
}

.fcred {
    color: #d00000;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fblod {
    font-weight: 700;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

/* 向下三角形 */
.delta_down {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px;
    border-style: solid;
    vertical-align: -2px;
    border-color: #999 transparent transparent;
}

.not_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* pc */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_align_items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_space_around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.flex_start {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex_space_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_last_end {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.limit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limit2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.limit3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dib {
    display: inline-block
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px;
}

.wh {
    width: 100%;
}

.pr {
    position: relative
}

.hide {
    display: none;
}

.m_show{
    display: none;
}

/* 侧边栏 start */
.aside-list {
    position: fixed;
    z-index: 99;
    right: 10px;
    width: 188px;
    height: 463px;
    padding-top: 92px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/aside-bg.png');
}
.aside-list__close {
    position: absolute;
    cursor: pointer;
    width: 62px;
    height: 62px;
    left: 67px;
    top: 1px;
    z-index: 10;
    opacity: 0;
    border-radius: 50%;
    background-color: #000;
}
.aside-list li {
    display: block;
    margin: 15px auto 0 auto;
}
.aside-list li:first-child {
    margin-top: 0;
}
.aside-list .qrcode {
    width: 138px;
    height: 138px;
    font-size: 0;
}
.aside-list .btn {
    width: 140px;
    height: 50px;
}
.aside-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.aside-list li img {
    transition: all .3s;
    width: 100%;
    height: 100%;
}
.aside-list li a:hover img {
    transform: scale(1.04);
}
.aside-list li.m_show {
    display: none;
}
@media screen and (max-width: 750px) {
    .aside-list {
        padding: 0.9rem 0.23rem 0 0.23rem;
        width: 6.95rem;
        height: 3.06rem;
        transform: none;
        top: unset;
        right: 0.25rem;
        left: 0.25rem;
        bottom: 0.5rem;
        background-size: 100%;
        background-image: url('../img/aside-bg-m.png');
    }
    .aside-list__close {
        width: 0.6rem;
        height: 0.6rem;
        left: 3.18rem;
    }
    .aside-list .qrcode {
        width: 1.85rem;
        height: 1.85rem;
    }
    .aside-list li {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
    }
    .aside-list li.pc_show {
        display: none;
    }
    .aside-list li.m_show {
        display: inline-block;
        font-size: 0;
    }
    .aside-list .btn {
        height: auto;
    }
    .aside-list li:nth-child(5) {
        width: 2.1rem;
        margin: 0 0.2rem;
    }
    .aside-list li:nth-child(5) a:first-child{
        width: 2.06rem;
        height: 0.71rem;
        margin-bottom: 0.4rem;
    }
    .aside-list li:nth-child(5) a:last-child{
        width: 2.07rem;
        height: 0.71rem;
    }
    .aside-list li:nth-child(6) {
        width: 2rem;
        height: 0.64rem;
    }
    .m-footer-space {
        height: 200px;
    }
}
/* 侧边栏 end */


/* 脚部 start */
.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0 20px;
    background: #333;
    text-align: center;
}
.footer a .footer p{
    color: #ccc;
}
.footer a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
    .footer {
        padding: 0.15rem;
        display: none;
    }
}
/* 脚部 end */


/* 容器 start */
.section-box {
    position: relative;
}
.section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
.section-anchor {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: -95px;
    left: 0;
}
.section-hd,
.section-bd {
    position: relative;
    z-index: 2;
}
/* 容器 end */

@media screen and (max-width: 750px) {
    /* 公共部分 start */
    body, html {
        max-width: 100%;
        min-width: 0;
    }
    html {
        font-size: 13.33333vw;
    }
    body {
        background-color: #b8050d;
    }
    .pc_show {
        display: none;
    }
    .m_show{
        display: block;
    }
    /* 公共部分 end */

    .section-anchor {
        top: -55px;
    }
}
