
html{
    /* filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     filter: url(/gh/2025/style/desaturate.svg);
     filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
     -webkit-filter: grayscale(1);  */
 }
/*页面详情样式*/

/*blockquote*/
blockquote {
    font-size: inherit;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-left: 5px solid #e5e5e5;
}
blockquote>*:last-child{
    margin-bottom: 0;
}


/*blockquote-line*/
.blockquote{
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.blockquote>*:last-child{
    margin-bottom: 0;
}
.blockquote>*:first-child{
    margin-top: 0;
}

.blockquote h2{
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    blockquote,.blockquote-line{
        padding: 20px 15px;
    }
}


/*折叠面板*/
.slide-door{
    border-bottom: 1px dashed #e2e2e2;
    border-top: 1px dashed #e2e2e2;
    background: #F7F7F7;
    margin-top: -1px;
}
.slide-door .accordion-title{
    color: inherit;
    padding: 15px;
    padding-right: 50px;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;  
    line-height: 1.5;
    font-size: 15px;
}
.slide-door .accordion-title:after{
    content: "\e9cd";
    position: absolute;
    font-family: 'iconfont';
    right: 15px;
    top: 15px;
    color: #fff;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius:5px;
    font-size: 16px;
    color: #FB5049;
}

.slide-door .accordion-title.open:after{
    font-family: 'iconfont';
    font-weight: bold;
    content: "\e8c3";
}

.slide-door .accordion-content{
    padding: 15px;
    display: none;
    font-size: 13px;
    color: grey;
    line-height: 1.8;
}

.slide-box .slide-door .accordion-title{
    border-left: 0;
}
@media screen and (max-width: 767px) {
    .slide-door{
        background: none;
    }
    .slide-door .accordion-title{
        padding: 14px 0;
        padding-right: 30px; 
    }
    .slide-door .accordion-title:after{
        right: 0;
    }
    .slide-door .accordion-content{
        padding: 15px 0;
        padding-top: 0;
    }
}


/*table,*/
table{
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
}
table td{
    padding: 8px 10px;
}
table p{
    margin-bottom: 5px!important;
}


/*圆头像*/
.circle-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #f0f0f0;
    overflow: hidden;
    margin: 10px auto;
}

/*keywords*/
.keywords{
    margin-top: 30px;
    margin-bottom: 20px;
}
.keywords .keyword-item{
    text-align: center;
    margin: 20px 0;
    line-height: 1;
}
.keywords .keyword-num{
    font-size: 55px;
    color: #FB5049;
    padding-bottom: 20px;
}
.keywords .keyword-num .more{
    font-size: 28px;
    margin-left: 5px;
}
.keywords .keyword-title{
    font-size: 18px;
    padding-top: 25px;
    border-top: 1px dashed #e6e6e6;
    position: relative;
}
.keywords .keyword-title:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -3px;
    height: 5px;
    width: 80px;
    margin-left: -40px;
    background: #FB5049;
}

@media screen and (max-width: 767px) {
    .keywords .keyword-num{
        font-size: 40px;
    }
    .keywords .keyword-num .more{
        font-size:  20px;
    }
    .keywords .keyword-title{
        padding-top: 20px;
    }
}



/*tab*/
.horizontal-tag .tabs{
    background: #f0f0f0;
    padding-left: 0;
    margin-bottom: 0;
    /*display: table;
    width: 100%;
    table-layout: fixed;*/
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-around;
}
.horizontal-tag .tabs a{
    color: #555;
    font-size: 15px;
    padding: 1em 5px;
    position: relative;
}
.horizontal-tag .tabs>li{
    text-align: center;
    border-right: 1px solid #ddd;
    list-style: none;
    padding-left: 0;
    flex-grow: 1;
}
.horizontal-tag .tabs>li:last-of-type{
    border-right: 0;
}
.horizontal-tag .tabs>li.active a,.horizontal-tag .tabs>li.active a:hover{
    background: #FB5049;
}
.horizontal-tag .tabs>li.active a:after{
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-width: 10px 20px 0 20px;
    border-style: solid;
    position: absolute;
    margin-left: -20px;
    bottom: -10px;
    left: 50%;
    z-index: 1;
    border-top-color: #FB5049;
}
.horizontal-tag .flex .slide{
    background: none;
    margin-bottom: 0;
}
.horizontal-tag .flex [class*="col-"]{
    border-right: 1px solid #aaa;
    margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
    .horizontal-tag .flex [class*="col-"]:nth-of-type(4n){
        border-right: none;
    }
}
@media screen and (min-width: 568px) and (max-width: 991px) {
    .horizontal-tag .flex [class*="col-"]:nth-of-type(2n){
        border-right: none;
    }
}
@media screen and (max-width: 567px) {
    .horizontal-tag .flex [class*="col-"]{
        border-right: none;
    }
}
.horizontal-tag .flex .slide .desc{
    color: #aaa;
}
.horizontal-tag .flex .text{
    padding-left: 0;
    padding-right: 0;
}
.horizontal-tag .flex h4{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 17px;
}
.horizontal-tag .flex a:hover{
    color: #FB5049;
}
.tabs{
    border: none;
}
.tabs>li{
    margin-bottom: 0!important;
    list-style: none;
    display: inline-block;
    margin: 0;
}
.tabs>li>a {
    margin-right: 0;
    border: none;
    border-radius: 0;
    display: block;
}

