/*e_FlowCommonStyleBox-001*/ .e_FlowCommonStyleBox-001 { /* position: absolute;*/
    width: 100%;
    height: auto;
    width-uint:%;
} /*stylebox_link*/
.e_FlowCommonStyleBox-001 .stylebox_link {
    color: #666666;
    font-size: 14px;
    display: table;
    height: inherit;
    border-width: 0;
    float: right;
    vertical-align: middle;
    margin-right: 15px;
}
.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 {
    width: auto;
    height: 40px;
    background-color: #1890FF;
}
.e_FlowCommonStyleBox-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_FlowCommonStyleBox-001 .title_icon::before {
    content: "";
}
.e_FlowCommonStyleBox-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_FlowCommonStyleBox-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_FlowCommonStyleBox-001 .stylebox_title {
    display: inline-block;
    width: auto;
    height: inherit;
    background-color: #1890FF;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    vertical-align: bottom;
    white-space: nowrap;
}
.e_FlowCommonStyleBox-001 .stylebox_link a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}
.e_FlowCommonStyleBox-001 .link_icon {
    display: inline-block;
    margin-left: 5px;
}
.e_FlowCommonStyleBox-001 .link_icon::before {
    content: '\e6af';
}
.e_FlowCommonStyleBox-001 .stylebox_top_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}
.e_FlowCommonStyleBox-001 .stylebox_content {
    border-style: solid;
    border-width: 1px;
    border-color: #f0f0f0;
    width: 100%;
    width-uint:%;
}
.e_FlowCommonStyleBox-001 .stylebox_bottom_line {
    height: 1px;
    background-color: rgba(240,240,240,1);
}
.c_portalResGroupNewsNew_list-02001 {
    min-width: 320px;
    width: 100%;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData {
    width: auto;
    text-align: center
}
@keyframes rotate1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate2 {
    0% {
        transform: rotate(360deg)
    }
    100% {
        transform:rotate(0);
    }
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .iconfont:before {
    content: ""
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first {
    height: auto;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 10px 5px 0;
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title {
    display: inline-table;
    padding: 0 30px;
    min-height: 200px;
    height: 100%
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first:before {
    content: "\e6b4"
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .font {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .promptbox {
    width: auto;
    height: 100%
}
.c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_content {
    padding-left: 65px
} /*引导短连接*/
.c_portalResGroupNewsNew_list-02001 .p_moreBtn {
    position: static;
    width: auto;
    display: inline-table;
    min-height: 29px;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    min-width: 86px;
    cursor: pointer;
    text-align: center
}
.c_portalResGroupNewsNew_list-02001 .p_moreBtn .font {
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle
}
.c_portalResGroupNewsNew_list-02001 .p_moreBtn .iconfont:before {
    content: ""
}
@-moz-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading_animation {
    -moz-animation: three-quarters-loader 850ms infinite linear;
    -webkit-animation: three-quarters-loader 850ms infinite linear;
    animation: three-quarters-loader 850ms infinite linear;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    vertical-align: middle
}
.c_portalResGroupNewsNew_list-02001 .p_loading {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.c_portalResGroupNewsNew_list-02001 .p_loading .iconfont:before {
    content: ""
}
.c_portalResGroupNewsNew_list-02001 .p_loading .font {
    display: inline-block;
    margin-left: 20px;
    height: inherit
} /*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_moreBox {
    margin: 0 20px;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden
} /*引导短连接 查看详情 */
.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
a>.c_portalResGroupNewsNew_list-02001 .p_ToDetail:hover {
    cursor: pointer
} /*概要信息*/
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}
.c_portalResGroupNewsNew_list-02001 .p_summary {
    text-align: left;
    vertical-align: top;
    word-break: break-all
} /*辅助字段值*/
.c_portalResGroupNewsNew_list-02001 .p_time {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    line-height: 18px;
    vertical-align: top
} /* 互动信息 */
.c_portalResGroupNewsNew_list-02001 .p_assist {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
} /*概要列表标题*/
.c_portalResGroupNewsNew_list-02001 .p_TitleBox {
    width: auto;
    height: auto;
    padding: 5px 0;
    overflow: hidden;
    vertical-align: top;
}
.c_portalResGroupNewsNew_list-02001 .p_title {
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
} /*列表序容器*/
.c_portalResGroupNewsNew_list-02001 .p_header {
    margin: 5px 0 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
} /*无效果/分组*/
.c_portalResGroupNewsNew_list-02001 .p_content {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
} /*资讯列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_images {
    margin: 0;
    width: 168px;
    height: 138px;
    padding: 0;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px
} /*行列表容器*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
    margin: 0;
    width: inherit;
    height: 186px;
    padding: 0;
} /*通用容器*/
.c_portalResGroupNewsNew_list-02001 .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
} /*主要内容区容器*/
.c_portalResGroupNewsNew_list-02001 .p_Newslist {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 {
    overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 .p_content {
    width: auto;
    height: auto;
    vertical-align: top
}
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    width: auto;
    height: auto;
}
.c_portalResGroupNewsNew_list-02001 .p_assist {
    width: auto;
    height: auto;
} /*覆盖阶段结束*/ /*改为inline-block*/
.c_portalResGroupNewsNew_list-02001 .p_icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px
}
.c_portalResGroupNewsNew_list-02001 .p_about {
    display: inline-block;
    vertical-align: middle
} /*end*/ /*组件样式开始*/
.c_portalResGroupNewsNew_list-02001 .p_articles {
    display: inline-block;
    height: auto;
    min-width: 320px;
    width: calc((100% - 0px)/1);
    padding: 15px 20px;
    overflow: hidden;
    float: left;
}
.c_portalResGroupNewsNew_list-02001 .p_thumbnail {
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}
.c_portalResGroupNewsNew_list-02001 .p_thumbnail img {
    width: 100%;
}
.c_portalResGroupNewsNew_list-02001 .higher .p_thumbnail {
    position: absolute;
    height: 100%
}
.c_portalResGroupNewsNew_list-02001 .widther .p_thumbnail {
    position: absolute;
    height: 100%
}
.c_portalResGroupNewsNew_list-02001 .smaller .p_thumbnail {
    position: absolute;
    height: 100%
}
.c_portalResGroupNewsNew_list-02001 .p_assist {
    margin-top: 2px;
}
.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 8px
}
.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    float: right;
    position: relative
}
.c_portalResGroupNewsNew_list-02001 .p_summary {
    white-space: normal
}
.c_portalResGroupNewsNew_list-02001 .p_categorySummaryBox {
    overflow: hidden;
    padding: 10px;
} /* 新增起止筛选时间 start */
.c_portalResGroupNewsNew_list-02001 .p_filterTime {
    padding: 15px 0 0;
    overflow: hidden;
}
.c_portalResGroupNewsNew_list-02001 .formItemInput {
    padding-left: 10px;
    padding-right: 5px;
    max-width: 468px;
}
.c_portalResGroupNewsNew_list-02001 .p_contactsTitle {
    width: auto;
    line-height: 30px;
}
.c_portalResGroupNewsNew_list-02001 .formItemInput .formItemIconAfter {
    right: 10px !important;
    position: absolute;
    top: 10px;
} /* 新增起止筛选时间 end */
@media only screen and (max-width: 768px) {
    .layui-laydate-range {
        width: 85% !important;
        left: 20px !important;
    }
    .c_portalResGroupNewsNew_list-02001 .p_articles {
        margin-top: 10px !important;
        width: 100% !important;
    }
    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: block;
        height: auto;
    }
    .c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
        display: none;
    }
    .c_portalResGroupNewsNew_list-02001 .p_ToDetail {
        display: none !important;
    }
    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        clear: both;
    }
    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: flex;
        padding: 10px 0;
    }
    .c_portalResGroupNewsNew_list-02001 .p_Information li {
        flex: 1;
        height: 20px;
        overflow: hidden;
    }
    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        width: 100%;
        margin-top: 5px;
    }
    .c_portalResGroupNewsNew_list-02001 .p_KeyWord .p_tag {
        padding: 5px 15px;
        margin-right: 10px;
        border-radius: 3px;
    }
    .c_portalResGroupNewsNew_list-02001 .blank {
        width: 100%;
        height: 15px;
        overflow: hidden;
    }
    .c_portalResGroupNewsNew_list-02001 .p_articles {
        border: none
    }
    .layui-laydate-content td, .layui-laydate-content th {
        height: 24px!important;
        padding: 2px 5px!important;
        line-height: 20px;
    }
}
@media only screen and (min-width: 769px) {
    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: none;
    }
    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        display: none;
    }
    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: none;
    }
    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        display: none;
    }
    .c_portalResGroupNewsNew_list-02001 .blank {
        display: none;
    }
}
.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) {
}
@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 {
}/*page property_end*/
.map-data-box .data-inner li {
    float: left;
    width: 33.33%;
    text-align: center;
}
.map-data-box .data-inner li .num {
    line-height: 1.3;
}
.map-data-box .data-inner li b {
    font-size: 80px;
    color: #132b8d;
    font-family: "Helvetica Bold";
    font-weight: bold;
}
.map-data-box .data-inner li span {
    font-size: 40px;
    color: #666;
    font-weight: bold;
    margin-left: 15px;
}
.map-data-box .data-inner li p {
    font-size: 24px;
    color: #666;
}
.map-data-box .map-inner {
    text-align: center;
    width: 80.41667%;
    margin: 30px auto 0;
}
.img-responsive {
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    .map-data-box .data-inner li b {
        font-size: 66px;
    }
    .map-data-box .data-inner li span {
        font-size: 32px;
    }
    .map-data-box .data-inner li p {
        font-size: 22px;
    }
    .map-data-box .map-inner {
        width: 96%;
    }
}
@media screen and (max-width: 1280px) {
    .map-data-box .data-inner li b {
        font-size: 56px;
    }
    .map-data-box .data-inner li span {
        font-size: 28px;
    }
    .map-data-box .data-inner li p {
        font-size: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .map-data-box .data-inner li b {
        font-size: 46px;
    }
    .map-data-box .data-inner li span {
        font-size: 24px;
    }
    .map-data-box .data-inner li p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .map-data-box .data-inner li b {
        font-size: 32px;
    }
    .map-data-box .data-inner li span {
        font-size: 20px;
    }
    .map-data-box .data-inner li p {
        font-size: 16px;
    }
    .map-data-box .map-inner {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .map-data-box .data-inner li b {
        font-size: 28px;
    }
    .map-data-box .data-inner li span {
        font-size: 18px;
        display: block;
        margin-left: 0;
    }
    .map-data-box .data-inner li p {
        font-size: 14px;
    }
}
{
    width: 100%;
    max-width: none;
    min-width: 320px;
    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;
}
.in-box.p_gridbox {
    background: url(../img/bg_home.jpg) center bottom/cover no-repeat #fff;
}
#w_grid-1605690776466 .p_MatteIcon .iconfont:before {
    content: '\e602';
}
#w_grid-1605690776466 >div {
    animation-fill-mode: both;
}
#w_grid-1605690776466 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
} /*w_grid-1605690776466*/ /*w_grid-1605690776466*/
@media only screen and (min-width: 769px) {
    #w_grid-1605690776466> div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }
    #w_grid-1605690776466> div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }
    #w_grid-1605690776466> div > .p_gridbox > .p_gridCell:nth-child(1n) {
        margin-right: 0;
    }
} /*w_grid-1605690776466*/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_grid-1605690776466 {
    width: 100%;
    max-width: none;
    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;
}
#in-business-box .default-box {
    padding: 80px 0;
}
#in-business-box .icon-1:before {
    display: none;
}
#in-business-box .icon-2:before {
    display: none;
}
#in-business-box .icon-3:before {
    display: none;
}
#in-business-box .default-box .title {
    line-height: 50px;
}
#in-business-box .default-box .title h2 {
    float: left;
    font-size: 32px;
    vertical-align: middle;
    color: #132b8d;
}
#in-business-box .default-box .title h2 i.icon {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(../img/0312icon_1.png) 0 0/cover no-repeat;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}
#in-business-box .default-box .title a.more {
    float: right;
    color: #999;
    font-size: 18px;
}
#in-business-box .default-box .title a.more:hover {
    color: #b60005;
}
#in-business-box .default-box .cont {
    margin-top: 30px;
}
#in-business-box .busintro {
    position: relative;
}
#in-business-box .bi-sidemenu {
    width: 14.24658%;
}
#in-business-box .bi-sidemenu ul li {
    height: 170px;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background: url(../img/bg_huawen.jpg);
    display: table;
    width: 100%;
}
#in-business-box .bi-sidemenu ul li:last-child {
    margin-bottom: 0;
}
#in-business-box .bi-sidemenu ul li a {
    display: table-cell;
    position: relative;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
