html, body {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    color: #0c0300;
    background: #ffffff;
    margin: 0;
    padding: 0;
}
.newBg{
    background: url("../img/webhome.png") no-repeat #FFF;
    width: 100%;
    min-width: 1864px;
    height: 4028px;
}

@media screen and (max-width: 1200px) {
    .newBg {
        background-size: 100% auto;
        height: 2600px;
}
}
#box {
    width: 100%;
    height: 600px;
    background: url('../img/ad_0126.jpg') no-repeat top center;
    background-size: cover;
    margin: 0px auto;
    display: block;
}

#box a {
    display: block;
    width: 100%;
    height: 600px;
    color: #fff;
}

#box a > span {
    position: relative;
    display: block;
    width: 118px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 30px;
    border: 1px solid #fff;
    float: right;
    margin: 20px;
    cursor: pointer;
    z-index: 999;
    color: #FFFFFF;
}

/*header��ʽ*/
.mod-header {
    width: 100%;
    height: 320px;
    min-width: 1200px;
    border: 1px solid #cccccc;
}

.placeholder {
    color: #aaa;
}

.logo {
    width: 274px;
    height: 76px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px
}

.logo_img {
    width: 100%;
    height: 76px;
    background: url("../img/creditChina_logo.png") /*tpa=http://www.creditchina.gov.cn/images/creditChina_logo.png*/ no-repeat;
    display: inline-block;
    float: left
}

.logo_font {
    font-weight: 200;
}

.search {
    position: absolute;
    text-align: right;
    top: 50px;
}

.search_term {
    display: flex;
    height: 30px;
    line-height: 30px;
    margin-bottom: 18px;
}

.search_term span {
    margin-right: 23px !important;
    font-size: 14px;
    cursor: pointer;
    color: #FFFFFF;
}

.search_term span:hover {
    color: #E22323;
}

.search_term .active:hover {
    color: #FFFFFF
}

.search_term .active {
    background-color: #E22323;
    padding: 0 10px;
    border-radius: 2px;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
}

.search_term .active:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -2px;
    border-width: 4px;
    border-style: solid;
    border-color: #E22323 transparent transparent transparent;
}

.search_content {
    display: flex;
}

.search_btn {
    vertical-align: middle;
    width: 67px;
    height: 50px;
    background: #e22323 url("../img/search_grey.png") /*tpa=http://www.creditchina.gov.cn/images/search_grey.png*/ center no-repeat;
    color: #FFFFFF;
    padding-left: 20px;
    border: 0px;
    cursor: pointer;
    float: right;
}

.active {
    color: #e22323;
}

.thisimg {
    width: 1200px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.thisimg li {
    position: absolute;
    top: -24px;
    right: 45%;
    z-index: 99;
}

/*header��ʽ*/

/*header��ʽ*/
.mod-content {
    width: 100%;
}

/*����ģ��һ*/
.mod-content .content_one {
    width: 1200px;
    clear: both;
    margin: 10px auto 0;
    overflow: hidden;
    background-color: #FFFFFF;
}

.mod-content .content_one .content_one_left {
    width: 1200px;
    height: 350px;
    float: left;
}

.mod-content .content_one .content_one_right {
    width: 386px;
    height: 350px;
    float: right;
    border: 1px solid #cccccc;
    background: #fff;
}

.mod-content .content_one .content_one_right #tab {
    position: relative;
}

.mod-content .content_one .content_one_right #tab .tabList ul li {
    font-size: 18px;
    float: left;
    width: 50%;
    text-align: center;
    margin-left: -1px;
    position: relative;
    cursor: pointer;
    border-top: none;
    border-right: none;
}

.mod-content .content_one .content_one_right #tab .loginTitle {
    height: 50px;
    line-height: 50px;
}

.mod-content .content_one .content_one_right .welcomTab {
    position: relative;
}