.tabs>li>a:hover {
    border: none;
}

.tabs>li>a:focus, .tabs>li>a:hover {
    text-decoration: none;
    background: none;
}
.tabs>li.active>a, .tabs>li.active>a:focus, .tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background: none;
    border: none;
}

.horizontal-tag .tab-content{
    padding: 30px 0;
}
.horizontal-tag .tab-content .tab-item{
    display: none;
}
.horizontal-tag .tab-content .tab-item.active{
    display: block;
}


/*hr*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e0e0e0;
}
/*hr END*/

/*page-content*/

.page-content h1,.page-content h2,.page-content h3,.page-content h4,
.ke-content h1,.ke-content h2,.ke-content h3,.ke-content h4{
    margin-top: 25px;
    position: relative;
    line-height: 160%;
    color: #4a4a4a;
    margin-bottom: 10px;
}
.page-content h1,
.ke-content h1{
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 32px;
    padding-bottom: 6px;
    position: relative;
    text-align: center;
    font-family: "Microsoft Yahei Light","Microsoft Yahei","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.page-content h1:after,
.ke-content h1:after{
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    left: 50%;
    margin-left: -45px;
    bottom: 0;
    background: #BCBDBE;
}
.page-content h2,
.ke-content h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e2e2e2;
    font-weight: 300;
}

.page-content h2:after,
.ke-content h2:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #FB5049;
    bottom: -2px;
}
.page-content h3,
.ke-content h3{
    font-size: 22px;
}
.page-content h4,
.ke-content h4{
    font-size: 18px;
}
.page-content h2+h3,
.page-content h2+h4,
.page-content h2+h5,
.page-content h2+h6,
.page-content h3+h4,
.page-content h3+h5,
.page-content h3+h6,
.page-content h4+h5,
.page-content h4+h6,
.page-content h5+h6,
.ke-content h2+h3,
.ke-content h2+h4,
.ke-content h2+h5,
.ke-content h2+h6,
.ke-content h3+h4,
.ke-content h3+h5,
.ke-content h3+h6,
.ke-content h4+h5,
.ke-content h4+h6,
.ke-content h5+h6{
    margin-top: 0;
}
.page-content>*:nth-child(1) {
    margin-top: 0;
}
.page-content p,.page-content li,
.ke-content p,.ke-content li{
    line-height: 1.8;
    margin-bottom: 12px;
}
.page-content li,
.ke-content li{
    padding-left: 5px;
}
.page-content ul,.page-content ol,
.ke-content ul,.ke-content ol{
    padding-left: 20px;
}
.page-content ul,.page-content ul li,
.ke-content ul,.ke-content ul li{
    list-style: disc outside;
}
.page-content ol,.page-content ol li,
.ke-content ol,.ke-content ol li{
    list-style: decimal outside;
}
.page-content img,
.ke-content img{
    max-width: 100%;
    height: auto!important;
}
.page-content a:hover,
.ke-content a:hover{
    color: #FB5049;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .page-content h1,
    .ke-content h1{
        font-size: 28px;
    }
    .page-content h3,
    .ke-content h3{
        font-size: 20px;
    }
    .page-content h4,
    .ke-content h4{
        font-size: 16px;
    }
}