#in-business-box .bi-sidemenu ul li a:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/corner_tl_baise.png) 0 0/cover no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .4s;
    opacity: 0;
}
#in-business-box .bi-sidemenu ul li a:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/corner_br_baise.png) 0 0/cover no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: all .4s;
    opacity: 0;
}
#in-business-box .bi-sidemenu ul li i {
    display: block;
    width: 68px;
    height: 56px;
    background: 0 0 /cover no-repeat;
    margin: 0 auto;
}
#in-business-box .bi-sidemenu ul li .icon-1 {
    background-image: url(../img/icon_yewu01.png);
}
#in-business-box .bi-sidemenu ul li .icon-2 {
    background-image: url(../img/icon_yewu02.png);
}
#in-business-box .bi-sidemenu ul li .icon-3 {
    background-image: url(../img/icon_yewu03.png);
}
#in-business-box .bi-sidemenu ul li span {
    font-size: 24px;
    color: #666;
    display: inline-block;
    margin-top: 15px;
}
#in-business-box .bi-sidemenu ul li.active {
    background: linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -o-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -ms-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -moz-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -webkit-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    border:none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#in-business-box .bi-sidemenu ul li.active a {
    background: linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -o-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -ms-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -moz-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);
    background: -webkit-linear-gradient(top , rgb(46, 69, 158) 7% , rgb(137, 149, 197) 87%);

    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132b8d', endColorstr='#132b8d', GradientType=0 );
}
#in-business-box .bi-sidemenu ul li.active a:before {
    opacity: 1;
    top: 10px;
    left: 10px;
}
#in-business-box .bi-sidemenu ul li.active a:after {
    opacity: 1;
    bottom: 10px;
    right: 10px;
}
#in-business-box .bi-sidemenu ul li.active .icon-1 {
    background-image: url(../img/icon_yewu01_on.png);
}
#in-business-box .bi-sidemenu ul li.active .icon-2 {
    background-image: url(../img/icon_yewu02_on.png);
}
#in-business-box .bi-sidemenu ul li.active .icon-3 {
    background-image: url(../img/icon_yewu03_on.png);
}
#in-business-box .bi-sidemenu ul li.active span {
    color:#fff;
}
#in-business-box .bi-right-ct {
    width: 82.19178%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
