@charset "utf8";
* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: "Microsoft YaHei"
}

.w_90 {
    width: 90%
}

.w_95 {
    width: 95%
}

.w_100 {
    width: 100%
}

a {
    cursor: pointer;
    text-decoration: none
}

.b {
    font-weight: 700
}

li, ol, ul {
    list-style-type: none
}

.col_19 {
    color: #191919
}

.col_3b {
    color: #3b3b3b
}

.col_2b {
    color: #2b2b2b
}

.col_56 {
    color: #565656
}

.pd_lr2 {
    padding: 0 2%
}

.clear {
    clear: both
}

.d_n {
    display: none
}

.d_b {
    display: block
}

.f_l {
    float: left
}

.f_r {
    float: right
}

.mg_0 {
    margin: 0 auto
}

.mg_t5 {
    margin-top: .25rem
}

.mg_t10 {
    margin-top: .5rem
}

.mg_t20 {
    margin-top: 1rem
}

.mg_t30 {
    margin-top: 1.5rem
}

.mg_t40 {
    margin-top: 2rem
}

.mg_t50 {
    margin-top: 2.5rem
}

.t_c {
    text-align: center
}

.f_12 {
    font-size: .6rem
}

.f_14 {
    font-size: .7rem
}

.f_15 {
    font-size: .75rem
}

.f_16 {
    font-size: .8rem
}

.f_18 {
    font-size: .9rem
}

.f_20 {
    font-size: 1rem
}

.f_22 {
    font-size: 1.1rem
}

.f_25 {
    font-size: 1.25rem
}

.f_30 {
    font-size: 1.5rem
}

.f_35 {
    font-size: 1.75rem
}

.f_40 {
    font-size: 2rem
}

.f_45 {
    font-size: 2.25rem
}

.l_h_20 {
    line-height: 1rem
}

.l_h_25 {
    line-height: 1.25rem
}

.l_h_30 {
    line-height: 1.5rem
}

.l_h_35 {
    line-height: 1.75rem
}

.l_h_40 {
    line-height: 2rem
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.baise {
    color: #FFF
}

.lanse {
    color: #0070ee
}

.heise {
    color: #000
}

.hongse {
    color: #e7250e
}

.huangse {
    color: #fff100
}

.col_333 {
    color: #333
}

.bg_lan {
    background: #0070ee
}

.bg_bai {
    background: #FFF
}

body {
    min-width: 320px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto
}

header {
    position: relative;
    padding-bottom: 1%
}

header h1 {
    text-align: right;
    padding: 1.5%
}

header h1 img {
    display: block
}

header h1 img.logo {
    width: 90.5%;
    max-width: 671px;
    max-height: 67px;
    float: left
}

header h1 img.nav_ico {
    margin-top: 3%;
    float: right;
    width: 2rem
}

.index_nav {
    padding: .75rem 2.5%;
    padding-bottom: 2rem;
    border-bottom: .2rem solid #e2e2e2
}

.index_nav li {
    margin-top: 1.2rem;
    width: 28%
}

header .nav {
    position: absolute;
    height: 100vh;
    left: -7.05rem;
    top: 0;
    width: 7rem;
    z-index: 20
}

.nav .nav_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    display: none
}

.nav.active .nav_mask {
    display: block
}

.nav .text {
    padding: 1rem 1rem 0 .8rem;
    width: 8rem;
    height: 100vh;
    background: #171717;
    text-align: left;
    opacity: 0
}

.nav .text h2 {
    color: #f3f1f2;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #2c2c2c
}

.nav .text h2 span {
    display: block;
    float: left
}

.nav .text h2 img {
    display: block;
    margin-left: 2%;
    margin-top: 1%;
    float: right
}

.nav .text a {
    color: #a0a0a0;
    display: block;
    margin-top: 1rem
}

.nav ul li {
    text-align: center;
    margin-top: 1.5%
}

.index_swiper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.index_swiper .swiper-slide {
    position: relative;
    text-align: center
}

.index_swiper img {
    width: 100%;
    display: block
}

.index_swiper .pagination {
    position: absolute;
    bottom: 0;
    height: 12%;
    z-index: 10;
    display: flex;
    width: auto;
    right: .5em;
    left: initial;
    align-items: center
}

.index_swiper .pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background: #fff;
    width: .8em;
    height: .8em;
    margin: 0 .5em;
    background: #fff;
    opacity: .4
}

.index_swiper .pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.index_swiper .banner-title {
    color: #fff;
    font-size: 1.1rem;
    z-index: 8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 12%;
    display: flex;
    align-items: center;
    text-indent: 1em;
    margin: 0;
    letter-spacing: 1px
}

.index_swiper .swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    width: 15%;
    background: rgba(51, 51, 51, 0.5);
    height: 5px
}

.index_swiper .swiper-pagination-bullet-active {
    background: #004098
}

.index_swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.index_redian {
    height: 2.75rem;
    border-bottom: .25rem solid #e2e2e2;
    padding: 0 3%
}

.index_redian img, .index_redian .index_hot_swiper {
    display: block;
    float: left
}

.index_redian img {
    height: 1.4rem;
    margin-top: .6rem
}

#index_hot_swiper {
    overflow: hidden;
    margin-left: 3.5%;
    height: 2.4rem;
    line-height: 2.4rem
}

#index_hot_swiper .swiper-slide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#index_hot_swiper .swiper-slide b{
    color: #ff0000;
}

.col_70 {
    color: #707070
}

.lanse_index {
    color: #004dcc
}

.index_pinpai {
    padding: .75rem 2.5%;
    border-bottom: .2rem solid #e2e2e2
}

.index_pp_ul li {
    border-right: 1px solid #707070
}

.index_pp_ul li:first-child {
    width: 49%
}

.index_pp_ul li:last-child {
    width: 49%;
    border: 0
}

.index_pp_ul li a.swtclick {
    display: block;
    width: 100%
}

.index_zhuce {
    background: #e7250e;
    padding-top: .5rem;
    margin-top: 1.5%
}

.index_zhuce .index_lxb {
    font-size: 1rem;
    height: 2rem;
    float: left;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem
}

.index_zhuce .index_lxb_input {
    width: 70%;
    padding-left: 3%
}

.index_zhuce .index_lxb_btn {
    width: 27.5%;
    margin-left: 2.5%;
    color: #e7250e;
    font-weight: bold;
    background: #FFF
}

.index_zhuanqu {
    padding-bottom: 2%;
    background: #f2f2f2
}

.index_zhuanqu .index_zq_ul li {
    margin-top: 2%;
    width: 49%;
    background-color: #fff;
    padding-bottom: 2%
}

.index_zhuanqu .index_zq_ul li img {
    display: block
}

.index_zhuanqu ul li p.index_zq_p {
    color: #0065e1;
    padding: 1% 0
}

.index_zhuanqu ul li p.index_zq_p.col_zq_hong {
    color: #e10000
}

.index_zhuanqu ul li a.swtclick {
    background: #0065e1;
    color: #fff;
    width: 70%;
    border-radius: 10px;
    padding: 1.5% 0
}

.index_zhuanqu ul li a.swt_zq_2 {
    background-color: #e10000
}

.index_zhuanqu ul li a.swt_zq_3 {
    background-color: #454545
}

.index_zhuanqu ul li p.index_zq_p.col_45 {
    color: #454545
}

.index_xs_video li {
    width: 49.2%
}

.f_23 {
    font-size: 1.15rem
}

.index_zhuanye {
    padding: 1.5rem 0;
    padding-top: 0;
    border-bottom: .5rem solid #e2e2e2
}

.index_zy_ul li {
    width: 33.333333%;
    border-bottom: 1px solid #e1e1e1
}

.index_zy_ul li i {
    font-style: normal
}

.index_zy_ul li.on {
    color: #e50000
}

.index_zy_ul li.on span.zy_ds {
    padding-bottom: 3.5%;
    border-bottom: 2px solid #e50000
}

.index_zy_ul1 {
    padding: 0 3%
}

.index_zy_ul1 li.on span.zy_ds {
    display: block;
    width: 100%;
}

.index_zy_ul1 li {
    width: 33.333%
}

.index_zy_ul2 li {
    width: 32.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-bottom: 0;
    background: #c9caca;
    color: #000;
    font-size: 1.1rem
}

.index_zy_ul2 li span {
    font-size: 1.3rem
}

