body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select,
button {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
    margin: 0;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.hide {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.icon {
    display: inline-block;
    margin: 0 auto;
    background-size: 100% 100%;
}

.icon-sort-npl {
    width: 50px;
    height: 50px;
    background-image: url("../images/icon_sort_npl.png");
}

.icon-sort-business {
    width: 50px;
    height: 50px;
    background-image: url("../images/icon_sort_business.png");
}

.icon-sort-notice {
    width: 50px;
    height: 50px;
    background-image: url("../images/icon_sort_notice.png");
}

.icon-sort-new {
    width: 50px;
    height: 50px;
    background-image: url("../images/icon_sort_new.png");
}

.icon-sort-serve {
    width: 50px;
    height: 50px;
    background-image: url("../images/icon_sort_serve.png");
}

.icon-sort-about {
    width: 50px;
    height: 50px;
    background-image: url("../images/icon_sort_about.png");
}

.icon-date {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon_date.png");
}

.icon-position {
    width: 12px;
    height: 12px;
    background-image: url("../images/icon_position.png");
}

.icon-business-npl {
    width: 22px;
    height: 22px;
    background-image: url("../images/icon_business_npl.png");
}

.active .icon-business-npl {
    background-image: url("../images/icon_business_npl_active.png");
}

.icon-business-bao {
    width: 22px;
    height: 22px;
    background-image: url("../images/icon_business_bao.png");
}

.active .icon-business-bao {
    background-image: url("../images/icon_business_bao_active.png");
}

.icon-business-counselor {
    width: 22px;
    height: 22px;
    background-image: url("../images/icon_business_counselor.png");
}

.active .icon-business-counselor {
    background-image: url("../images/icon_business_counselor_active.png");
}

.icon-nav-home {
    width: 17px;
    height: 17px;
    background-image: url("../images/icon_nav_home.png");
}

.active .icon-nav-home {
    background-image: url("../images/icon_nav_home_active.png");
}

.icon-nav-npl {
    width: 17px;
    height: 17px;
    background-image: url("../images/icon_nav_npl.png");
}

.active .icon-nav-npl {
    background-image: url("../images/icon_nav_npl_active.png");
}

.icon-nav-business {
    width: 17px;
    height: 17px;
    background-image: url("../images/icon_nav_business.png");
}

.active .icon-nav-business {
    background-image: url("../images/icon_nav_business_active.png");
}

.icon-nav-news {
    width: 17px;
    height: 17px;
    background-image: url("../images/icon_nav_news.png");
}

.active .icon-nav-news {
    background-image: url("../images/icon_nav_news_active.png");
}

html,
body {
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #f2f2f2;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
}

.header {
    background: #c70012;
}

.header-navbar {
    padding: 11px;
}

.header-navbar .fr a{
    color:#fff!important;
}
.header-brand {
    float: left;
    width: 212px;
    
}

.header-brand img {
    width: 100%;
}

.header-toggle {
    float: right;
    margin: 3.5px 0;
    width: 21px;
    height: 17px;
    background-image: url("../images/icon_toggle.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header-navbar-collapse {
    height: 0;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
    overflow: hidden;
}

.header-nav {
    border-top: 1px solid #f2f2f2;
}

.header-nav li a {
    display: block;
    padding: 10px 15px;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-wrapper {
    position: relative;
    overflow: hidden;
}

.banner-item {
    position: relative;
    float: left;
    width: 100%;
}

.banner-item img {
    width: 100%;
}

.banner-indicators {
    position: absolute;
    left: 50%;
    bottom: 0.29333rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 0;
}

.banner-indicators li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    width: 0.13333rem;
    height: 0.13333rem;
    min-width: 5px;
    min-height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
}

.banner-indicators li.active {
    background: #fff;
}

.nav-wrapper {
    height: 51px;
}

.nav-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
}

.nav-box a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 12px 0 4px;
    line-height: 16px;
    font-size: 10px;
    color: #999;
    text-align: center;
}

.nav-box a.active {
    color: #c59b6d;
}

.nav-box .icon {
    vertical-align: top;
    margin-bottom: 2px;
}

.copy-right {
    line-height: 40px;
    font-size: 10px;
    color: #666;
    text-align: center;
}

.sort-wrapper {
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

.sort-wrapper .icon {
    margin-bottom: 8px;
    vertical-align: top;
}

.sort-wrapper .flex {
    padding-top: 20px;
}

.block-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0.26667rem;
}

.block-title-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 42px;
    color: #8b6239;
}