#in-business-box .bi-right-ct .bi-item {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
#in-business-box .bi-right-ct .bi-item .img {
    -webkit-transition: background-size 0.3s linear;
    -moz-transition: background-size 0.3s linear;
    -o-transition: background-size 0.3s linear;
    transition: background-size 0.3s linear;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
#in-business-box .bi-right-ct .bi-item .img:hover {
    background-size: 105%;
}
#in-business-box .bi-right-ct .bi-item .img:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 3;
}
#in-business-box .bi-right-ct .bi-item .img img {
    height: 100%;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
    display: none;
}
#in-business-box .bi-right-ct .bi-item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 166px;
    z-index: 5;
    overflow: hidden;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
}
#in-business-box .bi-right-ct .bi-item .info p {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0 4% 20px;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    text-align: justify;
}
#in-business-box .bi-right-ct .bi-item .info-tit {
    width: 100%;
    line-height: 76px;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 4%;
    font-size: 24px;
    color: #fff;
}
#in-business-box .bi-right-ct .bi-item .info-tit h3 {
    line-height: 76px;
    font-size: 24px;
    float: left;
}
#in-business-box .bi-right-ct .bi-item .info-tit i {
    float: right;
    font-style: normal;
}
#in-business-box .bi-right-ct .bi-item ul {
    position: relative;
    height: 100%;
}
#in-business-box .bi-right-ct .bi-item ul li {
    float: left;
    width: 49.16667%;
    margin-right: 1.58333%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#in-business-box .bi-right-ct .bi-item-2 ul li{ width:100%; height:100%;}