.mod-content .content_one .content_one_right .welcomTab .welcome {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    border-bottom: 1px solid #cccccc;
    color: #0063ba;
    font-size: 18px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation {
    margin: 0 20px;
    overflow: hidden;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .Information {
    height: 100px;
    font-weight: 200;
    background: #f9f9f8;
    padding: 0 10px;
    margin-bottom: 10px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .Information li {
    float: left;
    line-height: 100px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .userName {
    line-height: 45px;
    font-size: 16px;
    color: #0c0300;
    padding-left: 10px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .userName .total {
    background: blue;
    padding: 0 5px;
    color: #ffffff;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .userName p {
    height: 25px;
    line-height: 25px;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .integration {
    height: 100px;
    font-weight: 200;
    background: #f9f9f8;
    padding: 0 10px;
    margin-bottom: 10px;
}

#tab .tabCon {
    left: -1px;
    top: 32px;
    border-top: none;
    width: 100%;
    height: 200px;
}

#tab .tabCon div {
    padding: 0 10px;
    position: absolute;
    display: none;
}

.newList {
    height: 165px;
    border-bottom: 1px solid #cccccc;

}

.newList a {
    color: #333333;
}

#tab .tabList li.cur {
    color: #0063ba;
}

#tab .tabCon div.cur {
    display: block;
}

.newTitle {
    font-size: 18px;
    padding-top: 20px;
    cursor: pointer;
}

.newContent {
    padding-top: 10px;
    cursor: pointer;
}

.newFrom {
    padding-top: 20px;
    opacity: 1;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
}

.column {
    padding: 2px 10px;
    background: #ea3e3e;
    color: #ffffff;
}

.newTime {
    display: inline-block;
    float: right;
    padding-top: 20px;

}

.datatime {
    padding-left: 20px;
    background: url("../img/clock.png") /*tpa=http://www.creditchina.gov.cn/images/clock.png*/ no-repeat 4px 4px;
    line-height: 24px;
}

.newnet {
    padding-left: 20px;
    padding-right: 5px;
    background: url("../img/comp.png") /*tpa=http://www.creditchina.gov.cn/images/comp.png*/ no-repeat 4px 4px;
}

.line {
    width: 1px;
    height: 3px;
    border-left: 1px solid #cccccc;
    /*padding-right: 10px;*/
}

.uion {
    padding: 2px 20px;
    background: #eeeeee;
    color: #666666;

}

#tab2 .tabList li.cur {
    font-size: 18px;
    background: #0063ba;
    color: #ffffff;
    line-height: 48px;
}

#tab2 .tabCon div.cur {
    display: block;
}

.keepPwd {
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    border-bottom: 1px solid #cccccc;
}

.free_regist {
    float: right;
    margin-left: 20px;
}

.free_regist a {
    color: #0063ba;
}

.login_form {
    margin: 0 10px;
}

.phoneNumber {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 15px;
    text-indent: 20px;
}

.pwd {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 15px;
    text-indent: 20px;
}

.codeInput {
    width: 230px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    background: #ffffff;
    float: left;
    margin-bottom: 15px;
    text-indent: 20px;
}

.codeBtn {
    font-family: Arial;
    font-style: italic;
    color: #6e6e6e;
    font-size: 30px;
    float: right;
    width: 100px;
    height: 35px;
    background: #cccccc;
    cursor: pointer;
    letter-spacing: 3px;
    font-weight: bolder;
    text-align: center;
}