.block-title-text:before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    margin-top: 13.5px;
    margin-right: 5px;
    width: 4px;
    height: 15px;
    background: #8b6239;
}

.block-title-go {
    display: block;
    padding: 0 7px;
    line-height: 20px;
    font-size: 12px;
    color: #8b6239;
    border: 1px solid #8b6239;
    border-radius: 4px;
}

.block-title-arrow {
    position: relative;
    padding-right: 13px;
}

.block-title-arrow:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #8b6239;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
}

.block-content {
    padding: 0 0.26667rem;
}

.list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.list-box-item {
    margin-bottom: 0.16rem;
    width: 49%;
    text-align: center;
    background: #fff;
}

.list-box-item>a {
    display: block;
}

.list-box-item>a img {
    width: 100%;
}

.npl-item-img {
    width: 100%;
    height: 121px;
    overflow: hidden;
    ;
}

.npl-item-img img {
    width: 100%;
}

.npl-item-name {
    margin-top: 15px;
    padding: 0 20px;
    line-height: 25px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.npl-item-sum {
    padding: 0 5px;
    margin-top: 7.5px;
    line-height: 18px;
    font-size: 13px;
    color: #989898;
}

.npl-item-sum span {
    color: #ec1c24;
}

.npl-item-sum+.npl-item-sum {
    margin-top: 0;
}

.npl-item-remark {
    padding: 15px 5px 14px;
    font-size: 0;
}

.npl-item-remark-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 2.5px;
    margin: 0 0.05333rem;
    line-height: 15px;
    font-size: 10px;
    color: #c59b6d;
    border: 1px solid #c59b6d;
    border-radius: 4px;
}

.npl-item-bot {
    padding: 8.5px 6px;
    line-height: 12px;
    font-size: 11px;
    color: #989898;
    text-align: left;
    background: #f9f9f9;
}

.npl-item-bot .icon {
    vertical-align: top;
}

.npl-item-bot span {
    display: inline-block;
    vertical-align: top;
}

.scroll-project-list {
    overflow: hidden;
}

.project-list>li {
    background: #f9f9f9;
}

.project-list>li:nth-of-type(even) {
    background: #fff;
}

.project-list>li a {
    display: block;
}

.project-list-1>li {
    margin-top: 0.18667rem;
    background: #fff;
}

.project-list-1>li:first-child {
    margin-top: 0;
}

.project-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}

.project-row-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 10px 10px 10px 16px;
    width: 0;
    line-height: 18px;
    font-size: 12.5px;
    color: #333;
    border-left: 1px solid #f4f4f4;
}

.project-row-cell:first-child {
    border-left: 0;
}

