@charset "UTF-8";

.p_OccupyBox {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 8%;
}

.p_OccupyBox .e_pagebox>* {
    display: inline-block;
    cursor: pointer;
    float: none;
    vertical-align: middle;
}

.p_OccupyBox .e_pagebox .pageNum {
    cursor: pointer;
    font-size: 14px;
    width: 50px;
    height: 50px;
    color: #54a134;
    border: 1px solid #c2c2c2;
    line-height: 50px;
    text-align: center;
    margin: 0 8px;
    background: #fff;
}

.p_OccupyBox .e_pagebox .pageNum.active {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .pageNum:hover {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .next {
    color: #999;
    padding: 0;
    color: #333;
    background: #fff;
    width: 100px;
    height: 50px;
    border: 1px solid #c2c2c2;
    line-height: 50px;
    text-align: center;
    margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pre {
    color: #999;
    padding: 0;
    color: #333;
    background: #fff;
    width: 100px;
    height: 50px;
    border: 1px solid #c2c2c2;
    line-height: 50px;
    text-align: center;
    margin: 0 8px;
}

.p_OccupyBox .e_pagebox .next:hover {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .pre:hover {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .next.disAble_next:hover {
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev:hover {
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

.p_OccupyBox .e_pagebox .next.disAble_next {
    background: none;
    border: 1px solid #eee;
    color: #999;
    cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev {
    background: none;
    border: 1px solid #eee;
    color: #999;
    cursor: default;
}

.p_OccupyBox .p_more {
    height: 40px;
}

.p_more .iconfont {
    display: none;
}

.p_OccupyBox .p_more .font {
    height: 40px;
    line-height: 40px;
}

.e_btn:hover {
    box-shadow: unset;
    background: rgba(101, 166, 76, 0.9);
    color: #fff;
}

.p_page .pre .font {
    display: inline;
    font-family: serif;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.p_page .next .font {
    display: inline;
    font-family: serif;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.p_page {
    float: none;
    position: static;
}

@media only screen and (max-width:767px) {
    .p_OccupyBox .e_pagebox .pageNum {
        display: none;
    }

    .p_OccupyBox .e_pagebox .next {
        height: 35px;
        line-height: 35px;
    }

    .p_OccupyBox .e_pagebox .pre {
        height: 35px;
        line-height: 35px;
    }
}

.c_xibDkContentGroup_row-00001005 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.c_xibDkPart_bread-01001001 .brcr {
    border-bottom: 1px solid #dcdcdc;
    line-height: 3.857em;
    background: #f7f7f7;
}

.c_xibDkPart_bread-01001001 .brcr .slash {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
}

.c_xibDkPart_bread-01001001 .brcr a {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
}

.c_xibDkPart_bread-01001001 .brcr a.now {
    color: #e5a928;
    cursor: default;
}

.c_xibDkPart_bread-01001001 .brcr a img {
    display: block;
}

.c_xibDkPart_bread-01001001 .brcr a:hover {
    color: #e5a928;
}

.c_xibDkPart_bread-01001001 .content .content-in .crumbs {
    margin: 0;
}

.c_xibDkPart_bread-01001001 .content .content-in .crumbs>li {
    display: inline-block;
    margin-right: 3px;
}

.c_xibDkPart_bread-01001001 .content .content-in .crumbs>li:after {
    content: "\003E";
    color: #fff;
}

.c_xibDkPart_bread-01001001 .content .content-in .crumbs>li:last-child:after {
    content: "";
}

.c_xibDkPart_bread-01001001 .content .content-in .crumbs>li a {
    color: #fff;
}

.c_xibDkPart_bread-01001001 .content .content-in .crumbs>li a:hover {
    color: #f39800;
}

.c_xibDkPart_bread-01001001 .content .content-in .crumbs>li a.active {
    color: #f39800;
}

@media only screen and (max-width: 1024px) {
    .c_xibDkPart_bread-01001001 .content .content-in .crumbs {
        margin: 30px 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .c_xibDkPart_bread-01001001 .content .content-in .crumbs {
        margin: 20px 0 10px;
    }
}

.p_OccupyBox {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 8%;
}

.p_OccupyBox .e_pagebox>* {
    display: inline-block;
    cursor: pointer;
    float: none;
    vertical-align: middle;
}

.p_OccupyBox .e_pagebox .pageNum {
    cursor: pointer;
    font-size: 14px;
    width: 50px;
    height: 50px;
    color: #54a134;
    border: 1px solid #c2c2c2;
    line-height: 50px;
    text-align: center;
    margin: 0 8px;
    background: #fff;
}

.p_OccupyBox .e_pagebox .pageNum.active {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .pageNum:hover {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .next {
    color: #999;
    padding: 0;
    color: #333;
    background: #fff;
    width: 100px;
    height: 50px;
    border: 1px solid #c2c2c2;
    line-height: 50px;
    text-align: center;
    margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pre {
    color: #999;
    padding: 0;
    color: #333;
    background: #fff;
    width: 100px;
    height: 50px;
    border: 1px solid #c2c2c2;
    line-height: 50px;
    text-align: center;
    margin: 0 8px;
}

.p_OccupyBox .e_pagebox .next:hover {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .pre:hover {
    background: #54a134;
    border: 1px solid #54a134;
    color: #fff;
}

.p_OccupyBox .e_pagebox .next.disAble_next:hover {
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev:hover {
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

.p_OccupyBox .e_pagebox .next.disAble_next {
    background: none;
    border: 1px solid #eee;
    color: #999;
    cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev {
    background: none;
    border: 1px solid #eee;
    color: #999;
    cursor: default;
}

.p_OccupyBox .p_more {
    height: 40px;
}

.p_more .iconfont {
    display: none;
}

.p_OccupyBox .p_more .font {
    height: 40px;
    line-height: 40px;
}

.e_btn:hover {
    box-shadow: unset;
    background: rgba(101, 166, 76, 0.9);
    color: #fff;
}

.p_page .pre .font {
    display: inline;
    font-family: serif;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.p_page .next .font {
    display: inline;
    font-family: serif;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.p_page {
    float: none;
    position: static;
}

@media only screen and (max-width:767px) {
    .p_OccupyBox .e_pagebox .pageNum {
        display: none;
    }

    .p_OccupyBox .e_pagebox .next {
        height: 35px;
        line-height: 35px;
    }

    .p_OccupyBox .e_pagebox .pre {
        height: 35px;
        line-height: 35px;
    }
}

#w_grid-1557110197972 {
    min-height: auto !important;
}

#w_grid-1557113218968 {
    min-height: auto !important;
}

#c_xibDkContentGroup_row-15826078342720730 {
    height: auto !important;
}

#c_xibDkContentGroup_row-15826078342720730 {
    height: auto !important;
}

#c_xibDkContentGroup_row-15826231165865245 {
    width: auto !important;
    height: auto !important;
}

#c_xibDkContentGroup_row-15826163722804390 {
    width: auto !important;
    height: auto !important;
}

#c_xibDkContentGroup_row-15826078342720730 {
    width: auto !important;
    height: auto !important;
}

#c_xibDkContentGroup_row-15826117967032706 {
    width: auto !important;
    height: auto !important;
}

#c_xibDkBanner_list-15825209637726019 {
    width: auto !important;
    height: auto !important;
}

#c_xibDkContent_row-15826304609736740 {
    width: auto !important;
    height: auto !important;
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

.w_grid-000>.w_grid {
    width: 100%;
    position: relative;
}

.w_grid-000>div>.p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-000>div>div>.p_gridCell {
    float: left;
    position: static;
}

.w_grid-000>div>div>.p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-000>.w_grid.signal {
    min-height: inherit;
}

.w_grid-000>.w_grid.signal>.p_gridbox {
    min-height: inherit;
}

.w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
    min-height: inherit;
}

.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-000>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}


* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

/*page property_start*/

.pagebox,
#-remove--flag {
    width: 100%;
    margin: 0px auto;
}

/*page property_end*/

/*page property_start*/

body,
#-remove--flag {}

/*page property_end*/

#c_xibDkBanner_main-15560853342216998 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_xibDkBanner_main-15560853342216998 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1556085307580>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
    position: relative;
}

/*w_grid-1556085307580*/

/*w_grid-1556085307580*/

/*w_grid-1556085307580*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1556085320777>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

/*w_grid-1556085320777*/

/*w_grid-1556085320777*/

/*w_grid-1556085320777*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1556085324246>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

/*w_grid-1556085324246*/

/*w_grid-1556085324246*/

/*w_grid-1556085324246*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1556085324246>div {
    position: static;
}

#w_grid-1556085324246 .content {
    z-index: 99;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}

#w_grid-1556085329617>div>.p_gridbox {
    background-image: url(//dfs.yun300.cn/group1/M00/16/36/rBQBG1y-ryWEGyzbAAAAAC0G-6s632.jpg);
}

#w_grid-1556085329617 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1556085329617>div {
    animation-fill-mode: both;
}

#w_grid-1556085329617>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

/*w_grid-1556085329617*/

/*w_grid-1556085329617*/

@media only screen and (min-width: 769px) {
    #w_grid-1556085329617>div>.p_gridbox>.p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

    #w_grid-1556085329617>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1556085329617>div>.p_gridbox>.p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
}

/*w_grid-1556085329617*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

#w_grid-1556085307580 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1556085320777 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1556085324246 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1556085329617 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_xibDkPart_bread-15560854587686988 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_xibDkPart_bread-15560854587686988 .content .content-in .crumbs>li a.active {
    color: #f2ca96;
}

#c_xibDkPart_bread-15560854587686988 .content .content-in .crumbs>li a:hover {
    color: #f2ca96;
}

#c_xibDkPart_bread-15560854587686988 .fact_text {
    font-weight: 600;
}

#c_xibDkPart_bread-15560854587686988 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}

#c_xibDkContentGroup_row-15560858570384798 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_xibDkContentGroup_row-15560858570384798 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}

#c_xibDkContentGroup_row-15560865382589688 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_xibDkContentGroup_row-15560865382589688 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}