#in-business-box .bi-right-ct .bi-item ul li:nth-child(2n) {
    margin-right: 0;
}
#in-business-box .bi-right-ct .bi-item ul li .img {
    position: static;
}
#in-business-box .bi-right-ct .bi-item ul li .info {
    bottom: -96px;
}
#in-business-box .bi-right-ct .bi-item ul li .info p {
    position: static;
}
#in-business-box .bi-right-ct .bi-item ul li:hover .info {
    bottom: 0;
}
#in-business-box .bi-right-ct .bi-item a:hover .img:after {
    opacity: 1;
    visibility: visible;
}
#in-business-box .bi-right-ct .bi-item a:hover .img img {
    transform: scale(1.05);
}
#in-business-box .bi-right-ct .bi-item-1:hover .img:after {
    display: none;
}
#in-business-box .bi-right-ct .bi-item-3 ul li {
    margin-bottom: 20px;
    height: calc(50% - 10px);
}
@media screen and (max-width: 1600px) {
    #in-business-box .bkzt {
        font-size: 16px;
        line-height: 24px;
        height: 72px;
    }
    #in-business-box .default-box {
        padding: 70px 0;
    }
    #in-business-box .default-box .title {
        line-height: 45px;
    }
    #in-business-box .default-box .title h2 {
        font-size: 28px;
    }
    #in-business-box .default-box .title h2 i.icon {
        width: 36px;
        height: 36px;
        margin-right: 30px;
    }
    #in-business-box .bi-sidemenu ul li {
        height: 140px;
        margin-bottom: 15px;
    }
    #in-business-box .bi-sidemenu ul li i {
        width: 52px;
        height: 43px;
    }
    #in-business-box .bi-sidemenu ul li span {
        font-size: 22px;
    }
    #in-business-box .bi-sidemenu ul li a:before {
        width: 18px;
        height: 18px;
    }
    #in-business-box .bi-sidemenu ul li a:after {
        width: 18px;
        height: 18px;
    }
    #in-business-box .bi-right-ct .bi-item .info {
        height: 156px;
    }
    #in-business-box .bi-right-ct .bi-item .info p {
        font-size: 16px;
        line-height: 22px;
        height: 88px
    }
    #in-business-box .bi-right-ct .bi-item .info-tit h3 {
        line-height: 50px;
        font-size: 22px;
    }
    #in-business-box .bi-right-ct .bi-item .info-tit i {
        line-height: 50px;
    }
    #in-business-box .bi-right-ct .bi-item ul li .info {
        bottom: -106px;
    }
}
@media screen and (max-width: 1540px) {
    #in-business-box .default-box .title {
        line-height: 42px;
    }
    #in-business-box .default-box .title h2 {
        font-size: 28px;
    }
    #in-business-box .default-box .title h2 i.icon {
        width: 32px;
        height: 32px;
        margin-right: 25px;
    }
    #in-business-box .default-box .title a.more {
        font-size: 16px;
    }
}
@media screen and (max-width: 1280px) {
    #in-business-box .bi-right-ct .bi-item .img {
        background-size: 120%;
    }
    #in-business-box .bi-right-ct .bi-item .img:hover {
        background-size: 125%;
    }
    #in-business-box .default-box {
        padding: 50px 0;
    }
    #in-business-box .default-box .title {
        line-height: 40px;
    }
    #in-business-box .default-box .title h2 {
        font-size: 26px;
    }
    #in-business-box .default-box .title h2 i.icon {
        width: 30px;
        height: 30px;
        margin-right: 22px;
    }
    #in-business-box .default-box .title a.more {
        font-size: 14px;
    }
    #in-business-box .default-box .cont {
        margin-top: 20px;
    }
    #in-business-box .bi-sidemenu ul li {
        height: 130px;
        margin-bottom: 12px;
    }
    #in-business-box .bi-sidemenu ul li i {
        width: 45px;
        height: 37px;
    }
    #in-business-box .bi-sidemenu ul li span {
        font-size: 20px;
    }
    #in-business-box .bi-sidemenu ul li a:before {
        width: 15px;
        height: 15px;
    }
    #in-business-box .bi-sidemenu ul li a:after {
        width: 15px;
        height: 15px;
    }
    #in-business-box .bi-right-ct .bi-item .info {
        height: 136px;
    }
    #in-business-box .bi-right-ct .bi-item .info p {
        font-size: 14px;
        line-height: 20px;
        height: 80px
    }
    #in-business-box .bi-right-ct .bi-item .info-tit h3 {
        line-height: 45px;
        font-size: 20px;
    }
    #in-business-box .bi-right-ct .bi-item ul li .info {
        bottom: -86px;
    }
}
@media screen and (max-width: 1024px) {
    #in-business-box .default-box {
        padding: 40px 0;
    }
    #in-business-box .default-box .title h2 {
        font-size: 24px;
    }
    #in-business-box .bi-sidemenu ul li {
        height: 120px;
        margin-bottom: 10px;
    }
    #in-business-box .bi-sidemenu ul li i {
        width: 40px;
        height: 33px;
    }
    #in-business-box .bi-sidemenu ul li span {
        font-size: 18px;
        margin-top: 10px;
    }
    #in-business-box .bi-sidemenu ul li a:before {
        width: 15px;
        height: 15px;
    }
    #in-business-box .bi-sidemenu ul li a:after {
        width: 15px;
        height: 15px;
    }
    #in-business-box .bi-right-ct .bi-item .info {
        height: 136px;
    }
    #in-business-box .bi-right-ct .bi-item .info p {
        font-size: 12px;
        line-height: 20px;
        height: auto;
    }
    #in-business-box .bi-right-ct .bi-item .info-tit h3 {
        line-height: 40px;
        font-size: 18px;
    }
    #in-business-box .bi-right-ct .bi-item ul li .info {
        bottom: -96px;
    }
}
@media screen and (max-width: 998px) {
    #in-business-box .default-box .title {
        line-height: 35px;
    }
    #in-business-box .default-box .title h2 {
        font-size: 24px;
    }
    #in-business-box .default-box .title h2 i.icon {
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }
}
@media screen and (max-width: 768px) {
    #in-business-box .bi-right-ct .bi-item ul li .info {
        bottom: 0;
        height: auto
    }
    #in-business-box .bi-right-ct .bi-item ul li:hover .info {
        bottom: 0;
        height: auto
    }
    #in-business-box .bi-right-ct .bi-item .img img {
        width: 100%;
        object-fit: cover;
        display: block
    }
    #in-business-box .bi-sidemenu {
        width: 100%;
    }
    #in-business-box .bi-sidemenu ul li {
        float: left;
        width: 31.33%;
        margin: 0 3% 20px 0;
        height: auto;
    }
    #in-business-box .bi-sidemenu ul li:last-child {
        margin-right: 0;
    }
    #in-business-box .bi-sidemenu ul li a {
        padding: 10px 0;
    }
    #in-business-box .bi-sidemenu ul li i {
        width: 32px;
        height: 26px;
    }
    #in-business-box .bi-sidemenu ul li span {
        margin-top: 6px;
        font-size: 16px;
    }
    #in-business-box .bi-sidemenu ul li.active a:before {
        left: 5px;
        top: 5px;
    }
    #in-business-box .bi-sidemenu ul li.active a:after {
        right: 5px;
        bottom: 5px;
    }
    #in-business-box .bi-right-ct {
        position: relative;
        width: 100%;
        height: auto;
    }
    #in-business-box .bi-right-ct .bi-item {
        position: static;
        height: auto;
    }
    #in-business-box .bi-right-ct .bi-item .info {
        height: 260px;
    }
    #in-business-box .bi-right-ct .bi-item .info p{ line-height:19px;}
    #in-business-box .bi-right-ct .bi-item .img {
        position: relative;
    }
    #in-business-box .bi-right-ct .bi-item-1 {
        height: 260px;
    }
    #in-business-box .bi-right-ct .bi-item-3 ul li {
        margin-bottom: 10px;
    }
    #in-business-box .bi-right-ct .bi-item ul li {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    #in-business-box .default-box {
        padding: 30px 0;
    }
    #in-business-box .default-box .title h2 {
        font-size: 22px;
    }
    #in-business-box .default-box .cont {
        margin-top: 12px;
    }
}
#in-business-box {
    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: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: auto;
    padding-right: 0px;
}
#in-banner .banner-swiper_index {
    width: 100%;
    height: 100%;
}
#in-banner .banner-swiper_index .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#in-banner .nav_bgf {
    display: none;
}
#in-banner .banner-swiper_index .swiper-slide .full img {
    width: 100%;
    transition: 1s linear 2s;
    left: 50%;
    top: 50%;
    transform: scale(1.1, 1.1); height:100vh !important
}
#in-banner .word_f {
    width: 62.5%;
    top: 18%;
    left: 50%;
    margin-left: -31%;
    padding-top: 24.58%;
}
#in-banner .word_f img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 2s;
    opacity: 0;
}
#in-banner .word_f span {
    width: 21.66%;
    position: absolute;
    transition: 2s;
}
#in-banner .word_f span img {
    position: static;
}
#in-banner .word_f .c1 {
    transform: translateX(-40%);
    top: 0%;
    left: 1%;
}
#in-banner .word_f .c2 {
    transform: translateX(40%);
    top: 6%;
    left: 22%;
}
#in-banner .word_f .w1 {
    transform: translateX(-20%);
}
#in-banner .word_f .w2 {
    transform: translateX(20%);
}
#in-banner .word_f .rot1 {
    animation: rotate1 7s linear 0s infinite;
}
#in-banner .word_f .rot2 {
    animation: rotate2 7s linear 0s infinite;
}
#in-banner .word_f .txt_1 {
    transform: translateY(10%);
}
#in-banner .word_f .txt_2 {
    transform: translateY(15%);
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .c1 {
    transform: translateX(0%);
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .c2 {
    transform: translateX(0%);
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .w1 {
    transform: translateX(0%);
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .w2 {
    transform: translateX(0%);
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .rot1 {
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .rot2 {
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .txt_1 {
    transform: translateY(0%);
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .word_f .txt_2 {
    transform: translateY(0%);
    opacity: 1;
}
#in-banner .banner-swiper .swiper-slide-active .word_f img {
    opacity: 1;
}
#in-banner .banner-swiper_index .swiper-slide-active .full img {
    transition: 3s linear;
    transform: scale(1, 1);
}
#in-banner .banner-swiper_index .swiper-pagination {
    bottom: 5%;
    z-index: 3;
}
#in-banner .close_bannerVideo {
    position: absolute;
    bottom: 0%;
    left: calc(50% - 50px);
    width: 100px;
    text-align: center;
    z-index: 10;
}
#in-banner .close_Line {
    width: 2px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
#in-banner .close_Line i {
    width: 2px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    animation: close_Line 2.8s linear 0s infinite;
}
#in-banner .close_bannerVideo .close_txt {
    width: 100%;
    height: 16px;
    line-height: 16px;
    position: relative;
}
#in-banner .close_bannerVideo p {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    animation: text_t 1s linear 0s 1 forwards;
}
#in-banner .close_bannerVideo p span {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    display: inline-block;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: text_b 1s linear 0s 1 forwards;
}
#in-banner .banner-swiper_index .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #fff;
}
#in-banner .banner-swiper_index .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 22px;
}
#in-banner .banner-swiper_index .swiper-button-prev {
    display: none;
    z-index: 3;
}
#in-banner .banner-swiper_index .swiper-button-next {
    display: none;
    z-index: 3;
}
#in-banner .banner-swiper_index .banner-video {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9;
}
#in-banner .banner-swiper_index .banner-video video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#in-banner .banner-swiper_index .swiper-wrapper {
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}
#in-banner .banner-swiper_index .swiper-wrapper.open {
    opacity: 1;
    visibility: visible;
}
#in-banner .banner-swiper_index .word {
    position: absolute;
    z-index: 5;
}
#in-banner .banner-swiper_index .word span {
    display: block;
    transition: all 2s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
