@charset "utf-8";


.modal-mark {
    background-color: #000;
    filter: progid:dximagetransform.microsoft.alpha(opacity=80); /*ie6~ie8*/
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    cursor: pointer;
    transition: none
}

.modal-mark.modal-show {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    transition: none
}

.modal-mark.modal-show-for-img {
    z-index: 20;
    background: #fff;
    transition: none
}


/*wechat qrcode*/

.modal-qr {
    width: 256px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -150px;
    background: #fff;
    padding: 30px;
    text-align: center;
    display: none;
    z-index: 199999
}

.modal-qr.modal-show {
    display: block
}

.modal-qr h2 {
    font-size: 24px;
    margin: 0 0 30px
}

.modal-qr p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2
}

.modal-qr p span {
    background: #61c408;
    color: #fff;
    padding: 3px 5px
}

.modal-qr .close {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: all .2s;
    font-size: 20px;
}

.modal-qr .close:hover {
    transform: rotate(180deg);
    color: #ff5c00
}

.modal-qr .thumb div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


#nav .pc-nav .layui-nav {
    padding: 0 0 10px;
    position: relative;
    right: 0;
    top: 0;
}


#nav .pc-nav .layui-nav .layui-nav-item {
    line-height: 40px;

}

.dropdown-search.show {
    top: 172px;
}

.list-h2 {
    color: #ff5a00;
    margin: 20px 0;
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
}

.crumbs {
    margin: 26px auto 0;
    padding-bottom: 20px;
    border-bottom: 15px solid #f7f7f7;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .crumbs {
        margin: 26px auto 20px;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.crumbs, .crumbs a {
    color: #c9c9c9;
}

.crumbs a:hover {
    color: #ff5a00;
}

.crumbs li {
    display: inline;
}

.crumbs li:after {
    content: ' >';
}

.crumbs li.active:after {
    content: '';
}

/*左边主要内容*/

.layui-container .left-main {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 46px;
}

.nav-pages-top {
    border-bottom: 1px solid #fcfcfc;
    border-radius: 2px 3px 3px 3px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    color: #888;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
}

@media screen and (min-width: 768px) {
    .nav-pages-top {
        background-color: #fcfcfc;
        border: none;
    }
}


.nav-pages-top .nptshow {
    line-height: 42px;
    display: inline-block;
    color: #888;
}

.nav-pages-top form {
    position: relative;
    white-space: nowrap;
    line-height: 42px;
    text-align: right;
}

.nav-pages-top form div {
    display: inline-block;
    line-height: 42px;
    vertical-align: text-bottom
}

.nav-pages-top form .pg-nav a {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 20px;
    border: 1px solid #f6f6f6;
    border-radius: 2px;
    color: #bfbfbf;
    font-size: 10px;
    text-align: center;
    margin: 0 2px;
    background: #fff
}

.nav-pages-top form .pg-nav a:hover {
    border-color: #ff5c00;
    background: #ff5c00;
    color: #fff
}

.nav-pages-top form .txt {
    width: 2.5em;
    text-align: center;
    line-height: 1;
    padding: 1px 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    color: #888;
    vertical-align: text-bottom
}

.nav-pages-top form .txt:hover, .nav-pages-top form .txt:focus {
    border-color: #ddd;
    color: #333
}


.nav-pages-top form .go_em {
    position: relative;
}

.nav-pages-top form .go_em button {
    font-size: 12px;
}

.nav-pages-top form .go_em:hover button {
    visibility: visible;
    opacity: 1;
    transition: all .2s
}

.nav-pages-top form [type=submit] {
    display: block;
    position: absolute;
    top: 100%;
    top: 21px;
    left: 0;
    right: 0;
    background: #ff5c00;
    border: none;
    cursor: pointer;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 20px;
    outline: none;
    visibility: hidden;
    opacity: 0;
    transition: all .2s
}

.list-item-default {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .list-item-default {
        margin-bottom: 55px;
    }
}


@media screen and (min-width: 1024px) {
    .list-item-default {
        margin-bottom: 15px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
        background: #fff;
        transition: all .2s
    }

    .list-item-default:hover {
        background: #fafafa;
        border-radius: 5px
    }
}


.list-item-default .item-content {
    text-align: left;
}

.list-item-default .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
    font-weight: normal
}

