.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) {
}
.c_portalResNews_detail-01001 .more {
    background: #38d8d8;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}
@media only screen and (max-width: 768px) {
    .c_portalResNews_detail-01001 .more {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .c_portalResNews_detail-01001 {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 192px;
        min-width: 250px;
        max-width: 100%;
        position: relative;
    }
    .c_portalResNews_detail-01001 .p_NewsDetail {
        padding: 10px;
    }
    .c_portalResNews_detail-01001 .p_head {
        padding: 20px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_dataSource {
        overflow: hidden;
        padding-top: 20px;
        margin: 20px 0;
    }
    .c_portalResNews_detail-01001 .p_dataSource>li {
        display: inline-block;
        margin-right: 20px;
    }
    .c_portalResNews_detail-01001 .p_dataSource>li:last-child {
        float: right;
    }
    .c_portalResNews_detail-01001 .p_topBox {
        margin-bottom: 10px;
    }
    /*摘要*/
    .c_portalResNews_detail-01001 .p_summary {
        padding: 10px;
        white-space: normal;
    }
    .c_portalResNews_detail-01001 .p_articles {
        overflow: hidden;
        padding: 20px 0;
    }
    .c_portalResNews_detail-01001 .p_tags {
        display: inline-block;
    }
    .c_portalResNews_detail-01001 .p_tags .btn {
        padding: 8px 5px;
    }
    .c_portalResNews_detail-01001 .p_tag {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 5px 10px;
        min-width: 60px;
        text-align: center;
    }
    /*图集*/
    .c_portalResNews_detail-01001 .p_Atlas {
        padding: 10px 0;
        margin-top: 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 30px;
    }
    .c_portalResNews_detail-01001 .p_images {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        position: relative;
        padding: 75% 0 0;
        /*图片宽高比：默认75%：4:3；50%：2:1；20%是5:1； 依次类推*/
    }
    .c_portalResNews_detail-01001 .p_img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
    }
    .c_portalResNews_detail-01001 .p_sLeft {
        display: inline-block;
        width: 90%;
        word-break: break-all;
    }
    .c_portalResNews_detail-01001 .p_curNum {
        display: inline-table;
        width: auto;
    }
    /*缩略图*/
    .c_portalResNews_detail-01001 .p_ThumbnailBox {
        padding: 10px 40px;
        position: relative;
    }
    .c_portalResNews_detail-01001 .p_ThumbnailList {
        overflow: hidden;
    }
    .c_portalResNews_detail-01001 .p_thumbnail {
        position: relative;
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 7.5px;
        /*间距*/
        overflow: hidden;
        width: calc((100% - 45px) / 4);
        /*（总宽度-总间隙)/列数 例如：（100%-(4列-1)*15像素)/4列 */
        padding-bottom: calc(((100% - 45px) / 4) * 0.75);
        /*0.75为系数 是高度/宽度的值 ，例如：0.75为 3/4 宽高比即为 4:3 */
        height: 0px;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .p_thumbnail.active {
        /*当前状态*/
    }
    /*切换按钮001*/
    .c_portalResNews_detail-01001 .p_interactionA {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        left: 0;
    }
    .c_portalResNews_detail-01001 .p_interactionB {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        right: 0;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnA {
        display: table;
        top: 50%;
        left: 0;
        position: absolute;
        margin-top: -47.5px;
        width: 30px;
        height: 85px;
        cursor: pointer;
        text-align: center;
        user-select: none;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnB {
        display: table;
        top: 50%;
        right: 0;
        left: auto;
        position: absolute;
        margin-top: -47.5px;
        width: 40px;
        height: 85px;
        cursor: pointer;
        text-align: center;
        user-select: none;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnA .iconfont, .c_portalResNews_detail-01001 .p_SwitchBtnB .iconfont {
        display: table-cell;
        vertical-align: middle;
    }
    .c_portalResNews_detail-01001 .p_ThumbnailBox .p_SwitchBtnA, .c_portalResNews_detail-01001 .p_ThumbnailBox .p_SwitchBtnB {
        background: none;
    }
    /*切换按钮002*/
    .c_portalResNews_detail-01001 .p_SwitchBtnC {
        top: 50%;
        left: 0;
        position: absolute;
        margin-top: -12px;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnD {
        top: 50%;
        right: 0;
        position: absolute;
        margin-top: -12px;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .p_PrevAndNext {
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .c_portalResNews_detail-01001 .p_previewBox {
        float: left;
        width: 50%;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
        overflow: hidden;
    }
    .c_portalResNews_detail-01001 .p_nextBox {
        float: right;
        width: 50%;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
        overflow: hidden;
        text-align: right;
    }
    .c_portalResNews_detail-01001 .p_QRCode {
        text-align: center;
        display: none;
        line-height: 50px;
        margin-top: 10px;
    }
    .c_portalResNews_detail-01001 .p_header {
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_TitleBoxA {
        display: inline-table;
        width: 100%;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }
    .c_portalResNews_detail-01001 .p_top {
        display: inline-block;
        float: left;
        margin: 0;
        min-height: 16px;
        min-width: 44px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_top .font {
        line-height: normal;
        white-space: nowrap;
    }
    .c_portalResNews_detail-01001 .p_top .iconfont:before {
        content:"";
    }
    .c_portalResNews_detail-01001 .p_Recommend {
        display: inline-block;
        float: left;
        margin: 0;
        min-height: 16px;
        min-width: 44px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_Recommend .font {
        white-space: nowrap;
        vertical-align: middle;
    }
    .c_portalResNews_detail-01001 .p_Recommend .iconfont:before {
        content:"";
    }
    .c_portalResNews_detail-01001 .p_top {
        float: none;
        vertical-align: top;
        margin-right: 10px;
        margin-top: 2px;
    }
    .c_portalResNews_detail-01001 .p_Recommend {
        vertical-align: top;
        float: none;
        margin-right: 5px;
        margin-top: 2px;
    }
    .c_portalResNews_detail-01001 .p_headA {
        display: table-cell;
        vertical-align: middle;
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        margin: 0;
        font-size: 24px;
        padding: 0;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_infoBox, .c_portalResNews_detail-01001 .p_articlesTitle {
        display: none;
    }
    /*图集概括描述*/
    .c_portalResNews_detail-01001 .p_SummaryBox {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        min-height: 68px;
        text-align: left;
        height: auto;
        padding: 10px;
        background: rgba(0, 0, 0, .6)
    }
    .c_portalResNews_detail-01001 .p_textBoxs {
        padding: 10px;
    }
    .c_portalResNews_detail-01001 .p_imgsBox {
        margin: 0 auto;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-container {
        width: 100%;
        height: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .c_portalResNews_detail-01001 .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .c_portalResNews_detail-01001 .gallery-top {
        height: 480px;
        width: 100%;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-wrapper, .c_portalResNews_detail-01001 .gallery-top .swiper-slide {
        height: inherit;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    }
    .c_portalResNews_detail-01001 .swiper-button-prev {
        display: inline-table;
        text-align: center;
        position: absolute;
        left: 0;
        top: 50%;
        width: 36px;
        height: 50px;
        z-index: 999;
        cursor: pointer;
        margin-top: -25px;
        background: rgba(0, 0, 0, .5)
    }
    .c_portalResNews_detail-01001 .swiper-button-next {
        display: inline-table;
        text-align: center;
        position: absolute;
        right: 0;
        top: 50%;
        width: 36px;
        height: 50px;
        z-index: 999;
        cursor: pointer;
        margin-top: -25px;
        background: rgba(0, 0, 0, .5)
    }
    .c_portalResNews_detail-01001 .swiper-button-prev i, .c_portalResNews_detail-01001 .swiper-button-next i {
        display: table-cell;
        vertical-align: middle;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide {
        display: inline-table;
        width: 105px !important;
        height: 85px !important;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .p_sImgBox {
        display: table-cell;
        width: auto;
        height: auto;
        vertical-align: middle;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide img {
        display: block;
        width: 100%;
    }
    .c_portalResNews_detail-01001 .gallery-top .ahref {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .c_portalResNews_detail-01001 .p_PrevAndNextMo {
        display: none;
    }
    .c_portalResNews_detail-01001 .p_pagination {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}
@media screen and (max-width: 769px) {
    .c_portalResNews_detail-01001 .p_NewsDetail {
        padding: 10px;
    }
    .c_portalResNews_detail-01001 .p_head {
        padding: 20px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_dataSource {
        overflow: hidden;
        padding-top: 20px;
        margin: 20px 0;
    }
    .c_portalResNews_detail-01001 .p_dataSource>li {
        display: inline-block;
        margin-right: 20px;
    }
    .c_portalResNews_detail-01001 .p_dataSource>li:last-child {
        float: right;
    }
    .c_portalResNews_detail-01001 .p_topBox {
        margin-bottom: 10px;
    }
    /*摘要*/
    .c_portalResNews_detail-01001 .p_summary {
        padding: 10px;
        white-space: normal;
    }
    .c_portalResNews_detail-01001 .p_articles {
        overflow: hidden;
        padding: 20px 0 20px 0;
    }
    .c_portalResNews_detail-01001 .p_tags {
        display: inline-block;
    }
    .c_portalResNews_detail-01001 .p_tags .btn {
        padding: 8px 5px;
    }
    .c_portalResNews_detail-01001 .p_tag {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 5px 10px;
        min-width: 60px;
        text-align: center;
    }
    /*图集*/
    .c_portalResNews_detail-01001 .p_Atlas {
        padding: 10px 0;
        margin-top: 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 30px;
    }
    .c_portalResNews_detail-01001 .p_images {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        position: relative;
        padding: 75% 0 0;
        /*图片宽高比：默认75%：4:3；50%：2:1；20%是5:1； 依次类推*/
    }
    .c_portalResNews_detail-01001 .p_img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
    }
    .c_portalResNews_detail-01001 .p_sLeft {
        display: inline-block;
        width: 90%;
        word-break: break-all;
    }
    .c_portalResNews_detail-01001 .p_curNum {
        display: inline-table;
        width: auto;
    }
    /*缩略图*/
    .c_portalResNews_detail-01001 .p_ThumbnailBox {
        padding: 10px 40px;
        position: relative;
    }
    .c_portalResNews_detail-01001 .p_ThumbnailList {
        overflow: hidden;
    }
    .c_portalResNews_detail-01001 .p_thumbnail {
        position: relative;
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 7.5px;
        /*间距*/
        overflow: hidden;
        width: calc((100% - 45px) / 4);
        /*（总宽度-总间隙)/列数 例如：（100%-(4列-1)*15像素)/4列 */
        padding-bottom: calc(((100% - 45px) / 4) * 0.75);
        /*0.75为系数 是高度/宽度的值 ，例如：0.75为 3/4 宽高比即为 4:3 */
        height: 0px;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .p_thumbnail.active {
        /*当前状态*/
    }
    /*切换按钮001*/
    .c_portalResNews_detail-01001 .p_interactionA {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        left: 0;
    }
    .c_portalResNews_detail-01001 .p_interactionB {
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        right: 0;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnA {
        display: table;
        top: 50%;
        left: 0;
        position: absolute;
        margin-top: -47.5px;
        width: 30px;
        height: 85px;
        cursor: pointer;
        text-align: center;
        user-select: none;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnB {
        display: table;
        top: 50%;
        right: 0;
        left: auto;
        position: absolute;
        margin-top: -47.5px;
        width: 40px;
        height: 85px;
        cursor: pointer;
        text-align: center;
        user-select: none;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnA .iconfont, .c_portalResNews_detail-01001 .p_SwitchBtnB .iconfont {
        display: table-cell;
        vertical-align: middle;
    }
    .c_portalResNews_detail-01001 .p_ThumbnailBox .p_SwitchBtnA, .c_portalResNews_detail-01001 .p_ThumbnailBox .p_SwitchBtnB {
        background: none;
    }
    /*切换按钮002*/
    .c_portalResNews_detail-01001 .p_SwitchBtnC {
        top: 50%;
        left: 0;
        position: absolute;
        margin-top: -12px;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .p_SwitchBtnD {
        top: 50%;
        right: 0;
        position: absolute;
        margin-top: -12px;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .p_PrevAndNext {
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .c_portalResNews_detail-01001 .p_previewBox {
        /* float: left; */
        /* width: 50%; */
    }
    .c_portalResNews_detail-01001 .p_nextBox {
        /* float: right; */
        /* width: 50%; */
        text-align: right;
    }
    .c_portalResNews_detail-01001 .p_QRCode {
        text-align: center;
        line-height: 50px;
        margin-top: 10px;
    }
    .c_portalResNews_detail-01001 .p_header {
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_TitleBoxA {
        display: inline-table;
        width: 100%;
        height: auto;
        /* max-width: 85%; */
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }
    .c_portalResNews_detail-01001 .p_top {
        display: inline-block;
        float: left;
        margin: 0;
        min-height: 16px;
        min-width: 44px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_top .font {
        line-height: normal;
        white-space: nowrap;
    }
    .c_portalResNews_detail-01001 .p_top .iconfont:before {
        content:"";
    }
    .c_portalResNews_detail-01001 .p_Recommend {
        display: inline-block;
        float: left;
        margin: 0;
        min-height: 16px;
        min-width: 44px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_Recommend .font {
        white-space: nowrap;
        vertical-align: middle;
    }
    .c_portalResNews_detail-01001 .p_Recommend .iconfont:before {
        content:"";
    }
    .c_portalResNews_detail-01001 .p_top {
        float: none;
        vertical-align: top;
        margin-right: 10px;
        margin-top: 2px;
    }
    .c_portalResNews_detail-01001 .p_Recommend {
        vertical-align: top;
        float: none;
        margin-right: 5px;
        margin-top: 2px;
    }
    .c_portalResNews_detail-01001 .p_headA {
        display: table-cell;
        vertical-align: middle;
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_infoBox, .c_portalResNews_detail-01001 .p_articlesTitle {
        display: none;
    }
    /*图集概括描述*/
    .c_portalResNews_detail-01001 .p_SummaryBox {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        min-height: 68px;
        text-align: left;
        height: auto;
        padding: 10px;
        background: rgba(0, 0, 0, .6)
    }
    .c_portalResNews_detail-01001 .p_textBoxs {
        padding: 10px;
    }
    .c_portalResNews_detail-01001 .p_imgsBox {
        margin: 0 auto;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-container {
        width: 100%;
        height: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .c_portalResNews_detail-01001 .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .c_portalResNews_detail-01001 .gallery-top {
        height: 480px;
        width: 100%;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-wrapper, .c_portalResNews_detail-01001 .gallery-top .swiper-slide {
        height: inherit;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    }
    .c_portalResNews_detail-01001 .swiper-button-prev {
        display: inline-table;
        text-align: center;
        position: absolute;
        left: 0;
        top: 50%;
        width: 36px;
        height: 50px;
        z-index: 999;
        cursor: pointer;
        margin-top: -25px;
        background: rgba(0, 0, 0, .5)
    }
    .c_portalResNews_detail-01001 .swiper-button-next {
        display: inline-table;
        text-align: center;
        position: absolute;
        right: 0;
        top: 50%;
        width: 36px;
        height: 50px;
        z-index: 999;
        cursor: pointer;
        margin-top: -25px;
        background: rgba(0, 0, 0, .5)
    }
    .c_portalResNews_detail-01001 .swiper-button-prev i, .c_portalResNews_detail-01001 .swiper-button-next i {
        display: table-cell;
        vertical-align: middle;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
    .swiper-pagination-bullet {
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide {
        display: inline-table;
        width: 105px !important;
        height: 85px !important;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .p_sImgBox {
        display: table-cell;
        width: auto;
        height: auto;
        vertical-align: middle;
        cursor: pointer;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs .swiper-slide img {
        display: block;
        width: 100%;
    }
    .c_portalResNews_detail-01001 .gallery-top .ahref {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .c_portalResNews_detail-01001 .p_PrevAndNextMo {
        display: none;
    }
    .c_portalResNews_detail-01001 .p_pagination {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    .c_portalResNews_detail-01001 .p_NewsDetail {
        padding: 0;
    }
    .c_portalResNews_detail-01001 .p_infoBox {
        display: block;
    }
    .c_portalResNews_detail-01001 .p_topBox, .c_portalResNews_detail-01001 .p_SwitchBtnA, .c_portalResNews_detail-01001 .p_SwitchBtnB, .c_portalResNews_detail-01001 .p_ThumbnailBox .p_SwitchBtnA, .c_portalResNews_detail-01001 .p_ThumbnailBox .p_SwitchBtnB, .c_portalResNews_detail-01001 .p_curNum, .c_portalResNews_detail-01001 .p_thumbnail img, .c_portalResNews_detail-01001 .p_QRCode {
        display: none;
    }
    .c_portalResNews_detail-01001 .atlas-01 {
        display: block;
    }
    .c_portalResNews_detail-01001 .p_Atlas {
        padding: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .c_portalResNews_detail-01001 .p_ThumbnailBox {
        position: absolute;
        bottom: 60px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .p_thumbnail {
        display: inline-block;
        float: none;
        width: 16px !important;
        height: 16px !important;
        padding-bottom: 0;
        border-radius: 50%;
        margin: 0 2px;
    }
    .c_portalResNews_detail-01001 .p_header, .c_portalResNews_detail-01001 .p_headA {
        text-align: left;
        font-size: 18px;
    }
    .c_portalResNews_detail-01001 .p_TitleBoxA {
        /* margin-bottom: 10px; */
        /* margin-left: 10px; */
        /* margin-top: 10px; */
    }
    .c_portalResNews_detail-01001 .p_summary {
        padding: 0;
        background: none;
        display: none;
        margin: 0 10px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .c_portalResNews_detail-01001 .p_dataSource {
        margin: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .c_portalResNews_detail-01001 .p_dataSource li {
        float: none !important;
        display: block;
        width: 100%;
        /* padding: 0 10px; */
        /* margin: 2px 0; */
    }
    .c_portalResNews_detail-01001 .p_articlesTitle {
        display: block;
        padding: 10px;
    }
    .c_portalResNews_detail-01001 .p_articles {
        /* padding: 10px; */
    }
    .c_portalResNews_detail-01001 .p_KeywordBox {
        width: auto;
        margin: 10px;
    }
    .c_portalResNews_detail-01001 .p_PrevAndNext {
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
        /* height: 50px; */
    }
    .c_portalResNews_detail-01001 .p_previewBox, .c_portalResNews_detail-01001 .p_nextBox {
        /* float: left; */
        /* width: 50%; */
        text-align: left;
    }
    .c_portalResNews_detail-01001 .i_title {
        display: block;
        width: 100%;
        margin-top: 4px;
    }
    .c_portalResNews_detail-01001 .i_title .clons {
        display: none;
    }
    .c_portalResNews_detail-01001 .p_imgsBox {
        width: 100%;
    }
    .c_portalResNews_detail-01001 .gallery-top {
        height: 300px;
        text-align: center;
    }
    .c_portalResNews_detail-01001 .swiper-wrapper, .c_portalResNews_detail-01001 .swiper-slide {
        height: inherit;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-slide img {
        /* width: 100%; */
        /* height: inherit; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    }
    .c_portalResNews_detail-01001 .gallery-top .swiper-button-next, .c_portalResNews_detail-01001 .gallery-top .swiper-button-prev {
        display: none;
    }
    .c_portalResNews_detail-01001 .gallery-thumbs {
        /* width: 0; height: 0; padding: 0; */
        position: absolute;
        top: -200%;
        left: 0;
        right: 0;
    }
    .c_portalResNews_detail-01001 .swiper-pagination {
        right: 0;
        left: -10px;
        top: auto;
        transform: translate(0, 0);
        text-align: center;
        bottom: 74px;
        z-index: 99999;
    }
    .c_portalResNews_detail-01001 .p_textBoxs {
        padding: 10px;
    }
    .c_portalResNews_detail-01001 .swiper-pagination .dot {
        display: inline-block;
        margin: 0 4px;
    }
    .c_portalResNews_detail-01001 .p_PrevAndNextMo {
        display: block;
    }
    .c_portalResNews_detail-01001 .d_pcDom {
        display: none;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    /*中屏*/
}
.c_portalResnav_main-01001001 {
    background: #fff;
}
@media only screen and (min-width: 769px) {
    /*å¤§å±*/
    .c_portalResnav_main-01001 {
        width: auto;
        height: auto;
        overflow: visible;
    }
}
.bocweb-header-m {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    max-width: 1180px;
    margin: 0 auto;
    height: 80px;
    transition: all 0.8s;
}
.bocweb-header-m .bocweb-nav {
    height: 100%;
    float: right;
}
.bocweb-header-m .bocweb-nav li {
    position: relative;
    height: 100%;
    float: left;
}
.bocweb-header-m .bocweb-nav li:after {
    content:"";
    width: 0;
    height: 100%;
    /*background: #38d8d8;*/
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    transition: 0.28s;
}
.bocweb-header-m .bocweb-nav li:hover:after {
    width: 100%;
}
.bocweb-header-m .bocweb-nav li:hover a {
    color:#fff;
}
.bocweb-header-m .bocweb-logo {
    left: 20px;
    top: 15px;
    position: absolute;
    display: block;
    transition: all 0.8s;
}
.bocweb-header-m .bocweb-logo img {
    display: block;
    max-width: 100%;
    height: 50px;
}
.bocweb-header-m .bocweb-nav li .link {
    position: relative;
    padding: 0 20px;
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 80px;
    transition: all 0.6s;
}
.bocweb-header-m .bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .1;
    filter: alpha(opacity=10);
    cursor: pointer;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 0.6s
}
.bocweb-header-m .menu-box {
    position: absolute;
    top: 26px;
    right: 5.28%;
    transition: all 0.6s;
    display: none;
}
.bocweb-header-m .bocweb-menu {
    width: 35px;
    margin: 0 auto;
    cursor: pointer
}
.bocweb-header-m .bocweb-menu .line {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 4px;
    transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease, opacity 0.3s, background 0.3s;
    transform-origin: center center;
    background: #000
}
.bocweb-header-m .bocweb-menu .line:nth-child(2) {
    margin: 8px 0
}
.bocweb-header-m.ishow .bocweb-nav li .link {
    transform: translateX(0px);
    opacity: 1
}
.bocweb-header-m.ishow .menu-box {
    right: 0;
    width: 19.45%
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
    opacity: 0.8
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(2) {
    opacity: 0;
    width: 0
}
.bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
    top: -12px;
    transform: rotate(-45deg);
    opacity: 0.8
}
@media only screen and (max-width: 1025px) {
    .bocweb-header-m .menu-box {
        display: block;
    }
    .bocweb-header-m {
        height: 70px;
        background-color: #fff;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
        position: fixed;
        width:100%;
    }
    .bocweb-header-m .bocweb-logo {
        top: 10px
    }
    .bocweb-header-m .bocweb-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -80.55%;
        z-index: 500;
        width: 80.55%;
        height: 100vh;
        background-color: #fff;
    }
    .bocweb-header-m .bocweb-nav li {
        padding: 0 8.27%;
        border-bottom: 1px solid #ebebeb;
        font-size: 18px;
        /* background: #f6f6f6; */
        height: auto;
        float: none;
    }
    .bocweb-header-m .bocweb-nav li .link {
        position: relative;
        display: block;
        padding: 6% 0;
        color: #222;
        line-height: normal;
        transition: all 0.6s;
        transform: translateX(100px);
        opacity: 0;
    }
    .bocweb-header-m .menu-box {
        top: 23px
    }
    .bocweb-header-m .bocweb-menu {
        width: 26px
    }
    .bocweb-header-m .bocweb-menu .line {
        height: 2px
    }
    .bocweb-header-m .bocweb-menu .line:nth-child(2) {
        margin: 6px 0
    }
    .bocweb-header-m.ishow .bocweb-menu .line:nth-child(1) {
        top: 8px
    }
    .bocweb-header-m.ishow .bocweb-menu .line:nth-child(3) {
        top: -8px
    }
    .bocweb-header-m.ishow {
        transform: translateX(-80.55%);
    }
    .bocweb-header-m.ishow .bg {
        transform: scaleX(1)
    }
}
@media only screen and (max-width: 768px) {
    .bocweb-header-m {
        height: 60px
    }
    .bocweb-header-m .bocweb-logo {
        top: 11px
    }
    .bocweb-header-m .bocweb-logo img {
        height: 38px
    }
    .bocweb-header-m .bocweb-nav li {
        font-size: 16px
    }
    .bocweb-header-m .menu-box {
        top: 19px
    }
}
.loader-inner {
    background: #38d8d8;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 999999;
}
.ball-clip-rotate > div {
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    height: 36px;
    width: 36px;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite;
    position: fixed;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    65% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}
/*e_SideMajorStyleBox-001*/
 .e_SideMajorStyleBox-001 {
    /* position: absolute;*/
    width: 100%;
    height: auto;
    width-uint:%;
}
/*stylebox_link*/
 .e_SideMajorStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}
.e_SideMajorStyleBox-001 .stylebox_top {
    width: auto;
    height: 40px;
    background-color: rgba(101, 190, 186, 1);
}
.e_SideMajorStyleBox-001 .title_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
    font-size: medium;
}
.e_SideMajorStyleBox-001 .title_icon::before {
    content:"";
}
.e_SideMajorStyleBox-001 .title_main {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-size: 16px;
    max-width: 600px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.e_SideMajorStyleBox-001 .title_sub {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.e_SideMajorStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: rgba(101, 190, 186, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}
.e_SideMajorStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}
.e_SideMajorStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}
.e_SideMajorStyleBox-001 .link_icon::before {
    content:'\e6af';
}
.e_SideMajorStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}
.e_SideMajorStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    width-uint:%;
}
.e_SideMajorStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240, 240, 240, 1);
}
.c_portalResPublic_websiteShare-01001 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 320px;
    overflow: hidden;
}
.c_portalResPublic_websiteShare-01001 .row {
    margin-left: 0;
    margin-right: 0;
}
.c_portalResPublic_websiteShare-01001 .row-pad {
    padding: 20px 0 0 0;
}
.c_portalResPublic_websiteShare-01001 .iShare a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin: 5px;
}
.c_portalResPublic_websiteShare-01001 .iShare img {
    width: 100%;
    height: 100%;
}
/* PC */
 @media screen and (min-width:769px) {
}
/* pad */
 @media screen and (min-width:769px) and (max-width:1024px) {
}
/* mobile */
 @media screen and (max-width: 768px) {
}
.e_FlowCommonStyleBox-001 {
    border-top-style:solid;
    border-top-color:rgba(242, 134, 0, 1);
    height:auto;
    height-and-height-uint:auto;
    width-and-width-uint:100%;
    width:100%;
    background-color:rgba(255, 255, 255, 1);
    width-uint:%;
    padding:53px;
    border-top-width:4px;
    margin-bottom:80px;
}
.e_FlowCommonStyleBox-001 .stylebox_link:hover {
    color:rgba(101, 190, 186, 1);
}
.e_FlowCommonStyleBox-001 .stylebox_link:active {
    color:rgba(101, 190, 186, 1);
}
.e_FlowCommonStyleBox-001 .stylebox_top {
    height:40px;
    width:auto;
    background-color:#1890FF;
}
.e_FlowCommonStyleBox-001 .title_icon {
    vertical-align:middle;
    line-height:40px;
    margin-right:10px;
    color:rgba(255, 255, 255, 1);
    font-size:medium;
    display:inline-block;
}
.e_FlowCommonStyleBox-001 .title_icon::before {
    content:"";
}
.e_FlowCommonStyleBox-001 .title_main {
    vertical-align:middle;
    line-height:40px;
    color:rgba(255, 255, 255, 1);
    max-width:600px;
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:inline-block;
    font-weight:normal;
}
.e_FlowCommonStyleBox-001 .title_sub {
    vertical-align:middle;
    line-height:40px;
    color:rgba(255, 255, 255, 1);
    font-size:14px;
    margin-left:10px;
    display:inline-block;
    font-weight:normal;
}
.e_FlowCommonStyleBox-001 .stylebox_title {
    padding-left:15px;
    padding-right:15px;
    vertical-align:bottom;
    height:inherit;
    width:auto;
    font-size:0px;
    background-color:#1890FF;
    white-space:nowrap;
    display:inline-block;
}
.e_FlowCommonStyleBox-001 .stylebox_link {
    vertical-align:middle;
    margin-right:15px;
    height:inherit;
    color:#666666;
    font-size:14px;
    display:table;
    border-width:0px;
    float:right;
}
.e_FlowCommonStyleBox-001 .stylebox_link a {
    vertical-align:middle;
    color:inherit;
    display:table-cell;
}
.e_FlowCommonStyleBox-001 .link_icon {
    margin-left:5px;
    display:inline-block;
}
.e_FlowCommonStyleBox-001 .link_icon::before {
    content:'\e6af';
}
.e_FlowCommonStyleBox-001 .stylebox_top_line {
    width-and-height:custom;
    background-color:rgba(240, 240, 240, 1);
}
.e_FlowCommonStyleBox-001 .stylebox_content {
    height:calc(100% - 48px);
    height-and-height-uint:calc(100% - 48px);
    width:100%;
    width-and-width-uint:100px;
    border-style:solid;
    border-color:#f0f0f0;
    border-width:0px;
    width-uint:%;
}
.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
    width-and-height:custom;
    background-color:rgba(240, 240, 240, 1);
}
.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: 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: 50%;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
.con_tit {
    position: absolute;
    bottom: 60px;
    color: #fff;
}
.con_tit .zh {
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
}
.con_tit .en {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.about {
    overflow: hidden;
}
.about .pic {
    width: 50%;
    overflow: hidden;
}
.about .con {
    width: 50%;
    padding: 30px 0 0 30px;
}
.about .pic img {
    width: 100%;
    display: block;
    transition: transform 1.2s ease-out 0s;
    -webkit-transition: -webkit-transform 1.2s ease-out 0s;
}
.about .pic:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.about .con .tit {
    margin-bottom: 20px;
}
.about .con span {
    display: block;
}
.about .con span.cn {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.about .con span.en {
    color: #f28600;
    font-size: 18px;
    font-family: Arial, sans-serif;
}
.btnMore2 {
    border: 2px solid #666666;
    width: 144px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 8%;
}
.btnMore2 .bg50 {
    color: #fff;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
}
.btnMore2 .bg50:before {
    position: relative;
    content:'';
    display: block;
    margin-top: 100%;
}
.btnMore2 .bg50:after {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
}
.btnMore2 .txt {
    color: #666;
    position: relative;
}
.btnMore2:hover {
    border-color: #f28600;
    background-color: #f28600;
}
.btnMore2:hover .bg50 {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.btnMore2:hover .bg50:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
.btnMore2:hover .txt {
    color: #fff;
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.45);
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.45);
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.45);
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.45);
    }
    100% {
        background: transparent;
    }
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.ibox-business-list {
    margin-left: -2%;
}
.ibox-business-list dd {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 23%;
    margin-left: 2%;
}
.ibox-business-list .img {
    overflow: hidden;
}
.ibox-business-list .img img {
    width: 100%;
    display: block;
}
.ibox-business-list .red50 {
    background: rgba(242, 134, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ibox-business-list .con {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.ibox-business-list .ico {
    width: 90px;
    height: 90px;
    display: block;
    margin: 50px auto 10px;
    position: relative;
    transition: .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}
.ibox-business-list .ico img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ibox-business-list .ico .i1 {
    display: block;
}
.ibox-business-list .ico .i2 {
    display: none;
}
.ibox-business-list .t {
    font-size: 24px;
    line-height: 1.2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ibox-business-list .more {
    background: url(../images/rbqbhvylqzwefkrxaaaaaifrolo123.png) no-repeat scroll center center;
    width: 15px;
    height: 15px;
    display: block;
    margin: 22px auto 0;
}
.iinkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.ibox-business-list dd:hover .con {
    background-color: transparent;
}
.ibox-business-list dd:hover .ico {
    margin-top: 20px;
}
.ibox-business-list dd:hover .ico .i1 {
    display: none;
}
.ibox-business-list dd:hover .ico .i2 {
    display: block;
}
.ibox-business-list dd:hover .t {
    color: #fff;
}
.footer {
    background: #f28600;
}
.foot {
    max-width:1180px;
    margin:0 auto;
    padding:20px 0;
    overflow: hidden;
}
.foot ul li {
    width:33.33%;
    float:left;
    color:#fff;
    line-height:2;
    padding-left:30px;
}
.foot ul li.li1 {
    background: url(../images/rbqbhvylwr-eiqlfaaaaajpn5kw216.png) no-repeat left center;
}
.foot ul li.li2 {
    background: url(../images/rbqbg1ylwtget_mjaaaaaf3wnwm146.png) no-repeat left center;
}
.foot ul li.li3 {
    background: url(../images/rbqbg1ylwugedj8faaaaakvdt0g860.png) no-repeat left center;
}
.foot ul li a {
    color:#fff;
    margin-right:10px;
}
.food {
    background: #333;
    padding:10px 0;
    text-align: center;
}
.food p {
    color:#fff;
}
.food a {
    color:#fff;
}
.values-list {
    padding-top: 1px;
    padding-left: 1px;
}
.values-list .values-item {
    float: left;
    width: 50%;
    margin-left: -1px;
    border-top-color: rgba(255, 255, 255, 0.2)
}
.values-item {
    position: relative;
    margin-top: -1px;
    padding: 40px 50px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top-color: transparent;
    z-index: 1;
}
.values-item:first-child {
    border-color: rgba(255, 255, 255, 0.2);
}
.values-list .icon {
    display: inline-block;
    background: no-repeat center center;
    background-size: cover;
    vertical-align: top;
    left: 50px;
    width: 70px;
    height: 70px;
    transition: all .3s;
}
.values-item .icon {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background-color: #fff;
    background-size: auto;
    border-radius: 50%;
}
.values-item .info {
    margin-left: 85px;
}
.values-item:hover .icon {
    background-color: #f28600;
    animation: iconShow .5s;
}
@keyframes iconShow {
    from, to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
.people {
    padding: 118px 0;
    background-color: rgba(242, 134, 0, 1);
}
.people strong {
    display: block;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 36px;
    margin-bottom: 16px;
}
.people small {
    display: block;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family:'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
.resoucedown {
    text-align: center;
}
.resoucein {
    display: inline-block;
    /* margin-right: 56px; */
    vertical-align: middle;
    margin-left: 2%;
    border: 2px solid #f28600;
    width: 23%;
    padding-top: 59px;
    height: 160px;
    text-align: center;
    position: relative;
    transition: 0.34s;
}
.resoucein:last-child {
    margin-right: 0;
}
.resoucein:before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(242, 134, 0, 0.6);
    background: #0a2e4e\9;
    filter: alpha(opacity=80);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}
.resoucein:hover {
    border-color: #f28600;
}
.resoucein:hover:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9;
}
.resoucein:hover span {
    color: #fff;
}
.resoucein:hover span:before {
    background: #fff;
}
.resoucein span {
    position: relative;
    display: inline-block;
    margin: auto;
    line-height: 1;
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 25px;
    position: relative;
    transition: 0.34s;
}
.resoucein span:before {
    content:"";
    width: 10px;
    height: 3px;
    background: #bf9f62;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    transition: 0.34s;
}
#allmap {
    height: 900px;
    width: 100%;
    overflow: hidden;
}
#allmap .BMapLib_nav_tab_content td {
    display:inline-block;
    width: auto !important;
}
#allmap .BMap_stdMpCtrl {
    display:none !important;
}
.BMap_Marker div >img {
    animation-delay: 0ms;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-name: scales;
    animation-play-state: running;
    animation-timing-function: linear;
}
@keyframes scales {
    0% {
        opacity: 0.2;
        transform: scale(0.6);
    }
    33% {
        opacity: 0.5;
        transform:scale(0.8);
    }
    66% {
        opacity: 1;
        transform:scale(1);
    }
    100% {
        opacity: 0.6;
        transform:scale(0.6);
    }
}
@media only screen and (max-width: 768px) {
    /*å°å±*/
    #allmap {
        height: 500px;
    }
    .resoucein {
        width: 47%;
        margin-bottom: 32px;
        float: left;
        margin-right: 0;
    }
    .resoucein:nth-child(2n+2) {
        float: right;
    }
    .resoucein span {
        font-size: 18px;
    }
    .people {
        padding: 30px 0;
    }
    .people strong {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .people small {
        font-size: 12px;
    }
    .about {
        padding: 0 30px;
    }
    .about .pic {
        width: 100%;
        float: none;
    }
    .about .con {
        width: 100%;
        padding: 0 0 30px 0;
        float: none;
    }
    .about .cot p {
        text-align:justify;
    }
    .btnMore2 {
        margin-top: 3%;
    }
    .c_portalResPublic_codeContainer-01001 {
        min-height: 500px;
        width: 100%;
    }
    .ibox-business-list {
        /* margin:0 30px; */
    }
    .ibox-business-list dd {
        /* float: none; */
        width: 48%;
        margin-bottom: 2%;
    }
    .ibox-business-list .t {
        font-size: 16px;
    }
    .ibox-business-list .img {
        /* height:250px; */
    }
    .foot {
        padding:30px;
    }
    .foot ul li {
        width:100%;
        float:none;
    }
    .food {
        padding:10px 30px;
        text-align:left;
    }
    .con_tit {
        left:30px;
    }
    .con_tit .zh {
        font-size: 18px;
        line-height: 1.2;
        font-weight: bold;
    }
    .con_tit .en {
        font-size: 16px;
    }
    .values-list .values-item {
        width:100%;
        float:none;
    }
    .values-list .icon {
        width:60px;
        height:60px;
    }
    .ibox-business-list .ico {
        margin: 15% auto 10px;
    }
}
@media only screen and (min-width: 769px) {
    /*å¤§å±*/
    .c_portalResPublic_codeContainer-01001 {
        min-height: 500px;
        width: 100%;
    }
}
@media only screen and (max-width: 1180px) and (min-width: 769px) {
    /*å¤§å±*/
    .ibox-business-list .ico {
        width: 60px;
        height: 60px;
    }
    .con_tit {
        left:30px;
    }
    .con_tit .zh {
        font-size: 18px;
        line-height: 1.2;
        font-weight: bold;
    }
    .con_tit .en {
        font-size: 16px;
    }
    .about {
        padding:0 30px;
    }
    .about .con {
        padding: 0 0 0 30px;
    }
    .about .cot p {
        height: 3.5rem;
        overflow: hidden;
    }
    .ibox-business-list .t {
        font-size: 16px;
    }
    #c_portalResPublic_codeContainer-15526280093404395 {
        padding:0 30px !important;
    }
    .ibox-business-list .ico {
        margin: 15% auto 10px;
    }
    .foot {
        padding:30px;
    }
    .foot ul li {
        width:100%;
        float:none;
    }
    .food {
        padding:10px 30px;
        text-align:left;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    /*ä¸­å±*/
}
.w_fimgbox-001 {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0 auto;
}
.w_fimgbox-001 .w_imgbox {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}
.w_fimgbox-001 .w_imgbox > img {
    width: 100%;
    height: auto;
}
.w_fimgbox-001 .w_imgbox > .p_contentbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@CHARSET"UTF-8";
 * {
    padding: 0;
    margin: 0;
}
.pagebox {
    width: 100%;
}
/*page property_start*/
.pagebox, #-remove--flag {
}
/*page property_end*/

/*page property_start*/
body, #-remove--flag {
    background-color:rgba(249, 249, 249, 1);
}
/*page property_end*/
 #c_portalResPublic_codeContainer-1552967542291 {
    width:90%;
    max-width:1180px;
    min-width:0px;
    height:auto;
    max-height:none;
    min-height:50px;
    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_portalResNews_detail-15529675873234115 .p_MatteIcon .iconfont:before {
    content:'\e602';
}
#c_portalResNews_detail-15529675873234115 >div {
    animation-fill-mode:both;
}
#c_portalResNews_detail-15529675873234115 .reset_style p {
    font-size:16px;
    line-height:32px;
    text-align:justify;
}
#c_portalResNews_detail-15529675873234115 {
    width:90%;
    max-width:1180px;
    min-width:250px;
    height:auto;
    max-height:none;
    min-height:0px;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
}
#w_fimgbox-1552967542271 .p_MatteIcon .iconfont:before {
    content:'\e602';
}
#w_fimgbox-1552967542271 >div {
    animation-fill-mode:both;
}
#w_fimgbox-1552967542271 {
    width:100%;
    max-width:none;
    min-width:0px;
    height:auto;
    max-height:none;
    min-height:200px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
}