.cardCenter{
    /*overflow: hidden;*/
    margin-top: 15px;
}
#cardLogo{
    float: left;
    margin-right: 20px;
    width: 280px;
    height: 186px;
    /* -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.2))); */
}
.details{
    float: right;
    min-height: 230px;
    width: 65%;
    /*overflow: hidden;*/
}
.details h1 {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;

}
.details h4 {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;

}
.apply_text h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#details_p p{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.card_nav h1 {
    width: 110px;
    height: 48px;
    float: left;
    color: #666;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.details p {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;


}


.content_r .search input{
    width: 100%;
}
.details p {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.details p span:nth-child(2) {
    margin-left: 30px;
    color: #666;
}
.details p span:nth-child(3) {
    margin-left: 15px;
    color: #666;
}


.details p span {
    color: #f24444;
}
.details .applyUrl {
    width: 140px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
    background-color: #f24444;
    text-align: center;
    line-height: 50px;
    margin: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.details .applyUrl:hover {
    background-color: #ea2727;
}
.hot_apply li a {
    color: #666;
    font-size: 14px;
}
.hot_apply li a:hover{
    color: #f24444;
}
.hot_apply a li {
    color: #999;
    font-size: 16px;
}
.hot_apply a li:hover {
    color: #f24444;
}

.activity_list .hot_apply:nth-child(1){
    padding-top: 10px;
    float: left;
    width: 100%;
}
.details .activity_list ul:nth-child(2) {
    float: right;
    margin-left: 5%;
    width: 42%;
}
.activity {
    padding-top: 16px;
}
.activity .title {
    width: 300px;
    overflow: hidden;
    border-bottom: 1px #dddddd solid;
}
.activity .title h2 {
    padding-bottom: 16px;
    float: left;
    font-size: 18px;
    color: #333;
}
.activity .title a {
    float: right;
    color: #999;
    font-size: 14px;
}
.activity .activity_Img {
    border-bottom: 1px #e5e5e5 dashed;
    margin-top: 20px;
}
.activity .activity_Img a:nth-child(1) img {
    margin-bottom: 20px;
}

.activity_list{
    display: inline-block;
    width: 300px;
    float: left;
}
.content_r .search input{
    box-sizing: border-box;
}
.activity .activity_Img img {
    width: 312px;
    height: 180px;
}
.activity .activity_Img a:nth-child(2) img {
    margin-bottom: 16px;
}
.activity .activity_Img img {
    width: 312px;
    height: 180px;
}


.activity_list ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity_list ul li::before {
    display: block;
    content: '';
    border-radius: 50%;
    position: relative;
    top: 12px;
    left: -15px;
    background-color: #ccc;
    width: 4px;
    height: 4px;
}
.policy{
    background-color: #f3f3f3;
    width: 860px;
    height: 128px;

}
.policy ul{
    overflow: hidden;
    padding-top: 14px;
}

.policy ul li a{
    font-size: 14px;
    color: #666;
}
.policy ul li div{
    font-size: 14px;
    color: #666;

}
.policy ul li div span{
    color: #a7a7a7;
    margin-right: 20px;
}
.policy ul li{
    float: left;
    width: 480px;
    padding-left: 20px;
    margin-bottom: 18px;
}


.card_nav{
    margin-top: 20px;
}
.card_nav ul {
    position: relative;
    overflow: hidden;
    width: 860px;
    background-color: #f3f3f3;
    box-sizing: border-box;
}
.card_nav ul li{
    width: 110px;
    height: 48px;
    float: left;
    color: #666;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.safe{
    margin-top: 20px;
    margin-bottom: 15px;
}
.safe h2{
    padding-left: 10px;
    font-size: 18px;
    color: #333;
}
.safe p{
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    line-height: 35px;
}
.safe .seriesCard{
    padding-bottom: 30px;
}
.safe .seriesCard:last-child{
    padding-bottom: 0;
}
.safe .seriesCard .cardImg{
    float: left;
    padding-left: 10px;
}
.safe .seriesCard .cardImg img {
    width: 200px;
    height: 126px;
}
.safe .seriesCard .cardMsg{
    float: left;
    padding-left: 10px;
    width: 400px;
}
.safe .seriesCard .cardMsg h5 a {
    padding-bottom: 5px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-indent: 15px;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
}
.safe .seriesCard .cardMsg h5 a:hover {
    color: #f24444;
}
.safe .seriesCard .cardMsg p {
    width: 280px;
    line-height: 22px;
    float: left;
    padding-left: 8px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(102, 102, 102);
    overflow: hidden;
}
.safe .seriesCard .cardMsg p span {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    display: inline-block;
    padding: 0 5px;
}
.safe .seriesCard .applyCard {
    float: left;
    padding-left: 100px;
}
.safe .seriesCard .applyCard a{
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #f24444;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    text-decoration: none;
    position: relative;
    z-index: 11;
}
.safe .seriesCard .applyCard a:hover{
    background: #d5171c;
}
.safe .seriesCard .applyCard p {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    display: block;
    text-align: center;
    padding-left: 0;
}
.safe .seriesCard .applyCard p span {
    color: #f24445;
}
.danka{
    margin-top: 20px;
}
.danka .card_name{
    padding-bottom: 16px;
}
.danka .card_name h2{
    font-size: 18px;
    color: #333;
}
.danka .card_name .danka_border{
    width: 256px;
    border-bottom: 2px #f24444 solid;
    position: relative;
    top: 16px;
}
.danka .danka_list{
    overflow: hidden;
    padding-bottom: 20px;
}
.danka .danka_list ul {
    overflow: hidden;
}
.danka .danka_list ul li{
    float: left;
    margin-right: 24px;
}
.danka .danka_list ul li a{
    font-size: 16px;
    color: #333;
}
.danka .danka_list ul li a:hover{
    color: #f24444;
}
.danka .danka_list .first::before{
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    background-color: #f24444;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.danka .danka_list p{
    font-size: 14px;
    color: #999;
    margin-top: 24px;
    float: left;
}


.card-scb {
    margin-top: 24px;
    width: 185px;
    height: 22px;
    float: right;
    overflow: hidden;
}
.card-scb a.scx {
    width: 28px;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    background: url(../images/xin_01.gif) no-repeat;
    padding-left: 22px;
    margin-right: 10px;
    float: left;
}
.card-scb a.jcx {
    width: 28px;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    background: url(../images/jc_01.gif) no-repeat;
    padding-left: 22px;
    margin-right: 10px;
    float: left;
}
.card-scb a.dyx {
    width: 28px;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    background: url(../images/dy_01.gif) no-repeat;
    padding-left: 22px;
    margin-right: 10px;
    float: left;
}
.pinglun{
    margin-top: 15px;
    overflow: hidden;
}
.pinglun h2{
    font-size: 18px;
    color: #333;
    padding-bottom: 16px;
}
.utextarea{
    margin-top: 16px;
}
.utextarea textarea{
    width: 96%;
    height: 100px;
    padding: 15px;
    color: #999;
    font-size: 14px;
    outline:none;
}
.pinglun button{
    width: 100px;
    height: 36px;
    background-color: #fff;
    border: 1px #f24444 solid;
    color: #f24444;
    font-size: 14px;
    float: right;
    margin-top: 24px;
    border-radius:18px;
    -moz-border-radius:18px;
    -ms-border-radius:18px;
    -o-border-radius:18px;
    -webkit-border-radius:18px;
}
.txt{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #ddd dashed;
    text-align: left;
    line-height: normal;
}
.txt p{
    color: #333;
    font-size: 14px;

}
.txt span{
    color: #999;
    font-size: 12px;
}
.txt span img{
    position: relative;
    top: 5px;
    padding-right: 10px;
}
.txt span:last-child{
    float: right;
}
.txt:last-child{
    border:0px;
}



.top{
    margin-top: 30px;
}
.top_list{
    margin-top: 20px;
}
.top_list ul li{
    overflow: hidden;
    margin-bottom: 16px;
    cursor: pointer;
}
.top_list ul li p:hover{
    color: #f24444;
}
.top_list ul li span{
    float: left;
    width: 14px;
    height: 14px;
    font-size: 12px;
    color: #666;
    margin-right: 8px;
    background: #f3f3f3;
    text-align: center;
    line-height: 14px;
    position: relative;
    top: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.top_list ul li:nth-child(1) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li:nth-child(2) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li:nth-child(3) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li p{
    color: #666;
    font-size: 14px;
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top_list ul li em{
    font-style: normal;
    float: right;
    color: #666;
    font-size: 14px;
}


.safe{
    display: none;
}

.card_nav_cup{
    background-color: #fff;
    border-top: 2px #f24444 solid;
    color: #f24444 !important;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px 0 5px;
}

.evaluate{
    padding-top: 20px;
    position: absolute;
}

.evaluate-g,.evaluate-b{
    height: 30px;
    width: 140px;
    line-height: 30px;
    border-radius:30px;
    text-align: center;
    display: inline-block;
    cursor:pointer;
    border: 1px solid #666;
    color: #666;
    margin-right: 10px;

}

/*2-17*/
.content_c{
    width: 1200px;

}

.content_cs{
    width: 860px;
    float: left;
}

.content_left{
    width: 300px;
    float: right;
    /*padding-top: 20px;*/

}


.yh_message li a{
    color: #333;
}
.yh_message li a:hover{
    color: #f24444;
}
.yh_message li{
    color: #333;
    font-size: 14px;
    padding-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;

}
.yh_message span{
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 6px;
    text-align: center;
    line-height: 14px;
    border-radius: 2px;
    color: #7a7a7a;
    margin-right:8px;
}
.yh_message li:nth-of-type(-n+3) span{
    background: #f24444;
    color:#FFF;
}
.yh_message_card{
    padding-top: 10px;
    display: none;
    margin-left: -10px;
}
.yh_message_card img{
    width: 120px;
    height: 75px;

}
.message_card_right{
    width: 160px;
}
.card_right_font{
    width: 150px;
    height: 44px;
    white-space:pre-wrap;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

.yh_message_card {
    padding-top: 10px;
    display: none;
    margin-left: -10px;
}

.yh_message_card img {
    width: 120px;
    height: 75px;
}

.yh_message_card .apply_btn {
    position: relative;
    left: 70px;
    top: -8px;
    display: inline-block;
    width: 78px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f24444;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.yh_message li:before {
    display: block;
    content: '.';
    font-size: 0;
    border-radius: 50%;
    position: relative;
    top: 12px;
    left: -15px;
    background-color: #ccc;
    width: 4px;
    height: 4px;
}

.footer_bank .title_list {
    border-bottom: 1px #dddddd solid;
    padding-bottom: 16px;
}




/*表格*/
.card_xxxx .fqfk {
    line-height: 25px;
    overflow: hidden;

}
.card_xxxx{
    font-family: "宋体", arial;
    font-size: 14px;
}

.form-table-xd {
    border-collapse: collapse;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #cccccc;
}

.form-table-xd td {
    margin: 0px;
    padding-right: 5px;
    line-height: 30px;
    text-align: right;
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #cccccc;
}

.cardxfqfk {
    width: 710px;
    height: 25px;
    line-height: 25px;
    padding-bottom: 5px;
    float: left;
    display: inline;
    overflow: hidden;
    font-size: 14px;
}
.cardxfqfk .cl1 {
    width: auto;
    height: 25px;
    line-height: 25px;
    color: #999;
    float: left;
}
.cardxfqfk .cr1 {
    width: 125px;
    height: 25px;
    line-height: 25px;
    color: #333;
    padding-left: 5px;
    float: left;
}

.jf .yy {
    width: 200px;
    height: 30px;
    float: left;
    line-height: 30px;
}

.jf .yy span {
    color: #666;
}
.jh {
    height: auto;
    line-height: 25px;

    overflow: hidden;
    font-size: 14px;
}



.card_xxxx .hk .bt11 {
    width: 690px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.card_xxxx .hk .btzt {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: #d4d4d4 1px solid;

}

.card_xxxx .hk .btzt .tt1 {
    width: 100%;
    background-color: #f1f1f1;
    height: 30px;
    border-bottom: #d4d4d4 1px solid;

}
.card_xxxx .hk .btzt .tt1_1 {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}
.card_xxxx .hk .btzt .tt1_2 {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}
.card_xxxx .hk .btzt .tt1_3 {
    width: 78px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}
.card_xxxx .hk .btzt .tt1_4 {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt1_5 {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt1_6 {
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt1_7 {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}


.card_xxxx .hk .btzt .tt2_1 {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}


.card_xxxx .hk .btzt .tt2 {
    width: 100%;
    height: 30px;
}

.card_xxxx .hk .btzt .tt2_2 {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt2_3 {
    width: 78px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt2_4 {
    width: 100px;
    color: #c21c06;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt2_5 {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}


.card_xxxx .hk .btzt .tt2_6 {
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    float: left;
}


.card_xxxx .hk .btzt .tt2_7 {
    width: 100px;
    height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt2_6 a {
    color: #0066cc;
    text-decoration: none;
}

.card_xxxx .hk .btzt .tt2_7 span.l {
    width: 50px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    float: left;
}

.card_xxxx .hk .btzt .tt2_7 span.r {
    width: 20px;
    height: 20px;
    padding: 5px 25px 5px 5px;
    float: left;
}

.card_xxxx .hk .btzt .tt2_7 span.r a {
    width: 20px;
    height: 20px;
    background-image: url(/asset/uploads/image/Chand1_1.gif);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.card_xxxx .hk .btzt .tt2_7 span.r a:hover {
    width: 20px;
    height: 20px;
    background-image: url(/asset/uploads/image/Chand3_3.gif);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.policy li a:hover{
    color: #f24444;
}

.tt2>div,.tt1>div{
    padding: 0 12px;
}


.evaluate-col{
    border: 1px solid #f24444;
    color:#f24444;
}

#pinglun_1 {
    display: block;
}
#pinglun_2{
    display: none;
}


.content_r {
padding-top:24px;
overflow: hidden;
}


.ctab td {    BORDER-RIGHT: #bfbfbf 1pt solid;
    PADDING-RIGHT: 5.4pt;
    BORDER-TOP: #bfbfbf 1pt solid;
    PADDING-LEFT: 5.4pt;
    PADDING-BOTTOM: 0pt;
    BORDER-LEFT: #bfbfbf 1pt solid;
    /*WIDTH: 94pt;*/
    PADDING-TOP: 0pt;
    BORDER-BOTTOM: #bfbfbf 1pt solid;
    HEIGHT: 46.5pt;
}
.yy {font-size: 14px;}
.ctab td p {color: black; font-family: 宋体; font-size: 14px;}

.pagination{margin: 20px auto;text-align: center;}
.page-item{display: inline-block;width: 28px;height: 28px;line-height: 28px;color: #666;font-size: 12px;margin-right: 8px;border: 1px #ddd solid;border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;-ms-border-radius: 1px;-o-border-radius: 1px;}
.page-item:hover{color: #f24444;}
.active{color: #f24444;}
.page-item a{display: block;}

.applyUrl{
    display: block;
}

.applyUrl_r{
    float: right;
}

.applyUrl_sun{
    text-align: center;

}

.cardLogo_b{
    padding: 10px;
    text-align: center;

}

.qr-code{
    height: 35px;
    line-height: 35px;
    color: #666;
    text-align: center;
    margin:10px 15px 0;
    cursor: pointer;
    position: relative;
}
.qr_img {
    position: absolute;
    background: url(/asset/uploads/image/wx_pc_81401.gif) no-repeat;
    width: 200px;
    height: 200px;
    left: -34px;
    display: none;
    background-size: cover;
    border-bottom: 1px solid #eee;
    z-index: 999;
    border: 1px solid #eee \9;
}


.qr-code img{
    vertical-align: text-top;
}

.qr_img img{
width: 86%;
    padding: 7%;
}

#pinglun_2,#pinglun_1{
    min-height: 100px;
    text-align: center;
    line-height: 100px;
}

.message_card_right a.apply_btn:hover{
    color: #fff;
}

.pagination li{
  cursor: pointer;

}


.card_nav .nav_index {
    position: absolute;
    right: 14px;
    top: 8px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f24444;
    color: #f24444;
    cursor: pointer;
}


.gd{
    display: block;
    margin-top: 48px;
    margin-bottom: 48px;
    width: 100%;
    height: 50px;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.jh p{
    line-height: initial;
}

.title_box {
    border-left: 5px solid #f23835;
    color: #333333;
    margin-left: 5px;
    line-height: 25px;
    padding-left: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 900;
}

.txt_l{
    width: 8%;
    float: left;

}
.nmin p{
    float: left
}
.nmin span{
    float: right
}

.nmin{
    height: 40px;
    line-height: 40px;
}
.txt_r{
    width: 92%;
    float: left;

}