.index_zy_ul2 li.on {
    background: linear-gradient(#0160ea, #00b0f7);
    color: #fff
}

.zy_ul1 li {
    margin-top: 1rem
}

.zy_ul1 li .zy_img {
    position: relative;
    width: 42.5%
}

.zy_ul1 li .zy_img img {
    display: block
}

.zy_ul1 li .zy_img p.zy_img_xz {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zy_ul1 li .zy_content {
    width: 57.5%;
    padding: .7rem;
    border: 1px solid #d2d2d2;
    border-left: 0
}

.zy_ul1 li .zy_content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700
}

.zy_con_p .zy_con_p_a {
    margin-top: 3%;
    float: left;
    width: 50%;
    height: 1.75rem;
    line-height: 1.75rem
}

.zy_con_p .zy_con_p_a1 {
    background: #004dcc
}

.zy_con_p .zy_con_p_a2 {
    background: #e50000
}

.zy_ul1 li .zy_con_des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.zy_ul2 li {
    margin-top: 1rem;
    width: 49%
}

.zy_ul2 li .zy_img2 {
    position: relative
}

.zy_ul2 li img {
    display: block
}

.zy_img_mc {
    padding: .5% 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7)
}

.zy_content1 {
    padding: .5rem 0;
    background: #e6e6e6
}

.swt_1 {
    width: 80%;
    height: 2.0rem;
    line-height: 2.0rem;
    border-radius: .5rem;
    background-color: #e00000
}

.swt_1.pd_l3 {
    padding-left: 3rem
}

.swt_1.pd_l35 {
    padding-left: 3.5rem
}

.swt_1.pd_l5 {
    padding-left: 5rem
}

.index_shengyu_minge {
    padding-bottom: 1.5rem;
    border-bottom: .5rem solid #e2e2e2
}
.index_sy_d table{ width: 100%;}

.index_sy_d table th{
    font-weight: normal;
    background-color: #e00000;
    color: #ffffff;
}
.index_sy_d table td{
    background-color: #ebebeb;
}

.index_sy_d table th,.index_sy_d table td {
    display: block;
    width: 10%;
    text-align: center;
    padding: 1.5% 0;
    float: left;
    margin-left: 0.5%;
}
.index_sy_d table th:first-child,.index_sy_d table td:first-child {
    width: 42.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-left: 1%;
}

.index_sy_d table.index_sy_d_table th:first-child,.index_sy_d table.index_sy_d_table td:first-child {
    width: 45.5%;
}

.index_sy_d table th:nth-child(2),.index_sy_d table td:nth-child(2) {
    width: 19%;
}

.index_sy_d table.index_sy_d_table th:nth-child(2),.index_sy_d table.index_sy_d_table td:nth-child(2) {
    width: 16%;
}

.index_sy_d table th:last-child,.index_sy_d table td:last-child {
    width: 16%;
}

@media screen and (max-width: 320px) {
    .index_sy_d table td .index_sy_p_xz{
        position: relative;
    }
    .index_sy_d table td .index_sy_p_xz .index_sy_p_xz_span{
        position: absolute;
        left: -5px;
        font-size: 12px;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        text-overflow: ellipsis;
        white-space: nowrap;
        background-color: #ebebeb;
        padding-bottom: 11%;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .index_sy_d table td .index_sy_p_xz .index_sy_p_xz_span{
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);}
}

.index_hot {
    padding: 1.5rem 2.5%
}

.index_hot h3 {
    padding-bottom: .5rem
}

.bmdt-h4 {
    background: #e00000;
    margin: 0;
    padding: 0;
    height: 2rem;
    line-height: 2rem
}

.bmdt {
    background: #ebebeb;
    padding: 2% 2.5%
}

.bmdt-li-1 {
    height: 30px;
    margin: .25rem auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding-bottom: .5rem
}

.infoList-1 {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box
}

.bmdt-li-1 ul li {
    width: 95%;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px dashed #c9c9c9
}

.bmdt-li-1 ul li span:first-child {
    width: 18%
}

.bmdt-li-1 ul li span:nth-child(2) {
    width: 16%
}

.bmdt-li-1 ul li span:nth-child(3) {
    width: 8%
}

.bmdt-li-1 ul li span:nth-child(4) {
    width: 33%;
    display: inline-block;
    text-align: left;
    color: #e00000
}

.bmdt-li-1 ul li span:last-child {
    width: 57.5%;
    text-align: left
}

.index_tit {
    padding: .1rem 2.5%;
    border-bottom: 2px solid #d7d7d7
}

.index_tit_d1 {
    float: left;
    height: 1.75rem;
    line-height: 1.75rem;
    padding-left: .5rem;
    border-left: 3px solid #e7250e
}

.index_tit_more_a {
    margin-top: .5rem;
    float: right
}

.index_que_a {
    color: #c00
}

.iconfont {
    font-size: 1rem
}

.index_question ul li {
    border-bottom: 1px dashed #d6d6d6;
    line-height: 2.5rem;
    font-size: 15px;
    width: 50%;
    position: relative
}

