
html {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    height: 100%
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.zhezhaoceng {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    display: none
}

.callBack {
    position: fixed;
    right: -.9rem;
    transition: all .3s;
    top: 4.08rem;
    background: #2957a2;
    z-index: 99;
    width: 1.24rem;
    height: .5rem
}

.callBack:hover {
    right: 0
}

.callBack a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    color: #fff;
    line-height: .5rem;
    text-align: center;
    font-size: .18rem
}

.callBack a span {
    margin-left: .08rem
}

.yijianfankui {
    background: #fff;
    position: absolute;
    display: none;
    width: 9rem;
    height: 5.12rem;
    padding: 0 .2rem;
    z-index: 6;
    transition: all .6s
}

.yijianfankui p {
    width: 100%;
    font-size: .24rem;
    color: #2957a2;
    border-bottom: 1px solid #ddd;
    padding-top: .3rem;
    padding-bottom: .1rem;
    text-align: center
}

.yijianfankui .textarea-box {
    position: relative;
    height: 2rem;
    margin-top: .3rem;
    border: 1px solid #ddd
}

.yijianfankui .textarea-box textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: 0;
    text-indent: 1em;
    font-size: .16rem;
    line-height: .38rem
}

.yijianfankui .lianxifangshi {
    position: relative;
    border: 1px solid #ddd;
    margin-top: .2rem;
    height: .56rem
}

.yijianfankui .lianxifangshi input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    width: 100%;
    text-indent: 1em;
    font-size: .16rem
}

.yijianfankui .btn-box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: .6rem
}

.yijianfankui .btn-box button, .yijianfankui button {
    border: none;
    background: #2957a2;
    color: #fff;
    font-size: .18rem;
    width: 3.4rem;
    line-height: .44rem
}

.login-window, footer {
    flex-direction: column
}

.yijianfankui button {
    margin: 0 auto
}

.wanghzhanshengming {
    width: 9rem;
    height: 5.3rem;
    background: #fff;
    padding: 0 .2rem;
    position: absolute;
    z-index: 6;
    display: none
}

.wanghzhanshengming .talkingAbuotIt {
    width: 100%;
    font-size: .24rem;
    color: #2957a2;
    border-bottom: 1px solid #ddd;
    padding-top: .3rem;
    padding-bottom: .1rem;
    text-align: center
}

.wanghzhanshengming div {
    padding: .2rem .25rem 0
}

.wanghzhanshengming div p {
    text-indent: 2em;
    font-size: .16rem;
    line-height: .26rem
}

.wanghzhanshengming .iamReady {
    display: block;
    background: #2957a2;
    color: #fff;
    font-size: .16rem;
    line-height: .4rem;
    text-align: center;
    width: 2rem;
    margin: 0 auto;
    position: relative;
    top: .15rem
}

.login-window {
    position: absolute;
    z-index: 6;
    width: 5.2rem;
    padding: 0 .2rem;
    height: 3.8rem;
    background: #fff;
    display: none;
    align-items: center;
    transition: all .2s
}

.login-window p {
    width: 100%;
    font-size: .24rem;
    color: #2957a2;
    border-bottom: 1px solid #ddd;
    padding-top: .3rem;
    padding-bottom: .1rem;
    text-align: center
}

.login-window .phone-box {
    margin-top: .3rem
}

.login-window .passWord-box, .login-window .testCode-box {
    margin-top: .2rem
}

.login-window .testCode-box {
    width: 3.4rem;
    height: .44rem;
    position: relative;
    border: 1px solid #ddd;
    border-right: #2957a2;
    display: none
}

.login-window .testCode-box input {
    position: absolute;
    height: 100%;
    width: 70%;
    border: none;
    text-indent: 1em
}

.login-window .testCode-box .getTestCode {
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    top: -.01rem;
    background: #2957a2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.login-window .testCode-box .getTestCode span {
    font-size: .14rem
}

.login-window .passWord-box, .login-window .phone-box {
    width: 3.4rem;
    height: .44rem;
    position: relative;
    border: 1px solid #ddd
}

.login-window .passWord-box input, .login-window .phone-box input {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    text-indent: 1em
}

.login-window .login-btn {
    border: none;
    background: #2957a2;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    width: 3.4rem;
    line-height: .44rem;
    margin-top: .5rem
}

.login-window .forgetpassword {
    display: flex;
    justify-content: space-between;
    width: 3.4rem;
    padding-top: .1rem
}

.login-window .forgetpassword a, .login-window .forgetpassword div, .login-window .forgetpassword span {
    color: #999;
    font-size: .14rem
}

.login-window .forgetpassword a .PsLogin, .login-window .forgetpassword a .testCode, .login-window .forgetpassword div .PsLogin, .login-window .forgetpassword div .testCode, .login-window .forgetpassword span .PsLogin, .login-window .forgetpassword span .testCode {
    color: #999;
    margin-left: .2rem
}

.index-header {
    position: relative;
    width: 100%;
    background-image: url(../image/index-banner.png);
    background-size: 100% 100%;
    height: 5.62rem
}

