body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: '微软雅黑', '宋体', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    word-break: break-all;
}


/*冯T开始*/
.stnone {
    display:none;
}
/*冯T结束*/
.font_b {
    font-weight: bold;
}

.pd_tb {
    padding: 10px 0;
}

.border-radius {
    border-radius: 5px;
}

.mr_t {
    margin-top: 10px;
}

.mr_b {
    margin-bottom: 10px;
}

.mar_lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.white {
    color: #fff !important;
}

.gray {
    color: #666
}

.pad_none {
    padding: 0 !important;
}

.LOGO {
    background: url(../images/logo.svg) no-repeat;
    width: 150px;
    height: 65px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.LOGO:hover {
    -webkit-transform: rotate(360deg) scale(1.3);
    -moz-transform: rotate(360deg) scale(1.3);
    -ms-transform: rotate(360deg) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3);
    transform: rotate(360deg) scale(1.3);
}

.banner_bg {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #DA4040), color-stop(100%, #DADA3E));
    background: -webkit-linear-gradient(45deg, #DA4040 0, #DADA3E 100%);
    background: -o-linear-gradient(45deg, #DA4040 0, #DADA3E 100%);
    background: -ms-linear-gradient(45deg, #DA4040 0, #DADA3E 100%);
    background: linear-gradient(45deg, #DA4040 0, #DADA3E 100%);
}

.banner_bg:after {}

.top_mar {
    margin-top: 65px;
}

.pad_tbnone {
    padding: 0 15px !important;
}

.no_mar {
    margin: 0 !important;
}

.mar_20 {
    margin: 10px 0;
}

.mar_bt10 {
    margin-bottom: 10px;
}

.no_marlr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no_padlr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.heixian {
    height: 5px;
    background-color: #2D2D2D;
    margin-left: -5px;
    margin-right: -5px;
}

.hongxian {
    height: 5px;
    background-color: #DA4040;
    margin-left: -5px;
    margin-right: -5px;
}

.hong_bg {
    background-color: #DA4040;
}

.hei_bg {
    background-color: #2D2D2D;
}

.white_bg {
    background-color: #fff;
}

.gray_bg {
    background-color: #f4f4f4;
}

.hong_font {
    color: #DA4040 !important;
}
/*banner样式*/

.banner1_bg {
    background-color: #FFCC00;
}

.banner2_bg {
    background-color: #66CDCC;
}

.banner3_bg {
    background-color: #B8B8B8;
}
/*新手FAQ*/

.faq {
    background-color: #DA4040;
}

.faq h1 {
    margin: 10px 0;
    font-size: 60px;
    font-weight: 900;
}

.faq_style {
    background-color: #2D2D2D;
    color: #fff;
}
/*新闻样式*/

.more {
    display: block;
    float: right;
    padding: 0px 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.more2 {
    display: block;
    float: right;
    padding: 0px 25px;
    margin-bottom: 10px;
    color: #2D2D2D;
    margin-top: 10px;
}

.more2:hover {
    color: #000
}

h3 {
    margin: 10px;
    color: #2D2D2D
}

h3 small {
    color: #fff
}

p {
    margin: 0;
}

.news_list a span {
    text-align: right;
}

.news_list a {
    color: #2D2D2D
}

.news_list a:hover {
    text-decoration: underline;
}

.news_list {
    list-style-type: square
}

.act_img {
    max-width: 100%;
    overflow: hidden;
}

.act_img img {
    width: 100%;
}

.news_list2 {
    color: #DA4040;
    list-style-type: square;
    list-style-position: inside;
}
/*每日悬赏*/

.bt a {
    display: block;
    padding: 5px 0;
    margin: 5px -5px;
    text-align: center;
}
/*动态*/

.media-body .thumbnail {
    margin-bottom: 0;
    overflow: hidden;
}

.media {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-top: 0;
}

.img_w100 {
    max-width: 100%
}

.tx {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.zp {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: block;
}

.img_xc {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 200px;
    overflow: hidden;
    display: block;
    height: 200px;
}
/*热门话题*/

.ht_pic {
    max-width: 100%;
    max-height: 300px;
    display: block;
    overflow: hidden;
}

.hottopic {}
/*底部*/

.footer {
    text-align: center;
    line-height: 1.2;
    padding-bottom: 15px;
}

.footer h3 {
    font-size: 48px;
    font-weight: 800;
}

.footer p {
    font-size: 24px;
    font-weight: 300;
    margin: 0 10px;
}

.footer p small {
    font-size: 65%;
    line-height: 1.2
}
/*文章页面*/

.a_bor_hei {
    background-color: #2D2D2D;
    border: 3px #DA4040 solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.a_bor_hei:hover {
    background-color: #DA4040;
    color: #2D2D2D !important;
    text-decoration: none;
}

.a_bor_hong {
    background-color: #DA4040;
    color: #2D2D2D;
    border: 3px #2D2D2D solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.a_bor_hong:hover {
    background-color: #2D2D2D;
    color: #DA4040;
    text-decoration: none;
}

.hei_font {
    color: #2D2D2D;
}

.hei_font:hover,
.hei_font:active,
.hei_font:visited,
.hei_font:focus {
    color: #2D2D2D;
    text-decoration: none;
}

.pad_tb15 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pad_r15 {
    padding-right: 15px;
}

.font_large {
    font-size: 150%
}

.pad_lr40 {
    padding-right: 40px;
    padding-left: 40px;
}

.ar_form_lab {
    width: 33.333%;
    height: 50px;
    margin-bottom: 5px;
}

.ar_form_area {
    -webkit-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    -moz-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    -ms-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    -o-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    border: 1px solid #fff;
    padding: 15px;
    overflow-x: hidden;
    resize: none;
}

.ar_form_area:focus {
    border: solid 1px;
    border-color: rgba(45, 45, 45, .8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(45, 45, 45, .8);
    box-shadow: 0 0 8px rgba(45, 45, 45, .8);
}

.ar_form_text {
    -webkit-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    -moz-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    -ms-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    -o-transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    transition: border-color ease-in-out .25s, box-shadow ease-in-out .25s;
    width: 66.666%;
    height: 50px;
    border: 1px solid #fff;
    padding: 0 15px;
    overflow: hidden;
    line-height: 50px;
}

.ar_form_text:focus {
    border: solid 1px;
    border-color: rgba(45, 45, 45, .8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(45, 45, 45, .8);
    box-shadow: 0 0 8px rgba(45, 45, 45, .8);
}

.mar_b5 {
    margin-bottom: 5px;
}

.wd_100 {
    width: 100%
}

.height_50 {
    min-height: 50px;
    line-height: 50px;
}

.pad_lr10 {
    padding-left: 10px;
    padding-right: 10px;
}


/*主页头部*/

.tx_img {
    max-width: 150px;
    display: block;
    max-height: 150px;
    overflow: hidden;
}

.home_dh {
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.home_dh:hover {
    background-color: #DA4040;
    color: #2d2d2d
}

.table_mid {
    display: table;
}

.cell_mid {
    display: table-cell;
    vertical-align: middle;
}

.cell_bt {
    display: table-cell;
    vertical-align: bottom;
}

.no_float {
    float: none;
}

.hong_bd {
    border-right: 2px solid #DA4040;
    border-bottom: 2px solid #DA4040;
    margin-bottom: -2px;
}

.home_dh_kuang {
    border: 2px solid #DA4040;
    overflow: hidden !important;
}
/*覆盖样式*/

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.media {
    padding: 5px 0;
}

.btn {
    border-radius: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 50px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none
}

.carousel-indicators {
    bottom: 0px;
}
/*.navbar-toggle:hover .icon-bar{

    background-color: #2D2D2D
}*/

.container .jumbotron,
.container-fluid .jumbotron {
    margin-bottom: 0;
    border-radius: 0
}

.jumbotron h1 {
    font-size: 100px;
    font-weight: 700;
}

.jumbotron p {
    font-size: 30px;
    font-weight: bold;
}

body {
    background-color: #2D2D2D;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

@media (max-width: 991px) {
    .xs_mar_10 {
        margin: 10px 0;
    }
    h3 {
        margin: 0 15px 0 15px;
        padding: 10px 0;
    }
    .news_list {
        margin-bottom: 0;
    }
    .pad_bt10 {
        padding-bottom: 10px;
    }
    .bt a {
        display: block;
        padding: 5px 0;
        margin: 10px -15px 0 -15px;
        text-align: center;
    }
    .faq h1 {
        margin: 10px 0;
        font-size: 40px;
        font-weight: 900;
    }
    .news_mb {
        padding-right: 10px;
        margin: 10px 0;
        background-color: #2D2D2D;
    }
    .news_mb h3 {
        color: #DA4040
    }
    .news_mb .news_list a {
        color: #DA4040;
    }
    .news_list {
        color: #DA4040
    }
    .news_mb .hei_bg {
        background-color: #DA4040
    }
    .news_mb .more {
        color: #2D2D2D
    }
}

@media (max-width: 768px) {
    .carousel-indicators {
        display: none;
    }
    .faq h1 {
        margin: 10px 0;
        font-size: 30px;
        font-weight: 900;
    }
    .footer h3 {
        font-size: 17px;
        font-weight: 800;
    }
    .footer h4 {
        margin: 0 0 10px 0;
        font-size: 12px;
        font-weight: 800;
    }
    .footer p {
        font-size: 12px;
        font-weight: 300;
        margin: 0 10px;
    }
    .img_w100 {
        width: 100%
    }
    .wz_list .text-right {
        text-align: left;
    }
}