.index_question ul li a {
    float: left;
    padding-left: .5rem;
    font-size: .9rem;
    color: #666
}

.index_question ul li a:before {
    content: '\e62b';
    color: #c00
}

.index_question {
    padding-bottom: 1.5rem;
    border-bottom: .5rem solid #e2e2e2
}

.index_que_ul li:first-child, .index_que_ul li:nth-child(2) {
    width: 48.5%;
    text-align: center;
    line-height: normal;
    margin: 2% 0;
    border-bottom: 0
}

.index_que_swt a.swtclick {
    width: 50%;
    height: 2.25rem;
    line-height: 2.25rem
}

.index_que_swt a.swt_2 {
    background-color: #004dcc
}

.index_que_swt a.swt_3 {
    background-color: #e7250e
}

.index_photo {
    padding: 0 2.5%
}

.index_p_ul li {
    width: 49.5%;
    margin-top: 1%
}

.index_p_ul li.index_p_li1 {
    width: 100%
}

.index_p_ul li img {
    display: block
}

.index_cjybf {
    padding: 0 2.5%
}

.index_cjybf_slide a {
    width: 49.5%;
    color: #666
}

.index_cjybf img {
    display: block
}

.index_cjybf_swiper {
    overflow: hidden
}

.index_cjybf_swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 9px
}

.index_cjybf_swiper .swiper-pagination-bullet-active {
    background-color: #00c1f1
}

.swiper-container-horizontal > .cjybf_pagination {
    text-align: center
}

.swiper-container-horizontal > .cjybf_pagination2 {
    display: none
}

.index_kwt_ul {
    width: 90%
}

.index_kwt_ul li {
    width: 32%;
    height: 2.1rem;
    line-height: 2.1rem;
    color: #fff;
    background-color: #004dcc
}

.index_kwt_ul li.on {
    background-color: #e00000
}

.index_kwt_ul1 li {
    width: 32.5%
}

#xz_video {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2)
}

.xz_video {
    width: 90%;
    margin: 0 auto;
    margin-top: 17vh
}

.xz_video_close {
    position: absolute;
    top: 15vh;
    right: 2.5%;
    width: 2.5rem
}

.index_new_list_ul .nTab dl {
    border-bottom: 1px dashed #d6d6d6;
    float: left;
    padding: .45rem 0;
    width: 100%
}

.index_new_list_ul .nTab dl dt {
    float: left;
    margin-right: 6px
}

.index_new_list_ul .nTab dl dd {
    font-size: 13px;
    color: #818181;
    line-height: 21px
}

.index_new_list_ul .nTab dl dt img {
    width: 6.5rem
}

.index_new_list_ul .nTab h1 {
    font-size: 1.2rem;
    color: #151515;
    min-height: 1.5rem;
    line-height: 1.2rem;
    margin-bottom: .24rem;
    font-weight: normal
}

.index_new_list_ul .nTab h1 a {
    font-size: .9em;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_new_list_ul .date, .index_new_list_ul .clicks {
    color: #666;
    font-size: .6rem
}

.index_new_list_ul .clicks {
    padding-left: 10px
}

.index_tit_yybm_a {
    color: #c00;
    padding: .5% 2%;
    border: 1px solid #c00;
    border-radius: 10px;
    float: right;
    margin-right: 2%
}

.index_form li {
    margin-top: 1.3rem
}

.index_form .index_form_p {
    width: 12%;
    height: 2.5rem;
    line-height: 2.5rem
}

.index_form .pt_input {
    padding-left: .6rem;
    width: 88%;
    height: 2.5rem;
    line-height: 2.5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    font-size: 1rem;
    color: #545454;
    border: 1px solid #565656
}

.index_form .pt_input1 {
    width: 39%
}

.index_form .pt_input2 {
    margin-left: 2%
}

.index_form .pt_input::-webkit-input-placeholder {
    color: #545454
}

.index_form .pt_input:-moz-placeholder {
    color: #545454
}

.index_form .pt_input::-moz-placeholder {
    color: #545454
}

.index_form .pt_input:-ms-input-placeholder {
    color: #545454
}

.index_form .form_sub {
    border: 0;
    padding-left: 0;
    font-size: 1.1rem;
    color: #FFF;
    background: #e7250e
}

.field-invalid {
    border-color: #a94442
}

.field-invalidmsg {
    color: #a94442
}

.field-tooltipWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 19891014
}

.field-tooltipInner {
    pointer-events: none;
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.field-tooltip {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.field-tooltip .field-invalidmsg {
    color: #fff
}

.field-tooltip .zvalid-resultformat {
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    pointer-events: auto
}

.index_zimenti {
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    border-top: .5rem solid #e2e2e2;
    border-bottom: .5rem solid #e2e2e2
}

.index_zmt_ul li {
    width: 20%
}

.index_zmt_ul li span.iconfont {
    font-size: 2.2rem
}

.index_quanguo {
    padding: 1.2rem 0;
    border-bottom: .5rem solid #e2e2e2
}

.index_footer {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    line-height: 1.5rem
}

.com-client {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 800;
    background: #f3f5f4;
    font-size: 1.2em
}

.user-info {
    width: 100%;
    float: left
}

.user-info li {
    width: 49.8%;
    text-align: center;
    float: left;
    display: inline;
    box-sizing: border-box
}

.com-client .dianzx {
    width: 99%;
    height: 3em;
    border-radius: 3px;
    margin: 1.5% auto;
    text-align: center;
    padding-right: 3%;
    line-height: 3em;
    color: #FFF;
    background: #0c97ee;
    font-size: .9em
}

.innum {
    width: 1.5em;
    height: 1.5em;
    border-radius: 1.5em;
    background-color: #fff;
    position: absolute;
    top: .2em;
    right: .2em;
    line-height: 1.5em;
    text-align: center;
    color: red;
    font-size: .8em
}

.dianzixunbox {
    border: 1px solid #e60012;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e60012), to(#e60012));
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe;
    -webkit-animation-duration: 2700ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate
}

@-webkit-keyframes breathe {

0
{
    box-shadow: 0 1px 2px rgba(251, 65, 65, 1)
}
100
%
{
    opacity: 1
;
    background: #0c97ee
;
    border: 1px solid #0c97ee
}
}
@media screen and (max-width: 320px) {
    .index_sy_me li .sy_me_span, .rxzy_hide {
        display: none
    }

    .index_redian span {
        width: 60%
    }

    .index_zhuce .index_lxb_input {
        width: 65%
    }

    .index_zhuce .index_lxb_btn {
        width: 32%
    }

    .index_dq_zy li:nth-child(3) .dq_zy_d {
        padding-bottom: 8%
    }

    .index_new_l_d_r h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .index_form .pt_input {
        width: 86%
    }

    .index_form .pt_input1 {
        width: 41%
    }

    .ishidden {
        display: none
    }
}

.index_lxb {
    height: 2.2rem;
    float: left;
    font-size: 1.0rem
}

.index_lxb_input {
    width: 68%;
    padding-left: 2%
}

.index_lxb_btn {
    width: 32%;
    padding: 0 2%;
    background: #ed2a38;
    color: #FFF
}

.swt_footer {
    width: 30%;
    height: 2.2rem;
    line-height: 2.0rem;
    color: #FFF;
    font-size: 1.0rem;
    background: #f98721
}

.swt_footer img, .swt_footer span {
    vertical-align: middle
}

.swt_footer img {
    max-width: 1.8rem
}

#scrollDiv {
    height: 2.5em;
    overflow: hidden
}

#scrollDiv li {
    height: 2.5em;
    overflow: hidden;
    vertical-align: bottom;
    zoom: 1
}

.question_1 .col_1 {
    color: #001d3b
}

.swt_1 {
    background-color: #ff3c00;
    color: #FFF;
    width: 65%;
    height: 2.25rem;
    line-height: 2.25rem;
    border-radius: 2.25rem
}

.picMarquee-left {
    overflow: hidden;
    margin-top: .05%
}

.picMarquee-left .bd ul li {
    width: 25%;
    margin: 0 .05%;
    float: left;
    text-align: center
}

.picMarquee-left .bd ul li:last-child {
    display: none
}

.bmdt_xs_ul {
    padding: 0 2.5%;
    background-color: #ff1313
}

.bmdt_xs_ul li:first-child, .bmdt-li ul.infoList_xs_ul li span:first-child {
    width: 33%
}

.bmdt_xs_ul li:nth-child(2), .bmdt-li ul.infoList_xs_ul li span:nth-child(2) {
    width: 33%
}

.bmdt_xs_ul li:last-child, .bmdt-li ul.infoList_xs_ul li span:last-child {
    text-align: center;
    width: 33%
}

.index_yuke_ul li {
    margin-top: .5%;
    width: 33%
}