.submitBtn {
    width: 100%;
    height: 37px;
    border: none;
    background: #0063ba;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

.prompt {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.danger {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-top: 3px;
}

.dangerP1 {
    padding-top: 10px;
}

.dangerP2 {
    font-size: 24px;
}

.danger_list {
    width: 280px;
    height: 60px;
    line-height: 15px;
    display: inline-block;
    color: #0c0300;
    position: relative;
    cursor: pointer;
    margin-left: 12px;
}

.danger_title {
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}

.danger_list1 {
    font-size: 12px;
    color: #bcbcbc;
    overflow: hidden;
}

.danger_list1 a {
    color: #bcbcbc;
}

.demoContent {
    cursor: pointer;
}

.from {
    /*padding-top: 12px;*/
    font-size: 14px;
    float: right;
    color: #9f9f9f;
    line-height: 24px;
}

.danger_list a {
    color: #000000;
    float: left;
}

.point {
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
    margin-right: 10px;
}

/*����ģ��һ*/

.img_four ul {
    margin: 0 auto;
    width: 1200px;
    padding: 30px;
}

.img_four ul li {
    float: left;
    margin-right: 9px;
}

.content_two {
    min-width: 1200px;
    clear: both;
    background: #eaeaea;
    overflow: hidden;
    margin: 30px auto 0;
    height: 170px;
}

.img_one ul {
    margin: 0 auto;
    width: 1200px;
    padding: 20px 0;
}

.img_one ul li {
    float: left;
    margin-right: 5px;
}

.content_two1 {
    min-width: 1200px;
    clear: both;
    background: #f6f6f6;
    overflow: hidden;
    margin: 0px auto 0;
    height: 140px;
}

.creditServices {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.content_three {
    width: 1200px;
    clear: both;
    overflow: hidden;
    margin: 40px auto 0;
}

/*���������ʽ*/
.main_body .body_part_left {
    /*width: 910px;*/
    width: 963px;
    height: 720px !important;
    overflow: visible;
}

/*��������б�Ƕ��ģ��*/
.main_body .body_part_left .artical_wrap {
    width: 780px;
}

.blackList {
    width: 218px;
    height: 100%;
    float: right;
}

.content_four {
    width: 1200px;
    margin: 0 auto;
    /*  padding: 20px 0;*/
}

.pictureConent {
    height: 80px;
    padding: 10px 10px;
    cursor: pointer;
}

.pictureConent a {
    color: #333333;
}

.pictureC {
    font-size: 12px;
}

.pictureTitle {
    font-size: 16px;
}

.pictureActive {
    background: #0063ba;
    color: #ffffff;
}

.pictureActive a {
    color: #ffffff !important;
}

.content_five {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    background-color: #f5f5f5;
}

.content_five_one {
    width: 794px !important;
    height: 100%;
    display: block !important;
    margin-right: 20px;
    margin-top: 5px;


}

.content_five_two {
    width: 400px;
    height: 100%;
    float: right;
}

.content_five_one_one {
    width: 100%;
}

.content_five_one_two {
    margin-top: 30px;
}

.modeldemo {
    width: 100%;
    overflow: hidden;
}

.content_five_one_two .modeldemo li {
    height: 96px;
    /*  width: 100%;*/
    padding-top: 20px;
    overflow: hidden;
    float: left;
}

.content_six {
    clear: both;
    min-width: 1200px;
    /*background: #e6e6e6;*/
    color: #ffffff;

}

.content_six {
    clear: both;
    min-width: 1200px;
    background: #ffffff;
    color: #ffffff;

}

.content_six-first .units-list {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    /*height:270px;*/
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #eeeeee;
}

.content_six-first .units-list1 {
    margin-left: 0;
}

.content_six-second .platform-list {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-top: 20px;
    border: 1px solid #eeeeee;

}

.content_six-second .platform-tab {
    height: 40px;
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}

.content_six-second .platform-tab a {
    color: #333;
    text-decoration: none;
}

.content_six-second .platform-tab span {
    position: relative;
    display: inline-block;
    /*width:80px;*/
    height: 100%;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-right: 114px;
    cursor: pointer;
}

.content_six-second .platform-tab span.active {
    color: #DF2B2B;
}

.content_six-second .platform-tab span.active i {
    display: inline-block;
    border-bottom: 2px solid #e22323;
}

.content_six-second .platform-tab span i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url('../img/index_upArrow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
}

.platform-content-lists {
    width: 100%;
    box-sizing: border-box;
}

.platform-content-lists > div {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-top: 32px;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

.platform-content-lists > div.active {
    display: block;
}

.platform-content-lists ul {
    width: 180px;
}

.platform-content-lists .lastUl {
    width: 100px;
    /*text-align:right;*/
}


.Members {
    width: 1200px;
    height: 100%;
    margin: 30px auto 6px;
    overflow: hidden;
    padding-bottom: 10px;
}

.ban {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.ban2 {
    width: 1200px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 1200px;
    height: 500px;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 130px;
    overflow: hidden;
    width: 1100px;
    position: relative;
    float: left;
}

.min_pic {
    width: 1200px;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 98px;
    margin-right: 21px;
}

.num ul li img {
    width: 98px;
    height: 90px
}

.prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}


.Members {
    width: 1200px;
    height: 100%;
    margin: 30px auto 6px;
    /*padding:12px;*/
    overflow: hidden;
    /*padding-bottom: 40px;*/
    /*border:1px solid #dddddd;*/
}

.Members .unit {
    background-image: url('../img/index_unit.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.Members .platform {
    background-image: url('../img/index_platform.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.Members ul {
    float: left;
    width: 166px;
    text-align: left;
}

.Members .units-list7 {
    /*float:right;*/
    /*text-align:right;*/
}

.Members ul a {
    height: 100%;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #626161;
}

.Members ul a.disable {
    cursor: no-drop;
    color: #aaa;
}

.Members li {
    width: 100%;
    height: 28px;
}

.Members ul li.firstLi {
    font-weight: bold;
}

.Members li.textSpace {
    letter-spacing: 3px;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
    width: 500px;
    height: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 500px;
    height: 500px;
    float: left;
}

.searchBlackList {
    height: 45px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.searchTitle {
    width: 130px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #0063ba;
}

.searchList {
    /*width: 260px;*/
    width: 218px;
    height: 780px;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    overflow-x: hidden;
}

.searchList li {
    /*height: 130px;*/
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}


.main_body .body_part_left .artical_wrap .artical_show_part li .artical_title a {
    color: #0c0300;
    font-size: 16px;
    letter-spacing: 1px;
    /* font-weight: bold;*/
}

.main_body .body_part_left .artical_wrap .artical_show_part li {
    padding: 20px 20px;
    border-bottom: 1px solid #bebebe;
    height: 124px;
}

.main_body .body_part_left .artical_wrap .artical_show_part li .artical_detail {
    margin-top: 16px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.list a {
    display: block;
    /*display: inline-block;*/
    /*height: 80px;*/
    padding: 18px 1px 10px 1px;
    text-align: center;
}

.list img {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 130px;*/
    /*height: 80px;*/
}

.companyName {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.step {
    font-size: 14px;
    color: #ea3e3e;
}

.time {
    font-size: 12px;
    color: #666666;
    float: right;
    padding-left: 20px;
    background: url("../img/clock.png") /*tpa=http://www.creditchina.gov.cn/images/clock.png*/ no-repeat 4px 4px;
}

.site {
    /*display: inline-block;*/
    display: block;
    /*width: 218px;*/
    vertical-align: middle;
    font-size: 16px;
    color: #0c0300;
    /*padding-left: 10px;*/
    cursor: pointer;
    /*position: relative;*/
    /*top: -67px;*/
    /*left: 135px;*/
    /*width: 115px;*/
}

.blackListBottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #efefef;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #ea3e3e;
}

.modeldemo .modeldemo_right {
    float: right;
}

.picture {
    overflow: hidden;
}

.picture li {
    width: 224px;
    height: 160px;
    float: left;
    border: 1px solid #cccccc;
    margin-right: 17px;
}

.pictureNoActive {
    margin-right: 0;
}

.MembersP {
    width: 100%;
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    /*margin-left: 20px;*/
    color: #333333;
    display: inline-block;
    /*border-bottom: 1px solid #cccccc;*/
}

.Memberspan {
    padding-right: 70px;
}

.MembersTwo {
    width: 100%;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
/ / border-bottom: 1 px solid #ccc;
}

.Membersmin {
    font-size: 12px;
    color: #666666;
}

.MembersList {
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
}

.MembersList td {
    /*width: 230px;*/
    height: 30px;
    line-height: 30px;
}

.MembersList a {
    color: #333333;
}

.MembersTwo a {
    color: #333333;
}

.MembersTwo td {
    width: 170px;
}

.title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #eeeeee;
}

.cityName {
    font-size: 20px;
    height: 35px;
    float: left !important;
    line-height: 35px;
    font-weight: 700;
    color: #333333;
    border-bottom: 3px solid #ea3e3e;
    padding-left: 35px;
    margin-top: -1px;
}

.demo {
    background: url("../img/04_icon-.png") /*tpa=http://www.creditchina.gov.cn/images/04_icon-.png*/ no-repeat 4px 4px;
}

.keynode {
    background: url("../img/06_icon.png") /*tpa=http://www.creditchina.gov.cn/images/06_icon.png*/ no-repeat 4px 4px;
}

.city {
    background: url("../img/05_icon.png") /*tpa=http://www.creditchina.gov.cn/images/05_icon.png*/ no-repeat 4px 4px;
}

.cityMore {
    font-size: 12px;
    float: right;
    line-height: 35px;
    cursor: pointer;
}

.cityMore a {
    font-size: 14px;
    font-family: Microsoft YaHei Regular;
    text-align: right;
    color: #999999;
}

.cityList {
    margin-top: 21px;
    width: 100%;
}

.cityList tr {
    height: 39px;
    line-height: 39px;
    text-align: center;

}

.header_tr {
    background: #ea3e3e;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.cityName i {
    font-style: normal;
    font-size: 12px;
    color: #666;
}

.MembersP {
    width: 100%;
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    margin-left: 20px;
    color: #333333;
    display: inline-block;
/ / border-bottom: 1 px solid #cccccc;
}

.Memberspan {
    padding-right: 85px;
}

.MembersTwo {
    width: 100%;
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
/ / border-bottom: 1 px solid #ccc;
}

.Membersmin {
    font-size: 12px;
    color: #666666;
}

.MembersList {
    margin-left: 20px;
    margin-right: 20px;
}

.MembersList td {
    width: 170px;
    height: 30px;
    line-height: 30px;
}

.MembersList a {
    color: #333333;
}

.MembersTwo a {
    color: #333333;
}

.MembersTwo td {
    width: 170px;
}


.cityList td {
    width: 100px;
    text-align: center;
}

.odd tr {
    background: #ffffff;
}

.odd tr:nth-child(even) {
}

.odd tr:nth-child(odd) {
    /*background: #F5F5F5;*/
}

.demoList {
    float: left;
}

.demo tr {
    height: 50%;
}

.demo td {
    width: 390px;
    padding-top: 10px;
    display: inline-flex;
}

.demoImg {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.demoNews {
    display: inline-block;
    word-wrap: break-word;
    width: 310px;
}

.modeldiv {
    /*width: 380px;*/
    padding: 6px 0;
    /*padding-top: 10px;*/
    /*border-bottom: 1px solid #cccccc;*/
    display: inline-block;
    float: left;
}

.modeldiv:last-child {

    padding-bottom: 5px;
}

.modeldiv img {
    width: 100%;
    height: 100%;
}

.modeldiv2 {
    /*width: 380px;*/
    /*padding: 6px 0;*/
    /*padding-top: 10px;*/
    /*border-bottom: 1px solid #cccccc;*/
    padding: 6px 0;
    float: right;
    display: inline-block
}

.modeldiv2 img {
    width: 100%;
    height: 100%;
    float: left;
}

.model image {
    width: 78px;
    height: 78px;
    background: red;
    display: inline-block
}

.modelul {
    width: 296px;
    height: 70px;
    display: inline-block;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*padding: 4px 0;*/
    box-sizing: border-box;
}

.modelul a {
    color: #333;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.phcolor {
    color: #999;
}

.control {
    display: inline-block;
}

div.slideBox {
    position: relative;
    width: 790px;
    height: 350px;
    overflow: hidden;
}

div.slideBox img {
    width: 790px;
    height: 350px;
}

.footer {
    min-width: 1200px;
    height: 120px;
    min-width: 1200px;
    background: #387BCA;
    color: #ffffff;
}

.container-bottom {
    padding-top: 32px;
}

.container-bottom p {
    text-align: center;
}

.container-bottom label {
    margin-right: 60px;
}

.link {
    color: #ffffff;
}

.towCode {
    padding-top: 25px;
    float: right;
}

.mobile {
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
}

.mobile.CreditChina {
    margin-right: 20px;
}

div.slideBox div.tips div.nums {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.nums {
    left: auto;
}

.mod-content .content_one .content_one_right .welcomTab .personalInformation .integration li {
    float: left;
    line-height: 100px;
}

/*���˵�¼*/
.integrationScore {
    font-size: 16px;
    width: 45%;
}

.CreditScore {
    text-align: center;
    color: #0063ba;
}

.CreditScore p {
    line-height: 33px;
}

.score {
    font-size: 38px;
}

.assessTime {
    color: #666666;
}

.resetPwd a {
    color: #0063ba;
    float: right;
    height: 25px;
    line-height: 25px;
}

.slide {
    text-align: center;
}

.slide a {
    color: #333;
    font-size: 12px;
    text-align: center;
}

/*�ֲ���ʽ*/
.slides_container img {
    /*width: 790px;*/
    height: 350px;
}

.slides_container {
    /* width: 790px;*/
    height: 350px;
    overflow: hidden;
    position: relative;
}

/*.pagination1 {

    width: 100px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 999;
    margin-right: 20px;
}*/

.check_danger {
    width: 50px;
    height: 50px;
    background: #0063ba;
    display: inline-block;
    float: left;
}

.demo_content a {
    color: #777;
    font-size: 12px;
    letter-spacing: 1px;
}

.modeldiv_img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
}

/*#slides .next {
    position:absolute;
    top:140px;
    right: 20px;
    width:16px;
    height:24px;
    display:block;
    z-index:101;
}*/

/*��������������*/
.no-histroy {
    width: 100%;
    height: 54px;
    background: url("../img/no-histroy.png") /*tpa=http://www.creditchina.gov.cn/images/no-histroy.png*/ no-repeat center 40px;
    padding-top: 172px;
}

.no-histroy .no-histroy-message {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}


/*�ֲ��Ҳ�������ʽ*/
.mod-content .content_one .carousel_right {
    position: relative;
    display: inline-block;
    width: 320px;
    padding: 0 20px;
    height: 350px;
    margin: 0 auto;
    margin-left: 6px;
    overflow: hidden;

}

.mod-content .content_one .carousel_right .artical_content a {
    color: #333;
    font-size: 14px;
}

.mod-content .content_one .carousel_right .artical_title {
    margin-top: 30px;
    line-height: 24px;
}

.mod-content .content_one .carousel_right .artical_title a {
    color: #0c0300;
    font-size: 18px;
    font-weight: bold;
}

.mod-content .content_one .carousel_right .artical_detail {
    margin-top: 15px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
}

.mod-content .content_one .carousel_right .artical_detail .detail_left {
    height: 20px;
    line-height: 20px;
    /*display: none !important;*/
}

.mod-content .content_one .carousel_right .artical_detail .detail_left .zhuanlan {
    display: inline-block;
    padding: 0 7px;
    background-color: #ea3e3e;
    color: #fff;
}

.mod-content .content_one .carousel_right .artical_detail .detail_left .zhuanlan_name {
    display: inline-block;
    padding: 0 8px;
    background-color: #efefef;
}

.mod-content .content_one .carousel_right .artical_detail .detail_right {
    color: #9f9f9f;
    height: 20px;
    line-height: 20px;
    /*float: right;*/
}

.mod-content .content_one .carousel_right .artical_detail .detail_right .artical_from {
    padding-left: 15px;
    background: url("../img/comp.png") /*tpa=http://www.creditchina.gov.cn/images/comp.png*/ 0 3px no-repeat;
}

.mod-content .content_one .carousel_right .artical_content {
    line-height: 18px;
    height: 140px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.mod-content .content_one .carousel_right .artical_footer_unfold {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 320px;
    height: 58px;
    line-height: 58px;
    text-align: right;
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
}

.mod-content .content_one .carousel_right .artical_footer_unfold a {
    color: #ea3e3e;
}

.warning {
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    width: 1200px;
}

.fengxiantishi {
    display: inline-block;
    padding: 0 7px;
    background-color: #ea3e3e;
    color: #fff;
}

.zhuanlan_name {
    display: inline-block;
    padding: 0 10px;
    background-color: #efefef;
    color: #0c0300;
    letter-spacing: 2px;
}

.warning_name {
    display: inline-block;
    padding: 0 10px;
    background-color: #efefef;
    letter-spacing: 2px;
}

.warning_name a {
    color: #999;
}

.body_part_left_top {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.body_part_left_top ul {
    padding-top: 10px;
}

.body_part_left_top ul a {
    font-size: 14px;
    color: #666;
}

/*.body_part_left_top ul li{*/
/*    !*height: 57px;*!*/
/*    !*line-height: 57px;*!*/
/*    border-bottom: 1px solid #e6e6e6;*/
/*    box-sizing: border-box;*/
/*}*/
.main_body .body_part_left p {
    float: left;
    color: #666;
    width: 340px;
}

.main_body .body_part_left p a {
    color: #333333;
}

.main_body .body_part_left span {
    float: right;
    color: #999;
}

.body_part_left_top_one {
    /*width: 435px;*/
    width: 460px;
    height: 100%;
    float: left;
}

.body_part_left_top_two {
    /*width: 435px;*/
    width: 460px;
    height: 100%;
    float: right;
}

.main_header {
    background: url("../img/home_bg.png") no-repeat bottom center #41acff;
    height: 240px;
    /*background-size: 100% auto;*/
}

@media screen and (max-width: 800px) {
    .main_header {
        /*height: 190px;*/
    }

    /*.main_header .header_content {*/
    /*    position: absolute;*/
    /*    display: block;*/
    /*    width: 106px;*/
    /*    height: 33px;*/
    /*    margin: -31px 0 0 150px;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*}*/
}

@media screen and (min-width: 800px) {
    .main_header {
        /*height: 190px;*/
    }

    /*.main_header .header_content {*/
    /*    position: absolute;*/
    /*    display: block;*/
    /*    width: 106px;*/
    /*    height: 33px;*/
    /*    margin: -31px 0 0 150px;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*}*/

    #box {
        height: 360px;
    }

    #box a > span {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .main_header {
        /*height: 220px;*/
    }

    /*.main_header .header_content {*/
    /*    position: absolute;*/
    /*    display: block;*/
    /*    width: 106px;*/
    /*    height: 33px;*/
    /*    margin: -25px 0 0 185px;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*}*/

    #box {
        height: 400px;
    }

    #box a > span {
        font-size: 14px;
    }
}

@media screen and (min-width: 1440px) {
    .main_header {
        /*height: 240px;*/
    }

    /*.main_header .header_content {*/
    /*    position: absolute;*/
    /*    display: block;*/
    /*    width: 106px;*/
    /*    height: 33px;*/
    /*    margin: -25px 0 0 185px;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*}*/

    #box {
        height: 500px;
    }

    #box a > span {
        font-size: 16px;
    }
}

@media screen and (min-width: 1600px) {
    .main_header {
        /*height: 290px;*/
    }

    #box {
        height: 600px;
    }

    /*.main_header .header_content {*/
    /*    position: absolute;*/
    /*    display: block;*/
    /*    width: 149px;*/
    /*    height: 45px;*/
    /*    margin: -49px 0 0 271px;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*}*/
}

.content_four_bg {
    min-width: 1200px;
    clear: both;
    background: #eaeaea;
    /*overflow: hidden;*/
    margin: 30px auto 0;
}

.publicity {
    background: url("../img/publicity_icon.png") /*tpa=http://www.creditchina.gov.cn/images/publicity_icon.png*/ no-repeat 4px 4px;
}

.ztzl {
    background: url("../img/ztzl_icon.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.zxpt {
    background: url("../img/zxpt_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.xyxxgs {
    background: url("../img/xyxxgs_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.qnzc {
    background: url("../img/qnzc_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.gjzc {
    background: url("../img/gjzc_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.gszc {
    background: url("../img/gszc_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.fxts {
    background: url("../img/fxts_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.yshj {
    background: url("../img/yshj_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.demo {
    background: url("../img/dxal_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.city {
    background: url("../img/csxyzspm_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.zxzl {
    background: url("../img/zxzl_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.Members .platform {
    background: url("../img/shxytx_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.Members .unit {
    background: url("../img/wzdh_title.png") /*tpa=http://www.creditchina.gov.cn/images/ztzl_icon.png*/ no-repeat 4px 4px;
}

.list_icon {
    background: url("../img/xydt_title.png") /*tpa=http://www.creditchina.gov.cn/images/list_icon.png*/ no-repeat 4px 4px;
}

.newsList {
    margin: 0;
    width: 100%;
}

.newsList td {
    height: 30px;
    line-height: 30px;
}

.newsList a {
    color: #333333;
}

.title li {
    font-size: 18px;
    height: 35px;
    float: left;
    line-height: 35px;
    color: #0c0300;
    padding-left: 35px;
    cursor: pointer;
    margin-right: 20px;
}

.cut_tag {
    color: #E22323 !important;
}

.list_line {
    border: 0.5px solid #e6e6e6;
    height: 295px;
    display: inline-block;
    margin-left: 19px;
    margin-top: 65px;
}

.bx-wrapper {
    padding: 20px 0;
}

.bx-wrapper .bx-viewport {
    left: 0px;
    top: 0px;
}

.bx-wrapper .bx-controls-direction a {
    /*display: none;*/
}

.editPwd {
    position: absolute;
    top: 28px;
    right: 60px;
}

.editPwd a {
    color: #333;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-size: 12px;
}

.username a {
    cursor: pointer;
}

.header_edit_icon {
    position: absolute;
    width: 15px;
    top: 38px;
    height: 10px;
    right: 91px;
    background: url("../img/header_edit_icon.png") /*tpa=http://www.creditchina.gov.cn/images/header_edit_icon.png*/ no-repeat;
}

/*ר��ר��*/
.content_four .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    display: block;
}

.modelLi {
    overflow: hidden;
}


.header_bg {
    position: relative;
    width: 100%;
    /*height: 175px;*/
    /*height: 230px;*/
    height: calc(100% - 50px);
}

.header_login a label {
    font-size: 12px;
}

/*����ͼ����safari�����*/
.pic_left {
    float: left;
}

.top-news {
    background: #f5f5f5;
    padding-top: 15px;
}

/*ͷ������*/
.topnews {
    width: 1200px;
    margin: 0px auto 0;
    overflow: hidden;
}

.topnews .title5 {
    background: url(../img/title.png) no-repeat;
    display: block;
    width: 100px;
    height: 76px;
    float: left;
}

.topnews .title5 h3 {
    font-size: 18px;
    font-family: "΢���ź�";
    color: #FFFFFF;
}

.topnews .title5 h3 a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 92px;
    padding: 24px 0 0 0;
    color: #ffffff;
}

.topnews .title5 h3 a:hover {
    text-decoration: none;
}

.topnews .info {
    float: right;
    width: 1083px;
    border: 1px solid #cccccc;
    border-left: 0;
    padding: 8px;
}

.topnews .info h2 {
    text-align: center;
    padding: 2px 60px
}

.topnews .info h2 a {
    font-size: 20px;
    font-family: "΢���ź�";
    color: #C51015;
    font-weight: bold;
}

.topnews .info h4 {
    font-weight: normal;
    color: #666666;
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.nav_title {
    width: 100%;
}

.nav_title_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