.project-row-cell p {
    padding-left: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.project-row-cell-t {
    padding-left: 0 !important;
    color: #989898;
}

.project-row-cell-t:before {
    content: ' ';
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c59b6d;
}

.project-info {
    line-height: 20px;
    font-size: 12.5px;
    background: #fff;
    text-align: justify;
}

.project-info-row {
    padding: 14px 13px;
    position: relative;
}

.project-info-row:before {
    content: ' ';
    position: absolute;
    left: 13px;
    right: 0;
    top: 0;
    height: 1px;
    background: #ddd;
}

.project-info-row:first-child:before {
    display: none;
}

.project-info .project-info-t {
    width: 4.96rem;
    color: #999;
}

.project-info .flex-bd {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

.project-info-btn {
    display: inline-block;
    margin: 0 5px;
    width: 5.08rem;
    line-height: 43px;
    font-size: 16px;
    border: 1px solid #c69c6d;
    border-radius: 6px;
}

.project-info-btn.register {
    background: #c69c6d;
    color: #fff;
    text-align: center;
}

.project-info-btn-box {
    margin-top: 45px;
    color: #666;
    text-align: center;
}

.project-info-code {
    margin: 60px auto;
    width: 5rem;
    height: 5rem;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.project-info-code img {
    width: 100%;
    height: 100%;
}

.notice-list {
    line-height: 20px;
    line-height: 27px;
    font-size: 13px;
    color: #333;
    background: #fff;
}

.notice-list .flex {
    padding: 18px;
}

.notice-list .flex-bd {
    width: 0;
}

.notice-item {
    border-top: 1px solid #f1f1f1;
}

.notice-item:first-child {
    border-top: 0;
}

.notice-item-date {
    width: 4.06667rem;
    text-align: right;
}

.project-tab-list {
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
}

.project-tab-list li {
    float: left;
    width: 33%;
    line-height: 22px;
    text-align: center;
    font-size: 12.5px;
    color: #666;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
}

.project-tab-list li:nth-of-type(even) {
    border-right: 0;
}

.project-tab-list li.active {
    color: #fff;
    background: #c59b6d;
}

.project-tab-list li .icon {
    vertical-align: top;
    margin-right: 10px;
}

.business-introduce-list {
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
}

.business-introduce-list li {
    float: left;
    width: 50%;
    padding: 0.33333rem 0.98667rem;
    line-height: 22px;
    font-size: 12.5px;
    color: #666;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    box-sizing: border-box;
}

.business-introduce-list li:nth-of-type(even) {
    border-right: 0;
}

.business-introduce-list li.active {
    color: #fff;
    background: #c59b6d;
}

.business-introduce-list li .icon {
    vertical-align: top;
    margin-right: 10px;
}

.business-introduce-content {
    padding: 0.48rem;
    line-height: 23.5px;
    font-size: 12.5px;
    color: #666;
    text-align: justify;
    text-indent: 2em;
    background: #fff;
}

.new-center {
    padding: 0.5rem;
    background: #fff;
}

.new-center-list {
    padding-top: 9px;
    line-height: 17px;
    font-size: 12px;
    color: #333;
}

.new-center-list li {
    padding: 6px 0;
}

.new-center-list .flex-bd {
    width: 0;
}

.new-center-date {
    width: 105px;
    text-align: right;
    color: #989898;
}

.new-detail {
    padding: 0.56rem 0.61333rem;
    background: #fff;
    border-top: 1px solid #f3f3f3;
}

.new-detail-title {
    padding: 0 22px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
}

.new-detail-info {
    margin-top: 6px;
    line-height: 20px;
    font-size: 10px;
    color: #999;
    text-align: center;
}

.new-detail-info span {}

.new-detail-content {
    margin-top: 8px;
    padding-top: 17px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: justify;
    border-top: 1px solid #f8f8f8;
    overflow: hidden;
}


.new-detail-content-row {
    margin-top: 19px;
    /* text-indent: 2em; */
}

.new-detail-content-row p {
    margin:0px;
    padding:0px;
}

.new-detail-content-row:first-child {
    margin-top: 0;
}


.new-detail-content-row table{
    width: 95%!important;;
}


.new-detail-content-row .MsoNormalTable{
    
        width:100%!important;
        margin:0px!important;
        
    
}


.new-detail-content-row .MsoNormalTable tr{
    width:100%!important;
    height:auto!important;
}
.new-detail-content-row .MsoNormalTable tr:before, .new-detail-content-row .MsoNormalTable tr:after{
    box-sizing:revert!important;
}
.new-detail-content-row .MsoNormalTable tr td{
    width: auto!important;
    white-space: normal!important;
}


.new-detail-content-img {
    margin-top: 10px;
}

.new-detail-content-img img {
    width: 100%;
}

.new-detail-content iframe{
    width:99%!important;
    border:1px solid #c0c0c0;
}

.asset-list .asset-info {
    padding: 10px 15px;
    line-height: 18px;
    font-size: 12.5px;
}

.service-type {
    padding: 0 22.5px;
    background: #fff;
    line-height: 36px;
    font-size: 12px;
}

.service-type li {
    float: left;
    padding: 0 8px;
    border-bottom: 1px solid transparent;
}

.service-type li.active {
    color: #c59b6d;
    border-bottom-color: #c59b6d;
}

.service-row {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #f8f8f8;
}

.service-row:first-child {
    border-top: 0;
}

.service-row-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-width: 33.33333%;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
}

.service-row-cell a {
    display: block;
}

.service-row-cell img {
    width: 100%;
}

.introduction-detail .new-detail-content-row {
    margin-top: 0;
}

.introduction-list {
    padding: 0;
    background: #fff;
}

.introduction-list li {
    border-top: 1px solid #f5f5f5;
}

.introduction-list li:first-child {
    border-top: 0;
}

.introduction-list-item {
    padding: 13px 0.26667rem;
}

.introduction-list-item .flex-bd {
    width: 0;
}

.introduction-list-img {
    margin-right: 6px;
    width: 88px;
}

.introduction-list-img img {
    width: 100%;
}

.introduction-list-name {
    margin-bottom: 3px;
    line-height: 20px;
    font-size: 15px;
}

.introduction-list-sum {
    line-height: 17px;
    font-size: 12px;
    color: #999;
}

.introduction-list-sum>span {
    color: #ed1c24;
}

.introduction-list-arrow {
    position: relative;
    padding-right: 13px;
}

.introduction-list-arrow:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #666;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
}

.item-9-panel {
    width: 100%;
    overflow: hidden;
}

.item-9-panel a {
    width: 26%;
    display: block;
    float: left;
    height: 100px;
    padding:10px;
}

.item-9-panel a .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.icon-color-1 {
    background: #f6b72d;
}

.icon-color-2 {
    background: #e74f16;
}

.icon-color-3 {
    background: #1ca398;
}

.icon-color-4 {
    background: #2eaf38;
}

.icon-color-5 {
    background: #f6b72d;
}

.icon-color-6 {
    background: #e74f16;
}

.icon-color-7 {
    background: #1ca398;
}

.icon-color-8 {
    background: #2eaf38;
}

.icon-color-9 {
    background: #f6b72d;
}

.icon-color-10 {
    background: #1ca398;
}

.icon-color-11 {
    background: #e74f16;
}

.icon-color-12 {
    background: #2eaf38;
}

.icon-color-13 {
    background: #f6b72d;
}

.new-detail-content-row img {
    width: 100%!important;
    height:auto!important;
}

.class-project {
    width: 100%;
}

.weui-btn_primary {
    background-color: #edc84f!important;
}

.icon-9-panel {
    width: 100%;
    overflow: hidden;
}

.icon-9-panel a {
    display: block;
    float: left;
    height: 100px;
}

.icon-9-panel a .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.project-content{
    overflow: hidden;
}

.project-content img {
    max-width: 100%;
}

.searchButton {
    width: 50px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    color: #f08f1f;
    font-weight: normal;
}

.corp-content-panel{
    line-height: 22px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}


.memberlist-list {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background: #fff;
    padding:15px;
}


.usercenter .weui-media-box {
    height: 180px;
    margin-top: -1px;
    background: #981a26;
}

.usercenter .scroll-view {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto !important;
}

.usercenter .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    background-color: #981a26;
    z-index: 10000;
}