/*page-content END


/*process-box*/
/*process*/
.page-content .process-box,
.ke-content .process-box{
    position: relative;
    margin: 50px 0;
}
.page-content .process-box .process-item,
.ke-content .process-box .process-item{
    /*width: 20%;*/
    text-align: center;
    position: relative;
}
.page-content .process-box .process-item:before,
.ke-content .process-box .process-item:before{
    content: "";
    position: absolute;
    font-size: 24px;
    top: 40px;
    font-weight: bold;
    height: 2px;
    left: 0;
    right: 0;
    background: #FB5049;
    z-index: 1;
}
.page-content .process-box .process-item:first-child:before,
.ke-content .process-box .process-item:first-child:before{
    left: 50%;
}
.page-content .process-box .process-item:last-child:before,
.ke-content .process-box .process-item:last-child:before{
    right: 50%;
}
.page-content .process-box .process-item .img-box,
.ke-content .process-box .process-item .img-box{
    display: inline-block;
    border: 1px solid #FB5049;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: 2;
    line-height: 1;
    background: #FB5049;
    width: 82px;
    height: 82px;
    text-align: center;
    padding: 15px;
}
.page-content .process-box .process-item img,
.ke-content .process-box .process-item img{
    width: 50px;
    height: 50px;
}
.page-content .process-box .process-item .iconfont,
.ke-content .process-box .process-item .iconfont{
    font-size: 45px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: lighter;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.page-content .process-box .process-item .text-box,
.ke-content .process-box .process-item .text-box{
    margin: 20px 0 30px;
    padding: 0 5px;
}
.page-content .process-box .process-item .text-box .process-title,
.ke-content .process-box .process-item .text-box .process-title{
    font-size: 16px;
    margin-bottom: 5px;
}
.page-content .process-box .process-item .text-box .process-desc,
.ke-content .process-box .process-item .text-box .process-desc{
    color: #888;
    font-size: 12px;
}
.page-content .process-box .layui-icon,
.ke-content .process-box .layui-icon{
    font-size: 24px;
    color: grey;
    margin-top: 46px;
    font-weight: bold;
}
.page-content .process-box .process-item .num-box,
.ke-content .process-box .process-item .num-box{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #2F5597;
    color: #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    font-size: 16px;
}
.page-content .process-box .process-item .num-box span,
.ke-content .process-box .process-item .num-box span{
    display: block;
    line-height: 1.3;
}
.page-content .process-box .process-item .process-step,
.ke-content .process-box .process-item .process-step{
    font-size: 12px;
    margin-top: 8px;
    font-style: italic;
}
@media screen and (min-width: 992px) {
    .page-content .process-box,
    .ke-content .process-box{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .page-content .process-box .process-item,
    .ke-content .process-box .process-item{
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
    .page-content .process-box .process-item .text-box,
    .ke-content .process-box .process-item .text-box{
        margin: 20px auto 30px;
    }
    .page-content .process-box .process-item .text-box .process-desc,
    .ke-content .process-box .process-item .text-box .process-desc{
        max-width: 200px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 991px) {
    .page-content .process-box ,
    .ke-content .process-box {
        margin: 30px 0;
    }
    .page-content .process-box .process-item,
    .ke-content .process-box .process-item{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        padding: 15px 0;
    }
    .page-content .process-box .process-item .img-box,
    .ke-content .process-box .process-item .img-box{
        width: 82px;
        height: 82px;
    }
    .page-content .process-box .process-item .text-box,
    .ke-content .process-box .process-item .text-box{
        padding: 10px 0 10px 15px;
        margin: 0;
        text-align: left;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
    }
    .page-content .process-box .process-item:before,
    .ke-content .process-box .process-item:before{
        height: auto;
        width: 2px;
        left: 40px;
        right: auto;
        top: 0;
        bottom: 0;
    }
    .page-content .process-box .process-item:first-child:before,
    .ke-content .process-box .process-item:first-child:before{
        top: 50%;
        left: 40px;
    }
    .page-content .process-box .process-item:last-child:before,
    .ke-content .process-box .process-item:last-child:before{
        bottom: 50%;
        right: auto;
    }
}

/*process-box END*/


/*block-contributeur*/
.block-contributeur{
    background: #F5F5F5;
    padding: 20px 30px;
    height: 100%;
    position: relative;
}
.block-contributeur:before{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px;
    top: 62px;
    background: #fff;
    z-index: 1;
}
.block-contributeur .block-title{
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    color: #333;
    background: #F5F5F5;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.block-contributeur .block-content {
    padding: 20px;
    background: #fff;
    text-align: start;
    border-top: 3px solid #FB5049;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.block-contributeur .block-content li,
.block-contributeur .block-content p{
    line-height: 1.6;
    margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
    .block-contributeur{
        padding: 20px 10px;
    }
    .block-contributeur .block-content{
        padding: 15px;
    }
    .block-contributeur:before{
        left: 10px;
        right: 10px;
        bottom: 20px;
    }
}
/*block-contributeur END*/

/*media*/
.page-content .media,
.ke-content .media{
    margin: 20px 0;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.page-content .media:last-child,
.ke-content .media:last-child{
    border-bottom: 0;
}
.page-content .media .media-name ,
.ke-content .media .media-name {
    margin-top: 20px!important;
    font-size: 20px;
    color: #333;
}
.page-content .media a:hover .media-name,
.ke-content .media a:hover .media-name,
.page-content .media a:hover h5,
.ke-content .media a:hover h5{
    color: #D6000F;
    text-decoration: underline;
}
.page-content .media .media-title,
.ke-content .media .media-title{
    margin-top: 0;
    font-size: 13px;
    line-height: 150%;
    color: #888;
}
.page-content .media .media-desc,
.ke-content .media .media-desc{
    color: #888;
    font-size: 13px;
    text-align: left;
}
.page-content .media .media-left,
.ke-content .media .media-left{
    position: relative;
    padding: 15px 30px 15px 15px;
}

.page-content .media .media-left img,
.ke-content .media .media-left img{
    position: relative;
    z-index: 2;
    max-width: 5000px;
    width: 100%;
}
.page-content .media .media-left .media-img,
.ke-content .media .media-left .media-img,
.page-content .media .media-left .media-img:before,
.ke-content .media .media-left .media-img:before{
    width: 150px;
    position: relative;
}
.page-content .media .media-left .media-img:before,
.ke-content .media .media-left .media-img:before{
    content: "";
    position: absolute;
    left: -15px;
    bottom: 15px;
    top: -15px;
    background: #f5f5f5;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .page-content .media,
    .ke-content .media{
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .page-content .media,
    .ke-content .media{
        text-align: center;
    }
    .page-content .media-body,
    .ke-content .media-body,
    .page-content .media-left,
    .ke-content .media-left,
    .page-content .media-right,
    .ke-content .media-right{
        display: block;
    }
    .page-content .media .media-left,
    .ke-content .media .media-left{
        padding-left: 0!important;
        padding-right: 0!important;
        padding-bottom: 20px;
    }
    .page-content .media .media-body,
    .ke-content .media .media-body{
        width: 100%;
    }
    .page-content .media .media-left .media-img,
    .ke-content .media .media-left .media-img,
    .page-content .media .media-left .media-img,
    .ke-content .media .media-left .media-img{
        text-align: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        border: 4px solid #f2f2f2;
    }
    .page-content .media .media-name,
    .ke-content .media .media-name,
    .page-content .media .media-top-title,
    .ke-content .media .media-top-title{
        margin-top: 0!important;
    }
}

/*text-img*/
.text-img {
    margin: 30px 0;
}
.text-img .desc-box>*:nth-of-type(1){
    margin-top: 0;
}
.text-img img{
    width: 100%;
}

.row-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-flex [class^='col-']{
    margin: 15px 0;
}
.row-flex.row:before,
.row-flex.row:after{
    content: none;
}


/*img-flex*/
.img-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.img-flex .img-flex-item{
    padding: 15px;
    /*margin: 15px 0;*/
    position: relative;
    z-index: 2;
    position: relative;
}
.img-flex .img-flex-item:before{
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    background: #fff;
    z-index: 0;
    border-radius: 2px;
}
.img-flex .img-flex-item>*{
    position: relative;
    z-index: 2;
}
.img-flex .img-flex-item .img-box img{
    width: 100%;
}
.img-flex .img-flex-item .text-box{
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}
@media screen and (min-width: 468px) {
    .img-flex .img-flex-item{
        width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .img-flex .img-flex-item{
        width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .img-flex .img-flex-item{
        width: 25%;
    }
}
@media screen and (max-width: 467px) {
    .img-flex .img-flex-item{
        width: 100%;
        padding: 5px 15px;
    }
    .img-flex .img-flex-item:before{
        background: none;
    }
}
.img-flex-desc{
    text-align: center;
    font-size: grey;
    font-size: 16px;
    margin-bottom: 15px;
}
.img-flex .img-flex-item .more-btn{
    margin-top: 10px;
}
/*img-flex END*/<!--耗时1766110184.5747秒-->