/**/

body {
    background: #f8f8f8;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#section2 {
    position: relative;
    z-index: 2;
    overflow: hidden;
}


/*固定导航*/

.navfixed {
    width: 100%;
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
}

.navfixedhide {
    display: none;
}


/*首页展示第一屏*/

.sec1 {
    position: relative;
    z-index: 3;
    height: 100%;
    background: #fff url(indfirbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.sec1bg {
    position: absolute;
    z-index: 1;
}

.home-content {
    position: relative;
    height: 100vh;
}


/**/

@keyframes TopBots {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-8px);
    }
}

@-webkit-keyframes TopBots {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-8px);
    }
}

@-moz-keyframes TopBots {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-8px);
    }
}

@-ms-keyframes TopBots {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-8px);
    }
}

.home-footer {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 35px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.home-footer .mouse {
    position: relative;
    margin-top: 25px;
    font-size: 16px;
    -webkit-animation: TopBots 1.2s ease-in-out infinite both;
    -moz-animation: TopBots 1.2s ease-in-out infinite both;
    -ms-animation: TopBots 1.2s ease-in-out infinite both;
    animation: TopBots 1.2s ease-in-out infinite both;
}

.home-footer .mouse img {
    width: 14px;
}


/*头部*/


/*跳过视频样式*/

.home-content .skip_video_div {
    position: fixed;
    right: 100px;
    top: 41px;
    width: 108px;
    box-sizing: border-box;
    cursor: pointer;
}

.home-content .skip_video_div img {
    width: 108px;
}

.home-content .next_div {
    display: none;
    padding: 14px 17px;
    width: 146px;
    height: 88px;
    background: #1467D1;
    border-radius: 12px;
    position: fixed;
    top: 90px;
    right: 122px;
    color: #fff;
    opacity: 0.9;
}

.home-content .next_div .sanjiao {
    position: absolute;
    top: -6px;
    right: 20px;
    z-index: 4;
    transform: rotate(45deg);
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #1467D1;
    border-bottom: 10px solid transparent;
}

.home-content .next_div .next_title {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: right;
    font-style: normal;
    margin-bottom: 10px;
}

.home-content .next_div .next_btn_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.home-content .next_div .next_btn_box .submit_bth {
    width: 50px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #5590bc;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}


/*跳过视频样式*/


/*视频样式*/

#videoBg {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}


/**/


/*首页主体*/

.wip_yaowenbg {
    background: url(indbga.png) no-repeat center;
    background-size: cover;
    padding: 60px 0px 40px;
}

.wip_yaowena {
    max-width: 1396px;
    margin: 0px auto;
    border-radius: 8px;
    background: #fff;
    padding: 18px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wip_yaowenaimg {
    width: 76px;
    line-height: 45px;
    border-radius: 8px;
    background: #e60012;
    display: block;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.wip_yaowenalists {
    width: calc(100% - 210px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.wip_yaowenamore {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 36px;
    line-height: 36px;
    height: 62px;
    border-radius: 8px;
    background: #028bd1;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    /* 从右到左竖排 */
    text-orientation: upright;
    /* 保持文字方向 */
    /*transform: rotate(360deg);
    transform-origin: left top;*/
    /*float: right;*/
    background: linear-gradient(180.00deg, #ec2836 0%, #c40311 100%);
}

.wip_yaowenalist {
    /*background: url(comico.png) no-repeat left center;
    background-size: 5px;*/
    width: 100%;
    padding-left: 15px;
    font-weight: 700;
    font-size: 38px;
    line-height: 47px;
    text-align: center;
    color: #333;
}

.wip_yaowenalist a {
    color: #333;
}

.wip_yaowenb {
    max-width: 1396px;
    margin: 30px auto;
}

.wip_yaowenbnav {
    width: 160px;
    float: left;
}

.wip_yaowenbcon {
    width: calc(100% - 213px);
    float: right;
}

.ymchin {
    display: block;
    font-weight: 700;
    font-size: 40px;
    color: #333;
}

.ymeng {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #028bd1;
    margin-top: 12px;
    margin-bottom: 40px;
}

.wip_yaowenbnavli {
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 51px;
    position: relative;
}

.wip_yaowenbnavli a {
    color: #333;
}

.wip_yaowenbnavli_hov:after {
    content: "";
    width: 96px;
    height: 4px;
    background: #028bd1;
    display: block;
    margin-top: 17px;
    position: absolute;
}

.wip_yaowenbnavli_hov a {
    color: #028bd1;
}

.wip_yaowenbnavmore {
    width: 58px;
    height: 58px;
    background: url(indywnavmore.png) no-repeat center;
    background-size: cover;
    filter: drop-shadow(0 3px 6px #00000029);
    display: block;
    margin-top: 151px;
    letter-spacing: 1px;
}

.wip_yaowenbtabs {
    display: none;
}

.wip_yaowenbtabs:first-child+div {
    display: block;
}


/* 图片新闻 */

.picnews {
    width: 56.5%;
    float: left;
    /* margin-left: 20px;*/
}

.slideBox {
    width: 100%;
    height: 455px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 17px;
    bottom: 37px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: #028bd1;
    opacity: 0.4;
    font-size: 0;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    width: 60px;
    background: #028bd1;
    opacity: 1;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    height: 455px;
    zoom: 1;
    vertical-align: middle;
    position: relative;
    color: #FFFFFF;
}

.slideBox .bd li>a {
    width: 64.4%;
    height: 418px;
    display: block;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.slideBox .bd li .wenzi {
    position: absolute;
    width: 58.3%;
    height: 408px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    right: 0px;
    top: 40px;
    padding: 30px 30px 0px 24.5%;
}

.slideBox .bd li .wenzi .xxcol {
    font-weight: 700;
    font-size: 24px;
    color: #028bd1;
}

.slideBox .bd li .wenzi .xxcol a {
    color: #028bd1;
}

.slideBox .bd li .wenzi .lb_tit {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 10px;
}

.slideBox .bd li .wenzi .lb_tit a {
    color: #333;
}

.slideBox .bd li .ellipsis111 a {
    color: #333;
    overflow: hidden;
    max-height: 92px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.slideBox .bd li .ellipsis>*:first-child {
    float: right;
    width: 100%;
    /*margin-left: -30px;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.slideBox .bd li .ellipsis>*:first-child p {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.slideBox .bd li .ellipsis>*:first-child a {}

.wenzimore {
    background: url(txtinfojthov.png) no-repeat center right;
    background-size: 10px;
    padding-right: 23px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ff7b11;
    position: absolute;
    bottom: 48px;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 34px;
    height: 50px;
    /*background: url(sy_left.png) no-repeat;*/
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    /*background: url(sy_right.png)*/
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.wip_slidelists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;
}

.wip_slidelists li {
    width: 30%;
    padding: 12px 0px;
    background: transparent;
    box-shadow: none;
}


/*.wip_slidelists li{
	margin-left: 30px;
}

.wip_slidelists li:first-child{
	margin-left: 0px;
}*/

.txttime {
    float: left;
    width: 70px;
}

.wip_yaowenbtabul .txttime {
    height: 89%;
    border-bottom: 1px #999 solid;
}

.txtinfo {
    float: right;
    width: calc(100% - 85px);
}

.txttime p:first-child {
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-bottom: 7px;
}

.txttime p:first-child+p {
    font-weight: 400;
    font-size: 16px;
    color: #999;
}

.txtinfo a:first-child {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 66px;
}

.txtinfo a:first-child+a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #028bd1;
    background: url(txtinfojt.png) no-repeat center right;
    background-size: 10px;
    padding-right: 23px;
}

.tabsli:hover .txtinfo a:first-child+a {
    background: url(txtinfojthov.png) no-repeat center right;
    background-size: 10px;
}

.tabsli:hover .txtinfo a {
    color: #FF7B11;
}

.tabsli:hover .txtinfo a:first-child {
    font-weight: 700;
}

.wip_yaowenbtabul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tabsli {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    width: 49%;
    padding: 16px 28px 20px 20px;
    margin-bottom: 25px;
}

.wip_yaowenc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1396px;
    margin: 0px auto;
}

.yaowenlztli {
    width: 50%;
}


/*中间切换*/

.wip_zhbg {}

.wip_zhnav {
    width: 100%;
    background: #6CBAE2;
    height: 82px;
}

.wip_zhnav>ul {
    max-width: 1396px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wip_zhnavli {
    width: 33.33%;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #fff;
    line-height: 82px;
}

.wip_zhnavli a {
    color: #fff;
}

.wip_zhnavli_hov {
    background: url(indgkcolhov.png) no-repeat;
    background-size: 100% 100%;
    line-height: 96px;
    font-weight: 700;
    font-size: 40px;
    margin-top: -14px;
}

.wip_zhcons {
    margin-bottom: 100px;
    /*position: relative;*/
    /*width: 300%;*/
    /*display: flex;

    transition: transform 0.5s ease-in-out;
    transform: translateX(0);*/
}

.wip_zhcon {
    background: url(indbgb.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    right: -100%;
    top: 0px;
    padding-top: 39px;
    /*position: absolute;*/
    display: none;
    position: relative;
}

.wip_gkcons {
    display: block;
    right: 0px;
}

.wip_zhconbox {
    max-width: 1396px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wip_hdcons {
    background: none;
}


/*公开*/

.wip_gkconleft {
    width: 24%;
}

.wip_gkconlefttop {
    height: 198px;
    margin-bottom: 33px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 18px 0px 20px;
}

.wip_gkconlefttopli {
    width: 41%;
    height: 160px;
    border-radius: 8px;
    background: url(indgkconlefttopli1.png) no-repeat center;
    background-size: cover;
    line-height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 61px;
    color: #fff;
    text-indent: 21px;
}

.wip_gkconlefttopli a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.wip_gkconlefttopli+li {
    background: url(indgkconlefttopli2.png) no-repeat center;
    background-size: cover;
}

.wip_gkconleftbottom {}

.wip_gkconcenter {
    width: 44%;
}

.tab_liul {
    display: flex;
}

.tab_li {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #666;
    line-height: 45px;
    background: url(indtab_libor.png) no-repeat left center;
    background-size: 1px;
    padding-left: 30px;
    padding-right: 30px;
}

.tab_li:first-child {
    padding-left: 0px;
    background: none;
}

.tab_li a {
    color: #666;
}

.tab_li_hov {
    font-weight: 700;
    color: #028bd1;
}

.tab_li_hov a {
    color: #028bd1;
}

.tab_listconbg {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    padding: 8px 20px 15px 20px;
    margin-top: 30px;
}

.tab_listcon {
    display: none;
}

.tab_listcon:first-child {
    display: block;
}

.tab_listli {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    background: url(indtabico.png) no-repeat 0px center;
    background-size: 5px;
    line-height: 45px;
    width: 100%;
    padding-left: 20px;
}

.tab_listli:hover {
    color: #028bd1;
    /*font-weight: 700;*/
    background: url(indtabicohov.png) no-repeat 0px center;
    background-size: 5px;
}

.tab_listli:hover a {
    color: #028bd1;
}

.wip_gkconright {
    width: 27.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.wip_gkconrightli {
    width: 47.5%;
    height: 117px;
    line-height: 167px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.wip_gkconrightli a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.wip_gkconrightli:hover a {
    color: #FFFFFF;
}

.wip_gkconrightli1 {
    background: #fff url(indgkconrightli1.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli1:hover {
    background: #028BD1 url(indgkconrightli1hov.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli2 {
    background: #fff url(indgkconrightli2.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli2:hover {
    background: #028BD1 url(indgkconrightli2hov.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli3 {
    background: #fff url(indgkconrightli3.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli3:hover {
    background: #028BD1 url(indgkconrightli3hov.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli4 {
    background: #fff url(indgkconrightli4.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli4:hover {
    background: #028BD1 url(indgkconrightli4hov.png) no-repeat center 20px;
    background-size: 36px;
}

.wip_gkconrightli5 {
    width: 100%;
    background: #fff url(indgkconrightli5.png) no-repeat 34% center;
    background-size: 36px;
    height: 82px;
    line-height: 82px;
    text-indent: 14%;
}

.wip_gkconrightli5:hover {
    width: 100%;
    background: #028BD1 url(indgkconrightli5hov.png) no-repeat 34% center;
    background-size: 36px;
}

.wip_gkconbottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;
}

.wip_gkconbottomli1 {
    background: url(indgkconbottomli1.png) no-repeat center;
}

.wip_gkconbottomli2 {
    background: url(indgkconbottomli2.png) no-repeat center;
}

.wip_gkconbottomli3 {
    background: url(indgkconbottomli3.png) no-repeat center;
}

.wip_gkconbottomli4 {
    background: url(indgkconbottomli4.png) no-repeat center;
}

.wip_gkconbottomli5 {
    background: url(indgkconbottomli5.png) no-repeat center;
}

.wip_gkconbottomli6 {
    background: url(indgkconbottomli6.png) no-repeat center;
}

.wip_gkconbottomli {
    width: 15.5%;
    height: 80px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #333;
    background-size: cover;
}

.wip_gkconbottom p {
    padding-left: 20px;
    max-width: 70%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.wip_gkconbottomli a {
    color: #333;
    display: flex;
    height: 100%;
    width: 100%;
}


/*服务*/

.wip_fwconleft {
    width: calc(100% - 472px);
    height: 444px;
    border-radius: 0 40px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    padding: 20px 30px;
}

.wip_fwbt {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 102px;
    margin-bottom: 20px;
}

.wip_fwbt p {
    font-weight: 700;
    font-size: 58px;
    line-height: 81px;
    color: #f5f4f2;
    position: absolute;
    left: 0px;
}

.wip_fwbt a {
    color: #028bd1;
    font-size: 40px;
    font-weight: 700;
    line-height: 81px;
    position: absolute;
    left: 0px;
}

.wip_fwbt a span {
    color: #333333;
}

.wip_fwconleft>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wip_fwconleftli {
    width: 23%;
    margin-bottom: 20px;
    height: 131px;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 18px;
    line-height: 86px;
    text-align: center;
    color: #333;
}

.wip_fwconleftli:hover {
    border-bottom: #028BD1 3px solid;
}

.wip_fwconleftli img {
    width: 46px;
}

.wip_fwconleftli p {
    line-height: 20px;
}

.wip_fwconleftli a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}

.wip_fwconright {
    width: 216px;
    line-height: 444px;
    border-radius: 0 40px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.wip-grj {
    display: block;
    background: url(indfwconright1.png) no-repeat center;
    background-size: cover;
}

.wip-frj {
    display: block;
    background: url(indfwconright1.png) no-repeat center;
    background-size: cover;
}

.wip-bmj {
    display: block;
    background: url(indfwconright2.png) no-repeat center;
    background-size: cover;
}

.wip_fwconleft>a {
    display: none;
}

.wip_fwconright>.wip_fwbt {
    display: none;
}

.wip_fwconright>ul {
    display: none;
}

.wip_fwconright a {
    color: #fff;
}

.fwlistlibm {
    line-height: 55px;
    font-size: 18px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    width: 23.7%;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fwlistlibmlast {
    background: url(fwlistlibmlast.png) no-repeat 20% center;
}

.fwlistlibm a {
    color: #333333;
}

.fwlistlibm:hover {
    background: #028bd1;
}

.fwlistlibm:hover a {
    color: #FFFFFF;
}

.wip_fwconbottom {
    width: 100%;
    margin-top: 33px;
    position: relative;
    /*margin-bottom: 100px;*/
}


/*轮播*/

.wip_fwconbottom .swiper-container {
    height: 190px;
}

.wip_fwconbottom .swiper-slide {
    width: 294px;
    height: 180px;
    background: #fff;
    /*border-radius: 4px;*/
    box-shadow: 0 2px 12px #99999933;
    position: relative;
}

.wip_fwconbottom .swiper-slide a {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.wip_fwconbottom .swiper-slide a img {
    width: 100%;
    height: 95px;
    object-fit: cover;
}

.wip_fwconbottom .swiper-slide a p {
    font-weight: 400;
    font-size: 18px;
    padding: 0px 20px;
    line-height: 64px;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none;
}

.swiper-list .swiper-button-prev,
.swiper-list .swiper-button-next {
    width: 68px;
    height: 68px;
    top: 80px;
    position: absolute;
}

.swiper-list .swiper-button-prev {
    background: url(fwsevenleft.png) center no-repeat;
    left: -76px;
    background-size: contain;
}

.swiper-list .swiper-button-next {
    background: url(fwsevenright.png) center no-repeat;
    right: -76px;
    background-size: contain;
}

.price {
    width: 100%;
    background: #556fab;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0px;
}

.price p {
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
}


/*为了更高的层级paading*/

.wip_fwconbottom .price p a {
    color: #fff;
    padding-top: 0px;
}

.wip_fwconbottom .swiper-slide:hover .price {
    bottom: 0px;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    transition: opacity ease 0.3s, bottom ease 0.3s;
}

.wip_hdconleft {
    width: 25%;
}

.zxft span {
    float: left;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #028bd1;
}

.zxft a {
    float: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    color: #999;
}

.wip_hdleftcon {
    position: relative;
    height: 334px;
    margin-top: 30px;
}

.wip_ftbj {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 20px;
    width: 94%;
    background: #028bd1;
}

.wip_ftcon {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 20px;
    width: 94%;
}

.wip_ftcon img {
    width: 100%;
    height: 188px;
}

.wip_ftcontext {
    background: #FFFFFF;
    width: 100%;
    height: 126px;
    padding: 20px;
}

.wip_ftcontext a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.wip_ftcontext span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #999;
}

.wip_hdconcenter {
    width: 47%;
}

.wip_hdconcenter .tab_listconbg {
    background: none;
    box-shadow: none;
    padding-bottom: 0px;
}

.wip_hdconcenter .tab_listli a {
    float: left;
    width: 75%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wip_hdconcenter .tab_listli span {
    float: right;
    text-align: right;
}

.tab_listlifir img {
    width: 98px;
    float: left;
}

.tab_listlifir>div {
    width: calc(100% - 118px);
    float: right;
}

.tab_listlifir>div a {
    font-size: 18px;
    color: #028bd1;
    line-height: 25px;
    margin-bottom: 20px;
    display: block;
}

.tab_listlifir>div i {
    display: inline-block;
    font-style: normal;
    width: 74px;
    line-height: 36px;
    background: #DFEDF5;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #028bd1;
    margin-right: 20px;
}

.tab_listlifir>div span {
    font-weight: 400;
    font-size: 16px;
    color: #999;
}

.wip_hdconright {
    width: 23.2%;
}

.wip_hdconrightli {
    width: 100%;
    height: 120px;
    text-indent: 30px;
    line-height: 84px;
    font-weight: 700;
    font-size: 20px;
}

.wip_hdconrightli1 {
    background: url(indhdright1.png) no-repeat center;
    background-size: 100%;
    height: 128px;
}

.wip_hdconrightli2 {
    background: #028BD1 url(indhdright2hov.png) no-repeat 80% center;
    background-size: 48px;
    margin-bottom: 20px;
}

.wip_hdconrightli2 a {
    color: #FFFFFF;
}

.wip_hdconrightli3 {
    background: #fff url(indhdright3.png) no-repeat 80% center;
    background-size: 48px;
    box-shadow: 0 2px 12px #99999933;
}

.wip_hdconrightli3 a {
    color: #028BD1;
}


/*投资*/

.wip_tz {
    width: 14%;
    float: left;
    height: 698px;
    overflow: hidden;
}

.wip_tzact {
    width: 44%;
    transition: width ease-in 0.25s;
}

.wip_tzj {
    width: 100%;
    height: 100%;
    padding-left: 22%;
}

.wip_tzf {
    width: 100%;
    height: 100%;
    padding: 4% 6%;
    display: none;
    flex-wrap: wrap;
    align-content: center;
}

.wip_tzact .wip_tzj {
    display: none;
}

.wip_tzact .wip_tzf {
    display: flex;
}

.wip_tz1 .wip_tzj {
    background: url(indtzj1.png) no-repeat;
    background-size: cover;
}

.wip_tz2 .wip_tzj {
    background: url(indtzj2.png) no-repeat;
    background-size: cover;
}

.wip_tz3 .wip_tzj {
    background: url(indtzj3.png) no-repeat;
    background-size: cover;
}

.wip_tz4 .wip_tzj {
    background: url(indtzj4.png) no-repeat;
    background-size: cover;
}

.wip_tz5 .wip_tzj {
    background: url(indtzj5.png) no-repeat;
    background-size: cover;
}

.wip_tz1 .wip_tzf {
    background: url(indtzf1.png) no-repeat;
    background-size: 100% 100%;
}

.wip_tz2 .wip_tzf {
    background: url(indtzf2.png) no-repeat;
    background-size: 100% 100%;
}

.wip_tz3 .wip_tzf {
    background: url(indtzf3.png) no-repeat;
    background-size: 100% 100%;
}

.wip_tz4 .wip_tzf {
    background: url(indtzf4.png) no-repeat;
    background-size: 100% 100%;
}

.wip_tz5 .wip_tzf {
    background: url(indtzf5.png) no-repeat;
    background-size: 100% 100%;
}

.tzparcolname {
    font-weight: 700;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
}

.tzparcolnameen {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    width: 100%;
}

.indtzj1ico {
    width: 56px;
    margin-top: 192px;
    margin-bottom: 48px;
}

.tzcolnamech {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.tzcolnameen {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 80px;
    margin-top: 10px;
    text-transform: uppercase;
}

.wip_tzf .tzparcolname {
    margin-top: 0px;
}

.tzadd {
    width: 28px;
    display: block;
}

.tzadd img {
    width: 100%;
}

.tzcolmore {
    width: 130px;
    line-height: 40px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 100px;
    display: block;
}

.wip_tzfcolbor {
    width: 100%;
    background: url(indtzfcolbor.png) no-repeat left bottom;
    background-size: contain;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.wip_tzf img {
    margin-right: 28px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}


/*第一部分*/

.wip_tz1 .wip_tzfcolbor {
    margin-top: 64px;
}

.wip_tz1 .wip_tzj .indtzj1ico {
    margin-top: 53px;
}

.wip_tzf .wip_tzfcolbor div {
    float: left;
}

.wip_tz1txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}


/*第二部分*/

.wip_zdcy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wip_zdcyli {
    height: 151px;
    width: 32%;
    margin-bottom: 15px;
    padding: 20px;
}

.wip_zdcyli a {
    color: #FFFFFF;
}

.wip_zdcyli h1 {
    font-size: 20px;
    margin-bottom: 8px;
}

.wip_zdcyli p {
    font-size: 16px;
}

.wip_zdcyli1 {
    background: url(indzdcy1.png) no-repeat center;
    background-size: cover;
    width: 66%;
}

.wip_zdcyli2 {
    background: url(indzdcy2.png) no-repeat center;
    background-size: cover;
}

.wip_zdcyli3 {
    background: url(indzdcy3.png) no-repeat center;
    background-size: cover;
}

.wip_zdcyli4 {
    background: url(indzdcy4.png) no-repeat center;
    background-size: cover;
}

.wip_zdcyli5 {
    background: url(indzdcy5.png) no-repeat center;
    background-size: cover;
}


/*第三部分*/

.wip_tz3ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.wip_tz3li {
    width: 48.6%;
    height: 151px;
    display: flex;
    align-items: center;
}

.wip_tz3li1 {
    background: url(wip_tz3li2.png) no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
}

.wip_tz3li2 {
    background: url(wip_tz3li3.png) no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
}

.wip_tz3li3 {
    background: url(wip_tz3li4.png) no-repeat center;
    background-size: cover;
}

.wip_tz3li4 {
    background: url(wip_tz3li1.png) no-repeat center;
    background-size: cover;
}

.wip_tz3li a {
    width: 100%;
    background: url(wip_tz3libg.png);
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 40px;
    display: block;
    text-align: center;
}

.wip_tz3center {
    background: transparent url(wip_tz3cen.png) no-repeat;
    background-size: cover;
    width: 88px;
    height: 88px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 17px 22px
}


/*第五部分*/

.wip_tz5ul {
    width: 100%;
}

.wip_tz5li {
    font-size: 18px;
    line-height: 45px;
    background: url(indtz5liico.png) no-repeat center left;
    padding-left: 20px;
}

.wip_tz5li a {
    font-weight: 700;
    float: left;
    color: #fff;
    width: 80%;
    display: block;
}

.wip_tz5li span {
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    float: right;
}


/**/

.wip_tzf .tzcolnameen {
    margin-bottom: 0px;
}

.wip_tz1 .wip_tzfcolbor {
    margin-top: 60px;
}


/**/


/* 便民服务 */


/* 热门服务 */

.wip_ztcons {
    /*max-width: 1396px;*/
    margin: 60px auto 160px;
    width: 100%;
}

.wip_ztconcol {
    margin: 0px auto 32px;
    width: 100%;
    max-width: 1396px;
}

.wip_ztconcol h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 11px;
    color: #333;
}

.wip_ztconcol p {
    font-weight: 700;
    font-size: 20px;
    color: #028bd1;
    text-transform: uppercase;
}

.picScroll-left {
    position: relative;
}

.picScroll-left .hd .swiper-pagination-bullet {
    /*float: left;*/
    width: 28px;
    height: 28px;
    margin-right: 48px;
    cursor: pointer;
    background: url(lb_dot.png) no-repeat center;
    background-size: 10px;
}

.picScroll-left .hd .swiper-pagination-bullet-active {
    background: url(lb_dot_on.png) no-repeat center;
    background-size: 28px;
}

.picScroll-left .hd {
    overflow: hidden;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    text-align: center;
}

.picScroll-left .bd {
    float: left;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd li {
    float: left;
    display: inline;
    text-align: center;
    /*margin-right: 40px;*/
    height: 280px;
    width: 620px;
}

.picScroll-left .swiper-slide {
    opacity: 0.6 !important;
}

.picScroll-left .swiper-slide-prev {
    opacity: 0.8 !important;
}

.picScroll-left .swiper-slide-next {
    opacity: 0.8 !important;
}

.picScroll-left .swiper-slide-active {
    opacity: 1 !important;
}

.picScroll-left img {
    width: 100%;
    height: 100%;
}

.picScroll-left .swiper-button-next {
    right: 32%;
    width: 50px;
    height: 50px;
    background: url(indztleft2.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.picScroll-left .swiper-button-prev {
    left: 32%;
    width: 50px;
    height: 50px;
    background: url(indztleft1.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}


/* 便民服务 */

.ycfixeddh {
    width: 72px;
    padding: 18px 0px 6px;
    border-radius: 36px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
    align-content: space-evenly;
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 4;
}

.ycfixeddhli {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333;
    width: 100%;
    margin-bottom: 15px;
}

.ycfixefh {}

.ycfixefh a {
    display: block;
    width: 100%;
    height: 48px;
    background: url(indtop.png) no-repeat center;
    background-size: contain;
}

.ycfixeddhli a {
    padding-top: 30px;
    display: block;
}

.ycfixeddhli:first-child a {
    padding-top: 40px;
}

.ycfixeddhli:first-child {
    background: url(ycfixeddhli1.png) no-repeat center top;
    background-size: 36px;
}

.ycfixeddhli:first-child+.ycfixeddhli {
    background: url(ycfixeddhli2.png) no-repeat center top;
    background-size: 26px;
}

.ycfixeddhli:first-child+.ycfixeddhli+.ycfixeddhli {
    background: url(ycfixeddhli3.png) no-repeat center top;
    background-size: 26px;
}

.ycfixeddhli:first-child+.ycfixeddhli+.ycfixeddhli+.ycfixeddhli {
    background: url(ycfixeddhli4.png) no-repeat center top;
    background-size: 26px;
}

.ycfixeddhli:first-child+.ycfixeddhli+.ycfixeddhli+.ycfixeddhli+.ycfixeddhli {
    background: url(ycfixeddhli5.png) no-repeat center top;
    background-size: 26px;
}

.ycfixeddhli:first-child+.ycfixeddhli+.ycfixeddhli+.ycfixeddhli+.ycfixeddhli+.ycfixeddhli {
    background: url(ycfixeddhli6.png) no-repeat center top;
    background-size: 26px;
}


/*红色版*/

/*.redver .wip_yaowenamore {
	background: #C40311;
}*/

.redver .slideBox .bd li .wenzi .xxcol a {
    color: #C40311;
}

.redver .wenzimore {
    color: #999;
}

.redver .slideBox .hd ul li {
    background: #e89ba0;
}

.redver .slideBox .hd ul li.on {
    background: #c40311;
}

.redver .tabsli:hover .txtinfo a {
    color: #C40311;
}

.redver .txtinfo a:first-child+a {
    color: #999;
}

.redver .wip_zhnav {
    background: #dc6e77;
}

.redver .wip_zhnavli_hov {
    background: url(redindgkcolhov.png) no-repeat;
    background-size: 100% 100%;
}

.redver .tab_li_hov {
    color: #C40311;
}

.redver .tab_li_hov a {
    color: #C40311;
}

.redver .wip_gkconrightli1 {
    background: #fff url(redindgkconrightli1.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli2 {
    background: #fff url(redindgkconrightli2.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli3 {
    background: #fff url(redindgkconrightli3.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli4 {
    background: #fff url(redindgkconrightli4.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli5 {
    background: #fff url(redindgkconrightli5.png) no-repeat 34% center;
    background-size: 36px;
}

.redver .wip_gkconrightli1:hover {
    background: #C40311 url(indgkconrightli1hov.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli2:hover {
    background: #C40311 url(indgkconrightli2hov.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli3:hover {
    background: #C40311 url(indgkconrightli3hov.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli4:hover {
    background: #C40311 url(indgkconrightli4hov.png) no-repeat center 20px;
    background-size: 36px;
}

.redver .wip_gkconrightli5:hover {
    background: #C40311 url(indgkconrightli5hov.png) no-repeat 34% center;
    background-size: 36px;
}

.redver .wip_gkconlefttopli {
    background: url(redindgkconlefttopli1.png) no-repeat center;
    background-size: cover;
}

.redver .wip_gkconlefttopli+li {
    background: url(redindgkconlefttopli2.png) no-repeat center;
    background-size: cover;
}

.redver .wip_fwconleftli:hover {
    border-bottom: #C40311 3px solid;
}

.redver .wip_ftbj {
    background: #C40311;
}

.redver .wip_hdconrightli2 {
    background-color: #C40311;
}

.redver .zxft span {
    color: #C40311;
}

.redver .tab_listli:hover {
    color: #C40311;
    background: url(redindtabicohov.png) no-repeat 0px center;
    background-size: 5px;
}

.redver .tab_listli:hover a {
    color: #C40311;
}

.redver .tab_listlifir>div a {
    color: #C40311;
}

.redver .tab_listlifir>div i {
    background: #F6E2E3;
    color: #C40311;
}

.redver .wip_ztconcol p {
    color: #C40311;
}

.redver .wip_fwbt a {
    color: #C40311;
}

.redver .ycfixefh a {
    background: url(redindtop.png) no-repeat center;
    background-size: contain;
}

.redver .wip_yaowenbnavli:after {
    background: #C40311;
}

.redver .ymeng {
    color: #C40311;
}

.redver .wip_yaowenbnavli_hov a {
    color: #C40311;
}

.redver .wip_yaowenbnavli_hov {
    color: #C40311;
}

.redver .txtinfo a:first-child+a {
    background: url(redtxtinfojt.png) no-repeat center right;
    background-size: 10px;
}

.redver .wip_hdconrightli3 a {
    color: #C40311;
}

.redver .fwlistlibm:hover {
    background: #C40311;
}

.redver .wip_hdconrightli3 {
    background: #fff url(redindhdright3.png) no-repeat 80% center;
    background-size: 48px;
}

/* 首屏视频 */
.video-container{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.video-container #headerVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}