﻿@charset 'utf-8';

html {
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul, menu, dir, dl, dt, dd, p {
    margin: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

input {
    padding: 0;
}

input {
    background: #FFF;
}

.textalign-center {
    text-align: center;
}

smallloading input, textarea, button {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl, .left {
    float: left;
}

.fr, .right {
    float: right;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
}

.no-display {
    display: none;
}

.font12 {
    font-size: 12px !important;
}

.font24 {
    font-size: 24px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font21 {
    font-size: 21px !important;
}

.fontsize18 {
    font-size: 18px !important;
}

.color-red {
    color: #ff5256 !important;
}

.color-333 {
    color: #333 !important;
}

.color-999 {
    color: #999 !important;
}

.red {
    color: #df4a43 !important;
}

.margin-top-10 {
    margin-top: 20px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margintop15 {
    margin-top: 15px;
}

.font-weight-bold {
    font-weight: bold !important;
}

.hot, .color_red {
    color: #df4a43 !important;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

body {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.width1200 {
    width: 1200px;
}

.margin-top3 {
    margin-top: 3px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-right15 {
    margin-right: 15px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.height280 {
    height: 280px !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

.border-bottom-solid {
    border: 1px solid #fff;
}

.btn-primary {
    background: #df4a43;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.btn-primary:hover {
    background: #d83128;
}

.smallloading {
    display: block;
    width: 80px;
    height: 22px;
    background: url(../images/i-common/smallloading.gif) no-repeat right center;
    font-size: 12px;
    color: #999;
    margin: 40px auto;
}

.loading-btn {
    display: block;
    width: 100%;
    height: 40px;
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    border-radius: 4px;
    margin: 40px 0;
}

.loading-btn:hover {
    color: #333;
}



i.splitline {
    border-left: 1px solid #d5d5d5;
    display: inline-block;
    float: left;
    height: 14px;
    margin: 8px 10px 0;
    width: 1px;
}

div.splitline.left {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    float: left;
    height: 14px;
    line-height: 14px;
    margin: 8px 0;
    padding: 0 10px;
}

nav {
    width: 100%;
    height: 50px;
    border-top: 1px solid #e4e4e4;
    background: #f7f7f7;
    line-height: 50px;
}

.vice-nav {
    position: relative;
    /*margin:4px 0;*/
    float: right;
}

.vice-nav li {
    float: left;
}

.vice-nav li a {
    display: inline-block;
    width: 100%;
}

#vice-nav-line .vice-nav li {
    font-size: 14px;
    color: #474e5d;
    margin: 0 12px 0 24px;
}

#vice-nav-line .vice-nav li.cur {
    color: #df4a43;
    font-weight: bold;
}
#vice-nav-line .vice-nav li .creditCard-link{
    position: relative;
    padding-right: 8px;
}
#vice-nav-line .vice-nav li .creditCard-link .newsTag{
    position: absolute;
    top: 10px;
    right: -13px;
}
#vice-nav-line .vice-nav li a:hover {
    color: #df4a43;
}

#vice-nav-fixed {
    position: fixed;
    z-index: 999;
    height: 60px;
    background: #fff;
    width: 100%;
    line-height: 60px;
    box-shadow: 0px 5px 5px #e5e5e5;

}
.vice-nav-fixed-down {
    top:0px;
    transition:top 0.5s;
}
.vice-nav-fixed-up {
    top:-70px;
    transition:top 0.5s;
}

#vice-nav-fixed .vice-nav {
    font-size: 16px;
    float: right;
}
#vice-nav-fixed .wrapper{
    *zoom: 1;
}

#vice-nav-fixed .wrapper:before, #vice-nav-fixed .wrapper:after {
    content: "";
    display: table;
}

#vice-nav-fixed .wrapper:after {
    clear: both;
}

#vice-nav-fixed .nav-logo {

    float: left;
    width: 120px;
    height: 50px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100%;
}

#vice-nav-fixed .vice-nav li {
    float: left;
    color: #474e5d;
    margin-left: 44px;
    text-align: center;
}

#vice-nav-fixed .vice-nav li a:hover {
    color: #ff5256;
}

#vice-nav-fixed li.cur {
    color: #ff5256;
    list-style:disc;
}

.vice-nav .caret {
    position: absolute;
    top: -9px;
    right: 40px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 8px solid #e4e4e4;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 999;
    border-top: 0;
}

.vice-nav .caret {
    position: absolute;
    top: -9px;
    right: 36px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 9px solid #e4e4e4;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    z-index: 999;
}

.vice-nav .caret-i {
    position: absolute;
    top: 1px;
    left: -8px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 8px solid #f7f7f7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 999;
}


.content {
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.module-left {
    float: left;
    width: 900px;
}

.moduleNew-left{
    float: left;
}
.moduleNew-middle{ 
    width: 700px;
    float: right;
    margin-right: 10px;
}

.module-right {
    float: right;
    width: 280px;
    margin-left: 20px;
}

.banner {
    height: 350px;
    margin-bottom: 30px;
}

.banner-big {
    float: left;
    width: 710px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-big-runner {
    z-index: 1;
}

.banner-big-runner li {
    position: absolute;
}

.banner-big-runner d-img {
    width: 710px;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner-big-runner img {
    width: 710px;
    height: 350px;
    position: absolute;
}

.banner-big-text {
    width: 640px;
    height: 58px;
    padding: 12px 35px 0 35px;
    display: block;
    font-size: 22px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/zz.png) repeat-x;
    z-index: 5;
}

.banner-big-text li {
    height: 70px;
}

.banner-big-text a {
    display: block;
    /*margin:12px 35px 0 35px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    opacity: 1;
}

.banner-big-text_label {
    display: block;
    height: 20px;
    font-size: 12px;
    color: #fff;
    margin: 5px 0 0 0;
}

.banner-big-text i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/icons.png") no-repeat scroll 1px -60px;
    vertical-align: middle;
    margin: 0 12px 0 16px;
}

.banner-big-text em {
    margin-right: 8px;
}

.banner-big-control {
    position: absolute;
    right: 30px;
    bottom: 14px;
    z-index: 10;
}

.banner-big-control li {
    width: 10px;
    height: 10px;
    background: #848485;
    border-radius: 10px;
    margin-right: 10px;
    float: left;
}

.banner-big-control a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-indent: -999em;
}

.banner-big-control li.current {
    background: #df4a43;
}

.banner-smallimage {
    float: left;
    width: 180px;
    height: 100%;
    margin-left: 10px;
}

.banner-smallimage ul li {
    height: 110px;
    position: relative;
}

.banner-smallimage ul li img {
    width: 180px;
    height: 110px;
}

.banner-smallimage ul li span.banner-smallimage-masking {
    position: absolute;
    width: 152px;
    height: 38px;
    padding: 60px 14px 12px;
    background: url(../images/zz.png) repeat;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
}

.banner-smallimage ul li span.banner-smallimage-masking:hover {
    background: url(../images/zz_hover.png) repeat;
}

.banner-smallimage ul li a span.banner-smallimage-masking em {
    position: absolute;
    bottom: 14px;
    display: block;
    max-width: 152px;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-smallimage ul li a span.banner-smallimage-masking em:hover {
    color: #df4a43;
}
/*.banner-smallimage ul li:hover span.banner-smallimage-masking:hover{
      color:#df4a43;
    }*/

.article-nav {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
}

.article-nav ul li {
    float: left;
    padding: 0 12px;
    display: block;
    font-size: 16px;
}

.article-nav ul li:hover {
    cursor: pointer;
}

.article-nav i {
    width: 86px;
    border-bottom: 3px solid #df4a43;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.breadcrumb {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    color: #333;
    font-size: 14px;
    line-height: 16px;
}
.article-module .breadcrumb{
    padding: 0;
    background: none;
    border-radius: 0;
}

.breadcrumb h1 {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    color: #df4a43;
}

.breadcrumb a:hover {
    color: #666;
}

.article-list {
    width: 100%;
}

.article-list ul li {
    height: 140px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 20px;
}

.article-list-bg {
    float: left;
    width: 230px;
    height: 140px;
    position: relative;
    margin-right: 20px;
}

.article-list-bg i {
    padding: 4px 6px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f17a6c;
    color: #fff;
    font-size: 12px;
}

.article-list-bg img {
    width: 230px;
    height: 140px;
}

.article-list-main {
    float: left;
    width: 610px;
}

.article-list-main .article-list-main-title {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #474e5d;
    max-width: 100%;
}

.article-list-main .article-list-main-title:hover {
    color: #df4a43;
}

.article-list-main p {
    display: block;
    height: 70px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    margin: 5px 0 0 0;
}

.article-list-main .article-list-bottom {
    height: 20px;
    margin: 12px 0 0 0;
}

.article-list-main span.label {
    display: block;
    float: left;
}

.article-list-main span.label span.icon {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icons.png) no-repeat left center;
    background-position: 0px 0px;
    margin: 0px 12px 0 0;
    vertical-align: middle;
}

.article-list-main span.label a {
    height: 18px;
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    line-height: 18px;
    font-weight: normal;
}

.article-list-main span.label a:hover {
    color: #f17a6c;
}

.article-list-main span.update-time {
    font-size: 12px;
    color: #999;
    display: block;
    float: right;
    line-height: 18px;
}

.article-list-main span.update-time span.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icons.png) no-repeat;
    background-position: -29px 0px;
    margin: -2px 12px 0 0;
    vertical-align: middle;
}