#in-banner .banner-swiper_index .word0 {
    left: 1.77083%;
    width: 54.21875%;
    top: 15%;
    transform: scale(1.2);
    transition: all 2s;
    opacity: 0;
    visibility: hidden; display:none
}
#in-banner .banner-swiper_index .word1 {
    left: 9.58333%;
    width: 44.6875%;
    top: 29%;
}
#in-banner .banner-swiper_index .word1 span.l1 {
    width: 28.3216%;
    top: 62%;
    left: 0;
    transform: translateX(-10%);
}
#in-banner .banner-swiper_index .word1 span.l2 {
    width: 28.3216%;
    bottom: 5%;
    left: 15%;
    transform: translateX(-10%);
    transition-delay: 0.5s;
}
#in-banner .banner-swiper_index .word1 span.r1 {
    width: 33.7647%;
    right:9%;
    top: 22%;
    transform: translateX(10%);
}
#in-banner .banner-swiper_index .word1 span.r2 {
    width: 33.7647%;
    right: 0%;
    top: 47%;
    transform: translateX(10%);
    transition-delay: 0.5s;
}
#in-banner .banner-swiper_index .word1 span.red {
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
    transition-delay: 0.6s;
}
#in-banner .banner-swiper_index .word2 {
    left: 5.67708%;
    width: 28.64583%;
    top: 19.35185%;
}
#in-banner .banner-swiper_index .word2 span.red {
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
}
#in-banner .banner-swiper_index .word2 .zi {
    transition: 2s linear 1s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10%);
    transition-delay: 0.5s;
}
#in-banner .banner-swiper_index .word3 {
    left: 7.29167%;
    width: 39.32292%;
    top: 24.07407%;
}
#in-banner .banner-swiper_index .word3 span.red {
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1.2);
}
#in-banner .banner-swiper_index .word3 span.up {
    width: 100%;
    top: 37.93103%;
    left: 0;
    transform: translateY(10%);
    transition-delay: 0.5s;
}
#in-banner .banner-swiper_index .word3 .zi {
    transition: 2s linear 1s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
    transition-delay: 1s;
}
#in-banner .banner-swiper_index .word4 {
    right: 12.96875%;
    width: 73.54167%;
    top: 16.94444%;
}
#in-banner .banner-swiper_index .word4 span.red {
    width: 11.54391%;
    top: 0;
    right: 0;
    transform: scale(1.2);
}
#in-banner .banner-swiper_index .word4 span.right1 {
    width: 11.54391%;
    top: 0;
    right: 11.54391%;
    transform: translateX(-20%);
    transition-delay: 0.2s;
}
#in-banner .banner-swiper_index .word4 span.right2 {
    width: 11.54391%;
    top: 0;
    right: 23.08782%;
    transform: translateX(-20%);
    transition-delay: 0.4s;
}
#in-banner .banner-swiper_index .word4 span.right3 {
    width: 11.54391%;
    top: 0;
    right: 34.63173%;
    transform: translateX(-20%);
    transition-delay: 0.6s;
}
#in-banner .banner-swiper_index .word4 span.right4 {
    width: 11.54391%;
    top: 0;
    right: 46.17564%;
    transform: translateX(-20%);
    transition-delay: 0.8s;
}
#in-banner .banner-swiper_index .word4 span.right5 {
    width: 11.54391%;
    top: 0;
    right: 57.71955%;
    transform: translateX(-20%);
    transition-delay: 1s;
}
#in-banner .banner-swiper_index .word4 span.right6 {
    width: 11.54391%;
    top: 0;
    right: 69.26346%;
    transform: translateX(-20%);
    transition-delay: 1.2s;
}
#in-banner .banner-swiper_index .word4 span.right7 {
    width: 11.54391%;
    top: 0;
    right: 80.80737%;
    transform: translateX(-20%);
    transition-delay: 1.4s;
}
#in-banner .banner-swiper_index .word4 .zhang {
    transition: 2s linear 1s;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2);
    transition-delay: 1s;
}
#in-banner .banner-swiper_index .swiper-slide-active .word span {
    opacity: 1;
    visibility: visible;
}
#in-banner .banner-swiper_index .swiper-slide-active .word0 {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
#in-banner .banner-swiper_index .swiper-slide-active .word1 span.l1 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word1 span.l2 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word1 span.r1 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word1 span.r2 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word1 span.red {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
#in-banner .banner-swiper_index .swiper-slide-active .word2 span.red {
    transform: scale(1);
}
#in-banner .banner-swiper_index .swiper-slide-active .word2 .zi {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
#in-banner .banner-swiper_index .swiper-slide-active .word3 span.red {
    transform: scale(1);
}
#in-banner .banner-swiper_index .swiper-slide-active .word3 span.up {
    transform: translateY(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word3 .zi {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.red {
    transform: scale(1);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.right1 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.right2 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.right3 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.right4 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.right5 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.right6 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 span.right7 {
    transform: translateX(0);
}
#in-banner .banner-swiper_index .swiper-slide-active .word4 .zhang {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
#in-banner .topnav.fixed {
    position: fixed;
}
#in-banner .topnav.fixed .logo {
    padding: 20px 0;
}
#in-banner .topnav.fixed .navbar ul li.nav-link {
    padding: 20px 0;
}
@media screen and (max-width: 1600px) {
    #in-banner .banner-swiper_index .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 15px;
    }
    #in-banner .banner-swiper_index .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    #in-banner .banner-swiper_index .bot-price ul li i {
        height: 70px;
        margin-right: 15px;
    }
    #in-banner .banner-swiper_index .bot-price ul li span {
        font-size: 18px;
    }
    #in-banner .banner-swiper_index .bot-price ul li b {
        font-size: 28px;
    }
    #in-banner .banner-swiper_index .bot-price ul li:last-child b {
        font-size: 24px;
        margin-right: 45px;
    }
}
@media screen and (max-width: 1280px) {
    #in-banner .banner-swiper_index .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 12px;
    }
    #in-banner .banner-swiper_index .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    #in-banner .banner-swiper_index .bot-price ul li i {
        height: 60px;
        margin-right: 10px;
    }
    #in-banner .banner-swiper_index .bot-price ul li span {
        font-size: 16px;
    }
    #in-banner .banner-swiper_index .bot-price ul li b {
        font-size: 22px;
    }
    #in-banner .banner-swiper_index .bot-price ul li:last-child b {
        font-size: 20px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 1024px) {
    #in-banner .banner-swiper_index .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    #in-banner .banner-swiper_index .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    #in-banner .banner-swiper_index .bot-price ul li i {
        height: 50px;
        margin-right: 8px;
    }
    #in-banner .banner-swiper_index .bot-price ul li span {
        font-size: 14px;
    }
    #in-banner .banner-swiper_index .bot-price ul li b {
        font-size: 20px;
        margin-right: 25px;
    }
    #in-banner .banner-swiper_index .bot-price ul li:last-child b {
        font-size: 16px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 768px) {
    #in-banner .nav_bgf {
        height: 79px;
        display: block;
        background-color: #ccc;
    }
    #in-banner .banner-swiper_index .bot-price {
        left: 20px;
        right: 20px;
        transform: translateX(0);
    }
    #in-banner .banner-swiper_index .bot-price ul li i {
        margin-right: 0;
        height: 40px;
    }
    #in-banner .banner-swiper_index .bot-price ul li span {
        display: none;
    }
    #in-banner .banner-swiper_index .swiper-button-prev {
        width: 15px;
        height: 30px;background-size: 15px 30px;
    }
    #in-banner .banner-swiper_index .swiper-button-next {
        width: 15px;
        height: 30px;background-size: 15px 30px;
    }
}
#in-banner {
    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: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: auto;
    padding-right: 0px;
}
#in-new-box .p_articles {
    width: calc((100% - 0px)/1);
}
#in-new-box .p_CommonSummaryBoxA {
    text-align: center;
}
#in-new-box .p_MatteIcon .iconfont:before {
    content: '\e602';
}
#in-new-box >div {
    animation-fill-mode: both;
}
#in-new-box .play-video {
    cursor: pointer;
}
#in-new-box .video-layer.open {
    z-index: 999;
}
#in-new-box .spf {
    position: absolute;
    left: 50%;
    background-color: #000;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 60%;
}
#in-new-box .vidsp {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1440px) {
    #in-new-box .spf {
        width: 1100px;
        height: 60%;
    }
}
@media screen and (max-width: 1280px) {
    #in-new-box .spf {
        width: 96%;
        height: 60%;
    }
}
#in-new-box .default-box {
    padding: 80px 0;
}
#in-new-box .xwipc_pc {
    position: absolute;
    bottom: 0;
    left: 0;
}
#in-new-box .xwipc_h5 {
    display: none;
}
#in-new-box h3 {
    font-weight: bold;
}
#in-new-box .title_f {
    text-shadow: #666 1px 1px 4px;
}
#in-new-box .default-box .title {
    line-height: 50px;
}
#in-new-box .default-box .title h2 {
    float: left;
    font-size: 32px;
    vertical-align: middle;
    color: #132b8d;
}
#in-new-box .default-box .title h2 i.icon {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(../img/0312icon_2.png) 0 0/cover no-repeat;
    margin-right: 20px;
    vertical-align: middle;
    position: relative;
    top: -4px;
}
#in-new-box .default-box .title a.more {
    float: right;
    color: #999;
    font-size: 18px;
}
#in-new-box .default-box .title a.more:hover {
    color: #b60005;
}
#in-new-box .default-box .cont {
    margin-top: 30px;
}
@media screen and (max-width: 1600px) {
    #in-new-box .default-box {
        padding: 70px 0;
    }
    #in-new-box .default-box .title {
        line-height: 45px;
    }
    #in-new-box .default-box .title h2 {
        font-size: 28px;
    }
    #in-new-box .default-box .title h2 i.icon {
        width: 36px;
        height: 36px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 1540px) {
    #in-new-box .default-box .title {
        line-height: 42px;
    }
    #in-new-box .default-box .title h2 {
        font-size: 28px;
    }
    #in-new-box .default-box .title h2 i.icon {
        width: 32px;
        height: 32px;
        margin-right: 25px;
    }
    #in-new-box .default-box .title a.more {
        font-size: 16px;
    }
}
@media screen and (max-width: 1280px) {
    #in-new-box .default-box {
        padding: 50px 0;
    }
    #in-new-box .default-box .title {
        line-height: 40px;
    }
    #in-new-box .default-box .title h2 {
        font-size: 26px;
    }
    #in-new-box .default-box .title h2 i.icon {
        width: 30px;
        height: 30px;
        margin-right: 22px;
    }
    #in-new-box .default-box .title a.more {
        font-size: 14px;
    }
    #in-new-box .default-box .cont {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1024px) {
    #in-new-box .default-box {
        padding: 40px 0;
    }
    #in-new-box .default-box .title h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 998px) {
    #in-new-box .default-box .title {
        line-height: 35px;
    }
    #in-new-box .default-box .title h2 {
        font-size: 24px;
    }
    #in-new-box .default-box .title h2 i.icon {
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }
}
@media screen and (max-width: 768px) {
    #in-new-box .xwipc_h5 {
        display: block;
    }
    #in-new-box .xwipc_pc {
        display: none;
    }
    #in-new-box .default-box {
        padding: 30px 0;
    }
    #in-new-box .default-box .title h2 {
        font-size: 22px;
    }
    #in-new-box .default-box .cont {
        margin-top: 12px;
    }
}
#in-new-box .newscener ul li {
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}
#in-new-box .newscener ul li:after {
    content: '';
    display: block;
    width: 0px;
    overflow: hidden;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: all .6s ease-in-out;
    background: linear-gradient(to right, rgba(19, 43, 141, 0.1) 8%, rgba(19, 43, 141, 0.76) 25%, rgba(19, 43, 141, 0.8) 26%, #132b8d 51%, rgba(19, 43, 141, 0.8) 75%, rgba(19, 43, 141, 0.05) 95%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#132b8d', endColorstr='#132b8d', GradientType=1 );
}
#in-new-box .newscener ul li a {
    display: block;
    position: relative;
    height: 100%;
}
#in-new-box .newscener ul li a:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/new_i_lb.png) 0 0/cover no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all .4s;
    opacity: 1;
    z-index: 2;
}
#in-new-box .newscener ul li a:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/new_i_rb.png) 0 0/cover no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: all .4s;
    opacity: 1;
    z-index: 2;
}