.index-header .header-concent {
    width: 12rem;
    margin: 0 auto
}

.index-header .header-concent .guanli-fankui {
    float: right;
    font-size: .14rem;
    padding-top: .1rem
}

.index-header .header-concent .guanli-fankui a {
    line-height: .25rem
}

.index-header .header-concent .index-title-box {
    padding: 1.9rem 0 0;
    width: 8.6rem;
    margin: 0 auto
}

.index-header .header-concent .index-title-box .tities {
    width: 8.6rem;
    text-align: center
}

.index-header .header-concent .index-title-box .tities p {
    font-size: .6rem;
    color: #2957a2;
    font-family: "Microsoft YaHei";
    font-weight: 600
}

.index-header .header-concent .index-title-box .tities span {
    font-size: .3rem;
    color: #333;
    font-weight: 600;
    font-family: "Microsoft YaHei"
}

.index-header .header-concent .index-title-box .title-input {
    width: 100%;
    margin: .28rem 0 0;
    background: #2957a2;
}

.index-header .header-concent .index-title-box .title-input input {
    font-size: .19rem;
    color: #999;
    line-height: .5rem;
    height: .52rem;
    border-top: 2px solid  #2957a2 ;
    border-left: 2px solid  #2957a2 ;
    border-right: 2px solid  #2957a2 ;
    /*border-bottom: 1px solid  #2957a2 ;*/
    border: 2px solid  #2957a2 ;
    /*border: none;*/
    float: left;
    width: 85%;
    text-indent: 1em
}

.index-header .header-concent .index-title-box .title-input .ind-inp-btn {
    line-height: .5rem;
    color: #fff;
    float: right;
    background: #2957a2;
    font-size: .19rem;
    width: 15%;
    text-align: center
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #2957a2;
    display: flex;
    padding: .06rem 0;
    justify-content: flex-start
}

footer p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: .12rem;
    padding: .05rem 0
}

.swiper-index .swiper-wrapper-index .swiper-slide-index {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start
}

.swiper-index .swiper-wrapper-index .swiper-slide-index .index-icon {
    background: #2957a2;
    margin-top: .76rem;
    border: .1rem solid #2957a2;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.swiper-index .swiper-wrapper-index .swiper-slide-index .index-icon img {
    width: 100%;
    height: 100%;
    line-height: .6rem
}

.swiper-index .swiper-wrapper-index .swiper-slide-index p {
    margin-top: .38rem;
    font-size: .18rem;
    color: #333;
    font-weight: 600
}

.swiper-index .swiper-wrapper-index .swiper-slide-index a {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    line-height: .34rem;
    color: #2957a2;
    z-index: 9
}

.neiye-header {
    width: 100%;
    background: #2957a2;
    border-bottom: 1px solid #fff;
    height: .4rem
}

.neiye-header .neiye-header-concent {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end
}

.neiye-header .neiye-header-concent div {
    font-size: .14rem;
    color: #fff
}

.neiye-header .neiye-header-concent div a {
    line-height: .4rem;
    color: #fff
}

.fffbg {
    width: 100%;
    background: #fff
}

.search-bar-box {
    width: 100%;
    margin: 0 auto;
    background: #2957a2
}

.search-bar-box .search-bar {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .8rem;
    padding-bottom: .08rem
}

.search-bar-box .search-bar p {
    font-size: .36rem;
    font-weight: 500;
    color: #fff
}

.search-bar-box .search-bar .ipnt-box {
    height: .5rem;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #fff;
    margin: 0;
    background: #fff
}

.search-bar-box .search-bar .ipnt-box input {
    border: none;
    height: .42rem;
    line-height: .42rem;
    font-size: .18rem;
    color: #999;
    text-indent: 1em
}

.search-bar-box .search-bar .ipnt-box button {
    background: #f1f1f1;
    color: #2957a2;
    font-size: .18rem;
    height: .5rem;
    border: none;
    width: 14%
}

.zhengshu {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 1.5rem
}

.zhengshu .zhengshu-concent {
    width: 12rem;
    margin: 0 auto;
    background: url(../image/neiye-bg.png);
    background-size: 100% 100%;
    /*height: 13rem;*/
    position: relative;
    top: .2rem;
    padding-bottom: 1rem;
    border: .24rem solid #fff
}

.zhengshu .zhengshu-concent h2 {
    width: 100%;
    text-align: center;
    padding-top: 1.15rem;
    padding-bottom: .5rem;
    font-size: .6rem;
    color: #2957a2;
    font-weight: 600
}

.zhengshu .zhengshu-concent .xinyong-title {
    color: #2957a2;
    font-size: .24rem;
    padding-bottom: .2rem;
    font-weight: 600
}

.zhengshu .zhengshu-concent .xinyong-item {
    font-size: .18rem;
    color: #333;
    line-height: .28rem;
    font-weight: 600;
    padding-left: .1rem
}