.article-list-main span.update-time em {
    line-height: 18px;
}

.article-content {
    margin: 0 auto;
    overflow: hidden;
}

.article-head {
    overflow: hidden;
}

.article-head .article-title {
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    color: #474e5d;
    margin-bottom: 2px;
    text-align: left;
}

.article-head ul {
    /*display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;*/
}

.article-head ul li {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.article-head ul li:last-child{
    float:right;
}
.article-head ul li em{
    display:inline-block;
    float:left;
}
.bdsharebuttonbox {
    display:inline-block;
    float:left;
}
.article-main {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.article-content-foot {
    font-size: 14px;
    color: #666;
}

.article-content-foot .tagsBox{
    margin-left: 10px;
    margin-right: 10px;
}

.article-content-foot span {
    float: left;
    display: inline-block;
    line-height: 24px;
}

.article-content-foot-label {
    float: left;
}

.article-content-foot-label li {
    float: left;
    padding: 2px 6px;
    border-radius: 2px;
    background: #f5f5f5;
    color: #df4a43;
    margin-left: 6px;
}

.article-content-foot-label li:hover {
    background: #f17a6c;
    color: #fff;
}

.article-other {
    width: 740px;
    margin: 0 auto;
}

.article-other .article-reader {
    width: 100%;
    height: 30px;
    color: #474e5d;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.article-other h3 {
    width: 100%;
    height: 30px;
    color: #474e5d;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: ""Microsoft YaHei"";
}

.article-other-main li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.article-other-main li a {
    display: inline-block;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-other-main li a:hover {
    color: #ce242c;
}

.article-other-main li a:hover i {
    background: #ce242c;
}

.article-other-main li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #474e5d;
    vertical-align: middle;
    margin-right: 8px;
}

.pv-icon {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(../images/icons.png) no-repeat -60px 1px;
    margin-right: 8px;
}
/*右侧边栏 贷款攻略/贷款计算器*/
.d-r-aside {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #f7f7f7;
    margin-top: 4px; /*贷款计算器*/ /* 股权资讯*/ /*政策管理办法*/
}
.d-r-aside.f-bgn{
    background: none;
}

.jsq-ie8 {
    height: 280px;
    margin-bottom: 20px; /*贷款计算器*/
}

.d-r-aside:first-child {
    height: 196px;
    margin-top: 0;
}

.d-r-aside .h2 {
    font-size: 18px;
    line-height: 49px;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 15px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

.d-r-aside ul.u-items li {
    width: 250px;
    height: 19px;
    margin: 5px 0 5px 15px;
    float: left;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.d-r-aside ul.u-items li a {
    margin-left: 5px;
}

.d-r-aside ul.u-items.reddot li {
    list-style: url("../images/i-common/point_red.png") inside circle;
}

.d-r-aside ul.u-items.bluedot li {
    list-style: url("../images/i-common/point_blue.png") inside circle;
}

.d-r-aside ul.u-items.yellowdot li {
    list-style: url("../images/i-common/point_yellow.png") inside circle;
}

.d-r-aside ul.u-items.corp li {
    color: #666;
}

.d-r-aside ul.u-items.corp li img {
    margin-right: 10px;
}

.d-r-aside .red_rectangle {
    background: #f17a6c;
    top: 17px;
    width: 6px;
    height: 17px;
    position: absolute;
    left: 0;
}

.d-r-aside .blue_rectangle {
    background-color: #68c1ff;
    top: 18px;
    left: 0;
    width: 6px;
    height: 17px;
    position: absolute;
}

.d-r-aside .yellow_rectangle {
    background-color: #f7a655;
    height: 17px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 6px;
}

.d-r-aside .LoansByte_1, .d-r-aside .LoansByte_2, .d-r-aside .LoansByte_3, .d-r-aside .LoansByte_4 {
    background-image: url("../images/i-common/i-calculator.png");
    background-repeat: no-repeat;
    width: 110px;
    font-size: 14px;
    color: #999;
    padding-top: 68px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.d-r-aside .LoansByte_1:hover, .d-r-aside .LoansByte_2:hover, .d-r-aside .LoansByte_3:hover, .d-r-aside .LoansByte_4:hover {
    color: #666;
}

.d-r-aside ul.u-items-loansByte {
    padding: 25px 0 0 20px;
    height: 190px;
    background-color: #f7f7f7;
}

.d-r-aside ul.u-items-loansByte li {
    margin-right: 20px;
    height: 100px;
    width: 105px;
    float: left;
}

.d-r-aside .LoansByte_1 {
    background-position: 25px 0;
}

.d-r-aside .LoansByte_2 {
    background-position: -100px 0px;
}

.d-r-aside .LoansByte_3 {
    background-position: 25px -106px;
}

.d-r-aside .LoansByte_4 {
    background-position: -100px -106px;
}

.d-r-aside.asideAdvisory {
    margin-top: 10px;
    height: 200px;
}

.d-r-aside.d-manageMethod {
    height: 202px;
    margin-top: 10px;
}

.d-r-aside .indexLoansByte_1,
.d-r-aside .indexLoansByte_2,
.d-r-aside .indexLoansByte_3,
.d-r-aside .indexLoansByte_4 {
    background-image: url("../images/index/LoansByte.png");
    margin-left: 30px;
    background-repeat: no-repeat;
    color: #7f7f7f;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    padding-left: 0;
    padding-top: 33px;
    text-align: center;
    width: 75px;
}

.d-r-aside .indexLoansByte_1:hover,
.d-r-aside .indexLoansByte_2:hover,
.d-r-aside .indexLoansByte_3:hover,
.d-r-aside .indexLoansByte_4:hover {
    color: #df4a43;
}

.d-r-aside ul.u-items-indexloansByte {
}

.d-r-aside ul.u-items-indexloansByte li {
    float: left;
    height: 33px;
    margin: 10px 10px 25px;
    width: 100px;
}

.d-r-aside .indexLoansByte_1 {
    background-position: 19px 0;
}

.d-r-aside .indexLoansByte_2 {
    background-position: -118px 0px;
}

.d-r-aside .indexLoansByte_3 {
    background-position: 19px -55px;
}

.d-r-aside .indexLoansByte_4 {
    background-position: -118px -55px;
}

.d-loansearch {
    height: 380px !important;
    margin-bottom: 10px;
}

.d-newbie {
    height: 214px;
}

.d-newbie ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.d-newbie ul li a:hover {
    color: #df4a43;
}

.d-test {
    width: 280px;
    height: 196px;
    background: url("../images/ad-images/productdetail_spirite2.png") no-repeat center center;
    background-color: #fff;
}

.d-test h1,
.d-test h3,
.d-test span {
    color: #fff;
    font-size: 21px;
    padding-left: 17px;
    padding-top: 45px;
    font-weight: bold;
}

.d-test h1 small,
.d-test h3 small,
.d-test span small {
    display: block;
    line-height: 15px;
    font-size: 14px;
}

.d-test .d-result {
    color: #fff;
    margin-top: 65px;
    padding-left: 17px;
    padding-top: 5px;
}

.d-test .d-result em {
    font-size: 24px;
    font-size: 12px;
}

.d-test .a-fortest {
    font-size: 14px;
    color: #fff;
    position: absolute;
    display: inline-block;
    width: 92px;
    height: 30px;
    border: solid 1px #fff;
    line-height: 30px;
    text-align: center;
    top: 105px;
    left: 17px;
    border-radius: 3px;
}

.d-test .a-fortest:hover {
    background: rgba(0,0,0,0.1);
}

.hauto {
    height: 285px !important;
    font-size: 14px;
}

.table-bankrate {
    width: 265px;
    height: 215px;
    text-align: center;
    margin: 10px;
    color: #ff7200;
}

.table-bankrate td, .table-bankrate th {
    height: 25px;
}

.table-bankrate tbody tr td:first-child {
    color: #474e5d;
    text-align: left;
}

.i-loanbankrate {
    background: url("../images/i-common/common_icon.png") no-repeat 0 0;
    display: inline-block;
}

.i-loanbankrate.timespan {
    width: 60px;
    height: 27px;
    background-position: 0 0;
}

.i-loanbankrate.rate1 {
    width: 68px;
    height: 27px;
    background-position: -60px 0;
}

.i-loanbankrate.rate2 {
    width: 84px;
    height: 27px;
    background-position: -130px 0;
}


.triggers li {
    margin-top: 4px;
    float: left;
    clear: both;
}

.triggers li.cur dd {
    display: block;
}

.triggers li.cur dt {
    color: #fff;
    background: #df4a43;
}

.triggers dt {
    font-size: 14px;
    width: 87px;
    height: 47px;
    line-height: 47px;
    height: 47px;
    text-align: center;
    background: #fff;
    color: #474e5d;
    cursor: pointer; /*margin-left: 10px;*/
}

.triggers dt.cur {
    color: #fff;
    background: #df4a43;
}

.triggers dd {
    position: absolute;
    display: none;
    top: 10px;
    left: 116px;
}

.triggers dd .hh1 {
    color: #999;
    line-height: 2.5em;
}

.triggers dd .hh1 .error {
    font-size: 12px;
    color: #df4a43;
}

.triggers dd .hh3 {
    color: #999;
    line-height: 2.5em;
    margin: 30px 0 20px;
}

.triggers dd .hh2 {
    color: #999;
    font-size: 12px;
    line-height: 2em;
    margin-top: 8px;
}

.triggers dd .recommend {
    color: #999;
    font-size: 12px;
    line-height: 1.8em;
}

.triggers dd .recommend a {
    float: left;
    margin-right: 8px;
}

.triggers dd .recommend a:hover {
    color: #df4a43;
}

.triggers dd .recommend a.a-gqrz {
    border: 1px solid #f17a6c;
    border-radius: 3px;
    display: inline-block;
    color: #f17a6c;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 6px 0;
    width: 70px;
    text-align: center;
    margin-left: 12px;
}

.triggers dd .recommend a.a-gqrz:hover {
    color: #fff;
    background-color: #f17a6c;
}

.triggers dd .recommend span {
    float: left;
    margin-right: 2px;
}

.triggers dd .btn-primary {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    width: 141px;
    border: none;
}

.mySelectBox .triggers dd .combobox,
.mySelectBox .triggers dd .combobox ul.dropdown{
    box-sizing: content-box;
}

.triggers dd .combobox {
    width: 141px;
    height: 38px;
    line-height: 37px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
}

.triggers dd .combobox:hover, .triggers dd .combobox.error {
    border-color: #df4a43;
}

.triggers dd .combobox input {
    border: 0;
    height: 36px;
    font-size: 14px;
    color: #666;
    width: 75px;
    padding-left: 13px;
    line-height: 36px;
}

.triggers dd .combobox .fa {
    color: #df4a43;
    margin-left: 8px;
}

.triggers dd .combobox .unit {
    color: #999;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.triggers dd .combobox ul.dropdown {
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: none;
    z-index: 100;
    border: solid 1px #e5e5e5;
    border-top: solid 0px #e5e5e5;
    top: 39px;
    left: -1px;
    box-shadow: 0 0 5px #ddd;
}

.triggers dd .combobox ul.dropdown li {
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
    width: 100%;
    margin: 0;
    color: #666;
}

.triggers dd .combobox ul.dropdown li:hover {
    background-color: #f17a6c;
    color: #fff;
}

.triggers dd .combobox:hover ul.dropdown, .triggers dd .combobox ul:hover.dropdown {
    display: block;
}

.triggers dd .combobox label.error {
    border: solid 1px #f06e64;
    background-color: #f06e64;
    padding: 5px;
    position: absolute;
    display: block;
    top: -30px;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
}

.triggers dd .combobox label.error .i-arrow {
    width: 0;
    height: 0;
    border-width: 7px 7px 0;
    border-style: solid;
    border-color: #f06e64 transparent transparent;
    position: absolute;
    left: 10px;
    top: 30px;
}

.triggers dd .combobox .readonly147 {
    width: 147px;
    background-color: #ebebeb;
    height: 38px;
}

/*头条新闻，排行榜,热门文章*/
.headline {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
}

.headline h4 {
    font-size: 20px;
    color: #474e5d;
    line-height: 20px;
    font-weight: bold;
}

.headline .headline-content {
    margin-top: 15px;
}

.headline-content i {
    display: inline-block;
    text-align: center;
    background: #f17a6c;
    color: #fff;
    font-size: 12px;
    width: 72px;
    height: 20px;
    line-height: 20px;
}
.headline-content i>a,.headline-content i>a:hover,.headline-content i>a:active{
    color: #fff;
}

/*.headline-content i:hover {
    background: #df4a43;
}*/

.headline .headline-content a.headline-content-title {
    display: block;
    font-size: 16px;
    height: 18px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0 6px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headline .headline-content a.headline-content-title:hover {
    color: #df4a43;
}

.headline .headline-content p {
    display: block;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    overflow: hidden;
}

.hot-article {
    width: 100%;
    margin-bottom: 10px;
}

.hot-article h4 {
    display: block;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    line-height: 20px;
    color: #474e5d;
    margin-bottom: 20px;
}

.hot-article .hot-article-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hot-article .hot-article-list ul {
    overflow: hidden;
}

.hot-article .hot-article-list li {
    float: left;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 14px;
    color: #f17a6c;
    margin: 0 10px 10px 0;
    border: 1px solid #df4a43;
}

.hot-article .hot-article-list li:hover {
    background: #df4a43;
    color: #fff;
}
.hot-article .hot-article-list li:hover a {
    color: #fff;
}

.module-right-ad {
    width: 280px;
    height: 110px;
    margin-bottom: 30px;
}

.module-right-ad img {
    width: 280px;
    height: 110px;
}

.ranklist {
    margin-bottom: 0px;
}

.ranklist .ranklist-nav {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
}

.ranklist .ranklist-nav ul li {
    float: left;
    width: 140px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.ranklist .ranklist-nav i {
    width: 140px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    border-bottom: 3px solid #df4a43;
}

.ranklist .ranklist-list ul li {
    /*height: 16px;*/
    line-height: 16px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 14px;
    background: url(../images/icons-n.png) no-repeat;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ranklist .ranklist-list ul li a:hover {
    color: #df4a43;
}

.ranklist .ranklist-list ul li.top1 {
    background-position: 1px 4px;
    color: #333;
}

.ranklist .ranklist-list ul li.top2 {
    background-position: 1px -33px;
    color: #333;
}

.ranklist .ranklist-list ul li.top3 {
    background-position: 1px -70px;
    color: #333;
}

.ranklist .ranklist-list ul li.top4 {
    background-position: 1px -108px;
}

.ranklist .ranklist-list ul li.top5 {
    background-position: 1px -144px;
}

.ranklist .ranklist-list ul li.top6 {
    background-position: 1px -178px;
}

.ranklist .ranklist-list ul li.top7 {
    background-position: 1px -215px;
}

.ranklist .ranklist-list ul li.top8 {
    background-position: 1px -253px;
}

.ranklist .ranklist-list ul li.top9 {
    background-position: 1px -290px;
.triggers dd .btn-primary;
}

.ranklist .ranklist-list ul li.top10 {
    background-position: 1px -328px;
    padding-bottom: 0px;
}

/*一键委托*/
.d-r-aside dl.triggers {
    clear: both;
    float: left;
    height: auto;
    width: auto;
}

.d-r-aside dl.triggers dd {
    display: block;
    height: auto;
    left: initial;
    margin: 10px 25px;
    padding: initial;
    position: inherit;
    top: auto;
    width: auto;
}

.d-r-aside .readonlymargintop20, .d-r-aside .eadonlymarginbottom, .d-r-aside .readonlymargintop30 {
    margin-bottom: 0;
    margin-top: 0;
}

.d-r-aside.triggers dd .btn-primary {
    width: 100% !important;
}

.d-r-aside dl.triggers dd .hh1 {
    color: #999;
}

.d-r-aside dl.triggers dd .combobox {
    width: 220px;
}

.d-r-aside dl.triggers dd .btn-primary {
    width: 220px !important;
}

.triggers li {
    clear: both;
    float: left;
    margin-top: 4px;
}

.triggers li.cur dd {
    display: block;
}

.triggers li.cur dt {
    background: #df4a43 none repeat scroll 0 0;
    color: #fff;
}

.triggers dt {
    background: #fff none repeat scroll 0 0;
    color: #474e5d;
    cursor: pointer;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    width: 87px;
}

.triggers dt.cur {
    background: #df4a43 none repeat scroll 0 0;
    color: #fff;
}

.triggers dd {
    display: none;
    left: 116px;
    position: absolute;
    top: 10px;
}

.triggers dd .hh1 {
    color: #999;
    line-height: 2.5em;
}

.triggers dd .hh1 .error {
    color: #df4a43;
    font-size: 12px;
}

.triggers dd .hh3 {
    color: #999;
    line-height: 2.5em;
    margin: 30px 0 20px;
}

.triggers dd .hh2 {
    border-top: medium none;
    color: #999;
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 0;
    margin-top: 8px;
}

.triggers dd .recommend {
    color: #999;
    font-size: 12px;
    line-height: 1.8em;
    width: inherit;
}

.triggers dd .recommend a {
    float: left;
    margin-right: 8px;
}

.triggers dd .recommend a:hover {
    color: #df4a43;
}

.triggers dd .recommend a.a-gqrz {
    border: 1px solid #f17a6c;
    border-radius: 3px;
    color: #f17a6c;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 6px 0 6px 12px;
    text-align: center;
    width: 70px;
}

.triggers dd .recommend a.a-gqrz:hover {
    background-color: #f17a6c;
    color: #fff;
}

.triggers dd .recommend span {
    float: left;
    margin-right: 2px;
}

.triggers dd .btn-primary {
    border: medium none;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    width: 141px;
}

.triggers dd .combobox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    height: 38px;
    line-height: 36px;
    position: relative;
    width: 141px;
}

.triggers dd .combobox:hover, .triggers dd .combobox.error {
    border-color: #df4a43;
}

.triggers dd .combobox input {
    border: 0 none;
    color: #666;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 13px;
    width: 64px;
}

.triggers dd .combobox .fa {
    color: #df4a43;
    margin-left: 8px;
}

.triggers dd .combobox .unit {
    color: #999;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.triggers dd .combobox ul.dropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 5px #ddd;
    display: none;
    left: -1px;
    position: absolute;
    top: 39px;
    width: 100%;
    z-index: 100;
}

.triggers dd .combobox ul.dropdown li {
    height: 26px;
    line-height: 26px;
    margin: 0;
    text-indent: 10px;
    width: 100%;
}

.triggers dd .combobox ul.dropdown li:hover {
    background-color: #f17a6c;
    color: #fff;
}

.triggers dd .combobox:hover ul.dropdown, .triggers dd .combobox ul.dropdown:hover {
    display: block;
}

.triggers dd .combobox label.error {
    background-color: #f06e64;
    border: 1px solid #f06e64;
    border-radius: 3px;
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    top: -30px;
}

.triggers dd .combobox label.error .i-arrow {
    border-color: #f06e64 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    height: 0;
    left: 10px;
    position: absolute;
    top: 30px;
    width: 0;
}

.triggers dd .combobox .readonly147 {
    background-color: #ebebeb;
    height: 38px;
    width: 147px;
}

.nspan-left45 input {
    margin-left: 45px;
}

.nspan-left45 span {
    color: #a5a5a5;
    left: 10px;
    position: absolute;
    top: 0;
}

/*分页控件*/
.product-page {
    float: right;
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0 30px;
    overflow: hidden;
}

.product-page span {
    /*border: 1px solid #d5d5d5;*/
    border: 0;
    display: inline-block;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 10px;
    text-align: center;
}
.product-page span.prev-page{
    margin-right: 18px;
}

.product-page span a {
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    background: #f3f3f3;
    color: #f17a6c;
}
/*.product-page span a:hover{
background:#ce242c;
color:#fff;
}*/
.product-page span.disable {
    color: #999;
}

.product-page span.disable:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /*border: 1px solid #d5d5d5;*/
    border: 0;
    color: #999;
    cursor: auto;
}

.product-page span a:hover {
    background: #f17a6c none repeat scroll 0 0;
    /*border: 1px solid #ce242c;*/
    border: 0;
    color: #fff;
    cursor: pointer;
}

.product-page ul {
    float: left;
    overflow: hidden;
}

.product-page ul li {
    /*border: 1px solid #d5d5d5;*/
    border: 0;
    cursor: pointer;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 0 0 0 4px;
    text-align: center;
    /*min-width: 20px;*/
    padding: 0px;
    color: #333;
    background: #f3f3f3;
}

.product-page ul li a {
    display: inline-block;
    display: block;
    height: 28px;
    padding: 0 8px;
    /*width: 20px;*/
}

.product-page ul li a:hover {
    background: #f17a6c none repeat scroll 0 0;
    /*border: 1px solid #ce242c;*/
    border: 0;
    color: #fff;
    cursor: pointer;
}
/*.product-page ul span {
border: medium none;
}
.product-page ul span:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #333;
}*/
.product-page ul span a {
    display: block;
    height: 28px;
    /*width: 20px;*/
    padding: 0 8px;
    background: #f3f3f3;
    color: #f17a6c;
}

.product-page ul span a:hover {
    background: #f17a6c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}

.product-page ul .cur {
    background: #f17a6c none repeat scroll 0 0;
    /*border: 1px solid #ce242c;*/
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 0 8px;
}

.product-page .data-count {
    float: left;
    margin: 0 5px 0 10px;
}

.product-page .rule-mes-war {
    color: #f17a6c;
    font-size: 14px;
}

/*页脚*/
.foot {
    width: 100%;
    background-color: #2e3a4a;
    font-size: 14px;
    margin-top: 20px;
}

.foot .cardinal {
    border-top: 1px solid #d5d5d5;
    padding: 20px 0;
    overflow: hidden;
    z-index: 1;
}

.foot .cardinal .wrapper ul {
    width: 620px;
    margin: 0 auto;
    color: #bec0c4;
}

.foot .cardinal .wrapper ul li {
    float: left;
    padding: 0 23px;
    height: 14px;
    line-height: 12px;
    border-right: 1px solid #46576e;
}

.foot .cardinal .wrapper ul li a {
    color: #bec0c4;
}

.foot .cardinal .wrapper ul li a:hover {
    color: #a2adb3;
}

.foot .cardinal .wrapper ul li.cardinal_last {
    border-right: 0;
}

.foot .client {
    padding: 27px 0;
    line-height: 40px;
    border-bottom: 1px dashed #425060;
}

.foot .client .h3 {
    float: left;
    font-weight: normal;
    font-size: 14px;
}

.foot .client ul {
    height: 105px;
}

.foot .client ul li {
    color: #999;
    float: left;
    padding: 0 50px 0 50px;
    border-left: 1px solid #4d5966;
    border-right: 1px solid #24303d;
}

.foot .client ul li:first-child {
    border-left-style: none;
}

.foot .client ul li .d-col1 {
    width: 110px;
    float: left;
    padding-top: 33px;
    margin-right: 15px;
}

.foot .client ul li .d-col2 {
    width: 105px;
    height: 105px;
    float: left;
}
.foot .client ul li .d-col2 img{
    width:105px;
}

.foot .client ul li .d-col3 {
    width: 122px;
    float: left;
    margin: 9px 0 0 10px;
}

.foot .client ul li .d-col3 a {
    width: 120px;
    height: 29px;
    border: solid 1px #abb0b7;
    line-height: 29px;
    text-indent: 25px;
    display: inline-block;
    font-size: 12px;
}

.foot .client ul li .d-col3 a.rz_andriod_app {
    background: url("../images/i-common/iconapp.png") no-repeat scroll 4px 5px;
}

.foot .client ul li .d-col3 a.rz_iso_app {
    background: url("../images/i-common/iconapp.png") no-repeat scroll 4px -26px;
}

.foot .client ul li .d-col3 a:hover {
    border: solid 1px #bec0c4;
    color: #bec0c4;
}

.foot .client ul li h4 {
    font-size: 14px;
    color: #d0d1d4;
    font-weight: normal;
    line-height: 20px;
    float: left;
}

.foot .client ul li h5 {
    font-weight: normal;
    font-size: 12px;
    color: #a2adb3;
    line-height: 20px;
}

.foot .client ul li .d-col1 .sp-tel {
    font-size: 24px;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 33px;
}

.foot .links {
    line-height: 24px;
    margin-top: 18px;
    overflow: hidden;
}

.foot .links .links_a {
    float: left;
    width: 1130px;
    font-size: 12px;
}

.foot .links .links_a a {
    padding-left: 14px;
    color: #72828b;
    word-break: keep-all;
    white-space: nowrap;
    float: left;
}

.foot .links .links_a a:hover {
    color: #a2adb3;
}

.foot .links span {
    float: left;
    color: #bec0c4;
}

.foot .certificate {
    margin: 30px auto 10px auto;
    width: 700px;
    overflow: hidden;
}

.foot .certificate ul li {
    width: 118px;
    height: 43px; /*border: 1px solid #e3e3e3;*/
    border-radius: 4px;
    float: left;
    margin-right: 20px;
}

.foot .certificate ul li a img {
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.foot .certificate ul li a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.foot .copyright {
    width: 500px;
    color: #6b717b;
    margin: 20px auto 0;
    padding-bottom: 20px;
}

.footer {
    background: #e3e3e3;
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    margin-top: 40px;
}

.footer .copyright_r {
    display: none;
    clear: both;
    color: #ccc;
    line-height: 1.5em;
}

.footer ul.main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 187px;
}

.footer ul.main:after {
    content: " ";
    display: block;
    clear: both;
}

.footer ul.main > li {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    margin: 14px 0 19px 0;
    line-height: 31px;
    height: 153px;
    color: #666666;
}

.footer ul.main > li a:hover {
    color: #333;
}

.footer ul.main > li h3 {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    color: #333333;
}

.footer ul.main > li h3 i {
    background: #e3e3e3;
    color: #666666;
    padding: 4px;
    margin-right: 5px;
    height: 11px;
    width: 11px;
    position: relative;
    top: -4px;
    font-size: 11px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid 1px #97a0b5;
}

.footer ul.main > li h3 i:hover {
    background: #97a0b5;
}

.footer ul.main > li li {
    margin-left: 37.5%;
}

.footer ul.main li.contact {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    border-right: 0;
    margin-top: 21px;
}

.footer ul.main li.contact .bytecode {
    width: 93px;
    text-align: center;
    float: left;
}

.footer ul.main li.contact .bytecode i {
    background-position: 0 0;
    height: 81px;
    width: 83px;
    float: left;
}

.footer ul.main li.contact .bytecode span {
    text-align: center;
    display: block;
    float: left;
}

.footer ul.main li.contact .right_content {
    float: left;
}

.footer ul.main .hotline {
    font-size: 16px;
    color: #df4a43;
    line-height: 1.5em;
    margin-top: 0.55em;
}

.footer ul.main .baseinfo {
    line-height: 1.5em;
    margin-top: 1em;
    color: #272634;
}

.footer .copyright {
    color: #999999;
    margin: 50px 0 40px 0;
    text-align: center;
}

.footer .footernew {
    width: 1200px;
    margin: 25px auto;
    height: 50px;
}

.footer .footernew p {
    height: 47px;
    margin: 0 8px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    display: inline-block;
    float: left;
}

.footer .footernew .fl {
    float: left;
    padding: 3px;
}

.footer .footernew .fr {
    float: right;
    padding: 5px 3px 0;
    width: 72px;
}



/*右侧浮层*/
.ui-sidebar {
    position: fixed;
    left: 50%;
    margin-left: 610px;
    bottom: 40%;
    display: none;
}
@media screen and (min-width: 1380px){
    .ui-sidebar{ display: block; }
}

.ui-sidebar a {
    display: block;
}

.ui-sidebar .erweima {
    width: 84px;
    height: 200px;
}

.ui-sidebar .erweima i {
    width: 84px;
    height: 170px;
    display: block;
    background: url(../images/publicwechatcodefloat.png) no-repeat; 
}

.ui-sidebar .erweima a.close-btn,#layerPop .close-btn {
    width: 17px;
    height: 17px;
    background: url(../images/close-btn.png) no-repeat;
    margin: 0 0 10px 65px;
    transition: all 1s ease 0s;
}

.ui-sidebar .erweima a.close-btn:hover {
    transform: rotate(360deg);
}

.backtop {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 60px;
    display: block;
    z-index: 1001;
}
@media screen and (max-width: 1300px) { .backtop {right: 0;left: auto;margin-left: auto;}  }
@media screen and (min-width: 1300px) { .backtop {left: 50%;right:auto;margin-left: 620px;} }

.backtop .back-top {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ea544a url("../images/i-common/sidebar.jpg") no-repeat scroll -9999px -9999px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
    transition: all 0.2s ease 0s;
    background-position: -42px 0;
    font-size: 12px;
    position: relative;
    cursor:pointer;
}

.backtop .back-top:hover {
    background-position: -42px -40px;
}

/*路径导航*/
.s-nav {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
}
/*内容页编辑器样式*/
.article-main blockquote {
    border-width: 4px;
    color: #474e5d;
    font-size: 16px;
    border-left: 5px solid #f17a6c;
    padding: 20px;
    margin: 20px 0 27px;
    background: #f5f4f4;
}

.article-main blockquote p {
    margin-bottom: 0;
}

.article-main .abstract {
    /*width: 690px;*/
    padding: 12px 25px;
    background: #f5f4f4;
    color: #474e5d;
    line-height: 30px;
    margin: 20px 0 30px;
}

.article-main strong, .article-main b {
    color: #474e5d;
    font-weight: bold;
}

.article-main a {
    text-decoration-color: rgba(0, 0, 0, 0.4);
    word-wrap: break-word;
    color: #f17a6c;
}

.article-main a:hover {
    color: #df4a43;
}

.article-main h1, .article-main h2, .article-main h3, .article-main h4, .article-main h5 {
    color: #474e5d;
}

.article-main h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
    font-weight: bold;
}

.article-main p {
    line-height: 30px;
    margin-bottom: 16px;
}
.article-main p *{
    font-family:"Microsoft YaHei" !important;
}

.article-main img {
    max-width: 690px;
}
.article-main>p>img{
    margin-bottom: 5px;
}
/*tooltip*/ /* CSS属性顺序按照 字母首字母 排列*/
.ui-slider-tooltip {
    background: #f5a455;
    border: 1px solid #f5a455;
    color: #fff;
    display: block;
    text-align: left;
    padding: 5px 3px 5px 5px;
    position: absolute;
    z-index: 99999;
}

.ui-corner-all {
    border-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px 3px;
    -webkit-border-top-right-radius: 3px 3px;
    -webkit-border-bottom-right-radius: 3px 3px;
    -webkit-border-bottom-left-radius: 3px 3px;
}

.ui-tooltip-pointer-down {
    border-bottom-width: 0;
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-top: 8px solid #f5a455;
    bottom: -8px;
    display: block;
    height: 0;
    left: 18%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.ui-tooltip-pointer-down-inner {
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-top: 7px solid #f5a455;
    left: -6px;
    top: -9px;
    position: absolute;
}

.tip {
    font-size: 9pt;
    line-height: 18px;
}



/*一键委托*/
.entrust_index {
    width: 500px;
    overflow: hidden;
    padding-bottom: 30px;
}

.entrust_index .entrust_p {
    font-family: 'Microsoft YaHei';
    font-size: 25px;
    color: #f17b6c;
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center;
}

.entrust_index span {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #666666;
    padding-bottom: 25px;
    text-align: center;
    width: 235px;
    height: 45px;
    line-height: 25px;
    margin: 0 auto;
    display: block;
}

.entrust_index .entrust_a {
    width: 205px;
    height: 45px;
    border: 0px solid #eb4334;
    border-bottom-width: 5px;
    margin: 0 auto;
    display: block;
    background-color: #f17b6c;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    border-radius: 3px;
    margin-top: 34px;
}

#onekeyform .spantitle {
    color: #999;
    display: block;
    line-height: 35px;
}

.Islogin .margintop15 {
    margin-top: auto !important;
}

/*2016/3/24*/
.tip-qinquan{
    text-align: right;
    color: #999;
}
i.daikuan{
    background: #00b7ee;
}
i.chuangtou{
    background: #fa8628;
}
i.xinyongka{
    background: #40a50d;
}
i.licai{
    background: #02b8b8;
}
i.hulianwang{
    background: #cc9900;
}
i.zhengce{
    background: #cc3300;
}

@media (min-width: 768px){
    .container {
        width: 1200px;
    }
}

a:hover,a:active,a:focus{
    color: #df4a43;
}
.d-r-aside.d-test small{
    color: #fff;
    line-height: 20px;
}
button,button:focus,button:active,a,a:focus,a:active{
    outline: 0 none !important;
}

/*分页 开始*/
.s-pager { height: 45px; margin: 0 auto; position: relative; color: #999999; text-align: right; line-height: 24px; padding-top: 10px; }
.s-pager .a-pager-pn { color: #f17a6c; }
.s-pager a { padding: 0px 9px; background-color: #f3f3f3; margin-left: 6px; display: inline-block; text-align: center; color: #333; }
.s-pager a:hover, .s-pager a.cur { background-color: #f17a6c; color: #fff; cursor: pointer; }
.s-pager a.hui { background-color: #fff; color: #999999; }
.s-pager a.hui:hover { background-color: #fff; color: #999999; cursor: inherit; }
.s-pager .txt-pagerto { width: 30px; height: 24px; border: none; text-align: center; color: #333; }
.s-pager .btn-pagergo { width: 28px; height: 20px; background-color: #f17a6c; border-radius: 3px; border: none; color: #fff;cursor:pointer }
.s-pager .btn-pagergo:hover { background-color: #c52b24; }

/*分页 结束*/

.content-ask .article-title {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}
.content-ask .article-title .title {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    border-bottom: solid 3px #df4a43;
    position: relative;
    bottom: -3px;
}
.content-ask .article-title small {
    font-size: 14px;
    float: right;
    line-height: 40px;
}
.content-ask .imgList .thumbnail {
    position: relative;
    padding: 0;
    border: solid 1px #ededed;
    -moz-border-radius: 0;
    /* Firefox */
    -webkit-border-radius: 0;
    /* Safari 和 Chrome */
    border-radius: 0;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.content-ask .imgList .thumbnail:hover,
.content-ask .imgList .thumbnail:active {
    -moz-box-shadow: 0 5px 8px rgba(45, 50, 55, 0.2);
    -webkit-box-shadow: 0 5px 8px rgba(45, 50, 55, 0.2);
    box-shadow: 0 5px 8px rgba(45, 50, 55, 0.2);
    border: solid 1px #ededed;
    top: -2px;
}
.content-ask .imgList .thumbnail img {
    height: 156px;
    width: 100%;
}
.content-ask .imgList .thumbnail .textCon {
    padding: 20px;
    line-height: 18px;
    font-size: 16px;
    height: 76px;
    overflow: hidden;
}
/*.content-ask .imgList .thumbnail .textCon {
  padding: 20px;
  line-height: 18px;
  font-size: 16px;
  height: 76px;
  position: relative;
  line-height: 1.4em;
  height: 40px;
  overflow: hidden;
}
.content-ask .imgList .thumbnail .textCon::after{
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding: 0 10px 1px 40px;
    background:url(../images/ellipsis_bg.png) repeat-y;
}*/
/*.article-module .wechatBox,.article-module .foot-link{
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    width:100%;
    margin: 0 auto 30px;
    *zoom: 1;
}*/
.article-module .wechatBox{
    padding-top: 15px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
}
.article-module .wechatBox .col-sm-6{
    padding-left: 10px;
    padding-right: 10px;
}
.article-module .wechatBox .col-sm-6:first-child{
    border-right: solid 1px #ddd;
}
.article-module .wechatBox .col-sm-6:before,.article-module .foot-link:before, .article-module .wechatBox .col-sm-6:after,.article-module .foot-link:after {
    content: "";
    display: table;
}

.article-module .wechatBox .col-sm-6:after,.article-module .foot-link:after {
    clear: both;
}
.article-module .wechatBox .col-sm-6>li{
    float:left;
    display:table-cell;
    vertical-align: middle;
}

.article-module .wechatBox .wechatBox-txt{
    display: table-cell;
    height: 112px;
    vertical-align: middle;
    padding-left: 15px;
}
.article-module .wechatBox .wechatBox-txt>strong{ color: #333;}
.f-ml60{ margin-left: 60px; }
.d-relatedNews{ height: auto; }
/*.d-relatedNews .contentList>li>a{
    margin-top: 10px;
    display:block;
    text-align:center;
    padding: 5px 25px;
}
.d-relatedNews .contentList>li>a:hover,.d-relatedNews .contentList>li>a:active{
    background-color: #f7f7f7;
}
.d-relatedNews .contentList .imgBox{ height: 140px; width: 230px;}
.d-relatedNews .contentList .textCon{
    width: 230px;
    height:40px;
    margin: 5px auto 0;
    text-align:left;
    position: relative;
    line-height: 1.4em;
    height: 40px;
    overflow: hidden;
}*/

.d-relatedNews .contentList{
    margin-top: 10px;
}
.d-relatedNews .contentList>li{
    padding: 10px 11px 10px 9px;
    border-bottom: solid 1px #ddd;
}
.d-relatedNews .contentList>li:last-child{
    border-bottom: 0 none;
}
.d-relatedNews .contentList>li>a{
    display: block;
}
.d-relatedNews .contentList .imgBox {
    display: table-cell;
    width: 110px;
    height: 73px;
    margin-right: 10px;
    line-height: 0;
    float: left;
}
.d-relatedNews .contentList .imgBox img{
    width: 110px;
    height: 72px;
}
.d-relatedNews .contentList .textCon{
    display: table-cell;
    width: 140px;
    line-height: 22px;
    padding-top: 4px;
    float: left;
}

.article-module .foot-link{
    margin-bottom: 0;
    margin-top: 28px;
    padding: 15px;
    line-height: 14px;
    *zoom: 1;
    background-color: #f5f4f4;
    text-align: center;
}

.article-module .foot-link a{
    line-height: 14px;
    color: #333;
}
.article-module .foot-link a:hover,.article-module .foot-link a:active{
    color: #f17a6c;
}
.article-module .foot-link a:first-child{
    margin-right: 35px;
}
.f-mt10{
    margin-top: 10px;
}
.f-mt16{
    margin-top: 16px;
}
.f-mt20{
    margin-top: 20px;
}
.f-mt30{
    margin-top: 30px;
}
.f-pr10{
    padding-right: 10px;
}
.f-fwb{
    font-weight: bold;
}
.f-pr{
    position: relative;
}
.d-consumerLoans{
    height:auto;
}
.ad-creditCardDetail {
    display: block;
    height: 110px;
    background: url("../images/ad-images/creditCardDetail.jpg") no-repeat;
}

.hotTagList{
    padding: 0px 5px;
}
.hotTagList>ul>li{
    margin: 10px 6px 10px 0;
}
.hotTagList>ul>li>a{
    display:inline-block;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 14px;
    color: #333;
    border: 1px solid #dfdfdf;
}
.hotTagList>ul>li>a:hover,.hotTagList>ul>li>a:active{
    border-color: #df4a43;
    color: #f17a6c;
}

/*精品文章推荐*/
.rcdArticle{ width: 160px;}
.rcdArticle li{ margin-bottom: 15px;}
.rcdArticle li:last-child{ margin-bottom:-5px;}
.rcdArticle li>a{ display: block;}
.rcdArticle .imgBox,.rcdArticle .imgBox>img{ width:160px; height: 108px;}
.rcdArticle .txtBox{ line-height: 24px; margin-top: 7px; padding: 0 2px;}
#rcdArticle.fixedList{position: fixed; top: 82px; z-index: 888;}
#rcdArticle-box.fixedList{ position: absolute; bottom: 0;}
#rcdArticle.height_sm{ height: 515px; overflow: hidden;}

/*底部一键委托*/
#layerPop{ width: 100%; height: 161px; position: fixed; bottom: 0; z-index: 1002;}
#layerPop .layershadow{ 
    background-color: #051223; 
    filter: alpha(opacity=90); 
    -moz-opacity: 0.9; 
    -khtml-opacity: 0.9; 
    opacity: 0.9; 
    position: absolute;
    bottom: 0;
    height: 140px;
    width: 100%;  
}
#layerPop .conBox{
    width: 1200px;
    height: 161px;
    margin: 0 auto;
    position: relative;
    background:url(../images/bottomCartoon.png) no-repeat;
}
#layerPop .applyBox{
    width:720px;
    position:relative;
    top:56px;
    left:440px;
}
#layerPop .applyBox .form-group>label{ 
    color:white; 
    font-weight:normal;
    margin-right: 17px;
    font-size: 16px;
}
#layerPop .applyBox .form-group input[type=text]{
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#layerPop .applyBox .form-control{
    height:32px;
    width:177px;
    margin-right:30px;
    color:#000033;
    padding: 6px 10px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#layerPop .applyBox .form-control>input{
    border: 0 none;
    width: 125px;
}
#layerPop .applyBox .applyBtn{
    position: absolute;
    top: 41px;
    right: 0;
}
#layerPop .applyBox .applyBtn>input[type="button"]{
    display: inline-block;
    background-color: #fb4541;
    color: #fff;
    font-size:18px;
    height:40px;
    line-height:40px;
    padding-left:33px;
    padding-right:34px;
    border:0 none;
    box-shadow:none;
}
#layerPop .applyBox .applyBtn>input[type="button"]:hover{
    background-color: #d83128;
}
#layerPop .tooltip.top .tooltip-arrow{
    border-top-color: #fdebcc;
}
#layerPop .tooltip-inner{
    background-color: #fdebcc;
    font-size:12px;
}
#layerPop .ui-slider-tooltip {
    background: #fdebcc;
    border: 1px solid #fdebcc;
    color: #333;
    padding: 1px 8px;
    z-index: 1003;
    margin-left:-10px;
}
#layerPop .ui-tooltip-pointer-down {
    border-top: 8px solid #fdebcc;
}

#layerPop .ui-tooltip-pointer-down-inner {
    border-top: 7px solid #fdebcc;
}

#layerPop .tip {
    font-size: 12px;
}

#layerPop .close-btn{
    position:absolute;
    top: 33px;
    right: 0;
    text-indent: -50px;
    overflow: hidden;
}
#layerOpen{width: 72px; height: 110px; position: fixed; bottom: 51px; left:-100%; z-index: 1002;}
#layerOpen .openBtn{
    display:block;
    width:100%;
    height:100%;
    background:url("../images/layerOpen-bg.png") no-repeat;
}