#in-new-box .newscener ul li .img {
    overflow: hidden;
}
#in-new-box .newscener ul li .img img {
    transition: all .4s;
    height: 100%;
    display: none;
}
#in-new-box .newscener ul li h3 {
    font-size: 22px;
    height: 66px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .4s;
}
#in-new-box .newscener ul li span {
    display: block;
    font-size: 18px;
    color: #999;
    margin: 5px 0 15px;
}
#in-new-box .newscener ul li p {
    font-size: 18px;
    color: #999;
    height: 81px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    position: relative;
}
#in-new-box .newscener ul li a:hover p {
    text-decoration: underline;
}
#in-new-box .newscener ul li:last-child {
    margin-right: 0px;
}
#in-new-box .newscener ul li:hover:after {
    width: 100%;
    left: 0px;
    opacity: 1;
    visibility: visible;
}
#in-new-box .newscener ul li:hover a:before {
    opacity: 0;
}
#in-new-box .newscener ul li:hover a:after {
    opacity: 0;
}
#in-new-box .newscener ul li:hover .img img {
    transform: scale(1.05);
}
#in-new-box .newscener .news-pic {
    width: 65.75342%;
    height: 444px;
    margin-right: 1.43836%;
}
#in-new-box .newscener .news-pic:before {
    display: none;
}
#in-new-box .newscener .news-pic:after {
    display: none;
}
#in-new-box .newscener .news-pic .img {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition: background-size 0.3s linear;
    -moz-transition: background-size 0.3s linear;
    -o-transition: background-size 0.3s linear;
    transition: background-size 0.3s linear;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
