
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #273746
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #273746
}

/*.h1,*/
.h2,
.h3,
.h4,
.h5,
.h6,
/*h1,*/
h2,
h3,
content h4,
h5,
h6 {
    font-family: suxingme, "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #273746;
    margin: 0;
}

.h1>a,
.h2>a,
.h3>a,
.h4>a,
.h5>a,
.h6>a,
h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit
}

/*.h1,*/
/*h1 {*/
/*    font-size: 36px*/
/*}*/

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 26px
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 14px
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover {
    color: #00A7EB
}

.content p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #3d464d;
    word-wrap: break-word;
}




body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: suxingme, "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    background: #f6f6f6;
    -webkit-font-smoothing: antialiased;
    line-height:1.42857143;
    color:#333;
    background-color:#fff;
}



.article{
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding: 0 15px 60px 15px;
    width: 1000px;
    margin: 0 auto;
}

.breadcrumbs{
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 25px;
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
}

.post-title {
    position: relative;
    margin: 0 0 35px;
    padding: 0 0 35px;
    border-bottom: 1px solid #e7e7e7;
}

.post-title:hover:after {
    width: 75px;
}

.post-title .title {
    position: relative;
    font-size: 26px;
    display: block;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 0 25px;
    text-align: center;
}

.post-title:after {
    content: "";
    background-color: #282828;
    left: 0;
    width: 60px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.post-title .post_icon {
    color: #748594;
    font-size: 13px;
    display: block;
    text-align: center;
}

.post-title .post_icon span {
    margin-right: 15px;
    display: inline-block;
    position: relative;
}

.post-title .post_icon a:link, .post-title .post_icon a:visited {
    color: #748594;
}

.to-top {
    display: none;
    color: #fff;
    background-color: #3f5375;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    z-index: 101;
    cursor: pointer;
    position: fixed;
    right: 108px;
    bottom: 400px;
    /*border: 1px solid #3f5375;*/
}

.show{
    display: block;
}

.icon-up-small{
    color: #fff;
}

.app_daoliu_layer{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    height:100px;
    z-index:1001;
    background-color:#FFFFFF;
    background-color:rgba(255,255,255,.95);
    white-space:nowrap;
    box-shadow:0 -3px 80px rgba(0,0,0,.08)；
}

.app_daoliu_layer img{
    width:100%;
    border-radius: 5px;
}

.app_daoliu_layer .app_content{
    text-align:center;
    background-color: rgba(205,227,247,0.3);
}

.app_daoliu_layer .app_content .app_img{
    width:230px;
    display:inline-block;
    position:relative;
    bottom:70px;
    vertical-align:top;
}

.app_daoliu_layer .app_content .app_desc_c{
    margin-left:35px;
    display:inline-block;
    line-height:1;
    vertical-align:top;
    text-align:left;
}

.app_daoliu_layer .app_content .app_desc_c .app_title{
    margin-top:30px;
    color:#101d37;
    font-size:20px;
    font-weight:700;
    font-family:Microsoft yahei;
    margin-bottom:12px;
    line-height:1;
}

.app_daoliu_layer .app_content .app_desc_c .app_desc{
    color:#9399a5;
    font-size:13px;
    font-family:Microsoft yahei;
    margin-top:8px;
    line-height:1;
}

.app_daoliu_layer .app_content .app_qr{
    display:inline-block;
    vertical-align:top;
    width:88px;
    margin-top:7px;
    margin-left:63px;
}

.app_daoliu_layer .app_content .app_down{
    display:inline-block;
    vertical-align:top;
    text-align:center;
    margin-left:22px;
}

.app_daoliu_layer .app_content .app_down .btn{
    display:block;
    width:107px;
    height:40px;
    border-radius:2px;
    line-height:40px;
    font-size:14px;
    color:#fff;
    font-weight:700;
}

.app_daoliu_layer .app_content .app_down .btn:hover{
    text-decoration:none;
    out-line:none;
}

.app_daoliu_layer .app_content .app_down .btn.btn_iphone{
    background-color:#101d37;
    margin-top:22px;
}

.app_daoliu_layer .app_content .app_down .btn.btn_andriod{
    background-color:#3072f6;
    margin-top:8px;
}

.app_daoliu_layer .app_content .app_close{
    display:inline-block;
    vertical-align:top;
    margin-top:22px;
    width:15px;
    margin-left:41px;
    cursor:pointer;
}

@media only screen and (max-height:570px){
    .app_daoliu_layer{
        display:none
    }
}



.widget{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    padding: 35px 30px;
}

.ajax-load-con {
    padding: 32px 0;
}

/*.ajax-load-con：hover {*/
/*    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);*/
/*}*/

.posts-image-box{
    overflow: hidden;
}

.posts-default-title {
    position: relative;
    margin: 0 0 15px;
    flex: 1;
}

.post-entry-categories {
    margin-bottom: 20px;
}

.post-entry-categories a {
    padding: 4px 10px;
    background-color: #19B5FE;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    display: inline-block
}

.post-entry-categories a:nth-child(5n) {
    background-color: #5d6bb5
}

.post-entry-categories a:nth-child(5n+1) {
    background-color: #ff5e5c
}

.post-entry-categories a:nth-child(5n+2) {
    background-color: #ffbb50
}

.post-entry-categories a:nth-child(5n+3) {
    background-color: #1ac756
}

.post-entry-categories a:nth-child(5n+4) {
    background-color: #19B5FE
}

.post-entry-categories a:hover {
    background-color: #1B1B1B;
    color: #FFF
}


.float-code{
    display: none;
    color: #fff;
    background-color: #3f5375;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    z-index: 101;
    cursor: pointer;
    position: fixed;
    right: 109px;
    bottom: 550px;
}
.codebtn-box{
    display:block;
    width:50px;
    height:100px;
    /*border:1px solid #ccc;*/
    background:#f3f3f3;
}
.codebtn-box a{
    display:block;
    width:50px;
    height:50px;
}
.codebtn-box a:hover,.codebtn-box .on{
    background-color:#ccc;
}
.codebtn-box .cur{
    background-position:-114px -69px;
    -webkit-transition:all .3s;
    transition:all .3s;
}
/*.appcodebtn{background:url(https://static.51credit.com/www/images/kefucode1.png) no-repeat -54px 6px;}*/
.kefucodebtn{
    background:url(https://static.51credit.com/www/images/kefucode1.png) no-repeat -110px 10px;
    -webkit-transition:all .3s;
    transition:all .3s;
}
.kefucodebtn:hover{background-position:-110px -63px;-webkit-transition:all .3s;transition:all .3s;}
.kefucodepic-box{display:none;position:absolute;left:-80px;top:0px;z-index:999;width:82px;height:110px;text-align:center;}
.kefucodepic{display:block;width:80px;height:80px;border:1px solid #ccc;background:url(https://static.51credit.com/www/images/kefucode1.png) no-repeat -195px 4px;background-color:#fff;}
.kefucode-title{font-size:14px;line-height:25px;}#float-r{position:fixed;z-index:99;bottom:117px;left:50%;margin-left:590px;font-size:12px;font-family:"微软雅黑";}
#float-r ul{padding:0;margin:0;width:40px;height:40px;}
#float-r li{display:none;overflow:hidden;background-color:#f64d4a;border-radius:5px;width:40px;height:40px;}
#float-r li a{display:block;width:24px;height:30px;color:#fff;text-indent:-999px;background:url(https://static.51credit.com/www/images/kefucode1.png) no-repeat 11.5px 9px;line-height:15px;padding:5px 8px;text-decoration:none;}
#float-r li a:hover{display:block;border-radius:5px;color:#fff;text-indent:0px;background:none;}



.thumb-span{
    margin-right: 10px;
}

.thumb-span img{
    max-width: 180px;
    height: auto;
}
    
.posts-default-title h2{
    font-size: 22px;
}

.posts-default-content{
    flex: 2;
}

.posts-default-content .posts-text {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #566573;
}

.posts-default-info{
    color: #333;
    font-size: 14px;
    line-height: normal;
    position: relative;
}

.icon--list-2{
    list-style: none;
    font-size: 12px;
    letter-spacing: -.2px;
    color: #748594;
    line-height: 1.5;
    box-sizing: border-box;
}


.posts-default-info ul li{
    display: inline-block;
    font-size: 12px;
    letter-spacing: -.2px;
    padding: 0;
    margin: 0 20px 0 0;
    color: #748594;
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
}

.posts-default-info ul li .avatar {
    position: absolute;
    top: -1px;
    left: 0;
    width: 25px;
}

.posts-default-info ul li .avatar img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 17px;
    height: 17px;
}

.posts-default-info ul li a {
    color: #748594;
}

.m-page{
    clear: both;
    list-style-type: none;
    text-align: center;
}

.m-page li{
    display: inline-block;
    height:30px;
    line-height:30px;
    margin-right:10px;
}

.m-page li a{
    border:1px solid #eee;
    padding:8px 15px;
    text-decoration: none;
    border-radius: 3px;
}

.m-page li a.noborder{
  border:0px solid blue;
}

.m-page li a:hover{
  background:navy;
  color:white;
}

.widge_tags a {
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 15px;
    margin: 0 8px 8px 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: rgba(0, 0, 0, .44);
    background-color: rgba(255, 255, 255, .97);
}

.widge_tags a.hot {
    border-color: #fdb2b2;
    color: #fd6161
}

.widge_tags a.hot i {
    position: relative;
    top: -1px
}

.widge_tags a:hover {
    color: #FFF;
    background: #1B1B1B;
    border-color: #1B1B1B
}

.postauthor .avatar {
    /*position: absolute;*/
    top: -1px;
    left: 0;
    width: 25px;
    display: inline-block;
    padding-right: 2px;
}

 .postauthor img{
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.next-prev-posts{
    display: flex;
    padding-bottom:50px ;
}

.next-prev-posts span{
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.next-prev-posts h4{
    margin-top: 10px;
    font-size: 12px;
}

.prev-post{
    display: inline-block;
    flex: 1;
}

.next-post{
    display: inline-block;
    flex: 1;
}

.next-prev-posts h4:hover{
  color:blue;
}

.item1::before {
    content: '';
    border: 1px solid black;
    background-color: black;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 12px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
    
.item1 a{
    display: inline-block;
} 

.item1 h4{
    padding-right: 5px;
}

.item1 h4:hover{
  color:blue;
}

.item1 h4 span{
  font-size: 12px;
}

.time_point{
    /*font-size: 13px;*/
    color: #999;
}

.wrap{
    display: flex;
}

.wrap h1 span{
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.related-post1{
    flex: 1;
}

.wrap ul{
    margin-top: 10px;
}

.related-post2{
    flex: 1;
}

.wrap li{
    list-style: none outside none;
    line-height: 24px;
    font-size: 12px;
    height: 24px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*footer*/
.fl-footer{
    display: inline-block;
    flex: 2;
}

.service{
    display: inline-block;
}

.service p{
    color: #fefefe;
    opacity: .8;
}

.service span{
    font-size: 18px;
    font-weight: bold;
}

.fl-footer p{
    color: #fefefe;
    opacity: .8;
}



/*@charset "UTF-8";*/
.jdc-side {
    display: none; 
    position: fixed; 
    right: 20px; 
    /*bottom: 20px; */
    z-index: 300; 
    width: 60px;
    top:50%;
    transform:translateY(-50%);
}
.mod_hang_qrcode { 
    position: relative;
}
.mod-qr-tips { 
    height: 70px; 
    background: url(../images/wx.png) center no-repeat;
    background-size: 100%;
}
.mod_hang_qrcode_show {
    display: none;
    position: absolute; 
    right: 70px;
    top: -65px; 
    width: 138px; 
    min-height: 166px;
    border: 0 none;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    box-shadow: 0 0 10px 0 rgba(20,34,67,.1) 
}

.mod_hang_qrcode_show p { 
    margin-top: 5px; 
    line-height: 16px; 
    color: #666;
    font-size: 12px; 
    text-align: center 
}

.mod_hang_qrcode_show_bg { 
    width: 124px; 
    height: 124px; 
    margin: 8px auto 0; 
    background-position: 0 0; 
    background-repeat: no-repeat;
    -moz-background-size: 124px auto; 
    background-size: 124px auto;
    background-image: url(../images/qrcode.png) 
}

.jdc_hang_qrcode .mod_hang_qrcode_show_bg { 
    background-image: url(../images/qrcode.jpg) 
}

.jdc_hang_qrcode p { 
    padding-bottom: 5px 
}

.mod_hang_qrcode_btn { 
    display: block; 
    width: 40px; 
    height: 40px; 
    color: #0989c5; 
    font-size: 40px; 
    cursor: pointer; 
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    transition: all .25s ease
}

.mod_hang_top { 
    display: block; 
    width: 40px; 
    height: 40px; 
    margin: 5px 0 0; 
    text-align: center;
    cursor: pointer; 
    -webkit-transition: all .25s ease; 
    -moz-transition: all .25s ease; 
    transition: all .25s ease; 
    background-color: transparent
}

.mod_hang_qrcode:hover .mod_hang_qrcode_show { display: block }
.mod_hang_qrcode_btn { position: relative; margin-top: 5px; text-align: center; background-color: transparent; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_qrcode_btn:hover { color: #fff }
.mod_hang_top { -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_top .mod_hang_qrcode_btn { background: 0 0; margin: 0 }
.mod_hang_appeal_btn { display: block; width: 40px; height: 40px; color: #0989c5; text-align: center; font-size: 20px; cursor: pointer; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) ;}

.mod_hang_appeal:hover .mod_hang_appeal_show{ display:block;opacity: 1;}


.mod_hang_appeal_btn i, .mod_hang_qrcode_btn i { display: inline-block; width: 40px; height: 40px; line-height: 40px; font-size: 40px; color: #0989c5; background-color: #fff }
.mod_hang_appeal_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_appeal.show .mod_hang_appeal_show { display: block }
.mod_hang_appeal_show { opacity: 0; z-index:-9; right:-500px; position: absolute; right: 70px; bottom: -50px; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1); width: 300px }
.mod_hang_appeal_show li {
*zoom:1; cursor: pointer }
.mod_hang_appeal_show li:hover { background: #f3f5fb }
.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden }
.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box { float: left; width: 215px; height: 90px; cursor: pointer }
.mod_hang_appeal_show .icon_box { width: 78px; line-height: 90px; text-align: center }
.mod_hang_appeal_show .icon_box i { color: #0989c5; font-size: 30px }
.mod_hang_appeal_show .text_box h5 { margin-top: 10px; font-size: 16px; color: #03004c; line-height: 24px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.mod_hang_appeal_show .text_box p { margin-top: 10px; max-height: 36px; overflow: hidden; line-height: 18px; font-size: 12px; color: #666; cursor: pointer }
.jdc_feedback_qrcode .mod_hang_qrcode_btn { margin-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show { min-height: 226px }
.jdc_feedback_qrcode .mod_hang_qrcode_show p { padding-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg { margin-top: 0; background-image: none }
@media (max-width:768px) {
.jdc-rwd .jdc-side { display: none!important }
}
.jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode-en.jpg) }
.jdc-lang-en .mod-qr-tips { position: relative }

.jdc-lang-en .mod-qr-tips:after { 
    content: "Search";
    position: absolute; 
    left: 41px; 
    top: 8px; 
    width: 85px; 
    height: 30px; 
    line-height: 30px; 
    background: #fff; 
    color: #666; 
    font-size: 16px 
}

@font-face { font-family: jdcfont; src: url(../fonts/jdcfont.eot); src: url(../fonts/jdcfont.eot#iefix) format("embedded-opentype"), url(../fonts/jdcfont.woff) format("woff"), url(../fonts/jdcfont.ttf) format("truetype"), url(../fonts/jdcfont.svg#jdcfont) format("svg") }

.jdcfont { 
    font-family: jdcfont!important; 
    font-size: 16px; font-style: normal; 
    -webkit-font-smoothing: antialiased; 
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale 
}

.jdcfont img{
    height: 40px;
    vertical-align: middle;
    margin: 0 auto;
    padding-bottom:5px;
}

.mod_hang_appeal_btn img{
    margin-top: 5px;
    padding-bottom: 5px;
}

.icon_box img{
    width: 30px;
    height: auto;
}