.member-check-btn:hover,.member-check-btn:active{background:#df4a43;border-bottom:5px solid #c81c14; color:#fff;}


.d-consumerLoans .productList{background-color:none; border:0 none;}
.d-consumerLoans .productList .u-prolist{border:none;background-color:#fff;}
.d-consumerLoans .productList .u-prolist .l-prolist{border-left:none;border-right:none;margin:0;}
.d-consumerLoans .productList .u-prolist .d-prolist{padding:20px 0px;margin:0;}
.d-consumerLoans .productList .u-prolist .d-col-1{ width: 54px; margin-top:18px;padding-right: 6px;text-align: center;}
.d-consumerLoans .productList .u-prolist .d-col-1 .bank_icon{ max-width: 44px;float: none;}
.d-consumerLoans .productList .d-col-2{width:164px;}
.d-consumerLoans .productList .d-col-3{width:319px;border-left:dashed 1px #e5e5e5;border-right:0 none;line-height:22px;height:66px;}
.d-consumerLoans .productList .d-col-3 .u-proDetail{width:410px;}
.d-consumerLoans .productList .d-col-3 dt{width:90px;float:left;font-size:12px;text-align:right;}
.d-consumerLoans .productList .d-col-3 dd{float:left;width:140px;}
.d-consumerLoans .productList .d-col-3 .font14{color:#f96a64;}
.d-consumerLoans .productList .d-col-4{width:210px;text-align: left;line-height:22px;text-indent:40px;}
.d-consumerLoans .productList .d-col-4 a.a-apply{width:70px;height:30px;line-height:30px; }
.d-consumerLoans .productList .d-col-4 table{ height: 66px;text-indent: 40px;width: 100%;font-size:12px;}
.d-consumerLoans .productList .d-col-3 .u-proDetail td{padding-left:10px;}
.d-consumerLoans .productList .u-prolist .d-prolist:hover{ border-width:0;top:0;left:0;}
.d-consumerLoans .productList .d-col-5{ width:60px;}
.d-consumerLoans .productList .d-col-5 a.a-apply{ width: 60px;font-size: 12px;height:30px;line-height:30px;}
.d-consumerLoans .productList .d-col-2 .d-row-1>a{ display:inline-block; width: 160px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.d-consumerLoans .productList .d-col-2 .d-row-2 h2{ max-width:160px;}
.d-consumerLoans .productList .d-col-2 .d-row-3 .u-proFeatures{ float: none;}
.d-consumerLoans .productList .d-col-2 .d-row-3 .u-proFeatures p{ font-size: 14px;}
.d-consumerLoans .productList .u-prolist .l-prolist:last-child{ border-bottom: dashed 1px #e8e8e8;}

.article-module .productList{background-color:none; border:0 none; border-bottom:solid 1px #e8e8e8;}
.article-module .productList .u-prolist{border:none;background-color:#fff;}
.article-module .productList .u-prolist .l-prolist{height:120px;border-left:none;border-right:none;margin:0;}
.article-module .productList .u-prolist .d-prolist{padding:20px 15px;margin:0;}
.article-module .productList .u-prolist .d-col-1{ width: 80px;}
.article-module .productList .d-col-2{width:350px;}
.article-module .productList .d-col-3{width:318px;border-left:dashed 1px #e5e5e5;border-right:0 none;line-height:22px;height:66px;padding-top: 15px;}
.article-module .productList .d-col-3 .u-proDetail{width:410px;}
.article-module .productList .d-col-3 dt{width:90px;float:left;font-size:12px;text-align:right;}
.article-module .productList .d-col-3 dd{float:left;width:140px;}
.article-module .productList .d-col-3 .font14{color:#f96a64;}
.article-module .productList .d-col-4{width:210px;text-align: left;line-height:22px;text-indent:40px;}
.article-module .productList .d-col-4 a.a-apply{width:70px;height:30px;line-height:30px; }
.article-module .productList .d-col-4 table{ height: 66px;text-indent: 40px;width: 100%;font-size:12px;}
.article-module .productList .d-col-3 .u-proDetail td{padding-left:10px;}
.article-module .productList .d-col-2 .d-row-1 .font_p{max-width: 340px;}

.productList { width: 100%; margin: 0 auto; position: relative; background-color: #fff; border-top: solid 1px #e8e8e8; color: #999999; border-top: none; }
.productList .u-prolist{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;}
.productList .u-prolist .l-prolist {z-index: 1; height:120px;position: relative;border: solid 1px #e8e8e8;border-left-style: solid;border-right-style: solid;border-bottom-style: none; border-top-style: dashed;}
.productList .u-prolist .l-prolist:hover {z-index:2;}
.productList .u-prolist .l-prolist:first-child{ border-top-style:none;}
.productList .u-prolist .d-prolist{padding:20px 20px 20px 30px; z-index:1;}
.productList .u-prolist .d-prolist:hover{border: solid 1px #f17a6c;position:absolute;z-index:2;top:-1px;left:-1px;-webkit-animation: d-prolist-color 0.8s; animation: d-prolist-color 0.8s;}
.productList .u-prolist .d-col-1 { width: 100px; height: 60px; text-align: center; float: left;margin-top:10px; }
.productList .u-prolist .d-col-1 .bank_icon { max-width: 60px; max-height: 60px;float: left;}
.productList .d-col-2 { float: left; width: 340px;}
.productList .d-col-2 .d-row-1 { height:20px; width: 100%;}
.productList .d-col-2 .d-row-1 .font_p {cursor:pointer;height:20px; text-align:left;max-width:220px;font-size:16px;line-height:16px; color:#333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
.productList .d-col-2 .d-row-1 .font_p:hover{color:#f96a64;}
.productList .d-col-2 .d-row-2 { height:25px; width: 100%;padding-top:10px; }
.productList .d-col-2 .d-row-2 h2{float: left;  font-size: 14px; color: #666666; text-align: left; line-height: 14px;max-width:85px;padding-right:10px; font-weight:normal; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  }
.productList .d-col-2 .d-row-2 .d-placeforstars { width: 130px; text-align: left;float: left;height:14px; }
.productList .d-col-2 .d-row-3 .u-proFeatures { width: 275px; float: left; }
.productList .d-col-2 .d-row-3 .u-proFeatures li { min-width: 70px; display: inline-block;margin-right:10px; }
.productList .d-col-2 .d-row-3 .u-proFeatures li.cur { display: block; }
.productList .d-col-2 .d-row-3 .u-proFeatures p{float:left;height:24px;text-align:left;line-height:24px;font-size:12px;color:#999;padding-left:2px;}
.productList .d-col-2 .d-row-3 .u-proFeatures li.d-feature { min-width: 70px; float:left; height: 24px; position: relative; margin-top:10px; }
.productList .d-col-2 .d-row-3 .u-proFeatures li.d-feature p { float:left; height: 24px; position: relative; }
.productList .d-col-2 .d-row-3 .u-proFeatures li .d-block { width: 70px; height: 65px; text-align: center; color: #474e5d; position: absolute; left: 0px; top: 0; }
.productList .d-col-3{width: 500px; height: 60px; float: left; position:relative;margin-top:5px;}
.productList .d-col-3 .u-proDetail td { min-width: 70px; height: 31px; padding-left: 14px;padding-top:3px; }
.productList .d-col-3 .u-proDetail td.minwidth{ min-width: 50px; }

.productList .d-col-3 .u-proDetail td h2 { color: #999; font-size: 14px; height: 31px; font-weight: normal; }
.productList .d-col-3 .u-proDetail td h2 span,.productList .d-col-3 .interestRates{color: #999; font-size: 12px;padding-left:5px;cursor:default;position:relative; display:inline-block;word-break: break-all;}
.productList .d-col-3 .u-proDetail td h2 span .tips-div,.productList .d-col-3 .interestRates .tips-div{font-size:14px;color:#999;padding:5px 3px;text-align:left;line-height:17px;border:1px solid #cbcbcb;clear:both; width:150px;position:absolute;top:28px;left:-59px;border-radius:2px;display:none;background-color:#fff;}
.productList .d-col-3 .u-proDetail td h2 span:hover .tips-div,.productList .d-col-3 .interestRates:hover .tips-div{display:block;z-index:99999;}
.productList .d-col-3 .u-proDetail td h2 span .tips-div:before,.productList .d-col-3 .interestRates .tips-div:before{ content:"";width:0; height:0; border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #cbcbcb;position:absolute;top:-10px;left:68px;}
.productList .d-col-3 .u-proDetail td h2 span .tips-div:after,.productList .d-col-3 .interestRates .tips-div:after{content:"";width:0; height:0; border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #fff;position:absolute;top:-8px;left:69px;}

.productList .d-col-3 .u-proDetail td p { font-size: 14px; line-height: 22px; color: #333; }
.productList .d-col-3 .u-proDetail .trbody td { height: 35px; /*line-height: 14px;*/ vertical-align: bottom;vertical-align:middle;text-align: center;width:150px; }
.productList .d-col-3 .u-proDetail .trbody em{line-height:24px; position: relative;top: 1px;}
.productList .d-col-3 .u-proDetail { width: 500px; height:100%; float: left; }
.productList .d-col-3 .u-proDetail .font12{color:#333;text-align:center;}
.productList .d-col-3 .u-proDetail .font18{ font-size:18px;color:#f96a64;text-align:center;height:20px;line-height:20px;display:inline-block;max-width:115px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.productList .d-col-3 .u-proDetail .font666{font-size:12px;color:#666;text-align:center;display: inline-block;width: 100%;}
.productList .d-col-3 .u-proDetail h2{ font-size:12px;color:#999;text-align:center;}
.productList .d-col-3 .u-proDetail .font-333{ font-size:12px;color:#333;text-align:center;height:16px;line-height:18px;vertical-align: middle;display: table-cell;width:50px;height:40px;}
.productList .d-col-3 .u-proDetail .width50{width:56px;margin: 0 auto;line-height:12px;font-size:12px;position:relative;top:1px;}
.productList .d-col-3 .u-proDetail .font-p{ vertical-align: middle;display: table-cell;height:40px;font-size:14px;color:#333;}
.productList .d-col-3 .u-proDetail li { float: left;margin-left:10px;width:105px; }
.productList .d-col-4{float:left;width:175px;text-align:right;margin-top:5px;}/*line-height:60px;*/
.productList .d-col-4 a.a-apply { cursor: pointer; width: 100px; height: 38px; background-color: #f86b64; border-radius: 3px; color: #fff; display: inline-block; text-align: center; line-height: 38px; cursor: pointer; }
.productList .d-col-4 a.a-apply:hover { background-color: #df4b42; }
.productList .d-col-5{float:left;width:80px;text-align:right;line-height:60px;margin-top:10px;}
.productList .d-col-5 a.a-apply { cursor: pointer; width: 76px; height: 38px; background-color: #f86b64; border-radius: 3px; color: #fff; display: inline-block; text-align: center; line-height: 38px; cursor: pointer; }
.productList .d-col-5 a.a-apply:hover { background-color: #df4b42; }
.i-stars { width: 75px; height: 14px; display: inline-block; background: url("../images/stars.png") no-repeat -75px 0px; }
.i-stars.star0 { background-position: -75px 0; }
.i-stars.star1 { background-position: -60px 0; }
.i-stars.star2 { background-position: -45px 0; }
.i-stars.star3 { background-position: -30px 0; }
.i-stars.star4 { background-position: -15px 0; }
.i-stars.star5 { background-position: 0 0; }
.i-feature {float:left; width: 24px; height: 24px; display: inline-block; background: url("../images/attribute.png") no-repeat 0px 0px; }
.i-feature.feature1 { background-position:  0px 0px; }/*利率低*/
.i-feature.feature2 { background-position: -49px 0px; }/*额度高*/
.i-feature.feature3 { background-position: -101px 0px; }/*放款快*/
.i-feature.feature4 { background-position: -151px 0px; }/*信用空白可做*/
.i-feature.feature5 { background-position: -201px 0px; }/*手续简便*/
.i-feature.feature6 { background-position: -251px 0px; }/*无需担保*/
.i-feature.feature7 { background-position:  0px -49px; }/*上门服务*/
.i-feature.feature8 { background-position: -49px -49px; }/*工资要求高*/
.i-feature.feature9 { background-position: -101px -49px; }/*需本地房产*/
.i-feature.feature10 { background-position: -151px -49px; }/*需要担保*/
.i-feature.feature11 { background-position: -201px -49px; }/*特定人群*/
.i-feature.feature12 { background-position: -248px -46px;}/*特定人群*/
.i-feature.feature13 { background-position: -298px -46px;width:20px; }/*特定人群*/


/*条件选择开始*/
.selection { width: 1200px; position: relative; background-color: #fff; border: solid 1px #e8e8e8; color: #999999; }
.selection .h-searchbar { height: 30px; padding: 10px 18px; border-bottom: solid 1px #e8e8e8; }
.selection .h-searchbar p {float:right;font-size:14px;color:#333;text-align:right;line-height:30px; }
.selection .h-searchbar span {font-size:14px; color:#f96a64;font-weight:bold;}
.selection .d-selectedCondition { padding: 6px 18px; border-bottom: solid 1px #e8e8e8; }
.selection .d-selectedCondition dt { width: 58px; color: #999999; line-height: 30px; float: left; }
.selection .d-selectedCondition dt.fieldSelected{margin-top:4px; font-weight: normal;}
.selection .d-selectedCondition .d-selectedWrap{display:inline-block;float:left;}
.selection .d-selectedCondition dd { display: inline-block; float: left; padding: 7px 2px; font-size: 14px; border: solid 1px #eeeeee; line-height: 14px; margin: 4px; }
.selection .d-selectedCondition dd:hover { color:#df4a43;border-color:#df4a43;}
.selection .d-selectedCondition dd .s-conditionName { margin-right: 5px; color: #999999; margin-left: 8px;float:left }
.selection .d-selectedCondition dd .s-conditionValue { color: #df4a43;float:left;  }
.selection .d-selectedCondition dd .s-cancelBtn { margin: 0 6px; cursor: pointer; }
.selection .d-selectedCondition dd a {float:left; cursor: pointer; display: inline-block; width: 16px; height: 12px; margin-left: 8px; background: url("../images/icons_new.png") no-repeat 0 -98px; }
.selection .u-condition { padding: 0; }
.selection .u-condition li { padding: 7px 18px; clear: both; border-top:dashed 1px #e8e8e8;position:relative;top:-1px;overflow:hidden;}
.selection .u-condition li.ext{min-height: 27px;height:auto}
.selection .u-condition li:last-child{border-bottom-style:none;}
.selection .u-condition li span { height: 31px; line-height: 31px; display: inline-block; float: left; width: 75px; }
.selection .u-condition li .titleName{ width: 52px;}
.selection .u-condition li dl { float: left; text-align: center; line-height: 24px; }
.selection .u-condition li dl.dropdown{ height: 30px; overflow: hidden;}
.selection .u-condition li dl dt,.selection .u-condition li dl dd { cursor: pointer; margin-right: 20px; margin-top: 2px; margin-bottom:2px; float: left; padding:0px 10px; display: inline-block;border-radius: 3px; color:#666;height: 26px; line-height: 26px;}
.selection .u-condition li dl dt.active,.selection .u-condition li dl dd.active{background-color: #f96a64; color: #fff;}
.selection .u-condition li dl dt:hover ,.selection .u-condition li dl dd:hover {color: #f96a64;}
.selection .u-condition li dl dt.active:hover ,.selection .u-condition li dl dd.active:hover {color: #fff;}
.selection .u-condition li dl dd { cursor: pointer; float: left; margin-right: 20px; color: #666666; }
.selection .u-condition li dl dd .unlimitedSpan { border-radius: 4px; background-color: #f96a64; color: #fff; height: 26px; line-height: 26px; padding: 0 12px; display: inline-block; }
.selection .u-condition li dl .lishowmore:hover{ color: #333;}
.selection .u-condition li .dd-center{width:986px;float:left;}
.selection .u-condition li .pull-right{width:90px;text-align:right;font-size:12px; line-height: 28px;}
.selection .u-condition li .pull-right .lishowmore:hover,.selection .u-condition li .pull-right .lishowmore:active{ color:#333; text-decoration: none;}
.selection .u-condition li .pull-right i{margin-left:10px;}
.selection .u-condition .dropdown li {
    padding: 0;
    text-align: left;
    border-top: none;
}
.proctol{margin:5px 0px;font-size:12px;color:#999;}
/*条件选择结束*/