@media screen and (min-width: 768px) {
    .list-item-default .title {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.list-item-default .title a {
    color: #262626 !important;
    border-bottom: 1px solid transparent;
}

@media screen and (min-width: 768px) {
    .list-item-default .title a {
        display: inline-block;
    }
}

.list-item-default .title a:hover {
    color: #ff5c00
}

.list-item-default p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 14px;
    display: none;
    min-width: 615px
}

@media screen and (min-width: 768px) {
    .list-item-default p {
        display: block
    }
}

.list-item-default p a {
    display: block;
    color: #888
}

.list-item-default p a:hover {
    color: #666
}


.list-item-default .title .new {
    font-size: 12px;
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    background: transparent;
    line-height: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
    font-weight: normal
}

@media screen and (min-width: 768px) {
    .list-item-default .title .new {
        padding: 2px 6px
    }
}

.list-item-default h4 {
    font-size: 12px;
    font-weight: normal;
    color: #a7a7a7;
    line-height: 23px;
    height: 23px;
    overflow: hidden
}

.list-item-default h4 i {
    font-style: normal;
    margin-right: 15px
}

.list-item-default h4 a {
    color: #a7a7a7
}

.list-item-default h4 a:hover {
    color: #ff5c00
}

.list-item-default h4 .tags a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    background: #fbfbfd;
    border-radius: 3px
}

.list-item-default h4 .tags a:hover {
    background: #ff5c00;
    color: #fff
}

/*@media (min-width: 768px) {*/
/*    .list-item-default h4 .tags a:last-child {*/
/*        display: none*/
/*    }*/
/*}*/
.nav-pages {
    margin: 30px 0
}

@media screen and (min-width: 768px) {
    .nav-pages {
        margin: 60px 0
    }
}

.nav-pages .nav {
    /*display: box;*/
    /*display: -webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    margin: 0 -5px;
}

@media screen and (min-width: 768px) {
    .nav-pages .nav {
        display: block
    }
}

.nav-pages .nav li {
    display: none;
    padding: 0 5px;
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: left;
}

.nav-pages .nav li.fy, .nav-pages .nav li.active {
    display: block
}

@media screen and (min-width: 768px) {
    .nav-pages .nav li {
        display: inline-block;
        margin: 0 5px;
        width: auto;
    }

    .nav-pages .nav li.fy, .nav-pages .nav li.active {
        display: inline
    }
}

.nav-pages .nav a {
    display: block;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    padding: 0 15px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    box-sizing: border-box
}

@media screen and (min-width: 768px) {
    .nav-pages .nav a {
        display: block;
        display: inline-block;
    }
}

.nav-pages .nav a:hover {
    color: #ff5c00;
    background: #fffaf6;
    border-color: #ff5c00
}

.nav-pages .nav .disabled a {
    cursor: default;
    color: #333;
    border: none;
    background: transparent;
    padding: 0
}

.nav-pages .nav .active a {
    background: #ff5c00;
    border-color: #ff5c00;
    color: #fff;
    padding: 0 15px
}

.nav-pages.no-pages {
    color: #bfbfbf
}


.post-header {
    border-bottom: 15px solid #f2f2f2;
    margin-bottom: 25px;
}

.post-header .post-title {
    font-size: 25px;
    line-height: 1.41;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    padding-top: 20px
}


.post-header .post-meta {
    font-size: 12px;
    font-weight: normal;
    color: #888;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center
}


.post-header .post-meta span {
    white-space: nowrap
}

.post-header .post-meta a {
    color: #888
}

.post-header .post-meta a:hover {
    color: #ff5c00
}

.post-header .post-meta .remain {
    display: inline-block;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .post-header {
        border-bottom-width: 1px;
        margin-bottom: 44px;
    }

    .post-header .post-title {
        font-size: 24px;
    }

    .post-header .post-meta {
        line-height: 30px;
        margin-bottom: 30px;
        text-align: left;
        font-size: 14px;
    }

    .post-header .post-meta .remain {
        float: right;
        margin-bottom: 0
    }

}

.post-header .post-meta .original_author,
.post-header .post-meta .editor,
.post-header .post-meta .time,
.post-header .post-meta .views,
.post-header .post-meta .count {
    padding-right: 8px;
    position: relative;
    margin-right: 10px
}

.post-header .post-meta .original_author::after,
.post-header .post-meta .editor::after,
.post-header .post-meta .time::after,
.post-header .post-meta .views::after,
.post-header .post-meta .count::after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    border-right: 1px solid #dedede;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0
}


.post-content {
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .post-content {
        overflow: visible
    }
}

.post-content .main {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .post-content .main {
        padding-right: 40px;
        padding-left: 0px
    }
}

/*@media screen and (min-width: 1330px) {*/
/*    .post-content .main {*/
/*        padding-right: 136px;*/
/*        padding-left: 104px*/
/*    }*/
/*}*/

.article {
    font-size: 16px;
    color: #525252;
    line-height: 1.875;
    padding: 0 10px;
    word-wrap: break-word
}

@media screen and (min-width: 768px) {
    .article {
        padding: 0;
    }
}

.article p {
    margin-bottom: 30px;
    max-width: 100%;
}

.article img{
    text-align: center;
    max-width: 100%;
}

.article h4 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}


