/*top*/
.hover-handle {
    position: relative;
}

.hover-handle:hover .qr-show-box {
    display: block;
}

.qr-show-box:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-left: -10px;
}

.qr-show-box>img {
    display: block;
    width: 180px;
    height: 180px;
}

.qr-show-box {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 24px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 10px;
    background: #fff;
    z-index: 9999;
}

.plat-mange {
    position: relative;
    z-index: 9;
}

.plat-mange-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 8px 0;
    background: #e7e7e7;
}

.plat-mange:hover .plat-mange-box {
    display: block;
}

.plat-mange-box>li {
    width: 100%;
    text-align: center;
    line-height: 2;
}

.plat-mange-box a:hover {
    color: #00bba4;
}

/* publish need */
.pub-need {
    height: 33px;
    margin: 1px 15px 0 15px;
    line-height: 33px;
}

.pub-need .need-btn:hover {
    color: #fff;
}

.pub-need .need-custon {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    width: 256px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    background: #fff;
}

.pub-need:hover .need-custon {
    display: block;
    /*-webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;*/
}

.pub-need .need-custon .custon-top {
    padding: 6px 0;
    text-align: center;
    line-height: 15px;
    color: #707070;
    background: #f2f2f2;
}

.pub-need .need-custon .custon-list {
    padding: 9px 14px 2px;
}

.pub-need .need-custon .custon-list li {
    line-height: 20px;
    position: relative;
    margin: 2px 0 18px;
    padding-left: 26px;
}

.pub-need .need-custon .list-title {
    color: #5f5f5f;
    font-size: 16px;
}

.pub-need .need-custon .list-cont {
    margin-top: 3px;
    color: #a1a1a1;
}

.pub-need .need-custon .li-ico {
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
}

.pub-need .need-custon .custon-btn {
    padding: 18px 0 14px;
    text-align: center;
}

.pub-need .need-custon .custon-btn .btn {
    padding: 9px 10px;
    border-radius: 0;
    font-size: 14px;
    line-height: 15px;
}

.pub-need .need-custon .custon-btn .btn-release {
    color: #fff;
    background: #00bba4;
}

.pub-need .need-custon .custon-btn .btn-my-service {
    color: #00bba4;
    border: 1px solid #00bba4;
}

.i-can-link {
    height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    border-color: #00bba4;
    /*margin-left: 16px;*/
    line-height: 33px;
    color: #00bba4;
}

/* logo menu */
.logo-box {
    padding-top: 23px;
}

.logo-t {
    padding-left: 7px;
    /*font-weight: bold;
    font-size: 28px;*/
}

.logo-c {
    margin-left: 6px;
    font-weight: normal;
    font-size: 25px;
    color: #ff6000;
}

.header-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 290px;
}

.header-nav li {
    margin-right: 20px;
    font-size: 19px;
}

.header-nav li a {
    display: block;
    height: 30px;
    padding: 0 4px;
    border-bottom: 3px solid #fff;
    color: #5f5f5f;
}

.header-nav .on a,
.header-nav li a:hover {
    color: #fd7100;
}

.header-nav .on a {
    border-color: #fd7100;
}

.header-nav .on {
    font-weight: bold;
}

/* 菜单下拉 */
.hand-menu {
    position: relative;
}

.hand-menu-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 19;
    width: 160px;
    margin-left: -95px;
    padding: 5px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
    background: #fff;
    overflow: hidden;
    font-size: 16px;
}


.header-nav li .hand-menu-item {
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    border-top: 1px solid #dddddd;
    font-weight: normal;
    line-height: 50px;
    color: #636363;
}

.header-nav li .hand-menu-item:first-child {
    border: 0;
}

.hand-menu:hover .hand-menu-box {
    display: block;
}

/* banner */
.banner {
    height: 398px;
}

/* banner nav */
.banner-nav {
    position: absolute;
    top: 0px;
    right: 140px;
    z-index: 2;
    width: 173px;
    height: 71px;
    background: url(images/ico-19.png) no-repeat 0 0;
}

.banner-nav .nav-t {
    line-height: 55px;
    font-size: 16px;
    color: #616161;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner-nav .nav-t img {
    margin-left: 5px;
}

.banner-nav .nav-main {
    display: none;
    position: absolute;
    top: 12px;
    right: -134px;
    width: 440px;
    height: 300px;
    padding: 12px 10px 0;
    font-size: 15px;
}

.banner-nav .nav-block {
    padding: 5px 0 5px 20px;
}