.usercenter .userinfo-panel {
    padding-top: 50px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.usercenter .userinfo-panel h4 {
    color: #fff;
    margin-top: 10px;
}

.usercenter .weui-btn_primary {
    background: #981a26;
}

.usercenter .circle-thumb {
    border-radius: 60px;
    background: #fff;
    height: 80px;
    width: 80px;
}

.itemstatus{
    position: absolute;
    right:10px;
    top:80px;
    height:80px;
    width:50px;
    z-index: 2000;
    
}

.itemstatus-3{
    background:url(../images/ic_gpqm.png) no-repeat right!important;
    background-size: 50px!important;
    background-position-y: -10px!important;
}

.itemstatus-1{
    background:url(../images/ic_gpz.png) no-repeat right!important;
    background-size: 40px!important;
    background-position-y: -10px!important;
}

.itemstatus-2{
    background:url(../images/ic_ycj.png) no-repeat right!important;
    background-size: 40px!important;
    background-position-y: -10px!important;
}

.itemstatus-4{
    background:url(../images/ic_yzz.png) no-repeat right!important;
    background-size: 40px!important;
    background-position-y: -10px!important;
}

.itemstatus-5{
    background:url(../images/ic_yzz_1.png) no-repeat right!important;
    background-size: 40px!important;
    background-position-y: -10px!important;
}

.files-panel{
    margin:10px;
    border:1px solid #ccc;
    padding:5px;
    margin-bottom:50px;
}

.files-list{
    
}