#in-new-box .newscener .news-pic .img:hover {
    background-size: 105%;
}
#in-new-box .newscener .news-pic .txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0 );
}
#in-new-box .newscener ul li a:hover .txt{ color:#132b8d}
#in-new-box .newscener .news-pic span {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
#in-new-box .newscener .news-pic:hover h3 {
    text-decoration: underline;
}
#in-new-box .newscener .news-pic-word {
    width: 32%;
    border: 1px solid #e2e2e2;
    height: 557px;
    margin-right: 2%;
    overflow: hidden;
    border-radius: 15px;
}
#in-new-box .newscener .news-pic-word .img {
    width: 100%;
    padding-top: 60%;
    -webkit-transition: background-size 0.3s linear;
    -moz-transition: background-size 0.3s linear;
    -o-transition: background-size 0.3s linear;
    transition: background-size 0.3s linear;
    background-size: 101%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
}
#in-new-box .newscener .news-pic-word .img:hover {
    background-size: 105%;
}
#in-new-box .newscener .news-pic-word .txt {
    padding: 25px 20px 15px;
}
#in-new-box .newscener .news-word {
    width: 32.19178%;
    border: 1px solid #e2e2e2;
    height: 236px;
    margin: 20px 1.43836% 20px 0;
}
#in-new-box .newscener .news-word .txt {
    padding: 25px 20px;
}
@media screen and (max-width: 1600px) {
    #in-new-box .newscener ul li h3 {
        font-size: 20px;
        height: 60px
    }
    #in-new-box .newscener ul li span {
        font-size: 16px;
    }
    #in-new-box .newscener ul li p {
        font-size: 16px;
        height: 72px;
    }
    #in-new-box .newscener .news-pic {
        height: 380px;
    }
    #in-new-box .newscener .news-pic .txt {
        padding: 15px;
    }
    #in-new-box .newscener .news-pic-word {
        height: 540px;
    }
    #in-new-box .newscener .news-pic-word .img {
    }
    #in-new-box .newscener .news-pic-word .txt {
    }
    #in-new-box .newscener .news-word .txt {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1500px) {
    #in-new-box .newscener .news-pic-word {
        height: 518px;
    }
}
@media screen and (max-width: 1380px) {
    #in-new-box .newscener .news-pic-word {
        height: 480px;
    }
}
@media screen and (max-width: 1280px) {
    #in-new-box .newscener .news-pic-word .img {
        background-size: 101%;
    }
    #in-new-box .newscener .news-pic .img {
        background-size: 120%;
    }
    #in-new-box .newscener .news-pic-word .img:hover {
        background-size: 125%;
    }
    #in-new-box .newscener .news-pic .img:hover {
        background-size: 125%;
    }
    #in-new-box .newscener ul li h3 {
        font-size: 18px;
        height: 54px
    }
    #in-new-box .newscener ul li span {
        font-size: 14px;
    }
    #in-new-box .newscener ul li p {
        font-size: 14px;
        height: 63px;
    }
    #in-new-box .newscener .news-pic {
        height: 350px;
    }
    #in-new-box .newscener .news-pic-word {
        height: 445px;
    }
    #in-new-box .newscener .news-pic-word .img {
    }
    #in-new-box .newscener .news-pic-word .txt {
    }
    #in-new-box .newscener .news-word .txt {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1200px) {
    #in-new-box .newscener .news-pic-word {
        height: 431px;
    }
}
@media screen and (max-width: 1024px) {
    #in-new-box .newscener ul .new_zj a:before {
        width: 15px;
        height: 15px;
    }
    #in-new-box .newscener ul .new_zj a:after {
        width: 15px;
        height: 15px;
    }
    #in-new-box .newscener ul li a:before {
        width: 15px;
        height: 15px;
    }
    #in-new-box .newscener ul li a:after {
        width: 15px;
        height: 15px;
    }
    #in-new-box .newscener ul li a:hover:before {
        left: 5px;
        bottom: 5px;
    }
    #in-new-box .newscener ul li a:hover:after {
        right: 5px;
        bottom: 5px;
    }
    #in-new-box .newscener ul li h3 {
        font-size: 16px;
        height: 48px;
    }
    #in-new-box .newscener ul li span {
        margin: 3px 0 10px;
    }
    #in-new-box .newscener .news-pic {
        height: 300px;
    }
    #in-new-box .newscener .news-pic-word {
        height: 353px;
    }
    #in-new-box .newscener .news-pic-word .img {
    }
    #in-new-box .newscener .news-pic-word .txt {
        padding: 10px 15px;
    }
    #in-new-box .newscener .news-word .txt {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 768px) {
    #in-banner .banner-swiper_index .swiper-slide .full img{ height:auto !important}
    #in-new-box .newscener ul .new_zj a:after {
        width: 15px;
        height: 15px;
        background: url(../img/new_i_rb.png) 0 0/cover no-repeat;
        top: auto
    }
    #in-new-box .newscener ul .new_zj a:before {
        width: 15px;
        height: 15px;
        background: url(../img/new_i_lb.png) 0 0/cover no-repeat;
        top: auto
    }
    #in-new-box .newscener ul li .img img {
        width: 100%;
        object-fit: cover;
    }
    #in-new-box .newscener .news-pic:hover h3 {
        text-decoration: none;
        color: #b60005
    }
    #in-new-box .newscener ul li p.sub_txt {
        display: none
    }
    #in-new-box .newscener ul li {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    #in-new-box .newscener .news-pic {
        width: 100%;
        height: auto;
    }
    #in-new-box .newscener .news-pic .txt {
        padding-bottom: 15px;
        position: static;
        color: #333;
        background: transparent;
    }
    #in-new-box .newscener .news-pic .txt h3 {
        font-size: 14px;
    }
    #in-new-box .newscener .news-pic .txt h3.title_f {
        text-shadow: none;
    }
    #in-new-box .newscener .news-pic span {
        margin-top: 3px;
        color: #999
    }
    #in-new-box .newscener .news-pic-word {
        width: 100%;
        height: auto;
    }
    #in-new-box .newscener .news-pic-word .img {
        height: auto;
    }
    #in-new-box .newscener .news-word {
        width: 100%;
        height: auto;
    }
}
#in-new-box .p_page .pre .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}
#in-new-box .p_page .next .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}
#in-new-box .p_more .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}
#in-new-box .p_loading .iconfont:before {
    shadow-angle: 0;
    shadow-distance: 0;
    shadow-angle-ofInset: 0;
    shadow-distance-ofInset: 0;
}
#in-new-box {
    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: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: auto;
    padding-right: 0px;
}
