@charset "UTF-8";

.c_xibDkColumn_detail-00001001 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.c_xibDkColumn_detail-00001001 .con_banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 24%;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}

.c_xibDkColumn_detail-00001001 .con_banner .bt_w {
    background-position: left;
    background-repeat: no-repeat;
    top: 30%;
    width: 100%;
    position: absolute;
}

.c_xibDkColumn_detail-00001001 .con_banner .bt_w .bt_b {
    height: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
    padding-bottom: 37px;
    width: 100%;
}

.c_xibDkColumn_detail-00001001 .con_banner .bt_w .bt_b p {
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: "arial black";
    letter-spacing: 2px;
}

.c_xibDkColumn_detail-00001001 .con_banner .bt_w .con_banner_bt {
    font-weight: bold;
    color: #fff;
    margin-top: -10px;
    letter-spacing: 6px;
}

.c_xibDkColumn_detail-00001001 .con_banner .bt_w i {
    display: block;
    height: 1px;
    background: #fff;
    width: 120px;
}

@media only screen and (max-width: 1440px) {
    .c_xibDkColumn_detail-00001001 .con_banner .bt_w .bt_b {
        padding-bottom: 25px;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w .con_banner_bt {
        margin-top: -5px;
        letter-spacing: 4px;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w i {
        width: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .c_xibDkColumn_detail-00001001 .con_banner {
        padding-bottom: 30%;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w .con_banner_bt {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .c_xibDkColumn_detail-00001001 .con_banner {
        margin-top: 50px;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w .bt_b {
        padding-bottom: 20px;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w .con_banner_bt {
        margin-top: -5px;
        letter-spacing: 4px;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w i {
        width: 60px;
    }
}

@media only screen and (max-width: 640px) {
    .c_xibDkColumn_detail-00001001 .con_banner {
        padding-bottom: 35%;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w {
        top: 30%;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w .bt_b {
        padding-bottom: 15px;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w .con_banner_bt {
        margin-top: 0px;
        font-size: 20px;
        letter-spacing: 3px;
    }

    .c_xibDkColumn_detail-00001001 .con_banner .bt_w i {
        width: 45px;
    }
}

@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-00001001 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.c_xibDkContentGroup_row-00001001 .proBox {
    padding: 5% 0 0 0;
    text-align: center;
}

.c_xibDkContentGroup_row-00001001 .proBox .proTil {
    color: #333333;
    margin-bottom: 3px;
    opacity: 0;
}

.c_xibDkContentGroup_row-00001001 .proBox .proLine {
    opacity: 0;
}

.c_xibDkContentGroup_row-00001001 .box_bt .proLine {
    padding-top: 1px;
    background-image: url(//dfs.yun300.cn/group1/M00/14/30/rBQBG1wyqBeET2BeAAAAAN5ZfOw092.png);
    height: 5px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

.c_xibDkContentGroup_row-00001001 .box_bt .proLine:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    margin: 0 auto;
    background: #ccc;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.c_xibDkContentGroup_row-00001001 .box_bt {
    cursor: pointer;
    display: block;
    margin: 0 auto !important;
    width: 300px;
}

.c_xibDkContentGroup_row-00001001 .box_bt:hover .proLine::after {
    width: 200px;
}

.c_xibDkContentGroup_row-00001001 .newsBox .box_bt .proLine {
    background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqCqEScS5AAAAAHaZlPk413.png);
}

.c_xibDkContentGroup_row-00001001 .newsBox .box_bt .proLine:after {
    background: #fff;
}

.c_xibDkContentGroup_row-00001001 .pro_show {
    background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqsiEK01LAAAAAEJwp5w873.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 50px #f2f2f2;
}

.c_xibDkContentGroup_row-00001001 .pro_show .img_w {
    width: 41%;
    padding-bottom: 24%;
    overflow: hidden;
    height: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 2%;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right {
    width: 50%;
    padding-top: 60px;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right ul li {
    text-align: left;
    margin-bottom: 30px;
    -webkit-line-clamp: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right ul li p {
    display: inline-block;
    cursor: default;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right ul li .p1 {
    padding: 0px 0px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right ul li.on .p1 {
    background: #cccccc !important;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right ul li .p2 {
    color: #333;
    margin-left: 5px;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right ul li i {
    display: inline-block;
    height: 14px;
    width: 2px;
    background: #d2d4d6;
    margin: -2px 10px;
}

.c_xibDkContentGroup_row-00001001 .pro_show_right ul li .p3 {
    color: #999;
    display: inline;
}

@media only screen and (max-width: 1200px) {
    .c_xibDkContentGroup_row-00001001 .pro_show_right {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .c_xibDkContentGroup_row-00001001 .pro_show_right ul li {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .c_xibDkContentGroup_row-00001001 .pro_show_right {
        padding-top: 30px;
    }

    .c_xibDkContentGroup_row-00001001 .pro_show_right ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .c_xibDkContentGroup_row-00001001 .pro_show .img_w {
        width: 100%;
        padding-bottom: 60%;
        margin-left: 0;
    }

    .c_xibDkContentGroup_row-00001001 .pro_show_right {
        width: 100%;
    }

    .c_xibDkContentGroup_row-00001001 .pro_show_right ul li {
        text-align: left;
        margin-bottom: 5px;
        padding-left: 5%;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 3em;
    }

    .c_xibDkContentGroup_row-00001001 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 60%;
    }
}

@media only screen and (max-width: 420px) {
    .c_xibDkContentGroup_row-00001001 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 58%;
    }
}

@media only screen and (max-width: 360px) {
    .c_xibDkContentGroup_row-00001001 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 50%;
    }
}

@charset "UTF-8";

.p_OccupyBox {
    text-align: center;
    margin-top: 60px
}

.p_OccupyBox .e_pagebox>* {
    display: inline-block;
    cursor: pointer;
}

.p_OccupyBox .e_pagebox .pageNum {
    cursor: pointer;
    font-size: 14px;
    width: 28px;
    height: 28px;
    color: #626262;
    border: 1px solid #ddd;
    line-height: 28px;
    text-align: center;
    margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pageNum.active {
    background: #e5a928;
    border: 1px solid #e5a928;
    color: #fff;
}

.p_OccupyBox .e_pagebox .pageNum:hover {
    background: #e5a928;
    border: 1px solid #e5a928;
    color: #fff;
}

.p_OccupyBox .e_pagebox .next {
    color: #333;
    background: #e1e1e1;
    width: 78px;
    height: 28px;
    border: 1px solid #e1e1e1;
    line-height: 28px;
    text-align: center;
    margin: 0 8px;
}

.p_OccupyBox .e_pagebox .pre {
    color: #333;
    background: #e1e1e1;
    width: 78px;
    height: 28px;
    border: 1px solid #e1e1e1;
    line-height: 28px;
    text-align: center;
    margin: 0 8px;
}

.p_OccupyBox .e_pagebox .next:hover {
    background: #e5a928;
    border: 1px solid #e5a928;
    color: #fff;
}

.p_OccupyBox .e_pagebox .pre:hover {
    background: #e5a928;
    border: 1px solid #e5a928;
    color: #fff;
}

.p_OccupyBox .e_pagebox .next.disAble_next:hover {
    background: #fff;
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev:hover {
    background: #fff;
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

.p_OccupyBox .e_pagebox .next.disAble_next {
    background: #fff;
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

.p_OccupyBox .e_pagebox .pre.disAble_prev {
    background: #fff;
    border: 1px solid #ddd;
    color: #ddd;
    cursor: default;
}

@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-00001002 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.c_xibDkContentGroup_row-00001002 .proBox {
    padding: 0% 0 0 0;
    text-align: center;
}

.c_xibDkContentGroup_row-00001002 .proBox .proTil {
    color: #333333;
    margin-bottom: 3px;
    opacity: 0;
}

.c_xibDkContentGroup_row-00001002 .proBox .proLine {
    opacity: 0;
}

.c_xibDkContentGroup_row-00001002 .box_bt .proLine {
    padding-top: 1px;
    background-image: url(//dfs.yun300.cn/group1/M00/14/30/rBQBG1wyqBeET2BeAAAAAN5ZfOw092.png);
    height: 5px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

.c_xibDkContentGroup_row-00001002 .box_bt .proLine:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    margin: 0 auto;
    background: #ccc;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.c_xibDkContentGroup_row-00001002 .box_bt {
    cursor: pointer;
    display: block;
    margin: 0 auto !important;
    width: 300px;
}

.c_xibDkContentGroup_row-00001002 .box_bt:hover .proLine::after {
    width: 200px;
}

.c_xibDkContentGroup_row-00001002 .newsBox .box_bt .proLine {
    background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqCqEScS5AAAAAHaZlPk413.png);
}

.c_xibDkContentGroup_row-00001002 .newsBox .box_bt .proLine:after {
    background: #fff;
}

.c_xibDkContentGroup_row-00001002 .pro_show .img_w {
    width: 41%;
    padding-bottom: 24%;
    overflow: hidden;
    height: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 2%;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right {
    width: 50%;
    padding-top: 60px;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right ul li {
    text-align: left;
    margin-bottom: 30px;
    -webkit-line-clamp: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right ul li p {
    display: inline-block;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right ul li .p1 {
    padding: 0px 0px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right ul li.on .p1 {
    background: #cccccc !important;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right ul li .p2 {
    color: #333;
    margin-left: 5px;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right ul li i {
    display: inline-block;
    height: 14px;
    width: 2px;
    background: #d2d4d6;
    margin: -2px 10px;
}

.c_xibDkContentGroup_row-00001002 .pro_show_right ul li .p3 {
    color: #999;
    display: inline;
}

@media only screen and (max-width: 1200px) {
    .c_xibDkContentGroup_row-00001002 .pro_show_right {
        padding-top: 40px;
    }

    .c_xibDkContentGroup_row-00001002 .pro_show .img_w {
        width: 98%;
        padding-bottom: 61%
    }
}

@media only screen and (max-width: 1024px) {
    .c_xibDkContentGroup_row-00001002 .pro_show_right ul li {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .c_xibDkContentGroup_row-00001002 .pro_show_right {
        padding-top: 30px;
    }

    .c_xibDkContentGroup_row-00001002 .pro_show_right ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .c_xibDkContentGroup_row-00001002 .pro_show .img_w {
        width: 100%;
        padding-bottom: 60%;
        margin-left: 0;
    }

    .c_xibDkContentGroup_row-00001002 .pro_show_right {
        width: 100%;
    }

    .c_xibDkContentGroup_row-00001002 .pro_show_right ul li {
        text-align: left;
        margin-bottom: 5px;
        padding-left: 5%;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 3em;
    }

    .c_xibDkContentGroup_row-00001002 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 60%;
    }
}

@media only screen and (max-width: 420px) {
    .c_xibDkContentGroup_row-00001002 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 58%;
    }
}

@media only screen and (max-width: 360px) {
    .c_xibDkContentGroup_row-00001002 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 50%;
    }
}

@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-00001003 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.c_xibDkContentGroup_row-00001003 .proBox {
    padding: 0% 0 0 0;
    text-align: center;
}

.c_xibDkContentGroup_row-00001003 .proBox .proTil {
    color: #333333;
    margin-bottom: 3px;
    opacity: 0;
}

.c_xibDkContentGroup_row-00001003 .proBox .proLine {
    opacity: 0;
}

.c_xibDkContentGroup_row-00001003 .box_bt .proLine {
    padding-top: 1px;
    background-image: url(//dfs.yun300.cn/group1/M00/14/30/rBQBG1wyqBeET2BeAAAAAN5ZfOw092.png);
    height: 5px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

.c_xibDkContentGroup_row-00001003 .box_bt .proLine:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    margin: 0 auto;
    background: #ccc;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.c_xibDkContentGroup_row-00001003 .box_bt {
    cursor: pointer;
    display: block;
    margin: 0 auto !important;
    width: 300px;
}

.c_xibDkContentGroup_row-00001003 .box_bt:hover .proLine::after {
    width: 200px;
}

.c_xibDkContentGroup_row-00001003 .newsBox .box_bt .proLine {
    background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqCqEScS5AAAAAHaZlPk413.png);
}

.c_xibDkContentGroup_row-00001003 .newsBox .box_bt .proLine:after {
    background: #fff;
}

.c_xibDkContentGroup_row-00001003 .pro_show .img_w {
    width: 41%;
    padding-bottom: 24%;
    overflow: hidden;
    height: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 2%;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right {
    width: 100%;
    padding-left: 5%;
}
.c_xibDkContentGroup_row-00001003 .pro_show_bt {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image:url(../img/profile/profile_bt.png) ;
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}
.c_xibDkContentGroup_row-00001003 .pro_show_bt p{
    text-align: center;
    padding: 0px 10px 0px 10px;
    line-height: 20px;
}
.c_xibDkContentGroup_row-00001003 .pro_show_right img{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right ul li {
    text-align: left;
    margin-bottom: 45px;
    -webkit-line-clamp: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right ul li p {
    display: inline-block;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right ul li .p1 {
    padding: 0px 4px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right ul li.on .p1 {
    background: #cccccc !important;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right ul li .p2 {
    color: #333;
    margin-left: 5px;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right ul li i {
    display: inline-block;
    height: 14px;
    width: 2px;
    background: #d2d4d6;
    margin: -2px 10px;
}

.c_xibDkContentGroup_row-00001003 .pro_show_right ul li .p3 {
    color: #999;
    display: inline;
}

@media only screen and (max-width: 1200px) {
    .c_xibDkContentGroup_row-00001003 .pro_show_right {
        padding-top: 60px;
    }

    .c_xibDkContentGroup_row-00001003 .pro_show_right {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .c_xibDkContentGroup_row-00001003 .pro_show_right ul li {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .c_xibDkContentGroup_row-00001003 .pro_show_right {
        padding-top: 50px;
    }

    .c_xibDkContentGroup_row-00001003 .pro_show_right ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .c_xibDkContentGroup_row-00001003 .pro_show .img_w {
        width: 100%;
        padding-bottom: 60%;
        margin-left: 0;
    }

    .c_xibDkContentGroup_row-00001003 .pro_show_right {
        width: 100%;
        padding-top: 30px;
    }

    .c_xibDkContentGroup_row-00001003 .pro_show_right ul li {
        text-align: left;
        margin-bottom: 5px;
        padding-left: 5%;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 3em;
    }

    .c_xibDkContentGroup_row-00001003 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 60%;
    }
}

@media only screen and (max-width: 420px) {
    .c_xibDkContentGroup_row-00001003 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 58%;
    }
}

@media only screen and (max-width: 360px) {
    .c_xibDkContentGroup_row-00001003 .pro_show_right ul li .p3 {
        color: #999;
        display: inline-table;
        width: 50%;
    }
}

.w_grid-001 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    min-height: 12rem;
    width: 100%;
}

.w_grid-001 > .w_grid {
    width: 100%;
    position: relative;
}

.w_grid-001 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell {
    float: left;
    position: static;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before {
    content: '';
    height: 0.1px;
    display: block;
}

.w_grid-001 > div > .p_gridbox > .p_gridCell:first-child {
    margin-left: 0;
    clear: left;
}

#w_grid-001 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1366px) {
    .w_grid-001 {
        width: 1200px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .w_grid-001 {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .w_grid-001 > 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-001 > div > .p_gridbox > .p_gridCell {
        width: 49.5%;
        margin-left: 1%;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
    overflow: hidden;
}

.w_grid-000 > .w_grid {
    width: 100%;
    overflow: hidden;
}

.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
}

.w_grid-000 > div > div > .p_gridCell {
    /*min-height: 12rem;*/ /*width: 100%;*/
    float: left;
    position: relative;
    /*margin-top: 0.6rem; margin-bottom: 0.6rem;*/
}

.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) {
}

@CHARSET "UTF-8";

* {
    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_xibDkColumn_detail-15444924229812932 .p_MatteIcon .iconfont:before {
                                                                                               content: '\e602';
                                                                                           }

#c_xibDkColumn_detail-15444924229812932 {
    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;
}

#c_xibDkContentGroup_row-15475500576130181 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_xibDkContentGroup_row-15475500576130181 .proBox {
    background: #fafafa;
}

#c_xibDkContentGroup_row-15475500576130181 .con_bt {
    text-align: center;
}

#c_xibDkContentGroup_row-15475500576130181 .con_bt .p1 {
    font-weight: bold;
    color: #eeeeee;
}

#c_xibDkContentGroup_row-15475500576130181 .con_bt .p2 {
    font-weight: bold;
    color: #333333;
    margin-top: -45px;
}

#c_xibDkContentGroup_row-15475500576130181 .con_bt i {
    display: inline-block;
    background: #1b5ba9;
    width: 100px;
    height: 1px;
}

#c_xibDkContentGroup_row-15475500576130181 .con_bt .solution_jies {
    text-align: center;
    display: block;
    line-height: 27px;
}

@media only screen and (max-width: 1440px) {
    #c_xibDkContentGroup_row-15475500576130181 .con_bt .p2 {
        font-weight: bold;
        color: #333333;
        margin-top: -35px;
    }
}

@media only screen and (max-width: 1024px) {
    #c_xibDkContentGroup_row-15475500576130181 .con_bt .p2 {
        font-weight: bold;
        color: #333333;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 768px) {
    #c_xibDkContentGroup_row-15475500576130181 .con_bt .p2 {
        font-weight: bold;
        color: #333333;
        margin-top: -23px;
        text-align: center;
    }
}

#c_xibDkContentGroup_row-15475500576130181 {
    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;
}

#c_xibDkContentGroup_row-15478917663653386 {
    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-1548050383185 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid-1548050383185 > div {
    background: #fafafa;
} /*w_grid-1548050383185*/ /*w_grid-1548050383185*/ /*w_grid-1548050383185*/@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1547891754811 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1547891754811 >div {
    animation-fill-mode: both;
    background-image: url(//dfs.yun300.cn/group1/M00/15/FB/rBQBHVwyqsiEK01LAAAAAEJwp5w873.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 50px #f2f2f2;
}

#w_grid-1547891754811 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
} /*w_grid-1547891754811*/@media only screen and (max-width: 1200px) {
    #w_grid-1547891754811 .wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} /*w_grid-1547891754811*/@media only screen and (min-width: 769px) {
    #w_grid-1547891754811> div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0%;
    }

    #w_grid-1547891754811> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
        width: 50%;
        margin-left: 0%;
        margin-right: 0;
        clear: none;
    }

    #w_grid-1547891754811> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
        margin-right: 0;
        width: 50%;
    }

    #w_grid-1547891754811> div > .p_gridbox > .p_gridCell:nth-child(2n) {
        margin-right: 0;
    }
} /*w_grid-1547891754811*/@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1548050383185 {
    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-1547891754811 {
    width: 100%;
    max-width: 1180px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    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_xibDkContent_row-15444927504959007 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_xibDkContent_row-15444927504959007 .product_list {
    background: #fafafa;
}

#c_xibDkContent_row-15444927504959007 .product_li ul:after {
    content: "";
    display: block;
    clear: both;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx {
    width: 49%;
    margin: 1%;
    display: block;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx:nth-child(odd) {
    margin-left: 0px;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx:nth-child(even) {
    margin-right: 0px;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx a {
    display: block;
    width: 100%;
    height: 263px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 8% 0%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx div {
    width: 100%;
    height: auto;
}
#c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page1{
    display: flex;
    flex-direction: row;
    justify-content: left
}
#c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page2{
    display: flex;
    flex-direction: row;
    justify-content: left
}
#c_xibDkContent_row-15444927504959007 .product_li .product_inx .img_w {
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx .img_w img {
    height: 40px;
    max-width: 43px;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx .pro_bt {
    margin-left: 25px;
    width: 80%;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx .pro_bt .p2 {
    margin-top: 10px;
    color: #999999;
    -webkit-line-clamp: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx .pro_bt .p2 span {
    margin: 0 15px 0 0;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx a:hover {
    background-image: url(//dfs.yun300.cn/group1/M00/16/16/rBQBHFwPGkKEGaG2AAAAALZRVcI636.jpg);
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx a:hover .pro_bt p {
    color: #fff;
}

#c_xibDkContent_row-15444927504959007 .product_li .product_inx a:hover .img_w img {
    opacity: 0;
}

#c_xibDkContent_row-15444927504959007 .list_more {
    text-align: center;
}

#c_xibDkContent_row-15444927504959007 .list_more a {
    display: inline-block;
    padding-right: 20px;
    background: url(../img/list-more.png) no-repeat 52px 33px;
    color: #666666;
}

#c_xibDkContent_row-15444927504959007 .list_more a:hover {
    background: url(../img/list-more.png) no-repeat 52px 33px;
    color: #1b5ba9;
}
#c_xibDkContent_row-15444927504959007 .product_li .product_item p {
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
    #c_xibDkContent_row-15444927504959007 .product_li .product_inx a {
        /*width: 100%;
        padding: 5% 5% 3% 5%;*/
    }

    #c_xibDkContent_row-15444927504959007 .product_li .product_inx .img_w {
        margin-top: 10px;
    }

    #c_xibDkContent_row-15444927504959007 .product_li .product_inx .img_w img {
        height: 35px;
        max-width: 38px;
    }

    #c_xibDkContent_row-15444927504959007 .product_li .product_inx .pro_bt {
        margin-left: 20px;
    }
    #c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page1{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page2{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    #c_xibDkContent_row-15444927504959007 .product_li .product_inx {
        width: 100%;
        margin: 1% 0;
    }
    #c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page1{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page2{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (max-width: 420px) {
    #c_xibDkContent_row-15444927504959007 .product_li .product_inx .pro_bt {
        width: 70%;
    }
    #c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page1{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #c_xibDkContent_row-15444927504959007 .product_li .p_pagee .page2{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

#c_xibDkContent_row-15444927504959007 .p_more {
    text-align: center;
    background: none;
}

#c_xibDkContent_row-15444927504959007 .p_more:hover {
    box-shadow: none;
}

#c_xibDkContent_row-15444927504959007 .p_more i {
    display: none;
}

#c_xibDkContent_row-15444927504959007 .p_OccupyBox {
    margin-bottom: 3%;
}

#c_xibDkContent_row-15444927504959007 .p_more .font {
    display: inline-block;
    padding-right: 20px;
    background: url(//dfs.yun300.cn/group1/M00/16/3F/rBQBHFwYS-iEDQveAAAAADCyrg8913.png) no-repeat 52px 19px;
    color: #666666;
}

#c_xibDkContent_row-15444927504959007 .p_more .font:hover {
    background: url(//dfs.yun300.cn/group1/M00/16/3F/rBQBHFwYS_iEI-77AAAAAIQ8HNw550.png) no-repeat 52px 19px;
    color: #1b5ba9;
}

#c_xibDkContent_row-15444927504959007 {
    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-15478917713554817 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_xibDkContentGroup_row-15478917713554817 {
    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;
}
