    .section {
        margin-top: 80px;
    }

    .section>.title {
        font-size: 36px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        margin-bottom: 50px;
    }

    .banner {
        width: 100%;
        height: 500px;
    }

    .banner>.bwrapper {
        height: 100%;
    }

    .banner>.bwrapper>.item {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    /* .banner>.bwrapper>.item>img {
    	height: 100%;
    	width: 100%;
    } */

    .banner.swiper-container>.swiper-pagination-bullets {
        bottom: 80px;
    }

    .container>.plateinfo {
        position: absolute;
        border-radius: 8px;
        box-shadow: 0 2px 5px #e5e5e5;
        top: -93px;
        background: #ffffff;
        z-index: 2;
        padding: 20px;
    }

    .container>.plateinfo>.sum {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0;
        position: relative;
        /* height: 76px; */
        border-bottom: solid 1px #ded9d9;
    }

    .container>.plateinfo>.sum>p {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        /* float: left; */
        margin-left: 60px;
    }

    .container>.plateinfo>.sum>p:last-child {
        /* margin-left: 100px; */
    }

    .container>.plateinfo>.sum>p>.num {
        font-size: 36px;
        font-weight: bold;
        color: red;
    }

    .container>.plateinfo>.sum>p>.unit {
        font-size: 18px;
        color: #999;
    }

    .container>.plateinfo>.notice {
        position: relative;
        height: 70px;
        text-align: center;
    }

    .container>.plateinfo>.notice>.title {
        float: left;
        font-size: 24px;
        font-weight: bold;
        color: #227ab6;
        margin: 18px 60px;
    }

    .container>.plateinfo>.notice>.info {
        float: left;
        position: relative;
        width: 700px;
        height: 50px;
        overflow: hidden;
        margin: 15px 0 5px;
    }

    .container>.plateinfo>.notice>.info>.tile-content {
        text-align: left;
        padding: 5px 0 20px;
    }

    .container>.plateinfo>.notice>.info>.tile-content>a {
        display: inline-block;
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        max-width: 500px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: bottom;
    }

    .container>.plateinfo>.notice>.info>.tile-content>span {
        margin-left: 40px;
        color: #666666;
        font-size: 16px;
        font-weight: bold;
    }

    .container>.plateinfo>.notice>.btmore {
        float: left;
        margin: 18px 0 18px 20px;
    }


    /*
	实时成交
	*/
    .deal>.showarea {
        height: 301px;
        overflow: hidden;
    }

    .deal>.showarea>.scolltable {
        position: relative;
        border-top: none;

    }

    .deal>.showarea>.scolltable>thead>tr>th {
        height: 0;
        padding: 0;
    }

    .deal>.showarea>.scolltable>tbody>tr {
        position: relative;
    }

    /*信息资讯*/

    .container>.information>.items>.item {
        position: relative;
        padding: 0px !important;
        width: 25%;
        float: left;
        cursor: pointer;
        border: solid 1px #ebebeb;
    }

    .container>.information>.items>.item>img {
        width: 100%;
        height: 180px;
        border: none;
    }

    .container>.information>.items>.item>.info {
        height: 180px;
        padding: 30px 50px 30px 30px;
        box-shadow: 0 0 2px #e5e5e5;
    }

    .container>.information>.items>.item>.info>.date {
        display: inline-block;
        font-size: 14px;
        color: #666666;
        font-weight: bold;
    }

    .container>.information>.items>.item>.info>.title {
        font-size: 14px;
        color: #666666;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 10px;
        overflow: hidden;
        max-height: 44px;
    }

    .container>.information>.items>.item>.info>.detail {
        position: absolute;
        bottom: 30px;
        font-size: 12px;
        color: #999999;
        font-weight: bold;
    }

    /*信息资讯1.0*/

    .container>.information>.mcontent {
        float: left;
        width: 50%;
        padding: 0 20px;
    }

    .container>.information>.mcontent>.title {
        position: relative;
        font-size: 20px;
        color: #333;
        font-weight: bold;
        padding-left: 10px;
    }

    .container>.information>.mcontent>.title::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 5px;
        left: 0;
        top: 0;
        background: #1e85d3;
    }

    .container>.information>.mcontent>.title>a {
        float: right;
        font-size: 16px;
        color: #1e85d3;
    }

    .container>.information>.mcontent>.type1 {
        margin-top: 30px;
    }

    .container>.information>.mcontent>.type1>.item {
        float: left;
        width: 180px;
        height: 120px;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        cursor: pointer;
    }

    .container>.information>.mcontent>.type1>.item:last-child {
        margin-right: 0px;
    }

    .container>.information>.mcontent>.type1>.item>img {
        width: 100%;
        height: 100%;
    }

    .container>.information>.mcontent>.type2 {
        margin-top: 17px;
        cursor: pointer;
    }

    .container>.information>.mcontent>.type2>.title {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 550px;
    }

    .container>.information>.mcontent>.type2>.content {
        font-size: 16px;
        line-height: 1.5;
        color: #999;
        margin-top: 10px;
        overflow: hidden;
        height: 75px;
    }

    .container>.information>.mcontent>.type3 {
        margin-top: 15px;
    }

    .container>.information>.mcontent>.type3>a {
        display: block;
        font-size: 16px;
        color: #333;
        margin-top: 10px;
    }

    .container>.information>.mcontent>.type3>a>.content {
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 400px;
    }

    .container>.information>.mcontent>.type3>a>.time {
        float: right;
    }

    /*业务流程*/
    /*业务流程*/
    .operation>.content {
        height: 410px;
        padding: 30px 0;
    }

    .operation>.content>.body {
        height: 100%;
        background: #227ab6;
    }

    .operation .container {
        position: relative;
        height: 410px;
        top: -30px;
    }

    .operation .area-info {
        position: absolute;
        width: 680px;
        height: 410px;
        top: 0;
        right: 0;
        background-image: url(../images/index_operation_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .operation .area-info>.info-group {
        display: none;
    }

    .operation .area-info>.info-group.active {
        display: block;
    }

    .operation .area-info>.info-group>.info_item {
        display: none;
        /* height: 100px; */
        font-size: 18px;
        color: #fff;
        background: #4a8ec0;
        text-align: center;
        margin: 155px 13px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .operation .area-info>.info-group>.info_item.active {
        display: block;
    }

    .operation .area-info>.info-group>.info_item>h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    /*左侧title*/
    .operation .area-title {
        float: left;
        margin-top: 80px;
    }

    .operation .area-title .title-item {
        position: relative;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .operation .area-title .title-item.active {
        color: #ffce82;
    }

    .operation .area-title .title-item.active::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #ffce82;
        bottom: -5px;
        left: 0;
    }

    .operation .area-title .step-group {
        margin-top: 80px;
    }

    .operation .area-title .step-group>.step-item {
        float: left;
        width: 110px;
        cursor: pointer;
        margin-right: 20px;
    }

    .operation .area-title .step-group>.step-item>.img {
        height: 30px;
        width: 30px;
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat;
    }

    .operation .area-title .step-group>.step-item>.img.s1 {
        background-image: url(../images/index_operation_s11.png);
    }

    .operation .area-title .step-group>.step-item>.img.s2 {
        background-image: url(../images/index_operation_s21.png);
    }

    .operation .area-title .step-group>.step-item>.img.s3 {
        background-image: url(../images/index_operation_s31.png);
    }

    .operation .area-title .step-group>.step-item>.img.s4 {
        background-image: url(../images/index_operation_s41.png);
    }

    .operation .area-title .step-group>.step-item.active>.img.s1 {
        background-image: url(../images/index_operation_s12.png);
    }

    .operation .area-title .step-group>.step-item.active>.img.s2 {
        background-image: url(../images/index_operation_s22.png);
    }

    .operation .area-title .step-group>.step-item.active>.img.s3 {
        background-image: url(../images/index_operation_s32.png);
    }

    .operation .area-title .step-group>.step-item.active>.img.s4 {
        background-image: url(../images/index_operation_s42.png);
    }

    .operation .area-title .step-group>.step-item:hover>.img.s1 {
        background-image: url(../images/index_operation_s12.png);
    }

    .operation .area-title .step-group>.step-item:hover>.img.s2 {
        background-image: url(../images/index_operation_s22.png);
    }

    .operation .area-title .step-group>.step-item:hover>.img.s3 {
        background-image: url(../images/index_operation_s32.png);
    }

    .operation .area-title .step-group>.step-item:hover>.img.s4 {
        background-image: url(../images/index_operation_s42.png);
    }

    .operation .area-title .step-group>.step-item>p {
        position: relative;
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        text-align: center;
    }
    .operation .area-title .step-group>.step-item>p:last-child {
        margin-top: 5px;
    }
    .operation .area-title .step-group>.step-item.active>p {
        color: #ffce82;
    }

    .operation .area-title .step-group>.step-item:hover>p {
        color: #ffce82;
    }

    .operation .area-title .step-group>.step-item:not(:last-child)>p:first-child::after {
        position: absolute;
        height: 15px;
        width: 15px;
        content: "";
        background-image: url(../images/index_operation_next.png);
        background-position: center;
        background-repeat: no-repeat;
        top: 3px;
        right: -15px;
    }


    /*合作企业*/
    .container>.cooperation>.content {
        font-size: 0;
        text-align: center;
        box-shadow: 0 0 8px #e5e5e5;
        /* padding: 10px 0; */
    }

    .container>.cooperation>.content>.item {
        position: relative;
        display: inline-block;
        height: 100px;
        width: 200px;
        padding: 10px;
        background: #f9f9f9;
    }

    .container>.cooperation>.content>.item>a>img {
        width: 100%;
        height: 100%;
    }

    .container>.cooperation>.content>.item.border-top {
        border-top: dashed 1px #ebebeb;
    }

    .container>.cooperation>.content>.item.border-right {
        border-right: dashed 1px #ebebeb;
    }

    .container>.cooperation>.content>.item>img {
        height: 100%;
        width: 100%;
    }

    /*百度在线咨询图标隐藏*/
    #nb_icon_wrap {
        display: none !important;
    }

    /*右侧工具菜单 */
    .toolmenu {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 2;
    }

    .toolmenu>.mi-area {
        position: relative;
        width: 45px;
        height: 45px;
        background: #7ab8e5;
        border-radius: 6px;
        margin-bottom: 8px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .toolmenu>.mi-area.calc {
        background-image: url(../images/index_toolmenu_calc.png);
    }

    .toolmenu>.mi-area.barcode {
        background-image: url(../images/index_toolmenu_barcode.png);
    }

    .toolmenu>.mi-area.call {
        background-image: url(../images/index_toolmenu_call.png);
    }

    .toolmenu>.mi-area.email {
        background-image: url(../images/index_toolmenu_email.png);
    }

    .toolmenu>.mi-area.online {
        background-image: url(../images/index_toolmenu_online.png);
    }

    .toolmenu>.mi-area>.bubble {
        position: absolute;
        right: 60px;
        top: 6px;
        font-size: 14px;
        color: #ffffff;
        background: #227ab6;
        padding: 6px;
        border-radius: 4px;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        white-space: nowrap;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        transition: all .6s;
        text-align: center;
    }

    .toolmenu>.mi-area>.bubble.bubble-left::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: -12px;
        top: 50%;
        margin-top: -6px;
        border: 6px solid transparent;
        border-left-color: #227ab6;

    }

    .toolmenu>.mi-area:hover>.bubble {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }

    /*微信弹出*/
    .toolmenu>.mi-area.barcode>.bubble {
        background: #fff;
        border: 1px solid #e6e6e6;
        top: -53px;
    }

    .toolmenu>.mi-area.barcode>.bubble.bubble-left::after {
        border-left-color: #e6e6e6;
    }

    .toolmenu>.mi-area.barcode>.bubble.bubble-left::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: -11px;
        top: 50%;
        margin-top: -6px;
        border: 6px solid transparent;
        border-left-color: #fff;
        z-index: 3;
    }

    .toolmenu>.mi-area.barcode>.bubble>p {
        text-align: center;
        font-size: 12px;
        color: #666;
    }

    .toolmenu>.mi-area.barcode>.bubble>img {
        height: 120px;
    }

    .deal {
        position: relative;
    }

    .deal .deal-bg {
        position: absolute;
        background: #2e84d2;
        border-radius: 10px;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 455px;
    }

    /*实时成交*/
    .deal .deal-content {
        position: relative;
        background-repeat: no-repeat;
        background-position: top center;
        margin: 0 20px;
    }

    .deal .deal-content.t1 {
        /* background-image: url(../images/index_deal_bg1.png); */
    }

    .deal .deal-content.t2 {
        /* background-image: url(../images/index_deal_bg2.png); */
    }

    .deal .deal-content.t3 {
        /* background-image: url(../images/index_deal_bg3.png); */
    }

    .deal .tabtitle {
        padding-top: 10px;
        /* height: 65px; */
    }

    .deal .tabtitle>span {
        display: inline-block;
        width: auto;
        padding: 0 20px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        vertical-align: bottom;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
        border: 1px solid #eee;
    }

    .deal .tabtitle>span.active {
        color: #fff;
        background-color: #2e84d2;
    }

    .deal .tabbody {
        height: 470px;
        padding: 25px 20px;
        background-color: #fff;
        /* margin-bottom: -70px; */
        box-shadow: 0 2px 5px #e5e5e5;
    }

    .deal .tabbody>.tbody-item {
        height: 398px;
        display: none;
        overflow-y: auto;
    }

    .deal .tabbody>.tbody-item.active {
        display: block;
    }

    .deal table {
        table-layout: fixed;
        width: 100%;
    }

    .deal table th {
        font-size: 16px;
        font-weight: normal;
        color: #999;
        text-align: center;
        padding: 20px 0 20px;
    }

    .deal table tbody tr {
        cursor: pointer;
    }

    .deal table tbody tr:hover {
        background: #f2f2f2;
    }

    .deal table td {
        height: 56px;
        text-align: center;
        font-size: 14px;
        color: #333;
    }

    .deal table td.billtype {
        color: #227ab6;
    }

    .deal table td>.bt {
        display: inline-block;
        width: 100px;
        height: 36px;
        line-height: 36px;
        color: #333;
        text-align: center;
        background: #d3e4f0;
        border-radius: 4px;

    }

    .deal table tbody tr:hover td>.bt {
        color: #fff;
        background: #f29800;
    }

    /*报价计算器*/

    #calcmodal .tab-head>.bt {
        float: left;
        font-size: 14px;
        color: #333;
        padding: 2px 10px;
        border-radius: 4px;
        margin-left: 20px;
    }

    #calcmodal .tab-head>.bt.active {
        color: #fff;
        background: #227ab6;
    }

    #calcmodal .tab-body {
        margin: 30px;
    }

    #calcmodal .tab-body .tb-item {
        text-align: left;
        white-space: nowrap;
        display: none;
    }

    #calcmodal .tab-body .tb-item.active {
        display: block;
    }

    #calcmodal .tab-body .tb-item .form-calc {
        display: inline-block;
        padding-right: 20px;
        border-right: 1px solid #f1f5f8;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item {
        font-size: 14px;
        color: #333;
        margin-top: 15px;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item::after {
        display: block;
        content: "";
        clear: both;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item>.fc-title {
        float: left;
        width: 100px;
        font-weight: normal;
        text-align: right;
        padding: 8px 20px 0 0;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item>.tc-inputgroup {
        position: relative;
        float: left;
        width: 300px;
        text-align: left;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item>.tc-inputgroup::after {
        position: absolute;
        content: attr(data-append);
        right: 7px;
        top: 7px;
        color: #d4d4d4;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item input {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        padding: 0 22px 0 11px;
        border: 1px solid #e6e6e6;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item .tc-inputgroup.date>input {
        width: 175px;
    }

    #calcmodal .tab-body .tb-item .form-calc .fc-item .tc-inputgroup.date>.bt {
        float: right;
        width: 52px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        background: #227ab6;
        border-radius: 4px;
        margin-left: 10px;
    }


    #calcmodal .tab-body .tb-item>.result {
        display: inline-block;
        font-size: 16px;
        color: #999;
        text-align: left;
        padding-left: 20px;
        vertical-align: bottom;
    }

    #calcmodal .tab-body .tb-item>.result>.r-item {
        padding: 7px 0;
    }

    #calcmodal .tab-body .tb-item>.result>.r-item>span {
        font-size: 20px;
        color: red;
    }

    #calcmodal .tab-footer {
        margin: 30px;
    }

    #calcmodal .tab-footer>.bt {
        display: inline-block;
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
        border-radius: 4px;
    }

    #calcmodal .tab-footer>.bt:hover {
        background: #227ab6;
    }

    #calcmodal .modal-lg {
        width: 730px !important;
    }
    /*去除右侧箭头*/
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }