@charset "utf-8";

/*通用样式*/
html,body {
    width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
    vertical-align: top;
}
ol,ul {
    list-style: none;
}
i,em,cite {
    font-style: normal;
}
button {
    cursor: pointer;
}
table,table td {
    border-collapse: collapse;
    border-spacing: 0;
}
.mm table {
    border-collapse: collapse;
}
.mm table td {
    border: #000 solid 1px;
}
@font-face {
    font-family: 'NotoSansHans';
    src: url("../syht/NotoSansHans-Light.otf") format('opentype');
    font-weight: normal !important;
    font-style: normal;
}
html,div,span,object,iframe,h1,h2,h3,h4,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style-type: none;
    font-weight: inherit;
    font-style: inherit;
    /*font-family: inherit;*/
    font-family: NotoSansHans;
}


/*--------------------- 文本对齐方式 ---------------------*/

.text_c {
    text-align: center;
}

.text_r {
    text-align: right;
}

.text_l {
    text-align: left;
}

/*--------------------- 行高定义 ---------------------*/

.LH25 {
    line-height: 25px;
}

.LH30 {
    line-height: 30px;
}

.LH35 {
    line-height: 35px;
}

/*--------------------- 隐藏元素 ---------------------*/

.o-hidden {
    overflow: hidden;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

/*--------------------- 浮动和清除浮动 ---------------------*/

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.clear {
    clear: both;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

/*--------------------- 距离样式 ---------------------*/

.mar_t10 {
    margin-top: 10px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_t30 {
    margin-top: 30px;
}

.mar_t60 {
    margin-top: 60px;
}

.mar_t80 {
    margin-top: 80px;
}

.mar_t130 {
    margin-top: 130px;
}

.mar_t180 {
    margin-top: 180px;
}

.mar_b10 {
    margin-bottom: 10px;
}

.mar_b20 {
    margin-bottom: 20px;
}

.mar_b30 {
    margin-bottom: 30px;
}

.mar_b80 {
    margin-bottom: 80px;
}

.mar {
    margin: 0px 200px;
}

.par_b60 {
    padding-bottom: 60px;
}

.par_t60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.par_t40 {
    padding-top: 40px;
}

.par_l90 {
    padding-left: 90px;
}

.mar_l10 {
    margin-left: 10px;
}

.mar_l20 {
    margin-left: 20px;
}

.mar_l30 {
    margin-left: 30px;
}

.mar_l3 {
    margin-left: 35%;
}

.mar_r10 {
    margin-right: 10px;
}

.mar_r20 {
    margin-right: 20px;
}

.mar_r30 {
    margin-right: 30px;
}

.padd_10 {
    padding: 10px;
}

.padd_20 {
    padding: 20px;
}

/*--------------------- 边框样式 ---------------------*/

.border {
    border: #ddd solid 1px;
}

.bor_t {
    border-top: #ddd solid 1px;
}

.bor_b {
    border-bottom: #ddd solid 1px;
}

.bor_l {
    border-left: #ddd solid 1px;
}

.bor_r {
    border-right: #ddd solid 1px;
}

.NoBorder {
    border: 0 none !important;
}


/*--------------------- 宽度高度 ---------------------*/

.wid1000 {
    width: 1000px;
    padding: 0px;
    margin: 0px auto;
}

.wid1200 {
    width: 1200px;
    padding: 0px;
    margin: 0px auto;
}

/*--------------------- 字体颜色 ---------------------*/

.red {
    color: #F00;
}

.blue {
    color: #00F;
}

.black {
    color: #000;
}

.gray {
    color: #CCC;
}

.green {
    color: #060;
}

.white {
    color: #fff;
}

.yellow {
    color: #FF0;
}

.orange {
    color: #C30;
}

.bgw {
    background-color: #fafafa;
}

/*--------------------- 字体大小 ---------------------*/

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.bor {
    border-top: 1px solid #a6a5a5;
}

.bor2 {
    border-bottom: 1px solid #a6a5a5;
}

.bor3 {
    border-right: 1px solid #d2d2d2 !important;
}

.bor4 {
    border-bottom: 1px solid #1a1a1a !important;
}

.bor4 {
    border-top: 1px solid #aaaaaa !important;
}


/*显示和隐藏*/

.o-hidden {
    overflow: hidden
}

.hidden,
.hide {
    display: none
}

.show {
    display: block
}

.visible {
    display: block
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}
.container-black{
    background:#000 !important;
    margin-top:50px;
}

@media (max-width:680px) {
    .visible-xs {
        display: block!important
    }
}

@media (max-width:680px) {
    .hidden-xs {
        display: none!important
    }
}


@media (min-width:992px) and (max-width: 1199px){
    .hidden-sm {
        display: none!important
    }
    .visible-sm {
        display: block!important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:680px) and (max-width: 991px){
    .container {
        width: 680px !important;
        padding-right: 5px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .container {
        width: 1000px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width:680px) {
    .container {}
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:992px) {
    .container-fluid {
        padding-left: 5px;
        padding-right: 5px
    }
}

.row {
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width:680px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        position: relative;
        min-height: 1px;
    }

    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: left; float:left !important;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    .col-xs-11 {
        width: 91.66666667% !important;
    }

    .col-xs-10 {
        width: 83.33333333% !important;
    }

    .col-xs-9 {
        width: 75% !important;
    }

    .col-xs-8 {
        width: 66.66666667% !important;
    }

    .col-xs-7 {
        width: 58.33333333% !important;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    .col-xs-5 {
        width: 41.66666667% !important;
    }

    .col-xs-4 {
        width: 30% !important;
    }

    .col-xs-3 {
        width: 25% !important;
    }

    .col-xs-2 {
        width: 16.66666667% !important;
    }

    .col-xs-1 {
        width: 8.33333333% !important;
    }
}


.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-13,
.col-md-44,
.col-md-33 {
    float: left;
}
.col-md-12 {
    width: 100%
}
.col-md-11 {
    width: 80%
}
.col-md-10 {
    width: 78%
}
.col-md-9 {
    width: 75%
}
.col-md-8 {
    width: 61%
}
.col-md-7 {
    width: 58.33333333%
}
.col-md-6 {
    width: 50%
}
.col-md-5 {
    width: 41.66666667%
}
.col-md-4 {
    width: 32%
}
.col-md-44 {
    width: 30%
}
.col-md-3 {
    width: 25%
}
.col-md-33 {
    width: 19%
}
.col-md-2 {
    width: 20%
}
.col-md-1 {
    width: 18% !important; *width: 18% !important;
}
.col-md-111 {
    width: 15%
}
.col-md-112{
    /*                width: 22%;*/
    float:left
}
.col-md-1111 {
    width: 10%
}
.col-md-13 {
    width: 17%
}


.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
    clear: both
}


@media screen and (max-width: 680px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left !important;
    }

    .col-sm-12 {
        width: 100% !important;
    }

    .col-sm-11 {
        width: 90% !important;
    }

    .col-sm-10 {
        width: 78% !important;
    }

    .col-sm-9 {
        width: 75% !important;
    }

    .col-sm-8 {
        width: 66.66666667% !important;
    }

    .col-sm-7 {
        width: 58.33333333% !important;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .col-sm-5 {
        width: 41.66666667% !important; *width: 41.66666667% !important;
    }

    .col-sm-4 {
        width: 33.33333333% !important;
    }

    .col-sm-3 {
        width: 25% !important;
    }

    .col-sm-2 {
        width: 20% !important;
    }

    .col-sm-1 {
        width: 15% !important;
    }

    .col-sm-111 {
        width: 10% !important;
    }
}

/*分页*/
.pagelink {
    clear: both;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
    font-size: 12px;
}
.pagelink li{
    display:inline-block;
    margin-left:10px;
}
.pagelink a,
div.pagelink span {
    padding: 6px 7px 6px;
    height: 32px;
    color: #4c4c4c;
    border: 1px solid #ddd;
    line-height: 32px;
    text-decoration: none;
    margin: 0 2px;
}
.pagelink a:hover {
    color: #df6800;
    text-decoration: none;
    padding: 6px 7px 5px;
    border-bottom: 2px solid #df6800;
}
.pagelink .current {
    color: #F63;
    padding: 6px 7px 5px;
    height: 26px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #F63;
    font-weight: bold
}
.fenye {
    border-top: 1px solid #c8c6c6;
    color: #df6800 !important;
    line-height: 20px;
    padding-top: 20px;
}
.fenye_2 {
    line-height: 40px;
    font-size: 20px;
    padding: 3px 3px 3px 6px;
    margin-top: 5px;
}
.fenye_2 a {
    font-size: 14px;
    color: #df6800 !important;
}
.fenye_2 span {
    font-size: 14px;
    color: #333;
}


