.zhengshu .zhengshu-concent .xinyong-item span {
    font-size: .16rem;
    font-weight: 500;
    text-indent: .5em;
    display: inline
}

.zhengshu .zhengshu-concent .xinyongxinxi {
    width: 8.24rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .4rem
}

.zhengshu .zhengshu-concent .xinyongxinxi .xinyong-right {
    width: 1.6rem;
    height: 1.6rem
}

.zhengshu .zhengshu-concent .xinyongxinxi .xinyong-right img {
    width: 100%
}

.zhengshu .zhengshu-concent .jichuxinxi {
    width: 8.24rem;
    margin: 0 auto;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ddd
}

.zhengshu .zhengshu-concent .Italk {
    color: #ff3131;
    font-size: .16rem;
    width: 8.24rem;
    margin: 0 auto;
    padding-left: .1rem;
    padding-top: .24rem
}

.zhengshu .zhengshu-concent .Italk p {
    line-height: .3rem
}

.neiye1-header {
    width: 100%;
    background: #2957a2;
    border-bottom: 1px solid #fff;
    height: .4rem
}

.neiye1-header .neiye1-header-concent {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end
}

.neiye1-header .neiye1-header-concent p {
    font-size: .14rem;
    line-height: .4rem
}

.neiye1-header .neiye1-header-concent div {
    font-size: .14rem;
    color: #fff
}

.neiye1-header .neiye1-header-concent div a {
    line-height: .4rem;
    color: #fff
}

.search-list-box .search-list .search-list-item .search-left .search-news, .search-list-box .search-list .search-list-item .search-left .zhucehao {
    color: #999;
    font-size: .14rem
}

.search-list-box {
    background: #f6f6f6;
    padding-top: .2rem;
    padding-bottom: 1.5rem
}

.search-list-box .search-list {
    width: 12rem;
    margin: 0 auto;
    padding: 0 .3rem;
    background: #fff
}

.search-list-box .search-list .search-list-item {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0
}

.search-list-box .search-list .search-list-item .search-left p {
    line-height: .27rem
}

.search-list-box .search-list .search-list-item .search-left .search-title {
    font-size: .18rem;
    font-weight: 600
}

.search-list-box .search-list .search-list-item .search-left .search-title span {
    font-weight: 100;
    font-size: .14rem
}

.search-list-box .search-list .search-list-item .search-left .search-news i {
    margin: 0 .1rem
}

.search-list-box .search-list .search-list-item .search-right .state {
    color: #fff;
    background: #2957a2;
    width: .85rem;
    line-height: .5rem;
    text-align: center;
    font-size: .18rem
}

.search-list-box .zongshu {
    width: 12rem;
    margin: 0 auto;
    background: #fff;
    padding: 0 .3rem;
    display: flex;
    justify-content: flex-end
}

.search-list-box .zongshu span {
    line-height: .54rem;
    font-size: .16rem
}

@media screen and (max-width: 1367px) {
    .wanghzhanshengming {
        height: 6rem
    }
}

@media screen and (max-width: 1025px) {
    .index-header {
        height: 6.62rem
    }

    .index-header .header-concent .index-title-box {
        padding: 2.4rem 0 0
    }

    .swiper-box {
        margin: 1.5rem auto !important;
        padding-bottom: 1.3rem !important
    }

    .swiper-slide-index {
        height: 3rem !important
    }

    .swiper-index .swiper-wrapper-index .swiper-slide-index .index-icon {
        margin-top: .7rem
    }

    .swiper-index .swiper-wrapper-index .swiper-slide-index p {
        margin-top: .35rem
    }

    footer {
        padding-bottom: 1.2rem
    }

    .search-list-box {
        height: 100%
    }

    .search-list-box .search-left p {
        line-height: .5rem !important
    }

    .zhengshu .zhengshu-concent {
        height: 17rem
    }

    .zhengshu .zhengshu-concent .xinyong-item {
        line-height: .4rem
    }

    .wanghzhanshengming div p, .zhengshu .zhengshu-concent .Italk p {
        line-height: .4rem !important
    }

    .swiper-button-next, .swiper-button-prev {
        top: 68% !important
    }

    .wanghzhanshengming {
        height: 10rem !important
    }

    .wanghzhanshengming .iamReady {
        width: 2.5rem;
        line-height: .6rem
    }

    .neiye-header, .neiye1-header {
        height: .8rem
    }

    .neiye-header .neiye-header-concent div a, .neiye1-header .neiye1-header-concent div a, .neiye1-header .neiye1-header-concent p {
        line-height: .8rem
    }
}

.swiper-box {
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem !important
}

.swiper-button-disabled {
    background: rgba(0, 0, 0, .4) !important
}

#searchform {
    background: #2957a2
}

#searchform .g {
    width: 12rem;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    padding-top: .1rem
}

.fengedai {
    width: 100%;
    margin-bottom: .2rem
}

.fengedai div {
    width: 8.15rem;
    margin: 0 auto;
    padding-left: .05rem
}

.fengedai div img {
    width: 100%
}