.banner-nav:hover .nav-main {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

.banner-nav .nav-block dt {
    color: #727272;
    line-height: 2;
}

.banner-nav a {
    margin-right: 20px;
    line-height: 1.8;
    color: #000000;
    white-space: nowrap;
}

.banner-nav .nav-more {
    margin-top: 10px;
    border-top: 1px dashed #adadad;
    line-height: 50px;
}

.nav-more a {
    color: #adadad;
}

/* banner slider */
.banner-slider {
    z-index: 1;
    height: 398px;
    overflow: hidden;
}

.banner-slider .slide-arr {
    position: absolute;
    top: 50%;
    z-index: 999;
    margin-top: -26px;
}

.banner-slider .prev {
    left: 0;
}

.banner-slider .next {
    right: 0;
}

.banner-slider .hd {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.banner-slider .hd ul {
    float: left;
    position: relative;
    left: 50%;
    text-align: center;
}

.banner-slider .hd li {
    width: 60px;
    height: 5px;
    margin: 0 5px;
    float: left;
    position: relative;
    right: 50%;
    background: #88e1d3;
}

.banner-slider .hd .on {
    background: #fff;
}

.banner-slider .slider-item {
    height: 398px;
}

.banner-slider .bd .slide-l,
.banner-slider .bd .slide-r {
    position: absolute;
    top: 0;
    width: 50%;
    height: 398px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner-slider .bd .slide-l {
    left: 0;
}

.banner-slider .on .slide-l {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.banner-slider .bd .slide-r {
    right: 0;
}

.banner-slider .on .slide-r {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.banner-slider .bd .item-img {
    position: absolute;
    bottom: 0;
}

.banner-slider .bd .item-t {
    margin: 0px 0 20px;
    font-size: 39px;
    font-weight: bold;
    color: #fff;
}

.banner-slider .bd .item-o {
    margin: 0 0 49px;
    font-size: 28px;
    color: #fff;
}

.banner-slider .bd .item-l {
    width: 290px;
}

.banner-slider .bd .item-l li {
    width: 50%;
    padding-right: 20px;
    font-size: 16px;
    color: #d0f0eb;
    line-height: 1.8;
}

.banner-slider .bd .item-l li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    border-radius: 100%;
    background: #fff;
    vertical-align: middle;
}

/* plat data */
.plat-data {
    border-bottom: 1px solid #c5c5c5;
}

.plat-data .data-list {
    height: 84px;
    padding: 24px 0;
}

.plat-data .data-list li {
    position: relative;
    width: 16.66%;
    padding: 0 0px;
    text-align: center;
}

.plat-data .data-list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 28px;
    height: 84px;
    background: url(images/line.png) no-repeat 0 0;
}

.plat-data .data-list li:first-child:before {
    background: none;
}

.plat-data .data-list .data-c {
    color: #a6a6a6;
}

.plat-data .data-list .data-num {
    font-size: 40px;
    color: #fd7100;
}

.plat-data .data-list .data-t {
    line-height: 2.5;
    font-size: 18px;
    color: #808080;
}

/* plat present */
.plat-present {
    width: 1200px;
    padding: 48px 0 16px;
}

.plat-present li {
    width: 178px;
    height: 400px;
    margin-left: 26px;
}

.plat-present li:first-child {
    margin: 0;
}

.plat-present li:hover {
    -webkit-box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
    box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
}

.plat-present .li-img {
    display: block;
    width: 178px;
    height: 201px;
}

.plat-present .li-c {
    height: 199px;
    padding: 35px 0 0;
}

.plat-present .c-t {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #5a5a5a;
}

.plat-present .c-i {
    font-size: 13px;
    line-height: 24px;
    color: #797979;
}

/* 步骤 */
.plat-step {
    padding: 35px 27px 35px 27px;
}

.plat-step .step-img {
    width: 532px;
    height: 334px;
    margin: 85px 0 0 0;
    padding: 21px 0 0 72px;
    background: url(/res/images/p-8.png) no-repeat center bottom;
}

.plat-step .step-list li {
    width: 474px;
    height: 68px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-left: 16px;
    line-height: 68px;
    color: #fff;
    background: #aab5c2;
    cursor: default;
}

.plat-step .step-list li:before,
.plat-step .step-list li:after {
    content: "";
    position: absolute;
    left: 0;
}

.plat-step .step-list li:before {
    top: 0;
    left: -24px;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid #aab5c2;
    border-left: 12px solid transparent;
    border-right: 12px solid #aab5c2;
}

.plat-step .step-list .on {
    background: #7baa3a;
}

.plat-step .step-list .on:before {
    border-bottom-color: #7baa3a;
    border-right-color: #7baa3a;
}

.plat-step .step-list .on:after {
    top: 0;
    left: -109px;
    width: 111px;
    height: 130px;
    background: url(images/ico-20.png) no-repeat 0 0;
}

.plat-step .step-list .li-last.on:after {
    top: 66px;
    width: 85px;
    height: 2px;
    background: #7baa3a;
}

.plat-step .step-list .li-img {
    margin-right: 17px;
}

.plat-step .step-list .li-t {
    font-size: 16px;
    font-weight: bold;
}

.plat-step .step-list .li-i {
    margin-top: 5px;
    line-height: 20px;
}

/*.plat-step {
    padding: 35px 27px;
}

.plat-step .step-img {
    width: 532px;
    height: 334px;
    margin: 85px 0 0 0;
    padding: 21px 0 0 72px;
    background: url(/res/images/p-8.png) no-repeat center bottom;
}

.plat-step .step-list li {
    width: 474px;
    height: 88px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-left: 16px;
    line-height: 88px;
    color: #fff;
    background: #a1a1a1;
    cursor: default;
}

.plat-step .step-list li:before,
.plat-step .step-list li:after {
    content: "";
    position: absolute;
    left: 0;
}

    .plat-step .step-list li:before {
        top: 0;
        left: -30px;
        width: 0;
        height: 0;
        border-top: 44px solid transparent;
        border-bottom: 44px solid #a1a1a1;
        border-left: 15px solid transparent;
        border-right: 15px solid #a1a1a1;
    }

.plat-step .step-list .on {
    background: #7baa3a;
}
    .plat-step .step-list .on:before {
        border-bottom-color: #7baa3a;
        border-right-color: #7baa3a;
    }
    .plat-step .step-list .on:after {
        top: 0;
        left: -108px;
        width: 111px;
        height: 130px;
        background: url(images/ico-20.png) no-repeat 0 0;
    }

.plat-step .step-list .li-img {
    margin-right: 17px;
    width: 43px;
}

.plat-step .step-list .li-t {
    font-size: 16px;
    font-weight: bold;
}

.plat-step .step-list .li-i {
    margin-top: 5px;
    line-height: 20px;
}*/

/* FAQ */
.faq-box {
    height: 442px;
}

.faq-box .faq-list {
    width: 670px;
    height: 442px;
    z-index: 3;
    background: url(images/p-15.png) no-repeat 0 0;
}

.faq-box .faq-list li {
    position: absolute;
    width: 167px;
    height: 146px;
    padding: 10px 35px;
    line-height: 126px;
    cursor: default;
}

.faq-box .faq-list .li-1,
.faq-box .faq-list .li-2 {
    left: 102px;
}

.faq-box .faq-list .li-1,
.faq-box .faq-list .li-4 {
    top: 72px;
}

.faq-box .faq-list .li-2,
.faq-box .faq-list .li-5 {
    top: 224px;
}

.faq-box .faq-list .li-3,
.faq-box .faq-list .li-6 {
    top: 148px;
}

.faq-box .faq-list .li-3 {
    left: 234px;
}

.faq-box .faq-list .li-4,
.faq-box .faq-list .li-5 {
    left: 367px;
}

.faq-box .faq-list .li-6 {
    left: 505px;
}

.faq-box .faq-list .li-a {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
}

.faq-box .faq-list .li-q {
    display: block;
    top: 0;
    right: 0;
}

.faq-box .answer-box {
    width: 552px;
    height: 220px;
    padding-top: 63px;
}

.faq-box .answer-box .li-q {
    display: none;
    position: absolute;
    top: 63px;
    left: 0;
    width: 552px;
    height: 220px;
    padding: 30px 20px 20px 60px;
    background: url(images/p-10.png) no-repeat 0 0;
}

.faq-box .answer-box .on {
    display: block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.faq-box .answer-box .q-a {
    margin-bottom: 11px;
    font-size: 16px;
    color: #fd7100;
}

.faq-box .answer-box .a-l {
    font-weight: bold;
    color: #fd4100;
}

.faq-box .answer-box .q-q {
    color: #7e7e7e;
    line-height: 24px;
}

.faq-box .answer-box .q-l {
    color: #292929;
}

.faq-box .take-q {
    display: inline-block;
    padding: 8px 25px;
    margin: 35px 0 0;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    background: #fd7100;
}

.faq-box .take-q img {
    margin-right: 10px;
}

/* 机构列表 */
.mech-list {
    padding: 35px 0 35px;
    margin-right: -15px;
}

.mech-list li {
    width: 228px;
    height: 67px;
    margin: 0 15px 18px 0;
    line-height: 67px;
    overflow: hidden;
}

.mech-list li:hover {
    -webkit-box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
    box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
}

.mech-list li img {
    max-width: 228px;
    max-height: 67px;
}

/* 全国平台地图 */
.plat-map {
    height: 450px;
}

.layui-table-header thead tr {
    background-color: #e9faff;
    color: #337f95;
}

.echart-tip-box {
    padding: 0 10px;
}

.echart-tip-t {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.echart-tip-item {
    line-height: 2;
}

.financ-box {
    margin-right: -138px;
}

.financ-box .financ-list {
    width: 531px;
    margin-right: 138px;
}

.financ-box .financ-top {
    position: relative;
    height: 28px;
}

.financ-box .title-add_line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    color: #424242;
    background: #e2e2e2;
}

.financ-top__title {
    position: relative;
    display: inline-block;
    height: 28px;
    padding: 0 10px 0 16px;
    line-height: 28px;
    font-weight: bold;
    font-size: 22px;
    background: #fff url(images/list-t-line.jpg) no-repeat 0 0;
}

.financ-box .list-box {
    padding-top: 20px;
    font-size: 15px;
    line-height: 40px;
}

.financ-box .list-box li {
    border-bottom: 1px dashed #ebebec;
    overflow: hidden;
}

.financ-box .list-box a {
    color: #424242;
}

.financ-box .list-box .li-m,
.financ-box .list-box .li-num,
.financ-box .list-box .li-time {
    width: 90px;
    margin-left: 30px;
}

.financ-box .list-box .li-comp {
    width: 156px;
}

.financ-box .list-box .li-m {
    color: #747474;
}

.financ-box .list-box .li-num {
    color: #fd7100;
}

.financ-box .list-box .li-time {
    color: #ababab;
}

.financ-btn {
    width: 241px;
    height: 58px;
    margin: 58px auto 0;
    padding-left: 61px;
    border-radius: 18px;
    line-height: 58px;
    font-size: 28px;
    color: #fff;
    background: #12c8b2 url(images/ico-29.png) no-repeat 21px center;
}

.financ-btn:hover {
    color: #fff;
}

.financ-btn img {
    margin-right: 10px;
}

/* why */
.why-box {
    padding: 120px 0;
}

.why-show {
    height: 386px;
    border-radius: 20px;
    background: #dee6ef;
}

.why-show li {
    position: relative;
    width: 20%;
    height: 100%;
}

.why-show li .li-img {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    margin: auto;
}

.why-show .li-t {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #585858;
}

.why-show .t-num {
    font-size: 30px;
}

.why-show .li-cont {
    position: absolute;
    top: 251px;
    left: 0;
    z-index: 2;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    color: #585858;
}

.why-show .on .li-cont {
    color: #fff;
}

.why-show .li-other {
    font-size: 14px;
    color: #cce0f7;
}

.why-show .on .sub-page {
    display: block;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.why-show .sub-page {
    display: none;
    position: absolute;
    top: -33px;
    width: 100.1%;
    height: 386px;
    padding: 33px 0 32px;
    background: #00bba3;
}

.why-show .sub-page .li-t {
    top: 5px;
    color: #fff;
}

.why-show .sub-page .sub-img {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 266px;
}

.why-show .sub-page .sub-img>.li-img {
    top: 0;
    bottom: 0;
}

.why-show .sub-page .li-cont {
    top: 400px;
}

.why-show .on .index-1 {
    -webkit-animation: arcRotate 4s linear infinite;
    animation: arcRotate 4s linear infinite;
}

.why-show .on .index-2 {
    -webkit-animation: arcRotate 2.5s ease-in-out infinite alternate;
    animation: arcRotate 2.5s ease-in-out infinite alternate;
}

.why-show .on .index-3 {
    -webkit-animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
    animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
}

.why-show .on .index-4 {
    -webkit-animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
    animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
}

.why-show .on .index-5 {
    -webkit-animation: arcRotateWise 3s linear infinite;
    animation: arcRotateWise 3s linear infinite;
}


/* why 旧的 */
.why-box-old {
    padding: 80px 0;
}

.why-show-old {
    height: 406px;
    border-radius: 20px;
    background: #5a697a;
}

.why-show-old li {
    position: relative;
    width: 33.33%;
    height: 100%;
}

.why-show-old li .li-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.why-show-old .li-t {
    position: absolute;
    top: 40px;
    left: 29px;
    font-size: 40px;
    color: #fff;
}

.why-show-old .t-num {
    font-size: 35px;
}

.why-show-old .li-cont {
    position: absolute;
    top: 295px;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.why-show-old .li-other {
    font-size: 14px;
    color: #cce0f7;
}

.why-show-old .on .sub-page {
    display: block;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.why-show-old .sub-page {
    display: none;
    position: absolute;
    top: -63px;
    width: 100.1%;
    height: 406px;
    padding: 63px 0;
}

.why-show-old .sub-page .sub-img {
    height: 266px;
    margin-top: 125px;
}

.why-show-old .sub-page .li-cont {
    top: 400px;
}

.why-show-old .qw-bg {
    background: url(images/1-on.jpg) no-repeat center center;
}

.why-show-old .sj-bg {
    background: url(images/2-on.jpg) no-repeat center center;
}

.why-show-old .js-bg {
    background: url(images/3-on.jpg) no-repeat center center;
    background-size: auto 532px;
}

.why-show-old .on .index-1 {
    -webkit-animation: arcRotate 4s linear infinite;
    animation: arcRotate 4s linear infinite;
}

.why-show-old .on .index-2 {
    -webkit-animation: arcRotate 2.5s ease-in-out infinite alternate;
    animation: arcRotate 2.5s ease-in-out infinite alternate;
}

.why-show-old .on .index-3 {
    -webkit-animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
    animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
}

.why-show-old .on .index-4 {
    -webkit-animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
    animation: arcRotateHalf 2.5s ease-in-out infinite alternate;
}

.why-show-old .on .index-5 {
    -webkit-animation: arcRotateWise 3s linear infinite;
    animation: arcRotateWise 3s linear infinite;
}


@-webkit-keyframes actionWidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes actionWidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes actionHeight {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@keyframes actionHeight {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@-webkit-keyframes arcRotate {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes arcRotate {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes arcRotateWise {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes arcRotateWise {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes arcRotateHalf {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(165deg);
        transform: rotate(165deg);
    }
}

@keyframes arcRotateHalf {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(165deg);
        transform: rotate(165deg);
    }
}

/* 金融产品 */
.banking-product {
    padding: 40px 0 0;
    margin-right: -31px;
}

.banking-product li {
    width: 215px;
    margin-right: 31px;
}

.banking-product li:after {
    content: "";
    display: block;
    height: 36px;
    background: url(images/p-14.png) no-repeat center 0;
}

.banking-product .item-img {
    display: block;
    width: 100%;
}

.banking-product .item-cont {
    padding: 0 15px;
}

.banking-product .item-t {
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 28px;
    color: #474747;
}

.banking-product .item-i {
    height: 45px;
    margin: 0 0 40px 0;
    font-size: 13px;
    line-height: 25px;
    color: #828282;
}

.banking-product .comp-img {
    width: 47px;
    height: 47px;
    border: 1px solid #d8d8d8;
    margin-right: 8px;
    line-height: 47px;
}

.banking-product .comp-img img {
    max-width: 47px;
    max-height: 47px;
}

.banking-product .comp-i {
    margin-bottom: 10px;
    color: #474747;
}

.banking-product .comp-total {
    font-weight: bold;
    color: #fd7100;
}

.banking-product .comp-name {
    color: #828282;
}

.banking-product .item-btn {
    display: block;
    width: 126px;
    height: 36px;
    border-radius: 36px;
    margin: 20px auto 30px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
}

.banking-product-more {
    color: #808080;
}

/* 全部城市 */
.all-city_banner {
    height: 276px;
    color: #fff;
    background: url(images/allCity-b.jpg) no-repeat center 0;
}

.all-city_banner .b-t {
    margin: 25px 0 0;
    font-size: 26px;
    font-weight: bold;
}

.all-city_banner .b-n {
    color: #ffde00;
}

.all-city_banner .b-s-t {
    margin: 10px 0 40px;
    font-size: 20px;
}

.all-city_banner .b-btn {
    display: inline-block;
    height: 28px;
    padding: 10px 12px;
    margin: 0 10px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #00bba4;
}

.all-city_banner .b-btn img {
    margin-right: 3px;
    vertical-align: top;
}

.all-city_banner .b-btn span {
    vertical-align: -1px;
}

/* 城市选择列表 */
.city-filter>li {
    margin-bottom: 20px;
    line-height: 50px;
}

.city-filter .li-label {
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1e1e1e;
}

.city-filter .filter-auchor {
    margin-bottom: 40px;
}

.city-filter .filter-auchor-cont {
    padding-top: 10px;
    overflow: hidden;
}

.city-filter .filter-auchor-cont>li {
    margin-right: 25px;
    line-height: 2;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.city-filter .filter-auchor-cont>li:hover {
    color: #00bba4;
}

.city-filter .city-item {
    margin-right: 20px;
    color: #5d5d5d;
}

.city-filter .province-search-c {
    width: 370px;
    padding-left: 80px;
}

.city-filter .province-search .select-box {
    margin: 7px 10px 0 0;
}

.city-filter .province-search .layui-form-select {
    border: 1px solid #dcdcdc;
}

.city-filter .province-search .layui-select-title {
    width: 145px;
    height: 32px;
}

.city-filter .direct .li-label {
    padding-right: 0;
}

.city-filter .direct-form {
    width: 185px;
    height: 32px;
    margin-left: 112px;
    margin-top: 7px;
    border: 1px solid #dcdcdc;
}

.city-filter .direct-form .layui-form {
    position: relative;
}

.city-filter .direct-form .layui-form-autocomplete {
    position: absolute;
    top: 100%;
    width: 100%;
}

.city-filter .direct-form .direct-ipt {
    width: 113px;
    height: 32px;
}

.city-filter .direct-form .direct-btn {
    width: 52px;
    height: 32px;
    border: 0;
    color: #fff;
    background: #00bba4;
}

.all-city-list {
    border-top: 1px solid #ddd;
}

.all-city-list>li {
    position: relative;
    padding-left: 47px;
}

.all-city-list .item-first {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f5f5f5;
}

.all-city-list .item-first-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    margin: auto;
    font-size: 20px;
    line-height: 1;
    color: #999;
    text-align: center;
}

.all-city-list>li:hover .item-first {
    border-color: #00bba4;
    background: #00bba4;
}

.all-city-list>li:hover .item-first-text {
    color: #fff;
}

.all-city-list .item-provinces {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.all-city-list .item-province {
    position: relative;
}

.all-city-list .item-province:hover {
    background: #f5f5f5;
}

.all-city-list .province-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    border-right: 1px solid #fff;
}

.all-city-list .item-province:hover .province-name {
    border-right-color: #f5f5f5;
}

.all-city-list .item-province:hover .province-name:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid #00bba4;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    overflow: visible;
}

.all-city-list .province-name>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14px;
    margin: auto;
    line-height: 1;
    text-align: center;
    color: #00bba4;
}

.all-city-list .item-citys {
    padding: 15px 0 15px 100px;
    line-height: 30px;
}

.all-city-list .item-city {
    display: inline-block;
    margin: 3px 20px 5px 0;
}

/* 金融超市 */
.bannerDetail {
    text-align: center;
    line-height: 276px;
}

.bannerDetail__title {
    font-size: 42px;
    color: #fff;
}

.finance-market-banner,
.finance-market-banner .banner-slider,
.finance-market-banner .slider-item {
    /*height: 276px;*/
}

.finance-market-banner .slider-item {
    background-position: center 0;
    background-repeat: no-repeat;
}

/* 金融机构列表 */
.finance-list li {
    width: 100%;
    padding: 11px;
    margin: 7px 0;
}

.finance-list li:hover {
    -webkit-box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
    box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
}

.finance-list .li-item {
    width: 33%;
    padding: 0 10px;
    line-height: 73px;
    font-size: 16px;
}

.finance-list .li-item:first-child {
    padding-left: 0;
}

.finance-list .item-img {
    width: 73px;
    height: 73px;
    margin-right: 10px;
    border: 1px solid #e7e7e7;
}

.finance-list .item-img img {
    width: 100%;
}

.finance-list .item-title {
    height: 50px;
    line-height: 1.5;
    font-size: 18px;
    color: #00bba4;
}

.finance-list .item-label {
    color: #525252;
}

.finance-list .item-cont {
    display: inline-block;
    color: #f38a3e;
}

/* 金融机构首页 */
.finance-banner {
    height: 276px;
    background: url(images/f-i-b.jpg) no-repeat center 0;
}

.finance-head {
    padding: 25px 20px;
}

.finance-head .head-img {
    width: 163px;
    height: 163px;
    margin-right: 25px;
    border: 1px solid #cdcdcd;
}

.finance-head .head-img img {
    max-width: 100%;
    max-height: 100%;
}

.finance-head .head-name {
    margin-bottom: 15px;
    font-size: 20px;
    color: #000000;
}

.finance-head .release-time {
    margin-left: 25px;
    color: #5d5d5d;
    font-size: 14px;
}

.finance-head .head-info {
    color: #5d5d5d;
    line-height: 1.8;
}

.finance-achieve {
    padding: 7px 0;
}

.finance-achieve li {
    width: 33.3%;
    height: 108px;
    border-left: 1px solid #e5e5e5;
    line-height: 108px;
}

.finance-achieve li:first-child {
    border: 0;
}

.finance-achieve li .item-cont {
    width: 100%;
}

.finance-achieve li .item-num {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 25px;
    color: #ff8003;
}

.finance-achieve li .unit {
    font-weight: normal;
    font-size: 16px;
}

.finance-achieve li .item-t {
    font-size: 18px;
    color: #686868;
}

.finance-achieve li .item-t img {
    margin-right: 8px;
    vertical-align: text-bottom;
}

/* 联系我们 */
.contact-banner {
    height: 276px;
    line-height: 276px;
    /*background: url(images/c-b.jpg) no-repeat center 0;*/
}

.contact-banner .banner-box {
    width: 100%;
    color: #fff;
    letter-spacing: 4px;
}

.contact-banner .banner-t {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 50px;
}

.contact-banner .banner-sub-t {
    font-size: 25px;
}

.contact-nav {
    height: 46px;
    line-height: 46px;
}

.contact-nav .nav-item {
    margin-right: 52px;
    font-size: 18px;
    color: #fff;
}

.contact-nav .nav-item:hover {
    font-weight: bold;
    color: #f0ff00;
}

.contact-page {
    padding: 30px 0;
}

.contact-page .page-head {
    height: 29px;
    line-height: 29px;
}

.contact-page .title-name {
    font-size: 16px;
    font-weight: bold;
    color: #2f2f2f;
}

.contact-page .contact-way {
    width: 770px;
    margin: 0 auto;
}

.contact-page .contact-way li {
    width: 50%;
    line-height: 2.4;
    font-size: 16px;
    color: #5f5f5f;
}

.contact-page .switch-contact {
    display: inline-block;
    width: 120px;
    height: 27px;
    margin-left: 12px;
}

.contact-page .switch-contact .layui-input {
    height: 27px;
    border-width: 1px;
    border-style: solid;
    border-color: #b2b2b2;
}

.contact-page .layui-table {
    width: 600px;
    margin: 0 auto;
}

.contact-page .layui-table td {
    border-color: #b0b0b0;
    font-size: 16px;
    color: #5f5f5f;
    white-space: nowrap;
}

.contact-page .layui-table .td-name {
    background: #e1e1e1;
}

/* 发布融资需求 */
.release-banner {
    height: 276px;
    /*background: url(images/r-banner.jpg) no-repeat center 0;*/
}

.release-cont {
    margin-top: -35px;
    padding: 0;
}

.release-cont .page-right {
    padding: 0 10px;
}

.release-cont .page-head {
    padding: 10px 10px 0;
    border-bottom: 1px dashed #d1d1d1;
    font-weight: normal;
    font-size: 22px;
    line-height: 50px;
    color: #eb9835;
}

.release-cont .release-side-list {
    padding: 0 0 15px;
}

.release-cont .release-side-list li {
    height: 45px;
    padding: 25px 0;
    padding-left: 21px;
    border-top: 1px solid #d1d1d1;
    text-align: left;
}

.release-cont .release-side-list li:first-child {
    border-top: 0;
}

.release-cont .release-side-list p {
    display: inline-block;
    width: 210px;
}

.release-cont .release-side-list .item-text {
    font-size: 25px;
    color: #454545;
}

.release-cont .release-side-list .item-text-bt {
    display: block;
    margin: -16px 0 0 68px;
    color: #b8b8b8;
}

.release-cont .release-side-list img {
    margin-right: 15px;
}

.release-cont .page-cont {
    padding: 20px 20px 46px;
}

.take-release .layui-form .layui-form-item {
    width: 50%;
    clear: none;
}

.take-release .layui-form .item-full {
    width: 100%;
}

.take-release .layui-form .layui-form-label {
    width: 115px;
    height: 36px;
    padding: 0 5px 0 0;
    line-height: 36px;
    color: #343434;
    overflow: hidden;
}

.take-release .layui-form .layui-input-block {
    /*height: 36px;*/
    min-height: 36px;
    margin-left: 120px;
}

.release-cont .layui-form .form-required {
    margin-right: 5px;
    color: #ff0000;
    font-size: 14px;
    vertical-align: middle;
}

.release-cont .layui-form .layui-input {
    height: 36px;
    border: 1px solid #d8d8d8;
    /*color: #000;*/
}

.release-cont .layui-form .input-unit {
    position: absolute;
    top: 0;
    right: 10px;
    height: 36px;
    line-height: 36px;
    color: #9f9f9f;
}

.release-cont .layui-form .address-select {
    width: 33.33%;
    padding-left: 10px;
}

.release-cont .layui-form .address-select:first-child {
    padding: 0;
}

.release-cont .layui-form .take-code {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 36px;
    padding: 0;
}

.release-cont .layui-form .layui-btn.on {
    background: #c5c5c5;
}

.release-cont .form-information {
    padding: 10px 20px;
    margin: 30px 0 23px;
    border-radius: 5px;
    background: #eeeeee;
}

.release-cont .form-information .information-text {
    line-height: 27px;
    color: #9e9e9e;
}

.release-cont .take-demand {
    width: 280px;
    height: 55px;
    font-size: 30px;
}

/*  login and reg */
.login-head {
    height: 106px;
}

.login-reg {
    height: 555px;
    /*background: url(images/login-b.png) no-repeat center 0;*/
}

.login-reg .pos-box {
    width: 420px;
    height: 555px;
    margin-right: 100px;
}

.login-reg .pos-box .box-head {
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #0d0d0d;
    background: #ededed;
}

.login-reg .pos-box .box-cont {
    padding: 40px 40px;
}

.login-reg .pos-box .box-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 122px;
    height: 37px;
    border: 0;
    padding: 0 10px;
}

.login-reg .pos-box .box-btn.on {
    background: #c5c5c5;
}

.login-reg .pos-box .box-take {
    width: 100%;
    height: 44px;
    margin-top: 7px;
    line-height: 44px;
    font-size: 22px;
}

.login-reg .pos-box .box-cont .layui-input {
    border: 1px solid #dcdcdc;
    height: 37px;
}

.login-reg .tool-box {
    position: absolute;
    top: 65px;
    right: 0;
    /*bottom: 0;
    left: 0;*/
    width: 420px;
    /*margin: auto;*/
}

.login-reg .reg-box {
    height: 485px;
}

.login-reg .reg-box .reg-agreement {
    font-size: 12px;
    color: #8c8c8c;
}

.login-reg .reg-box .agreement {
    color: #ff9625;
}

.login-reg .reg-box .reg-link {
    margin-left: 15px;
    line-height: 54px;
    color: #12c8b2;
}

.login-reg .login-box {
    /*height: 360px;*/
}

.login-reg .login-switch {
    padding: 10px 0 0;
    margin-bottom: 30px;
}

.login-reg .login-switch li {
    width: 33.33%;
    font-size: 15px;
    line-height: 1.5;
    color: #4a4a4a;
    cursor: default;
}

.login-reg .login-switch .li-item {
    display: inline-block;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
}

.login-reg .login-switch li:hover .li-item,
.login-reg .login-switch .on .li-item {
    color: #12c8b2;
    border-color: #12c8b2;
}

.login-reg .forget,
.login-reg .login-code,
.login-reg .go-reg {
    color: #6f6f6f;
}

.forget-box {
    height: 400px;
}

.reset-box {
    height: 340px;
}

.reset-box .reset-tips {
    margin: 10px 0;
    color: #6f6f6f;
}

/* 信息校验 */
.information-check-info p {
    color: #727272;
    line-height: 30px;
}

.information-check-tips {
    margin: 35px 0 20px;
    padding: 0 0 0 30px;
    color: #4d4d4d;
    line-height: 30px;
}

.information-check-switch {
    margin: 0 0 30px;
}

.information-check-switch .switch-item {
    display: inline-block;
    margin: 0 15px;
}

.information-check-main {
    padding: 20px 0 20px;
}

.information-check-main .main-title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.information-check-main .main-title:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    margin: auto 0;
    background: #e9e9e9;
}

.information-check-main .main-title .title-name {
    padding: 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
}

.information-check-main .main-cont {
    padding: 35px 30px;
}

.information-check-main .cont-left {
    width: 274px;
}

.information-check-main .cont-right {
    width: 426px;
}

.information-check-main .card-box {
    margin-right: -16px;
}

.information-check-main .card-box li {
    position: relative;
    width: 106px;
    border: 1px solid #e4e4e4;
    margin: 0 16px 16px 0;
    background-color: #f3f3f3;
    overflow: hidden;
}

.information-check-main .card-box .item-exp {
    width: 108px;
    height: 104px;
    border: 0;
}

.information-check-main .card-box .hover-page,
.information-check-main .card-box .item-file,
.information-check-main .card-box .view-box,
.information-check-main .card-box .view-bg,
.information-check-main .card-box .view-center,
.information-check-main .card-box .hover-page .refile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.information-check-main .card-box .item-file {
    z-index: 2;
    opacity: 0;
}

.information-check-main .card-box .view-bg {
    background-color: rgba(0, 0, 0, .3);
}

.information-check-main .card-box .view-center {
    height: 70px;
    line-height: 70px;
}

.information-check-main .card-box .view-box p {
    color: #fff;
    line-height: 1;
}

.information-check-main .card-box .exp-img {
    display: block;
    width: 100%;
}

.information-check-main .card-box .no-update,
.information-check-main .card-box .has-update {
    position: relative;
    width: 100%;
}

.information-check-main .comp-update .hover-page,
.information-check-main .card-box .hover-page {
    z-index: 3;
    background-color: rgba(0, 0, 0, .3);
}

.information-check-main .comp-update .hover-page img,
.information-check-main .card-box .hover-page img {
    width: auto;
    margin: 17% auto 0;
    cursor: pointer;
}

.information-check-main .comp-update .hover-page .reupdate,
.information-check-main .card-box .hover-page .reupdate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #e5e5e5;
}

.information-check-main .comp-update .hover-page .refile,
.information-check-main .card-box .hover-page .refile {
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.information-check-main .layui-form-label {
    width: 100px;
    height: 36px;
    line-height: 36px;
    padding: 0;
}

.information-check-main .layui-input-block {
    margin-left: 100px;
}

.information-check-main .people-tips {
    margin-bottom: 18px;
    padding-left: 18px;
    line-height: 30px;
    color: #4d4d4d;
}

.information-check-main .people-check-btn {
    padding: 40px 0 0 40px;
}

.information-check-main .people-check-btn .layui-btn {
    margin: 0 15px;
}

.information-check-main .comp-check-form .layui-form-label {
    width: 140px;
}

.information-check-main .comp-check-form .sort-label {
    width: 90px;
}

.information-check-main .comp-check-form .layui-input-block {
    margin-left: 140px;
}

.information-check-main .comp-check-form .sort-input-block {
    margin-left: 90px;
}

.information-check-main .comp-check-form .layui-inline {
    margin-right: 0;
}

.information-check-main .comp-check-form .layui-form-radio {
    margin: 0;
}

.information-check-main .comp-check-form .date-input {
    width: 150px;
}

.information-check-main .comp-check-form .date-img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.information-check-main .comp-update {
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.information-check-main .comp-update .no-file,
.information-check-main .comp-update .has-update .hover-page,
.information-check-main .comp-update .hover-page .refile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.information-check-main .comp-update .no-file {
    z-index: 1;
    opacity: 0;
}

.information-check-main .comp-update .has-update .hover-page {
    z-index: 9;
}

.information-check-main .update-error {
    margin: 10px 0 5px;
    line-height: 30px;
    color: #ff0000;
}

.information-check-main .view-btn {
    border: 0;
    cursor: pointer;
}

.bind-box {
    padding: 10px 0 60px;
}

.bind-box .bind-text {
    margin: 30px 0;
    line-height: 2;
    font-size: 20px;
    color: #515151;
}

.bind-box .bind-btn {
    width: 189px;
    height: 58px;
    font-size: 28px;
}

.bind-box .contact-customer {
    margin: 0 0 0 60px;
    font-size: 23px;
    color: #12c8b2;
    vertical-align: middle;
}

.finance-success-box {
    padding: 0 0 40px;
}

.finance-success-box .success-text {
    margin: 15px 0;
    line-height: 26px;
    font-size: 16px;
    color: #696969;
}

.finance-success-box .success-btn {
    width: 194px;
    height: 46px;
    font-size: 24px;
    line-height: 46px;
}


/* question */
.question-banner {
    height: 276px;
    background: url(images/q-ban.jpg) no-repeat center 0;
}

.question-side {
    padding: 10px 17px;
    min-height: 200px;
}

.question-side li {
    line-height: 2;
    font-size: 18px;
    color: #454545;
}

.question-side li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 11px;
    vertical-align: middle;
    background: #00bba4;
}

.question-side .on {
    color: #00bba4;
}

.question-main {
    padding: 0 10px;
}

.detail-cont .question-main-list {
    padding: 0;
}

.question-form .layui-form-label {
    width: 100px;
}

.question-form .layui-input-block {
    margin-left: 130px;
}

.question-form .update_img--info {
    padding-left: 10px;
    color: #989898;
}

.question-form .code-switch {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.question-form .question-btn {
    margin: 10px 0 0 130px;
}

.side-bar .sub-page .li_hot_submain {
    padding: 10px 10px;
    font-size: 14px;
    color: #989898;
}

.li_hot_submain p {
    line-height: 2;
}

.li_hot--bold {
    font-weight: bold;
    color: #000;
}

.li_hot--nowrap {
    white-space: nowrap;
}

.take_question--link {
    margin-right: 10px;
}

.take_question--link img {
    margin-right: 10px;
}

.release-cont .question_list_cont {
    padding-top: 0;
}

.question_list li {
    padding: 25px 12px 15px;
    border-top: 1px solid #e4e4e4;
}

.question_list li:first-child {
    border: 0;
}

.question_list li img {
    margin-right: 10px;
}

.question_list .list_head {
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 16px;
    color: #00bba4;
}

.question_list .list_cont {
    line-height: 30px;
    color: #3f3f3f;
}

/* 金融机构 */

.institution-index__list {
    margin-right: -23px;
    margin: 50px 0;
}

.institution-index__list li {
    width: 377px;
    height: 414px;
    margin: 0 23px 23px 0;
}

.institution-index__list li:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.institution-index__list .li-img {
    height: 216px;
}

.institution-index__list .li-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.institution-index__list .li-cont {
    padding: 0 0 0 10px;
}

.institution-index__list .li-t {
    position: relative;
    margin-top: -16px;
    height: 60px;
    line-height: 96px;
    overflow: hidden;
}

.institution-index__list .li-t__img {
    width: 58px;
    height: 58px;
    border: 1px solid #c8c8c8;
    text-align: center;
    line-height: 58px;
    overflow: hidden;
    background: #fff;
}

.institution-index__list .li-t__img img {
    max-width: 100%;
    max-height: 100%;
}

.institution-index__list .li-t__name {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.institution-index__list .li-info {
    margin-top: 20px;
    padding: 0 25px;
    line-height: 2;
    color: #3c3c3c;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}

.institution-bg {
    background: #f0f0f0;
}

.institution-index-banner {
    height: 276px;
    background: url(/res/images/credit/jg-ban-all.jpg) no-repeat center center;
}

.institution-banner {
    height: 276px;
    line-height: 276px;
    background: url(/res/images/credit/jg-bn.jpg) no-repeat center center;
}

.institution-banner__img {
    position: absolute;
    top: 27px;
    left: 0;
}

.institution-banner__title {
    font-size: 42px;
    color: #fff;
}

.institution-title__color {
    color: #3bb9a3;
}

.institution-company__info {
    padding: 25px 200px;
    text-indent: 2em;
    line-height: 2;
    font-size: 16px;
    color: #5d5d5d;
}

.institution-company__list {
    width: 867px;
    margin: 0 auto;
}

.institution-company__list li {
    width: 247px;
    height: 76px;
    margin: 0 21px;
    line-height: 76px;
    text-align: center;
}

.institution-solution {
    margin: 40px 0;
}

.institution-solution li {
    position: relative;
    width: 25%;
    height: 295px;
    padding-top: 34px;
    text-align: center;
    color: #fff;
    cursor: default;
}

.institution-solution .institution-solution__1 {
    background: url(images/jjfa-bg-1.jpg) no-repeat center center;
}

.institution-solution .institution-solution__2 {
    background: url(images/jjfa-bg-2.jpg) no-repeat center center;
}

.institution-solution .institution-solution__3 {
    background: url(images/jjfa-bg-3.jpg) no-repeat center center;
}

.institution-solution .institution-solution__4 {
    background: url(images/jjfa-bg-4.jpg) no-repeat center center;
}

.institution-solution .li-img {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    z-index: 2;
}

.institution-solution .li-t {
    margin: 19px 0 10px;
    font-size: 30px;
    font-weight: bold;
    z-index: 2;
}

.institution-solution .li-info {
    padding: 0 30px;
    line-height: 2;
    z-index: 2;
}

.institution-solution .on:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(20, 255, 140, 0.3);
}

.institution-ywtx {
    padding: 50px 0;
}

.institution-2 {
    background-image: url(/res/images/credit/2-jg-bn.jpg);
}

.institution-team {
    padding: 50px 0 0;
    margin-right: -20px;
}

.institution-team li {
    width: 285px;
    height: 400px;
    margin-right: 20px;
}

.institution-team li:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.institution-team .li-img {
    width: 100%;
    height: 160px;
}

.institution-team .li-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.institution-team .li-cont {
    padding: 0 15px;
}

.institution-team .li-t {
    margin-top: 10px;
    line-height: 2;
    color: #3f3f3f;
}

.institution-team .li-name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.institution-team .li-degree {
    margin-left: 14px;
}

.institution-team .li-job {
    height: 50px;
    font-size: 12px;
    color: #727272;
}

.institution-team .li-info {
    line-height: 2;
    color: #727272;
}

.institution-2-honor {
    height: 318px;
    background: url(/res/images/credit/honor-1.jpg) no-repeat center center;
}

.institution-3-honor {
    height: 318px;
    background: url(/res/images/credit/honor-3-1.jpg) no-repeat center center;
}

.institution-case {
    margin-right: -14px;
    padding: 50px 0 0;
}

.institution-case li {
    width: 228px;
    height: 68px;
    margin: 8px 14px 8px 0;
    text-align: center;
    line-height: 68px;
}

.institution-case li:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.institution-3-solution li {
    height: 259px;
    padding-top: 70px;
}

.institution-3-solution .institution-solution__3 {
    background: url(/res/images/credit/3-yh-bg.jpg) no-repeat center center;
}

.institution-3-solution .institution-solution__4 {
    background: url(/res/images/credit/3-qc-bg.jpg)no-repeat center center;
}

.policy-ban {
    height: 276px;
    background: url(/res/images/credit/policy-ban.jpg) no-repeat center center;
}


/* 联系我们 */

.feedback-cont {
    margin-top: 0;
}

.feedback__tips {
    height: 82px;
    padding: 0 27px;
    line-height: 82px;
    background: #effffd;
}

.feedback__tips .tips-cont {
    line-height: 2;
    margin-left: 18px;
    color: #1f1f1f;
}

.feedback__form {
    padding: 20px 27px 20px 0;
}

.feedback__form .layui-form .layui-input-block {
    height: auto;
}

.feedback__form .update-tip {
    margin-left: 10px;
    font-size: 12px;
    color: #8a8a8a;
    vertical-align: -5px;
}

.feedback__form .code-num {
    width: 115px;
}

.feedback__form .switch-code {
    margin-left: 5px;
    vertical-align: -7px;
}

/* 政企银对接 */

.docking-index {
    padding-top: 279px;
    background: url(/res/images/docking/d-t-b.png) no-repeat center 0;
    overflow: auto;
}

.docking-index__take {
    width: 220px;
    height: 55px;
    margin: 0 0 108px;
    line-height: 55px;
    font-size: 22px;
    color: #fff;
}

.docking-index__take img {
    margin-left: 10px;
}

.docking-index__show {
    width: 1216px;
    height: 196px;
    margin-bottom: 68px;
    background: url(images/two.png) no-repeat center 0;
}

.docking-index__show li {
    width: 33.33%;
    height: 180px;
    padding: 0 54px;
    line-height: 180px;
    color: #fff;
}

.docking-index__show .l-img {
    margin-right: 20px;
}

.docking-index__show .l-t {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.docking-index__show .l-c {
    color: #cad9f7;
}

.docking-page {
    margin-bottom: 55px;
}

.docking-page__title {
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.docking-page__title .docking-more {
    position: absolute;
    bottom: -65px;
    right: 40px;
    font-size: 18px;
    color: #666;
}

.conference-nav {
    width: 250px;
    margin-bottom: 30px;
    border-radius: 50px;
    background: #d3d5d4;
    overflow: hidden;
}

.conference-nav li {
    width: 125px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.conference-cont .li-status {
    position: absolute;
    top: 14px;
    left: 11px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #00bba4;
}

.conference-nav .on {
    background: #00bba4;
}

.conference-cont ul {
    display: none;
    margin-right: -22px;
}

.conference-cont li {
    width: 385px;
    height: 420px;
    margin-right: 22px;
}

.conference-cont .li-img {
    height: 216px;
}

.conference-cont .li-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.conference-cont .li-cont {
    padding: 0 25px;
}

.conference-cont .li-cont p {
    margin-bottom: 15px;
    color: #3c3c3c;
}

.conference-cont .li-t {
    margin-bottom: 15px;
    line-height: 3;
    font-size: 18px;
    font-weight: bold;
}

.conference-cont .li-ico {
    margin-right: 15px;
}

.conference-cont .li-btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
}

.conference-cont .li-btn__comp {
    border: 1px solid #00bba4;
    color: #00bba4;
    background: transparent;
}

.docking-big__data {
    height: 480px;
    background: url(/res/images/docking/big-d.jpg) no-repeat center 0;
}

.docking-case__show {
    height: 460px;
    margin: 100px 0 150px;
    padding: 0 272px 0 46px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.docking-case__nav {
    position: absolute;
    top: -70px;
    right: 0;
    background: #5a697a;
}

.docking-case__nav li {
    position: relative;
    width: 185px;
    height: 200px;
    line-height: 200px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.docking-case__nav .on:before {
    content: '';
    position: absolute;
    top: 0;
    left: -23px;
    width: 231px;
    height: 100%;
    background: #11bca6;
}

.docking-case__nav .li-cont {
    position: relative;
    z-index: 2;
    padding-top: 80px;
}

.docking-case__nav .li-nt {
    background: url(/res/images/docking/al-i-1.png) no-repeat center 0;
}

.docking-case__nav .on .li-nt {
    background: url(/res/images/docking/al-i-1-on.png) no-repeat center 0;
}

.docking-case__nav .li-zx {
    background: url(/res/images/docking/al-i-2.png) no-repeat center 0;
}

.docking-case__nav .on .li-zx {
    background: url(/res/images/docking/al-i-2-on.png) no-repeat center 0;
}

.docking-case__nav .li-jd {
    background: url(/res/images/docking/al-i-3.png) no-repeat center 0;
}

.docking-case__nav .on .li-jd {
    background: url(/res/images/docking/al-i-3-on.png) no-repeat center 0;
}

.docking-case__nav .li-text {
    padding: 0 20px;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
}

.docking-case__list {
    display: none;
    padding: 99px 0 0;
}

.docking-case__list .li-t {
    margin-bottom: 26px;
    font-size: 38px;
    color: #333333;
}

.docking-case__list .li-c {
    text-indent: 2em;
    line-height: 1.8;
    font-size: 16px;
    color: #666666;
}

.docking-institution__slider {
    position: relative;
    height: 80px;
    margin: 30px 0 10px;
    overflow: hidden;
}

.docking-institution__slider .prev,
.docking-institution__slider .next {
    position: absolute;
    top: 22px;
}

.docking-institution__slider .prev {
    left: 0;
}

.docking-institution__slider .next {
    right: 0;
}

.docking-institution__slider .bd {
    width: 1135px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.docking-institution__slider .bd li {
    margin: 0 10px;
}

.docking-institution__slider .bd .li-img {
    width: 264px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

/* docking detail */

.docking-detail {
    height: 399px;
    padding: 50px 0;
    background: url(/res/images/docking/d-d-ban.jpg) no-repeat center 0;
}

.docking-status {
    width: 410px;
    height: 339px;
    padding: 30px 20px;
    margin-left: 70px;
}

.docking-status__title {
    line-height: 20px;
    font-size: 18px;
    color: #333;
}

.docking-status__title:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    margin-right: 11px;
    vertical-align: middle;
    background: #24c0a6;
}

.docking-status__list {
    padding-top: 20px;
}

.docking-status__list li {
    padding: 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #d8d8d8;
    line-height: 2.5;
    color: #666666;
}

.docking-status__list .li-time {
    margin-left: 20px;
}

.docking-action {
    color: #fff;
}

.docking-action__title {
    margin-bottom: 30px;
    font-size: 28px;
}

.docking-action__until,
.docking-action__cont {
    font-size: 16px;
}

.docking-action__until {
    margin-bottom: 30px;
}

.docking-action__cont {
    line-height: 2;
}

.docking-detail__data {
    padding: 25px 0;
}

.docking-detail__list li {
    width: 16.59%;
    height: 96px;
    border-left: 1px solid #dcdcdc;
    line-height: 96px;
    text-align: center;
}

.docking-detail__list li:first-child {
    border: 0;
}

.docking-detail__list .li-d {
    margin-bottom: 12px;
    color: #a6a6a6;
}

.docking-detail__list .li-d-n {
    margin-right: 5px;
    font-weight: bold;
    font-size: 40px;
    color: #fd7100;
}

.docking-detail__list .li-name {
    color: #808080;
}

.docking-detail__list img,
.docking-detail__list .li-name-c {
    vertical-align: text-bottom;
}

.docking-detail__list .li-name-c {
    margin-left: 5px;
    font-size: 18px;
}

.docking-institution {
    padding: 76px 0 0;
}

.docking-institution__main {
    margin: 30px 0 50px;
    padding: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.docking-institution__table {
    color: #666;
}

.docking-institution__table th,
.docking-institution__table td {
    border: 0;
}

.docking-institution__table th {
    height: 60px;
    padding: 0 23px;
    line-height: 60px;
    font-size: 18px;
    background: #eee;
}

.docking-institution__table td {
    padding: 40px 10px;
}

.docking-institution__table tbody tr:hover {
    background: transparent;
}

.docking-institution__table .bank-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 2px rgba(181, 181, 181, .19);
    box-shadow: 0 0 5px 2px rgba(181, 181, 181, .19);
}

.docking-institution__table .bank-img img {
    max-width: 100%;
    max-height: 100%;
}

.docking-institution__table .bank-cont {
    line-height: 80px;
}

.docking-institution__table .bank-name {
    height: 58px;
    line-height: 1.5;
    font-size: 16px;
    color: #666;
}

.docking-institution__table .score-num {
    margin-left: 5px;
    font-size: 18px;
    color: #fd7100;
    vertical-align: -3px;
}

.bank-adviser>li {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 15px 15px 0;
}

.bank-adviser__detail {
    display: none;
    position: absolute;
    bottom: 70%;
    left: 40%;
    z-index: 2;
    width: 294px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: #3f3f3f;
    background: rgba(0, 0, 0, .75);
}

.bank-adviser>li:hover .bank-adviser__detail {
    display: block;
}

.bank-adviser__detail li {
    width: 68px;
    padding: 25px 15px;
}

.bank-adviser__detail p {
    white-space: nowrap;
}

.bank-adviser__detail .adviser-score {
    font-size: 20px;
    text-align: right;
}

.bank-adviser__detail .project-name {
    margin-top: 15px;
}

.docking-institution__table .bank-business {
    line-height: 1.8;
    font-size: 16px;
    color: #666;
}

.bank-detail__btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
}

.docking-echarts {
    padding-top: 20px;
}

.docking-echarts__main {
    padding: 30px 0;
    margin: 50px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.docking-echarts__main li {
    width: 33.33%;
}

.docking-echarts__main .echarts-main {
    height: 350px;
}

/* 融资顾问 */
.financial-advisor {
    height: 106px;
    line-height: 106px;
    background: url(images/f-a-bg.jpg) no-repeat center center;
}

/* 企业用户和金融机构按钮 */

.about-enrty {
    /*position: absolute;*/
    top: 46px;
    right: 0;
    z-index: 3;
    margin: 1px 5px 0;
    border: 1px solid #00bba4;
    border-radius: 5px;
    overflow: hidden;
}

.company-user {
    right: 102px;
}

.about-enrty__btn {
    display: block;
    height: 31px;
    line-height: 31px;
}

.about-enrty__btn,
.about-enrty__btn:hover {
    color: #00bba4;
}

.about-enrty__list {
    position: relative;
    display: none;
    padding: 5px 0;
}

.about-enrty:hover .about-enrty__list {
    display: block;
}

.about-enrty__list li {
    line-height: 2;
    font-size: 13px;
    color: #515151;
}

/* 企业实名认证 */

.authentication-banner {
    height: 276px;
    background: url(images/authentication-ban.jpg) no-repeat center center;
}

.page-head__tips {
    font-size: 14px;
    color: #6b6b6b;
}

.page-head__tips .tips-label {
    color: #373737;
}

.authentication-page {
    padding: 24px 10px;
    border-bottom: 1px dashed #a6a6a6;
    margin-bottom: 10px;
}

.authentication-page-top {
    margin-bottom: 24px;
}

.authentication-page-type,
.authentication-page-type__label {
    height: 36px;
    line-height: 36px;
}

.authentication-page-type__label {
    position: relative;
    margin-right: 30px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #12c8b2;
}

.authentication-page-type__label:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 100%;
    vertical-align: middle;
    background: #fff;
}

.authentication-page-type__label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left-color: #12c8b2;
}

.authentication-page__btn {
    height: 30px;
    line-height: 30px;
    background: #ff8400;
}

.authentication-process {
    height: 41px;
    margin: 0 0 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 41px;
    color: #505050;
    background: #e0f2f0;
}

.authentication-process__separator {
    color: #3ebbac;
}

.authentication-ready-title {
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
}

.authentication-ready-content {
    color: #6b6b6b;
}

/*认证步骤*/
.rzbz {
    margin: 12px auto 21px;
    overflow: hidden;
    width: 750px;
}

.rzbz li {
    float: left;
    text-align: center;
    margin: 0 9px;
}

.rzbz li div {
    width: 217px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 20px;
    background: url('/res/images/bigy.png') no-repeat center center;
    background-size: contain;
    margin-bottom: 8px;
}

.rzbz li.on div {
    background-image: url('/res/images/big.png');
}

.rzbz li span {
    font-size: 14px;
    color: #808080;
}

/*注册弹窗*/
.sign-info-box {
    width: 549px;
    border-radius: 10px;
    padding: 40px 0;
    text-align: center;
    background: #fff;
    display: none;
}

.sign-info__tip {
    line-height: 3;
    font-size: 18px;
    color: #000;
}

.sign-info-tool {
    width: 100%;
    overflow: hidden;
}

.sign-info-tool__item {
    float: left;
    width: 33.33%;
}

.sign-info-tool__item a {
    display: inline-block;
}

.sign-info-tool__item .item-img {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    line-height: 48px;
}

.sign-info-tool__item .item-name {
    display: inline-block;
    border-radius: 50px;
    padding: 4px 10px;
    margin: 0 auto;
    border: 0;
    font-size: 16px;
    color: #fff;
    background: #00bba4;
}

/* 我们的优势 */
.advantage-list {
    text-align: center;
}

.advantage-list li {
    width: 311px;
    display: inline-block;
    vertical-align: top;
}

.advantage-list img {
    width: 150px;
    height: 150px;
}

.advantage-list h1 {
    font-size: 18px;
    color: #573fce;
    margin: 23px 0 18px;
    text-align: center;
}

.advantage-list p {
    font-size: 14px;
    color: #666666;
}

/* 我们的优势 end */
/* 需求发布意见反馈 */
.demandfb .layui-tab-title {
    border: none;
    height: 70px;
}

.demandfb .layui-tab-title li {
    width: 180px;
    height: 52px;
    border-radius: 3px;
    text-align: center;
    border: none;
    line-height: 52px;
    font-size: 24px;
    color: #000;
}

.demandfb .layui-tab-title li.layui-this {
    background-color: #7155fb;
    color: #fff;
}

.demandfb .layui-tab-brief>.layui-tab-more li.layui-this:after,
.demandfb .layui-tab-brief>.layui-tab-title .layui-this:after {
    content: none;
}

.demandfb .layui-tab-item {
    margin-top: 30px;
    box-shadow: 0px 0px 6px 0px rgba(82, 82, 82, 0.21);
    border-radius: 15px;
    padding: 50px 198px;
}

.demandfb .layui-form-label {
    font-size: 18px;
    color: #474747;
    width: 18%;
}

.demandfb .layui-input-block {
    font-size: 14px;
    color: #999999;
    max-width: 76%;
    margin-left: 180px;
    position: relative;
    border: solid 1px rgba(238, 238, 238, 1);
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
}

.demandfb .layui-input-block.wjpost {
    border: none;
}

.demandfb textarea {
    border: none;
}

.demandfb .layui-input-block input {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    display: inline-block;
    border: none;
}

.demandfb .company {
    font-size: 18px;
    color: #999999;
}

.demandfb button {
    background-color: rgba(113, 85, 251, 1);
    border-radius: 3px 3px 3px 3px;
    border: solid 1px rgba(238, 238, 238, 1);
    font-size: 18px;
    color: #fff;
    height: 40px;
}

#filepost {
    width: 180px;
    color: #ffffff;
}

.demandfb .yzCode {
    width: 180px;
    height: 43px;
}

.demandfb .submission {
    width: 300px;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    height: 46px;
    line-height: 46px;
}

.demandfb .address .layui-input {
    height: 40px;
}

.demandfb .address .layui-input-inline {
    border: solid 1px rgba(238, 238, 238, 1);
    width: 140px;
}

.demandfb .lti_two {
    padding: 50px 98px;
}

.demandfb h1 {
    background: #f1faff;
    border: 1px dashed #dcd3ff;
    padding: 15px 39px;
    font-size: 18px;
    line-height: 30px;
    text-indent: 37px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.demandfb .lti_two .layui-form-label {
    width: 12%;
}

.demandfb .lti_two .layui-input-block {
    max-width: 85%;
    margin-left: 150px;
}

.demandfb .opitype .layui-input-block {
    border: none;
}

.demandfb .opitype .layui-form-label {
    margin-top: 4px;
}

.demandfb .opitype .layui-form-checkbox[lay-skin=primary] {
    margin-top: 10px;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0;
    vertical-align: super;
}

.demandfb .imgpost .layui-form-label {
    margin-top: 24px;
}

.demandfb .imgpost img {
    width: 130px;
    height: 90px;
    border: solid 1px rgba(238, 238, 238, 1);
}

.demandfb .imgpost button {
    margin: 10px;
}

.demandfb .vertion {
    border: none;
}

/* .demandfb .vertion .vertion_h {} */

.demandfb .vertion_inp {
    width: 150px;
    border: solid 1px rgba(238, 238, 238, 1) !important;
}

/* 需求发布意见反馈 end */

/* 知识产权 */
.topic .index-page-t {
    margin-bottom: 30px;
    font-size: 25px;
}

.topic .index-page-t:before,
.topic .index-page-t:after {
    width: 123px;
}

.topic .index-page-t:before {
    background-image: url(images/t-left.png);
}

.topic .index-page-t:after {
    background-image: url(images/t-right.png);
}

.topic .brand-page .index-page-t:before {
    background-image: url(images/ico-26-1.png);
}

.topic .brand-page .index-page-t:after {
    background-image: url(images/ico-27-1.png);
}

.range-page {
    background: #e9f9ff;
}

.range-list {
    padding-top: 10px;
}

.range-list li {
    float: left;
    width: 25%;
    text-align: center;
}

.range-list .item-img {
    margin-bottom: 25px;
}

.range-list .item-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #353535;
}

.range-list .item-info {
    color: #5f5f5f;
    line-height: 26px;
}

.topic-advantage-list li {
    float: left;
    width: 368px;
    height: 192px;
    padding-top: 22px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin-left: 47px;
    text-align: center;
    background: #65d2c5;
}

.topic-advantage-list li:first-child {
    margin: 0;
}

.topic-advantage-list .item-title {
    line-height: 2.2;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}

.topic-flow {
    background: #e9f9ff;
}

.topic-flow-list li {
    float: left;
    text-align: center;
}

.topic-flow-list .item-arr-process {
    padding: 0 42px;
    line-height: 127px;
}

.topic-flow-list .item-title {
    line-height: 3;
    font-weight: bold;
    font-size: 20px;
    color: #5c5c5c;
}

.topic-product-1 {
    margin-bottom: 50px;
}

.topic-product-1 .item-cont {
    padding-left: 319px;
}

.topic-product-2 .item-cont {
    padding-right: 299px;
}

.topic-product-2 .topic-product-img {
    margin-top: 50px;
}

.topic-product-title {
    width: 149px;
    height: 39px;
    padding: 0 5px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 37px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    background: url(images/t-bg.png) no-repeat 0 0;
}

.topic-product-info {
    margin-bottom: 15px;
    line-height: 26px;
    color: #616161;
}

.topic-product-list {
    overflow: hidden;
}

.topic-product-list>li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    border-left: 1px solid #e5e5e5;
    text-align: center;
}

.topic-product-list>li:first-child {
    border: 0;
}

.topic-product-list .list-img {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.topic-product-list .list-img>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.topic-product-list .list-title {
    margin-bottom: 10px;
    color: #515151;
}

.topic-product-list .list-btn {
    width: 88px;
    height: 22px;
    border: 0;
    border-radius: 22px;
    color: #fff;
    background: #ff984d;
}

.topic-brand {
    height: 403px;
    background: url(images/p-bg.jpg) no-repeat center center;
}

.topic-contact {
    background: #e9f9ff;
}

.topic-contact-main {
    text-align: center;
}

.topic-contact-list {
    display: inline-block;
}

.topic-contact-list>li {
    margin-left: 200px;
    text-align: left;
}

.topic-contact-list>li:first-child {
    margin: 0;
}

.topic-contact-list>li .item-title {
    line-height: 41px;
    font-size: 18px;
    color: #222;
}

.topic-contact-list>li .item-cont {
    line-height: 36px;
    color: #5c5c5c;
}

/* 知识产权 end*/

/* 产融云——金圆集团专题 */
.jygroup .banner,
.jygroup .banner-slider,
.jygroup .banner-slider .slider-item {
    height: 500px;
}

.jygroup .contbox_tit {
    text-align: center;
}

.jygroup .contbox_tit div {
    display: inline-block;
    border-bottom: 1px solid #b4b4b4;
    font-size: 30px;
    padding: 0 3px 10px;
    position: relative;
    margin-bottom: 30px;
}

.jygroup .contbox_tit div img {
    margin-top: -4px;
}

.jygroup .contbox_tit div::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: calc(50% - 65px);
    width: 130px;
    height: 4px;
    background: #FDB813;
}

/*.jygroup .made-finece-slider .slider-item {
    width: 1200px;
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
    height: auto;
}

    .jygroup .made-finece-slider .slider-item:hover {
        box-shadow: none;
    }

.jygroup .made-finece-slider .bd {
    height: auto;
}

.jygroup .made-finece-slider .slider-item .slider-items {
    width: 231px;
    height: 390px;
    padding: 0 25px;
    margin: 10px 9px;
    border-radius: 15px;
    background: #fff;
}

    .jygroup .made-finece-slider .slider-item .slider-items:hover {
        -webkit-box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
        box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
    }*/

.jygroup .layui-tab-title {
    border: none;
    height: auto;
    overflow: initial !important;
}

.jygroup .layui-tab-title li {
    width: 239px;
    height: 45px;
    border: 1px solid #c5c5c5;
    border-top-width: 2px;
    border-left: none;
    font-size: 20px;
    color: #000000;
    position: relative;
    padding: 0;
}

.jygroup .layui-tab-title li:first-child {
    border-left: 1px solid #c5c5c5;
}

.jygroup .layui-tab-brief>.layui-tab-title .layui-this {
    background: #fdb813;
    color: #fff;
}

.jygroup .layui-tab-brief>.layui-tab-title .layui-this::after {
    content: none;
}

.jygroup .layui-tab-brief>.layui-tab-title .layui-this::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 15px solid #fdb813;
}

.jygroup .about-intro-p {
    font-size: 16px;
    line-height: 33px;
    color: #5f5f5f;
    text-indent: 33px;
    cursor: pointer;
}

.ovflp {
    height: 164px;
    overflow: hidden;
}

.member_list li {
    display: inline-block;
    margin: 15px;
    width: 92px;
    text-align: center;
}

.member_list li div {
    width: 92px;
    height: 92px;
    border: solid 1px #bdbdbd;
    text-align: center;
    line-height: 90px;
    margin-bottom: 17px;
}

.member_list li p {
    font-size: 14px;
    color: #5f5f5f;
}

.about-history {
    padding-top: 156px;
}

.about-history-cont {
    position: relative;
}

.about-history-pic {
    position: absolute;
    left: 50px;
    top: -130px;
    width: 184px;
}

.about-history-pic img {
    display: block;
    width: 100%;
}

.about-history-sec {
    display: none;
}

.about-history-img {
    float: left;
    width: 589px;
}

.about-history-desc {
    padding-left: 50px;
    float: left;
    width: 560px;
    height: 440px;
    overflow-y: auto;
    line-height: 28px;
    color: #333;
}

.about-history-tit {
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: bold;
    color: #e6e6e6;
    line-height: 80px;
}

.about-history-desc p {
    padding: 5px 15px 5px 0;
    border-bottom: 1px solid #ddd;
}

.about-history b,
strong {
    font-weight: bold;
}

.about-history-year {
    padding: 0 40px;
}

.history-year-ul {
    position: relative;
    padding: 40px 0;
}

.history-year-ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 49px;
    /* z-index: -1; */
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.history-year-li {
    float: left;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.history-year-li i {
    display: block;
    margin: 0 auto 15px auto;
    width: 8px;
    height: 8px;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
}

.history-year-li.active i {
    border-color: #fdb813;
}

.history-year-li p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.history-year-li.active p {
    color: #fdb813;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.about-history .clear:after {
    content: '';
    display: block;
    clear: both;
}

.about-history .main:after {
    content: '';
    display: block;
    clear: both;
}

.about-history-year .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    bottom: 0;
    padding: 0;
    margin: -50px 0 0 0;
    width: 28px;
    height: 55px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.about-history-year .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px;
    background-image: url(../images/icon12.png);
}

.about-history-year .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
    background-image: url(../images/icon11.png);
}

/* 产融云——金圆集团专题 end */


/* 三高企业金融服务专区 */
.fins_sy {
    padding-bottom: 0;
}

.fins_syimg img {
    width: 380px;
    height: 106px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    margin-right: 26px;
    border-radius: 19px;
}

.fins_syimg img:last-child {
    margin: 0;
}

.fins_list {
    height: 133px;
    width: 100%;
    background-color: #e2fafc;
    padding-bottom: .8rem;
    margin-top: 63px;
    text-align: center;
    min-width: 1200px;
}

.fins_list li {
    width: 296px;
    display: inline-block;
    height: 100%;
    border-left: 1px solid rgba(000, 000, 000, .4);
}

.fins_list li:first-child {
    border: none;
}

.fins_list h1 {
    font-family: DS-DIGIT;
    font-size: 75px;
    color: #0d6fdd;
    position: relative;
    display: inline-block;
    padding-top: 10px;
}

.fins_list h1 span {
    font-size: 13px;
    color: #909090;
}

.fins_list h1 em {
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 30px;
    font-family: "Microsoft YaHei";
}

.fins_list p {
    font-size: 18px;
    color: #5f5f5f;
    margin-top: 12px;
}

.fins_fc .index-page-t span {
    color: #fff;
}

.fins_fc {
    min-width: 1200px;
    height: 307px;
    background: url('../images/service/175251.png')no-repeat center;
}

.fins_fc li {
    display: inline-block;
    width: 261px;
    height: 201px;
    background-color: #bfe4e7;
    padding: 12px 13px;
    border-radius: 20px;
    margin-right: 8px;
    cursor: pointer;
}

.fins_fc li:hover {
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.fins_fc li p {
    text-align: center;
    margin-top: 15px;
}

.fin_service .index-page-t:before {
    background-image: url('images/t-b-left.png');
}

.fin_service .index-page-t::after {
    background-image: url('images/t-b-right.png');
}

.fin_service .fins_fc .index-page-t:before {
    background-image: url('images/t-w-left.png');
}

.fin_service .fins_fc .index-page-t::after {
    background-image: url('images/t-w-right.png');
}

.fins_tx ul {
    text-align: center;
}

.fins_tx li {
    width: 333px;
    height: 124px;
    display: inline-block;
    margin-left: -52px;
    cursor: pointer;
}

.fins_tx li:hover img {
    transition: transform .6s;
}

.fins_tx li:hover img {
    transform: scale(1.1, 1.1);
}

.fins_dw {
    text-align: center;
}

.finsd_box {
    width: 577px;
    height: 388px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    cursor: pointer;
}

.finsd_box:first-child {
    margin-right: 36px;
}

.finsd_box h1 {
    font-size: 40px;
    color: #ffffff;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background-color: #a0a0a0;
}

.finsd_box:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.finsd_box:hover h1 {
    background-color: #00bca4;
}

.finsd_box a {
    font-size: 16px;
    color: #757575;
    margin-right: 20px;
    margin-bottom: 18px;
    display: inline-block;
}

.finsd_box .slider-item {
    padding: 40px 18px 28px 36px;
    text-align: left;
    max-height: 190px;
    overflow-y: scroll;
}

.finsd_box .slider-item::-webkit-scrollbar {
    display: none
}

.finsd_box .made-finece-slider .hd ul {
    margin: 0;
}

.finsd_box .made-finece-slider .hd li {
    width: 8px;
    height: 8px;
    background-color: #000;
    opacity: .37;
}

.finsd_box .made-finece-slider .hd .on {
    opacity: .66;
}

/* 三高企业金融服务专区 end */

/* 字体 */
@font-face {
    font-family: DS-DIGIT;
    src: url('./DS-DIGIT/ds-digit-webfont.eot');
    src: url('./DS-DIGIT/ds-digit-webfont.eot?#iefix') format('embedded-opentype'), url('./DS-DIGIT/ds-digit-webfont.woff') format('woff'), url('./DS-DIGIT/ds-digit-webfont.ttf') format('truetype'), url('./DS-DIGIT/ds-digit-webfont.svg#SingleMaltaRegular') format('svg');
}

/* 产融云-机构入驻 */
.entry-banner {
    position: relative;
    height: 276px;
    margin-bottom: 139px;
    background: url(../images/financial/entry-b.jpg) no-repeat center center;
}

.entry-banner-tool {
    position: absolute;
    top: 153px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.entry-banner-btn {
    display: inline-block;
    width: 153px;
    height: 40px;
    margin: 0 25px;
    border-radius: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}

.entry-banner-btn:hover {
    color: #000;
}

.entry-banner-tool .apply-btn {
    background: #ff7200;
}

.entry-banner-tool .sign-btn {
    background: #00bba4;
}

.entry-process {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 245px;
    left: 0;
    right: 0;
    width: 971px;
    padding: 25px 0 25px 155px;
    margin: 0 auto;
    background: #0ba1ee;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(34, 23, 20, 0.26);
    box-shadow: 0px 0px 13px 0px rgba(34, 23, 20, 0.26);
}

.entry-process-item {
    font-size: 16px;
    color: #fff;
}


.entry-process-label {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #00bba4;
    line-height: 22px;
    text-align: center;
    background: #fff;
}

.entry-process-line {
    width: 130px;
    height: 1px;
    margin: 12px 5px 0;
    background-color: #fff;
}

.entry-information-page {
    margin-bottom: 100px;
}

.entry-information-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    color: #000;
}

.entry-information-title:before,
.entry-information-title:after {
    content: '';
    display: inline-block;
    width: 204px;
    height: 3px;
    vertical-align: middle;
}

.entry-information-title:before {
    margin-right: 5px;
    background: url(../images/financial/t-b-l.png);
}

.entry-information-title:after {
    margin-left: 5px;
    background: url(../images/financial/t-b-r.png);
}

.entry-information-show {
    padding: 40px 0;
}

.entry-information-show>li {
    width: 25%;
    text-align: center;
}

.entry-information-show .item-name {
    padding-top: 10px;
    font-size: 20px;
    color: #6e6e6e;
    line-height: 1.5;
}

.entry-information-tab {
    height: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.entry-information-tab>.tab-main {
    display: inline-block;
    height: 40px;
    border: solid 1px #cecece;
    border-radius: 40px;
    background: #fff;
    overflow: hidden;
}

.entry-information-tab>.tab-main>li {
    width: 94px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    color: #7f7f7f;
    line-height: 40px;
    cursor: pointer;
}

.entry-information-tab>.tab-main>.on {
    color: #fff;
    background: #00bba4;
}

.entry-information-tab-main {
    width: 1040px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    background: #fff;
}

.entry-information-tab-main>.tab-content-main {
    display: none;
}

.entry-information-ask>li {
    position: relative;
    cursor: default;
}

.entry-information-ask>li .item-main {
    position: relative;
    z-index: 1;
    margin: 0 15px;
    padding: 15px 44px 15px 8px;
    border-top: 1px solid #eaeaea;
    color: #757575;
}

.entry-information-ask>li:first-child .item-main {
    border: 0;
}

.entry-information-ask>li .item-main>span {
    display: block;
    width: 497px;
    line-height: 1.8;
}

.entry-information-ask>li:hover:before,
.entry-information-ask>li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f1f1f1;
}

.entry-information-ask>li:hover:before {
    left: 0;
}

.entry-information-ask>li .item-ico {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
}

.entry-form-banner {
    height: 275px;
    background: url(../images/financial/form-b.jpg) no-repeat center center;
}

.entry-form-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -35px;
    margin-bottom: 60px;
    padding: 1px 140px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.6);
    background: #fff;
}

.entry-form-title {
    margin: 40px 0;
    text-align: center;
    font-size: 34px;
    color: #fd7100;
}

.entry-form .layui-input {
    border: 1px solid #dcdcdc;
    height: 38px;
}

.entry-form .layui-form-label {
    width: 120px;
}

.entry-form .layui-input-block {
    margin-left: 150px;
}

.entry-form .entry-form-required .layui-form-label:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url(../images/financial/ico-req.png) no-repeat center center;
}

.entry-form-tips {
    padding: 20px 35px;
    margin-bottom: 55px;
    background-color: #e5f6f4;
}

.entry-form-tips-cont {
    margin-bottom: 15px;
    font-size: 12px;
    color: #181818;
}

.entry-form-tips .layui-form-checkbox[lay-skin=primary] {
    margin: 0;
}

.entry-form-tips .layui-form-checkbox[lay-skin=primary] span {
    padding: 0;
}

.entry-form-xy {
    vertical-align: middle;
}

.entry-form-btn {
    padding-bottom: 56px;
    text-align: center;
}

.entry-form-btn>button {
    width: 169px;
    height: 46px;
    font-size: 20px;
    background: #00bba4;
}

/* 新闻动态 */
.news-page-space {
    margin-bottom: 110px;
}

.news-page {
    background: #f1f1f1;
}

.news-banner {
    display: block;
    height: 398px;
    background: url(../images/news/banner.jpg) no-repeat center;
}

.news-breadcrumb {
    height: 56px;
    line-height: 56px;
}

.news-breadcrumb>* {
    font-size: 16px;
}

.news-left {
    width: 873px;
}

.news-right {
    width: 311px;
}

.news-search-tool {
    padding: 8px 12px;
    margin-bottom: 27px;
    background: #62c4b8;
}

.news-search-form {
    width: 431px;
    height: 36px;
    line-height: 36px;
    font-size: 0;
}

.news-search-input,
.news-search-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    border: 0;
    font-size: 16px;
}

.news-search-input {
    width: 368px;
}

.news-search-btn:hover,
.news-search-btn {
    width: 63px;
    border-radius: 0;
    color: #000;
    background: #cefff9;
}

.news-search-label {
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
    overflow: hidden;
}

.news-search-label>* {
    margin-left: 24px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.news-list-main {
    padding: 0 20px;
    background: #fff;
}

.news-list-tab {
    height: 35px;
    padding-top: 36px;
    border-bottom: 3px solid #d3d3d3;
}

.news-list-tab>li {
    height: 30px;
    margin-right: 25px;
    padding: 0 10px;
    border-bottom: 7px solid transparent;
    line-height: 1;
    font-size: 18px;
    color: #444;
    cursor: pointer;
}

.news-list-tab>.on {
    border-bottom: 7px solid #ff8a00;
    font-weight: bold;
    color: #ff8a00;
}

.news-list-cont>li {
    padding: 35px 19px;
    border-bottom: 1px dashed #d1d1d1;
    overflow: hidden;
}

.news-list-cont .item-img {
    width: 201px;
    height: 113px;
    overflow: hidden;
}

.news-list-cont .item-img>img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.news-list-cont>li:hover .item-img>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-list-cont .item-cont {
    /*height: 113px;*/
    padding-left: 18px;
    overflow: hidden;
}

.news-list-cont .item-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.news-list-cont .item-tool {
    margin-bottom: 21px;
    line-height: 16px;
    color: #a8a8a8;
}

.news-list-cont .item-tool-time {
    margin-right: 65px;
}

.news-list-cont .item-tool-time>img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
    vertical-align: middle;
}

.news-list-cont .item-tool-time>span {
    vertical-align: middle;
}

.news-list-cont .item-text {
    display: -webkit-box;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #7e7e7e;
}

.news-list-more {
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #a4a4a4;
}

.news-list-more>span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-right-page {
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.news-right-list {
    padding: 15px 10px;
}

.news-right-qr__head {
    width: 199px;
    height: 45px;
    margin: 0 auto 35px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background: #00bba4;
}

.news-right-qr__cont {
    text-align: center;
}

.news-right-qr__cont>img {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
    width: 50%;
}

.news-right-qr__cont .qr-title {
    display: block;
    margin-bottom: 10px;
    color: #52c6b8;
}

.news-right-qr__cont .qr-info {
    margin-bottom: 25px;
    color: #b5b5b5;
}

.news-right-list__head {
    padding: 5px 5px 10px 0;
    border-bottom: 1px solid #cbcbcb;
}

.news-right-list__head .head-title {
    height: 18px;
    padding-left: 6px;
    border-left: 3px solid #00bba4;
    line-height: 18px;
    font-size: 18px;
    color: #000;
}

.news-right-list__head .head-tool>img {
    margin: 0 3px;
    cursor: pointer;
}

.news-right-article {
    padding: 0 12px 10px;
}

.news-right-article>li {
    padding: 15px 0 0;
    border-bottom: 1px dashed #d1d1d1;
}

.news-right-article .item-img {
    width: 100%;
    height: 150px;
    margin-bottom: 5px;
}

.news-right-article .item-title {
    height: 64px;
    font-size: 16px;
    line-height: 2;
    color: #797979;
    overflow: hidden;
}

.news-right-recomd>li {
    position: relative;
    padding: 10px 0;
}

.news-right-recomd .item-label {
    width: 15px;
    height: 15px;
    margin: 6px 5px 0 0;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #84d5ff;
}

.news-right-recomd .item-mark .item-label {
    background: #009dee;
}

.news-right-recomd .item-title {
    display: block;
    line-height: 2;
    font-size: 16px;
    line-height: 27px;
    color: #404040;
    overflow: hidden;
}

.news-right-recomd .item-time {
    position: absolute;
    bottom: -12px;
    right: 0;
    font-size: 16px;
    line-height: 27px;
    color: #ff8625;
}

.news-detail {
    padding: 0 35px;
    margin-bottom: 22px;
    background: #fff;
}

.news-detail-head {
    padding: 15px 0;
    border-bottom: 1px dashed #d1d1d1;
}

.news-detail-head .head-title {
    margin: 0 0 25px;
    text-align: center;
    font-size: 24px;
    color: #212121;
}

.news-detail-head .head-tool {
    color: #aaa;
}

.news-detail-head .head-tool>* {
    margin: 0 29px;
    line-height: 18px;
}

.news-detail-head .head-tool>*>img {
    margin-right: 8px;
    vertical-align: middle;
}

.news-detail-head .head-tool>*>span {
    vertical-align: middle;
}

.news-detail-cont {
    padding: 40px 10px;
    line-height: 28px;
}

.news-detail-cont img {
    max-width: 100%;
}

.news-detail-recomd {
    padding: 10px 20px;
    background: #fff;
}

.news-detail-recomd__head {
    padding: 13px 0;
    border-bottom: 1px solid #d1d1d1;
}

.news-detail-recomd__head .head-title {
    height: 18px;
    padding-left: 8px;
    border-left: 3px solid #00bba4;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}

.news-detail-recomd__list {
    padding-top: 20px;
    margin-right: -15px;
}

.news-detail-recomd__list>li {
    width: 197px;
    margin-bottom: 20px;
    margin-right: 15px;
    text-align: center;
}

.news-detail-recomd__list .item-img {
    display: block;
    width: 100%;
    height: 110px;
    margin-bottom: 5px;
}

.news-detail-recomd__list .item-text {
    height: 56px;
    display: -webkit-box;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 全国信易贷综合服务平台-工程信易贷 */
.erg_letter {
    background-color: #f0f0f0;
}

.erg_letter div {
    box-sizing: border-box;
}

.erg_letter .banner .slider-item {
    height: 398px;
}

.erg_letter .index-page-t {
    font-size: 28px;
}

.ergl_int {
    position: relative;
}

.ergl_int h1 {
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.ergl_int p {
    width: 840px;
    font-size: 20px;
    line-height: 40px;
    color: #666666;
    text-indent: 40px;
    margin: 38px 0 66px;
}

.ergl_int_sys {
    position: absolute;
    right: 80px;
    top: 74px;
}

.ergl_int_sys h2 {
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    color: #333333;
    margin-bottom: 13px;
}

.ergl_xq a {
    display: block;
    margin: 43px auto 0;
    width: 1089px;
    border-radius: 12px;
}

.ergl_xq a img {
    width: 100%;
}

.ergl_xq a:hover {
    box-shadow: 3px 5px 15px -8px #000;
}

.ergl_zs .index-page-t {
    margin-bottom: 88px;
}

.ergl_zs div.fl {
    width: 564px;
}

.ergl_zs div.fl div {
    width: 250px;
    height: 160px;
    background-color: #ffffff;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
    padding: 34px 0 0 32px;
    display: inline-block;
    margin: 0 0 40px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.ergl_zs div.fl div:hover {
    transform: scale(1.1, 1.1);
}

.ergl_zs div.fl div img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.ergl_zs div.fl div:nth-child(odd) {
    margin-right: 30px;
}

.ergl_zs div.fl div h1 {
    font-size: 50px;
    color: #fd7100;
    font-weight: 400;
    z-index: 666;
    position: relative;
}

.ergl_zs div.fl div h1 span {
    font-size: 16px;
    color: #fd7100;
}

.ergl_zs div.fl div p {
    font-size: 20px;
    color: #333333;
    margin-top: 18px;
    z-index: 666;
    position: relative;
}

.ergl_zs ul {
    margin-left: 66px;
}

.ergl_zs li {
    width: 470px;
    height: 48px;
    line-height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.ergl_lc img {
    margin-top: 40px;
}

.ergl_ts ul {
    margin-top: 48px;
}

.ergl_ts li {
    width: 376px;
    height: 396px;
    background-color: #ffffff;
    overflow: hidden;
    display: inline-block;
    margin-right: 32px;
    cursor: pointer;
}

.ergl_ts li:last-child {
    margin: 0;
}

.ergl_ts li img {
    width: 100%;
    height: 216px;
}

.ergl_ts li div {
    padding: 22px 50px 0 33px;
}

.ergl_ts li:hover {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .15);
}

.ergl_ts li h1 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 16px;
}

.ergl_ts li p {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.ergl_jg_box {
    margin-top: 68px;
}

.ergl_jg_box .swiper-container {
    width: 323px;
    height: 136px;
    margin: 0 30px;
}

.ergl_jg_box .swiper-slide {
    width: 323px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: url('/res/images/ygc/156056.png')no-repeat center center;
    background-size: contain;
}

.ergl_jg_box .swiper-pagination {
    bottom: 0;
    text-align: right;
}

.ergl_jg_box .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    background-color: #999999;
    border-radius: 2px;
}

.ergl_jg_box .swiper-pagination-bullet-active {
    width: 14px;
    background-color: #5ec1ae;
}

.ergl_jg_box h1 {
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 16px;
}

.ergl_jg_box p {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}

/* 全国信易贷综合服务平台-工程信易贷 end */

/* 找项目 */
.fproj .mar-top {
    margin-top: 21px;
}

.fproj_filter {
    height: 50px;
    background-color: #e0fcf9;
    border-top: 3px solid #12cbb2;
}

.fproj_filter p {
    font-size: 14px;
    color: #333333;
    margin-top: 16px;
    margin-right: 20px;
}

.fproj_filter p span {
    color: #ff6600;
}

.fproj_filter div {
    width: 110px;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #bfbfbf;
    cursor: pointer;
    float: left;
}

.fproj_filter div.on {
    background: #fff;
}

.fproj_filter div:last-child {
    border: none;
}

.fproj_list_left {
    width: 880px;
}

.fproj_ll_box {
    width: 880px;
    height: 180px;
    background-color: #ffffff;
    margin-bottom: 18px;
    padding: 21px 50px 42px 20px;
    box-sizing: border-box;
    position: relative;
}

.fproj_ll_box h1 {
    font-size: 18px;
    color: #373d41;
    font-weight: bold;
    margin-bottom: 21px;
}

.fproj_ll_box h1 span {
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
}

.fproj_ll_box div {
    width: 690px;
    font-size: 13px;
    color: #373d41;
    margin: 16px 0;
}

.fproj_llb_cont {
    text-align: center;
}

.fproj_ll_box p {
    font-size: 13px;
    color: #373d41;
    margin-top: 16px;
}

.fproj_ll_box .bold {
    font-weight: bold;
}

.fproj_ll_box button {
    width: 120px;
    height: 40px;
    background-color: #12c8b2;
    border: none;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 49px;
    right: 49px;
    cursor: pointer;
}

.fproj_ll_box button:hover {
    background-color: #38ecd7;
}

.fproj_list_left .line-action-hover .line-left,
.fproj_list_left .line-action-hover .line-right,
.fproj_list_left .line-action-hover .line-top,
.fproj_list_left .line-action-hover .line-bottom {
    margin: 0
}

.fproj_list_right {
    width: 300px;
}

.fproj_list_right h1 {
    font-size: 14px;
    color: #333333;
    margin-left: 15px;
}

.fproj_lr_box {
    width: 300px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.fproj_lr_box img {
    width: 260px;
    margin-bottom: 12px;
}

.fproj_lr_box h2 {
    font-size: 14px;
    line-height: 24px;
    color: #30aef9;
    padding-left: 6px;
    margin-bottom: 4px;
}

.fproj_lr_box p {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    padding-left: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
}

.forj_form {
    padding-top: 25px;
}

.forj_form img {
    margin-left: 201px;
    margin-bottom: 30px;
    display: block;
}

.fproj_form_btn {
    width: 259px;
    height: 47px;
    background-color: #00bba4;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    margin-left: 329px;
    margin-top: 21px;
    cursor: pointer;
}

.forj_form .layui-input,
.forj_form .layui-select,
.forj_form .layui-textarea {
    height: 38px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
}

.forj_form .layui-form-label span {
    font-size: 20px;
    color: #ff0000;
}

.forj_form .layui-form-label {
    width: 100px;
}

.forj_form .layui-input-block {
    margin-left: 132px;
}

.forj_form .layui-input-block button {
    width: 135px;
    background-color: #00bba4;
    font-size: 14px;
    color: #ffffff;
    height: 38px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.forj_form .layui-input-block textarea {
    resize: none
}

.fproj_form_btn:active,
.forj_form .layui-input-block button:active {
    background-color: #24eed6;
}

.forj_form .layui-form-item {
    margin-left: 140px;
    width: 552px;
}

.ffunds .fproj_ll_box {
    height: 200px;
}

.fproj_ll_box div span {
    width: 30%;
    height: 16px;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ffunds .fproj_lr_box h2 {
    border-bottom: 1px dashed #a6a6a6;
    padding-bottom: 6px;
}

.fdetils .layui-breadcrumb {
    display: block;
}

.fdetils .layui-breadcrumb a {
    color: #333333 !important;
}

.fdetils_list_left {
    width: 880px;
}

.detail_head,
.detail_cont,
.detail_foot {
    padding: 36px 37px 0 25px;
}

.detail_cont {
    padding-bottom: 50px;
}

.detail_head .head-name {
    display: block;
    line-height: 2;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.detail_head .head-span {
    display: inline-block;
    margin: 0 0 20px;
}

.detail_head .collect {
    margin-right: 30px;
    width: 25px;
    height: 24px;
    background: url('../images/project/79681.png')no-repeat 0 0;
}


.detail_head .share {
    width: 27px;
    height: 27px;
    background: url('../images/project/98958.png')no-repeat 0 0;
}

.detail_head_box {
    padding-left: 13px;
}

ul.detail_head_box li {
    display: inline-block;
    width: 49%;
}

ul.detail_head_box li p {
    font-size: 13px;
    color: #333333;
    line-height: 30px;
}

ul.detail_head_box li span {
    color: #999999;
}

ul.detail_head_box button {
    width: 103px;
    height: 36px;
    background-color: #00bba4;
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-left: -10px;
}

.detal_head_ban {
    width: 880px;
    height: 100px;
    background-color: #fff1ce;
    border-bottom: 3px solid #e9c770;
    line-height: 100px;
    margin-top: 90px;
    margin-left: -25px;
    padding-left: 68px;
    box-sizing: border-box;
}

.detal_head_ban div {
    width: 62px;
    height: 62px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 62px;
    display: inline-block;
    border-radius: 50%;
}

.detal_head_ban p {
    font-size: 18px;
    color: #c67a2f;
    margin: 0 47px 0 18px;
    display: inline-block;
}

.detal_head_ban button {
    width: 172px;
    height: 45px;
    background-color: #ec900d;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.detal_head_ban button:active {
    background-color: #ff9d14;
}

.detail_cont h1,
.detail_foot h1 {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}

.detail_cont p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}

.detail_label {
    width: 800px;
    height: 50px;
    background-color: #e2fffb;
    line-height: 50px;
    padding-left: 20px;
}

.detail_label a {
    font-size: 14px;
    color: #333333;
    margin-right: 20px;
}

.detail_foot .layui-textarea {
    resize: none;
    padding: 9px 16px;
    height: 123px;
    border: solid 1px #dadada;
    margin-bottom: 14px;
}

.detail_foot .layui-input {
    height: 38px;
    display: inline-block;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    padding-left: 10px;
    border-color: #e6e6e6;
    margin-right: 12px;
}

.detfot_inp {
    margin-bottom: 46px;
}

.detfot_inp span {
    font-size: 12px;
    color: #999999;
    padding-right: 50px;
}

.detfot_inp .layui-form-radio {
    margin-top: 0;
}

.detail_foot h1 {
    margin-left: 10px;
}

.detail_foot button {
    width: 120px;
    height: 37px;
    background-color: #00bba4;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.detail_foot button:active {
    background-color: #00d8bf;
}


.detfot_list .pagination {
    text-align: center;
    margin-top: 12px;
}

.detfot_list li {
    padding: 28px 0 40px 20px;
    position: relative;
    border-bottom: 1px dashed #dadada;
}

.detail_foot {
    padding-bottom: 20px;
}

.detfot_list li img {
    float: left;
    border-radius: 50%;
    width: 80px;
    background-color: #f4f3f8;
    margin-top: 10px;
    margin-right: 35px;
}

.detfot_list li p {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
}

.detfot_list li span {
    font-size: 12px;
    color: #999999;
    position: absolute;
    top: 56px;
    right: 46px;
}

.detail_buscard {
    width: 300px;
    /* height: 430px; */
    background-color: #e3fefb;
    padding-bottom: 1px;
}

.detail_buscard h1 {
    height: 50px;
    background-color: rgba(0, 187, 164, 0.43);
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
    padding-left: 26px;
    margin: 0;
}

.detail_buscard img {
    display: block;
    margin: 18px auto 30px;
    width: 120px;
    height: 120px;
    background-color: #c7c7c7;
    border-radius: 50%;
}

.detail_buscard h2 {
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.detail_buscard p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    width: 250px;
    margin-left: 19px;
}

.detail_buscard a {
    display: block;
    width: 230px;
    height: 40px;
    background-color: #00bba4;
    border-radius: 5px;
    margin: 20px auto 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

.detail_buscard a:active {
    background-color: #00dac0;
}

.detail_head_box.detail_al p {
    padding-left: 21px;
}

.detail_head_box.detail_al p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #00bba4;
}

/* 一键直投 */
.obtnbi_cont li {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 25px 68px 25px 36px;
    box-sizing: border-box;
}

.btn_cont_img {
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: solid 1px #eeeeee;
    margin-right: 57px;
    float: left;
}

.btn_cont_cont h1 {
    font-size: 18px;
    color: #333333;
}

.btn_cont_cont p {
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    margin: 16px 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    width: 665px;
}

.btn_cont_cont h2 {
    font-size: 12px;
    color: #333333;
}

.btn_cont_cont h2 span {
    display: inline-block;
    width: 80px;
    height: 25px;
    background-color: #12c8b2;
    border-radius: 12px;
    margin-right: 14px;
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.btn_cont_cont {
    float: left;
}

.btn_cont_btn {
    float: right;
    text-align: center;
    margin-top: 43px;
}

.btn_cont_btn button {
    width: 120px;
    height: 40px;
    background-color: #12c8b2;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
}

.btn_cont_btn button:active {
    background-color: #02e4c9;
}

.btn_cont_btn p {
    font-size: 12px;
    color: #333333;
}

/* 全国首页改版 */
.map-box {
    position: relative;
    padding-top: 30px;
    font-size: 0;
}

.map-box>img {
    margin-right: 62px;
}

.map-table {
    display: inline-block;
    width: 276px;
    border: 1px solid #ececec;
    margin-left: 56px;
    vertical-align: middle;
    background: #fff;
}

.map-table>li {
    height: 38px;
    border-top: 1px solid #ececec;
    text-align: center;
    font-size: 14px;
    line-height: 37px;
    color: #4f4f4f;
}

.map-table>li:first-child {
    border-top: 0;
    background: #e9faff;
}

.map-table .item-no {
    width: 46px;
    background: #e9faff;
}

.map-table .item-name {
    width: 120px;
    padding-left: 30px;
    text-align: left;
}

.map-table .item-num {
    width: 80px;
}

.ts-box {
    margin-right: -35px;
    padding: 70px 0 40px;
}

.ts-box>li {
    width: 192px;
    height: 251px;
    padding: 12px 10px;
    margin-right: 35px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.ts-box>li:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.ts-box .img {
    width: 100%;
    height: 108px;
    line-height: 108px;
    text-align: center;
    background: #daf5f7;
}

.ts-box .img>img {
    max-height: 100%;
}

.ts-box .t {
    display: block;
    height: 27px;
    margin-bottom: 5px;
    font-size: 17px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    background-color: #55c0d6;
}

.ts-box .i {
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #595959;
    text-align: center;
}

.lc-box {
    padding-top: 80px;
}

.lc-list {
    width: 450px;
}

.lc-list>li {
    height: 129px;
    line-height: 85px;
    font-size: 0;
    cursor: pointer;
}

.lc-left>li {
    padding: 0 113px 0 20px;
    background: url(../images/index/lc-bg-l.png) no-repeat 0 0;
}

.lc-left>.on {
    background: url(../images/index/lc-bg-l-on.png) no-repeat 0 0;
}

.lc-right>li {
    padding: 0 20px 0 173px;
    background: url(../images/index/lc-bg-r.png) no-repeat right 0;
}

.lc-right>.on {
    background: url(../images/index/lc-bg-r-on.png) no-repeat 0 0;
}

.lc-list .list-img {
    margin-right: 20px;
}

.lc-list .lc-cont {
    display: inline-block;
    line-height: 1.7;
    vertical-align: middle;
    color: #fff;
}

.lc-list .lc-cont .t {
    font-size: 18px;
    font-weight: bold;
}

.lc-list .lc-cont .i {
    font-size: 14px;
}

.lc-phone {
    position: relative;
    width: 284px;
    height: 540px;
    border-top: 9px solid #e1dddd;
    border-bottom: 9px solid #e1dddd;
    border-left: 8px solid #e1dddd;
    border-right: 8px solid #e1dddd;
    border-radius: 50px;
    background: #e1dddd;
    overflow: hidden;
}

.lc-phone>ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 1704px;
    height: 100%;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.lc-phone>ul>li {
    width: 284px;
    height: 100%;
}

.lc-phone>ul img {
    display: block;
    width: 100%;
    height: 100%;
}

.fproj_cont {
    padding-bottom: 20px;
}

/* 企业用户和金融机构按钮 */

.about-enrty2 {
    position: relative;
    /*position: absolute;*/
    /* top: 46px;
right: 0; */
    z-index: 3;
    margin: 1px 0 0 10px;
    /* border: 1px solid #00bba4; */
    border-radius: 5px;
    /* overflow: hidden; */
}

.company-user {
    right: 102px;
}

.about-enrty__btn {
    display: block;
    height: 32px;
    line-height: 32px;
}

.about-enrty__btn,
.about-enrty__btn:hover {
    color: #fff;
}

.about-enrty__btn .btn-ico {
    margin-right: 5px;
}

.about-enrty__list {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
    padding: 5px 0;
}

.about-enrty2:hover .about-enrty__list {
    display: block;
}

.about-enrty__list ul {
    padding: 8px 0;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

.about-enrty__list li {
    line-height: 2.2;
    font-size: 13px;
    color: #515151;
}

.entry-zxqy {
    background: #00bba4;
}

.entry-zxqy li a:hover {
    color: #00bba4;
}

.entry-bank {
    background: #ec9d41;
}

.entry-bank li a:hover {
    color: #ec9d41;
}

.entry-zfbm {
    background: #3dadfb;
}

.entry-zfbm li a:hover {
    color: #3dadfb;
}


/**/
.list-tool {
    height: 48px;
    margin-bottom: 25px;
    border: 1px solid #cdcdcd;
    line-height: 48px;
    background: #f1f1f1;
}

.list-tool .tool-item {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #7a7a7a;
    cursor: pointer;
    user-select: none;
}

.list-tool .on {
    color: #12c8b2;
}

.list-tool .on:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-top: 2px solid #12c8b2;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    background: #fff;
}

#listSort .tool-item {
    width: 114px;
}

#listType .tool-item {
    padding: 0 15px;
}

#listType .tool-item img {
    width: 22px;
}

.list-tool .item-name {
    position: relative;
}

.product-list-line li {
    position: relative;
    height: 98px;
    padding: 28px 25px 22px;
    margin-bottom: 25px;
    background: #fff;
    overflow: hidden;
}

.product-list-line li:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.product-list-line .item-corner {
    position: absolute;
    top: -4px;
    left: -5px;
    width: 132px;
    height: 37px;
    background: url(../images/ico-corner.png) no-repeat 0 0;
}

.product-list-line .item-img {
    width: 96px;
    height: 96px;
    margin-right: 40px;
    border: 1px solid #d9d6d6;
    text-align: center;
    line-height: 96px;
    overflow: hidden;
}

.product-list-line .item-img>img {
    max-width: 100%;
    max-height: 100%;
}

.product-list-line .item-title {
    width: 230px;
}

.product-list-line .item-title .t {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list-line .item-title .st {
    font-size: 14px;
    color: #696969;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 5px;
}

.product-list-line .item-title .st-label {
    color: #2a2a2a;
}

.product-list .item-label {
    margin-bottom: 18px;
    margin-top: -10px;
    height: 25px;
}

.product-list-line .item-title div,
.product-list .item-label div {
    display: inline-block;
    border: 1px solid #ff9431;
    color: #ff9431;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 24px;
    margin-right: 6px;
}

.product-list-line .item-title div:last-child,
.product-list .item-label div:last-child {
    margin-right: 0;
}

.product-list-line .item-info {
    width: 210px;
    padding-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: #2a2a2a;
}

.product-list-line .item-info .info-c {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #f57825;
}

.product-list-line .item-btn {
    width: 140px;
    height: 40px;
    margin: 25px 0 0 10px;
    border-radius: 20px;
    font-size: 20px;
    background: #00bba4;
}


/*阳光保险*/
.opcInsuer {
    overflow: hidden;
}

.opc_banner {
    position: relative;
    background-color: #4577bb;
    height: 397px;
    min-width: 1200px;
}

.opc_banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 6;
}

.opc_cont {
    padding: 50px 0 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.opc_banner .container {
    height: 100%;
}

.opc_banner .applybtn {
    width: 137px;
    height: 49px;
    background: #fff;
    line-height: 49px;
    font-size: 20px;
    color: #ff7e00;
    text-align: center;
    position: absolute;
    right: 82px;
    bottom: 26px;
    z-index: 9;
    border-radius: 6px;
    cursor: pointer;
    transition: font-size .4s;
}

.opc_banner .applybtn:hover {
    font-size: 23px;
}

.opc_submit {
    display: none;
    background-color: #ffffff;
    padding: 27px 0 12px;
    font-size: 16px;
    color: #000000;
    position: relative;
    box-shadow: 9px 2px 8px 0px rgba(25, 15, 8, 0.21);
}

.opc_submit .layui-form-label {
    width: 120px;
    font-size: 16px;
    padding: 9px 0;
}

.opc_submit .layui-input-block {
    margin-left: 120px;
    max-width: 908px;
    font-size: 14px;
}

.opc_submit input {
    padding: 0 14px;
    font-size: 14px;
    height: 38px;
    border: 1px solid #ccc;
}

.opc_submit .layui-form-item {
    margin-bottom: 31px;
}

.opc_submit .vcode {
    width: 117px;
    height: 47px;
    float: left;
    margin: -5px 0 0 10px;
}

.opc_submit .layui-input-inline {
    width: 199px;
}

.opc_submit .layui-input-inline.pnumber::before {
    content: '';
    top: 1px;
    right: 1px;
    width: 29px;
    height: 36px;
    background: #fff;
    position: absolute;
}

.opc_submit .area span {
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 38px;
    margin-right: 24px;
}

.opc_submit .layui-form-select .layui-input {
    font-size: 14px;
}

.opc_submit .area .layui-input-inline {
    width: 188px;
}

.opc_submit_btn {
    width: 109px;
    height: 39px;
    background-color: #ff7e00;
    border-radius: 6px;
    border: none;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 168px;
    bottom: 0;
    cursor: pointer;
    transition: font-size .4s;
}

.opc_submit_btn:hover {
    font-size: 22px;
}

.opc_submit_btn:active {
    background-color: #df7001;
}

.opc_p {
    margin-bottom: 46px;
}

.opc_p p {
    font-size: 16px;
    color: #515151;
    line-height: 35px;
}

.opc_p span {
    font-weight: bold;
    color: #3e3e3e;
}

.opc_p em {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    float: left;
    margin-right: 14px;
    margin-top: 13px;
}

.opc_tit {
    margin-top: 46px;
}

.opc_tit img {
    width: 25px;
    margin-right: 8px;
    float: left;
    margin-top: 3px;
}

.opc_tit h1 {
    font-size: 26px;
    font-weight: bold;
    color: #ff7e00;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.opc_tit h1::before {
    content: '';
    position: absolute;
    width: 338px;
    height: 3px;
    background: url('../images/4684181.png')no-repeat center center;
    right: -346px;
    top: 18px;
}

.opc_cont .prompt {
    margin-left: 37px;
    font-size: 16px;
    color: #f63b3b;
}

.opc_tab_box {
    margin-top: 66px;
    width: 570px;
    float: left;
    margin-bottom: 20px;
}

.opc_tab_box:nth-of-type(odd) {
    margin-right: 58px;
}

.opc_tab_box h1 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: bold;
    background: linear-gradient(to right, #1bb0d5, #0bd272);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 21px;
}

.opc_tab_box .layui-table thead tr {
    background-color: #e3f9ff;
}

.opc_tab_box .layui-table tbody tr:hover {
    background-color: #f6fdff;
}

.opc_tab_box .layui-table td,
.opc_tab_box .layui-table th {
    border-color: #7cbfd1;
    text-align: center;
    padding: 13px 9px;
    line-height: 1.4;
}

.opc_tab_box .layui-table th {
    font-size: 18px;
}

.opc_tab_box .layui-table td {
    font-size: 16px;
}

.opc_tab_box .layui-table {
    box-shadow: 0px 0px 8px 0px rgba(43, 43, 43, 0.56);
}

/* 新登录页 */
.loginNew {
    padding: 184px 0;
    height: auto;
    background: url('../images/BANNERs.png')no-repeat top center;
}

.loginNew .pos-box {
    height: auto;
    width: auto;
}

.loginNew .reg-box {
    height: auto;
    width: 1000px;
}

.loginNew .pos-box .box-cont {
    padding: 40px 0px;
}

.loginNew .hdCnav li {
    display: inline-block;
    font-size: 16px;
    color: #818181;
    margin-right: 8px;
    font-weight: 500;
}

.loginNew .hdCnav li em {
    font-size: 19px;
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.loginNew .hdCnav li span {
    width: 19px;
    height: 19px;
    background-color: #a7a7a7;
    border-radius: 50%;
    line-height: 19px;
    color: #fff;
    display: inline-block;
}

.loginNew .hdCnav li.on {
    color: #00bba4;
}

.loginNew .hdCnav li.on span {
    background: #00bba4;

}

.loginNew .form-item {
    display: none;
}

.loginNew .form-item.on {
    display: block;
}

.loginNew .form-item:first-child {
    width: 500px;
    margin: 0 auto;
}

.loginNew .layui-form-label {
    padding-left: 0;
    font-size: 16px;
    width: 112px;
}

.loginNew .layui-input-block {
    margin-left: 128px;
}

.loginNew .layui-form-item .layui-input-inline:last-child {
    margin: 0;
}

.loginNew .finbtn {
    margin: 42px 0;
    text-align: center;
}

.loginNew .finbtn .btn {
    height: 50px;
    border: none;
    border-radius: 6px;
    font-size: 22px;
    margin: 0 9px;
    min-width: 220px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.loginNew .finbtn .btn:first-child {
    background-color: #ffffff;
    border: solid 2px #00bba4;
    color: #00bba4;
}

.loginNew .finbtn .btn:last-child {
    background: #00bba4;
    color: #fff;
}

.loginNew .login-reg .reg-box .reg-link {
    margin-right: -160px;
}

.loginNew .bdreqForm {
    padding: 1px 14px;
    box-sizing: border-box;
}

.loginNew .cerCont {
    padding: 0 30px;
}

.loginNew .regSuccess {
    text-align: center;
    font-size: 39px;
    line-height: 27px;
    color: #00bba4;
    margin: 30px 0 80px;
}

.loginNew .regSuccess img {
    display: block;
    width: 163px;
    margin: 0 auto 32px;
}

/*END*/

/*API接口说明*/
.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.api-gray {
    background: #f9f9f9;
}

.api-banner {
    height: 398px;
}

    .api-banner .banner-item {
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

.api-page {
    padding: 40px 0;
}

    .api-page .api-img-left {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 0 75px 0 55px;
    }

        .api-page .api-img-left::before {
            content: "";
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle;
        }

        .api-page .api-img-left img {
            vertical-align: middle;
        }

    .api-page .page-right {
        padding-left: 392px;
    }

.api-step {
    position: relative;
    height: 500px;
    margin: 10px 0;
    padding: 10px 10px;
    overflow: hidden;
}

    .api-step::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 53px;
        bottom: 10px;
        width: 1px;
        background: #0b8ce4;
    }

    .api-step > li {
        position: relative;
        padding: 15px 0 15px 37px;
        margin: 0 0 30px;
        border-radius: 1000px;
        -webkit-box-shadow: 0 0 10px rgba(168, 168, 168, 0.29);
        box-shadow: 0 0 10px rgba(168, 168, 168, 0.29);
        font-size: 16px;
        color: #5a5a5a;
        background: #fff;
    }

        .api-step > li::before {
            content: "";
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle;
        }

        .api-step > li .step-index {
            display: inline-block;
            width: 31px;
            height: 31px;
            border-radius: 100%;
            margin-right: 20px;
            font-size: 20px;
            text-align: center;
            line-height: 31px;
            color: #fff;
            background: #0b8ce4;
            vertical-align: middle;
        }

        .api-step > li .step-text {
            display: inline-block;
            width: 550px;
            line-height: 1.8;
            vertical-align: middle;
        }

            .api-step > li .step-text .step-mark {
                color: #ff6c0a;
            }

.api-download {
    display: inline-block;
    width: 244px;
    height: 50px;
    border: 1px solid #56aae0;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    background: #eefcff;
}

    .api-download .text {
        margin-left: 10px;
        line-height: 25px;
        font-size: 22px;
        color: #5a5a5a;
        vertical-align: middle;
    }

/*END*/