.article ul {
    margin-bottom: 30px;
    margin-left: 2.8em;
}

.article ul li {
    list-style: circle;
    margin-bottom: .5em
}

.article ol {
    list-style-type: decimal;
    margin: 0 0 1.75em 3.1em;
    padding: 0;
}

.article ol li {
    list-style-type: decimal;
}

.article .img-zoom {
    overflow: visible;
}

.article .img-zoom img {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    height: auto;
    width: auto;
    transition: none;
    margin: 0;
}

.article .img-zoom .aligncenter {
    margin: 0 auto;
}

.article a {
    border-bottom: 1px solid #525252;
    word-break: break-all;
}

.article a:hover {
    border-bottom-color: transparent
}


.article h5 {
    font-size: 20px;
    margin-bottom: 10px
}

.article dt {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.article dd {
    text-indent: 2em;
    line-height: 2em;
    margin-bottom: 20px;
}


/*about.css */

.page-header {
    border-bottom: 1px solid #f2f2f2;
    padding: 26px 0 26px;
    line-height: 1;
}

.page-header h2 {
    font-size: 34px;
    color: #333;
    text-align: center
}


.page-content {
    position: relative;
    padding-top: 50px;
    min-height: 700px;
}

.page-content .page-content-main {
    width: 100%;
    margin: 0 20px 0 auto;
}

@media screen and (min-width: 992px) {
    .page-content .page-content-main {
        max-width: 640px
    }
}

@media screen and (min-width: 1330px) {
    .page-content .page-content-main {
        max-width: 750px;
        margin: 0 auto;
    }
}

.page-content .page-sidebar {
    display: block
}

@media screen and (min-width: 768px) {
    /*.page-content .page-sidebar {*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0*/
    /*}*/
    /*.page-content .page-sidebar.show {*/
    /*    display: block*/
    /*}*/
}

@media screen and (min-width: 992px) {
    .page-content .page-sidebar {
        position: absolute;
        left: 50%;
        top: 50px;
        bottom: auto;
        right: auto;
        font-size: 14px;
        color: #888;
    }

    .page-content .page-sidebar.autofixed-fixed {
        position: fixed;
        top: 110px
    }

    .page-content .page-sidebar.autofixed-absolute {
        top: auto;
        bottom: 0
    }
}

.page-content .page-sidebar ul {
    border-top: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .page-content .page-sidebar ul {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .page-content .page-sidebar ul {
        display: flex;
        flex-direction: column;
    }
}

.page-content .page-sidebar li {
    flex-grow: 1;
    display: block;
    border: 1px solid #f2f2f2;
    border-top: none;
    background: #fff
}

.page-content .page-sidebar a {
    display: block;
    padding: 12px 32px;
    color: #888;
    border-right: 4px solid transparent
}

/*@media screen and (max-width: 1024px) {*/
/*    .page-content .page-sidebar a {*/
/*        padding: 12px 5px;*/
/*    }*/
/*}*/


.page-content .page-sidebar a:hover {
    color: #ff5c00
}

.page-content .page-sidebar .current-menu-item {
    background: #fafafa
}

.page-content .page-sidebar .current-menu-item a {
    color: #ff5c00;
    border-right-color: #ff5c00
}

.article .about-intro p {
    text-indent: 2em;
}


/*/video*/
.title-center{
    text-align: center;
}
.video-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-div-container{
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .video-div-container{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
@media screen and (min-width: 1260px){
    .video-div-container {
        width: 1260px;
        height: 701px;
    }
}
@media screen and (min-width: 992px){
    .video-div-container {
        width: 970px;
        width: 540px;
    }
}
@media screen and (min-width: 768px) {
    .video-div-container{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

.download-hover a h4{
    display: inline-block;
    width: auto;
}
.download-hover a{
    text-decoration: none !important;
}

.download-hover a:hover h4{
    color: #ff5c00;
}


/*广告*/
.ad-container{
    overflow: hidden;
}
.ad-container a img{
    width: 100%;
    transition: all .2s;
}
.ad-container a{
    display: block;
    overflow: hidden;
}
.ad-container a:hover img{
    transform: scale(1.03);
}