body{
    font-size: 12px;
}

h1{
    font-size: 300%;
    line-height: 300%;
    margin:0;padding: 0;
}

h2{
    font-size: 200%;
    margin:0;padding: 0;
}

h3{
    font-size: 150%;
    margin:0;padding: 0;
}

h4{
    font-size: 100%;
    margin:0;padding: 0;
}

h5{
    font-size: 80%;
    margin:0;padding: 0;
}

h6{
    font-size: 50%;
    margin:0;padding: 0;
}

a{
    color:#0b0b0b;
    text-decoration:none;
}
a:hover{
    color:#00AA00;
}

.site-top{

}

.menu-bar{
    display: block;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
}

.i-menu{
    line-height: 35px;
    font-size: 16px;
}

.bg-primary{
    background-color: #393D49;
    color: #FFF;
}

.bg-white{
    background-color: #FFF;
}

.i-row{
    clear: both;
    margin:0;
    padding:0;
}

.i-container{
    width: 1200px;
    margin:0px auto;
    clear: both;
}

img{
    max-width:100%;
}

.i-box{
    margin:0;
    border:1px solid #DEDEDE;
    background-color: #FFF;
}

.i-box .i-box-header{
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    padding: 0px 10px;
}

.i-box .i-box-body{
    padding:10px;
}

.pull-right{
    float: right;
}


.main{

}

.with-padding-top{
    padding-top:15px;
}

.with-padding-bottom{
    padding-bottom: 15px;
}

.with-padding-left{
    padding-left: 15px;
}

.with-padding{
    padding: 15px;
}

.with-padding-left-right{
    padding: 0px 15px;
}

.with-margin-top{
    margin-top:15px;
}

.with-margin-bottom{
    margin-bottom:15px;
}

.with-margin{
    margin:15px;
}

.with-border{
    border:1px solid #DEDEDE;
}
.without-border{
    border:none;
}

.with-border-bottom{
    border-bottom:1px solid #DEDEDE;
}

img{
    max-width:100%;
}

.text-summary{
    color:#999;
    font-size:100%;
    margin-top:5px;
    margin-bottom: 5px;
}

.text-muted,.text-muted a{
    color: #CCCCCC;
    font-size: 80%;
    margin-top:5px;
    margin-bottom: 5px;
}

.site-doc-icon{

}

.site-doc-icon li{
    display: block;
    float: left;
    height: 50px;
    width: 25%;
    background-color: #0b97c4;
}

.thumbnail{
    display: block;
    padding:10px;
    margin:0;
    border:1px solid #DEDEDE;
}

.thumbnail.without-border{
    border:none !important;
    padding:0;
}

.thumbnail img{
    max-width:100%;
    min-width: 100%;
}

.btn-xl{
    height: 100px;
}

.text-right{
    float: right;
    display: inline-block;
}

.text-large{
    font-size: 200% !important;
}

.text-small{
    font-size: 80%;
}

.text-lineheight-2x{
    line-height:200%;
}

.text-lineheight-normal{
    line-height:160%;
}

.image-line-large,.image-line-middle,.image-line-small,.image-line-mini,.image-line-xs{
    display: block;list-style: none;
}

.image-line-large li{
    width: 33%;
}

.image-line-middle li{
    width: 25%;
}

.image-line-small li{
    width: 20%;
}

.image-line-mini li{
    width: 12.5%;
}

.image-line-xs li{
    width: 25%;
}

.image-line-large li,.image-line-middle li,.image-line-small li,.image-line-mini li,.image-line-xs li{
    display: inline-block; float: left;
}

.image-line-large li a,.image-line-middle li a,.image-line-small li a,.image-line-mini li a,.image-line-xs li a{
    display: block;
}

.layui-carousel img{
    min-width: 100%;
    max-width: 100%;
}

.layui-card-header{
    overflow-y: hidden;
}

.i-button-block{
    margin:0;
    width: 100%;
}

.i-button-link{
    background-color: transparent;
}

.hidden-lg{
    display: none;
}
.visible-lg{
    display: block;
}

/*小屏适配*/
@media screen and (max-width: 980px) {
    body{
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #dedede;
    }

    .i-container{
        width:auto;
        margin-left:0;margin-right: 0;
    }

    .layui-container{
        width:auto;
        margin-left:0;margin-right: 0;
        padding: 0;
    }

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

    .with-padding{
        padding: 5px;
    }

    .with-margin-bottom{
        margin-bottom: 5px;
    }

    .with-margin-top{
        margin-top: 5px;
    }

    .with-margin{
        margin:5px;
    }

    .hidden-lg{
        display: block;
    }

    .visible-lg{
        display: none;
    }

    .layui-form-label{
        clear:both;
        float:none;
        width: 100%;
        padding:10px 0;
        text-align: left;
    }

    .layui-form-pane .layui-form-label{
        clear: none;
        float: left;
        width: 80px;
    }

    .layui-input-block{
        margin-left: 0;
    }
}

/*侧滑菜单*/
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

/**
Swipper
 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container img{
    min-width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a.item{
    display: block;
    width: 100%;
}

/*通用文章排版*/
.archive{

}

.archive img{
    max-width: 100%;
}

/**
兼容Laravel内置分页
 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.content {
    line-height:160%;
    font-size:14px;
}

.content img{
    max-width: 100%;
}

.content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
.content table > thead > tr > th,
.content table > thead > tr > td,
.content table > tbody > tr > th,
.content table > tbody > tr > td,
.content table > tfoot > tr > th,
.content table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
.content table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
.content table > caption + thead > tr:first-child > th,
.content table > caption + thead > tr:first-child > td,
.content table > colgroup + thead > tr:first-child > th,
.content table > colgroup + thead > tr:first-child > td,
.content table > thead:first-child > tr:first-child > th,
.content table > thead:first-child > tr:first-child > td {
    border-top: 0; }
.content table > tbody + tbody {
    border-top: 2px solid #ddd; }
.content table table {
    background-color: #fff; }