@charset "utf-8";

/* 样式重置 */
body,
html {
    min-height: 100%;
    min-width: 1240px;
    position: relative;
}

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: #D9E6F6;
}

* {
    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;
}

/* a:visited {
    color: inherit;
} */

/*a:hover,
a:active {
    color: #d00000;
}*/

: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 /******************************/
.site_top {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 30px;
    line-height: 30px;
    background-color: #04091c;
}

.site_top a {
    color: #fff;
}

.site_top a:hover {
    color: #d00000;
}

.site_top .wrap {
    width: 100%;
    max-width: 1920px;
    padding: 0 15px;
}
.site_top .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url('/activity/bldc-review2019/images/site-top-icon.png') no-repeat;
}

.site_top .i2 {
    background-position: 0 -18px;
}

.site_top .i3 {
    background-position: 0 -36px;
}

.site_top .i4 {
    background-position: 0 -54px;
}

.site_top .i5 {
    background-position: 0 -71px;
}

.site_top .i6 {
    background-position: 0 -125px;
    display: none;
}

.site_top .i7 {
    background-position: 0 -91px;
}

.site_top .i8 {
    background-position: 0 -108px;
}

/* 右侧 s */
.site_top .origin-item {
    float: right;
    margin-right: 20px;
}
.site_top .origin-item .hot {
    position: relative;
    margin: -15px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #d00000;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}
.site_top .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #d00000;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #0f0941 #d00000 #0f0941 #0f0941;
}
.site_top .user_area {
    position: relative;
    float: right;
    height: 30px;
}

.site_top .login {
    margin-right: 5px;
}

.site_top .user_area .umenu {
    cursor: pointer;
}

.site_top .user_area .umenu img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: -8px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.site_top .user_area .umenu:hover .drop {
    display: block;
}

.site_top .user_area .drop {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    width: 110px;
    text-align: center;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
}

.site_top .user_area .drop:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 50px;
    height: 20px;
}

.site_top .user_area .drop a {
    display: block;
    color: #fff;
}

.site_top .user_area .drop a:hover {
    background-color: #000;
}


.site_top .user_area {
    position: relative;
    float: right;
    height: 30px;
}

.site_top .login {
    margin-right: 5px;
}

.site_top .user_area .umenu {
    cursor: pointer;
}

.site_top .user_area .umenu img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: -8px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.site_top .user_area .umenu:hover .drop {
    display: block;
}

.site_top .user_area .drop {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    width: 110px;
    text-align: center;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
}

.site_top .user_area .drop:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 50px;
    height: 20px;
}

.site_top .user_area .drop a {
    display: block;
    color: #fff;
}

.site_top .user_area .drop a:hover {
    background-color: #000;
}
/* 右侧 s */

/* 左侧类型一 s */
.site_partner {
    position: relative;
    float: left;
}
.site_partner:after {
    position: absolute;
    top: 14.5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aaa;
}
.site_partner a {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 5px;
    background-color: #04091c;
    margin-left: 20px;
    vertical-align: top;
}
.site_partner a:first-child {
    margin-left: 0;
}
/* 左侧类型一 s */

/* 左侧类型一 s */
.quick-menu {
    float: left;
    overflow: hidden;
}
.quick-menu li {
    float: left;
}
.quick-menu li a {
    display: inline-block;
    padding: 0 8px;
}
#website_ind_wrap:hover #website_nav{
    display: block;
}
#website_ind_wrap:hover .down-arrow,
#website_ind_wrap .up-arrow {
    display: none;
}
#website_ind_wrap:hover .up-arrow {
    display: inline-block;
}
#website_nav {
    display: none;
    position: absolute;
    top: 30px;
    left: 15px;
    width: 966px;
    z-index: 999;
    padding-bottom: 10px;
    background: #04091c;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sub_dis_wrap {
    height: 180px;
    border-right: 1px solid #aaa;
    text-align: left;
    margin: 10px 0;
    padding: 0 38px;
    z-index: 1000;
    float: left;
}
.sub_dis_wrap .disList {
    list-style: none;
    display: block;
    margin-right: 10px;
    float: left;
}
.sub_dis_wrap .disList li {
    float: none;
    padding-left: 0;
    background: none;
    margin: 0 0 10px;
    padding-right: 0;
}
.sub_dis_wrap .disTitle a {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
/****************************** 头部 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;
}
/****************************** 脚步 end ******************************/

/****************************** 容器 start ******************************/
.section-box {
    position: relative;
}
.section-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
}
.section-hd h3 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #1b2fba;
    line-height: 30px;
}
/****************************** 容器 end ******************************/

@media screen and (max-width: 750px) {
    /* 公共部分 start */
    body, html {
        max-width: 100%;
        min-width: 0;
    }
    html {
        font-size: 13.33333vw;
    }
    .pc_show {
        display: none;
    }
    .m_show{
        display: block;
    }
    /* 公共部分 end */

    #siteTop,
    footer {
        display: none;
    }

    .section-inner {
		padding: 0.24rem;
        background-color: #f9f9f9;
    }
    .section-ft-switch {
        display: flex;
        padding: 0 0.3rem;
        justify-content: space-between;
        align-items: center;
        border-top: 0.25rem solid #f9f9f9;
        height: 1.2rem;
        font-size: 0.32rem;
        border-radius: 0 0 0.16rem 0.16rem;
        box-shadow: 0px -0.03rem 0.12rem 0 rgba(27, 47, 186, .03);
        background-color: #ffffff;
    }
    .section-ft-switch div {
        color: #1B2FBA;
    }
    .section-ft-switch div.disabled {
        color: #949494;
    }
}
