/*common*/
.center1000 {
    width: 1000px;
    margin: 0 auto;
}

input[type="text"], input[type="password"], textarea {
    padding: 4px;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hf-slider {
    display: none;
}

/*table*/
.tb_container {
    background: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
}

.tb_container .tl {
    height: 56px;
    margin: 0;
    border-bottom: 1px solid #fbfbfb;
}

.tb_container .tl .name {
    font-size: 16px;
    line-height: 56px;
    float: left;
    color: #252525;
}

.tb_container .oper {
    float: right;
    height: 41px;
    margin-top: 8px;
}

.search_box {
    position: relative;
    float: left;
}

.search_btn {
    color: #d7d7d7;
    background: #f5f5f5;
    border: 0px;
}

.search_box input:hover, input:focus {
    border: 1px solid #d7d7d7;
}

.tb_container .search_info {
    /*padding-left: 18px;
   padding-right:50px;*/
    padding: 11px 50px 11px 18px;
    width: 234px; /*height: 38px;*/
    border-radius: 5px;
    margin-left: 7px;
    line-height: normal;
    color: #252525;
    font-size: 12px;
}

.tb_container .btn_small {
    float: left;
    width: 98px;
    height: 38px;
    margin-left: 7px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}

.tb_container .search-icon {
    position: absolute;
    top: 9px;
    right: 12px;
    cursor: pointer;
}

/*!table-frame*/
.table_frame {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #252525;
    word-break: break-all;
    word-wrap: break-word;
    border-spacing: 0;
    border-collapse: collapse;
}

.table_frame th {
    padding: 15px 0 14px;
    background: #F9F9F9;
    color: #252525;
}

.table_frame td {
    padding: 15px 0 14px;
    color: #252525;
}

.table_frame > tbody > tr:nth-child(even) > td, .table_frame > tbody > tr:nth-child(even) > th {
    background-color: #F9F9F9;
}

.table_frame .btn {
    padding: 6px 0 6px;
}

.table_frame td .btn {
    display: inline-block;
    border: 1px solid #e50011;
    padding: 5px 0;
    border-radius: 4px;
    color: #e50011;
}

.table_frame td .btn_sm {
    width: 64px;
}

.table_frame td .btn_md {
    width: 88px;
}

.table_frame td .btn_md:hover {
    background: #e50011;
    color: #fff;
}

.table_frame td .btn + .btn {
    margin-left: 8px;
}

/* page_wrap_area */
.page_wrap_area {
    float: right;
    clear: both;
    margin: 10px 0;
    color: #5a5a5a;
}

.page_wrap_area .btn_previous {
    padding: 0 15px;
    cursor: pointer;
}

.page_wrap_area .btn_next {
    padding: 0 15px;
    cursor: pointer;
}

.page_wrap_area .btn_next:hover {
    color: #c9140f;
    border: 1px solid #c9140f;
}

.page_wrap_area span {
    float: left;
    min-height: 32px;
    min-width: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #f1f1f1;
}

.page_wrap_area .page_numb {
    float: left;
    cursor: pointer;
}

.page_wrap_area .page_numb:hover {
    color: #c9140f;
    border: 1px solid #c9140f;
}

.page_wrap_area .page_sum {
    float: none;
    border: none;
    margin: 0 5px;
    line-height: 34px;
}

.page_wrap_area .locked {
    cursor: default;
    color: #606060;
    background: #f6f6f6;
    border: 1px solid #F6F6F6;
}

.page_wrap_area .selected {
    color: #c9140f;
    border: 1px solid #c9140f;
}

.page_wrap_area .points {
    line-height: 32px;
    margin-left: 10px;
    border: none;
}

.page_wrap_area .goto {
    float: left;
}

.page_wrap_area .goto input {
    width: 32px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #f5f5f5;
}

.page_wrap_area .btn_confirm {
    float: left;
    width: 50px;
    color: #c9140f;
    border: 1px solid #c9140f;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.page_wrap_area .btn_confirm:hover {
    background: #e50011;
    color: #fff;
}

/*mask*/
.mask {
    position: fixed;
    height: 100%;
    width: 100%;
    *background: #252525;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: none;
    top: 0;
    left: 0;
}

/*popup*/
.pop {
    width: 388px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.pop .title {
    position: relative;
    height: 24px;
}

.pop .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #e50011;
}

.pop .pop_main {
    padding: 18px;
    text-align: center;
}

.pop .pop_info {
    color: #252525;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.pop .pop_input {
    width: 280px;
    height: 34px;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
}

.pop .pop_input:hover {
    border: 1px solid #e50011;
}

.pop .pop_btns {
    text-align: center;
    margin: 10px auto 28px;
}

.pop_btns .pop_btn {
    display: inline-block;
    text-align: center;
    width: 120px;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    background: #e50011;
    border-radius: 4px;
    letter-spacing: 3px;
    font-weight: bold;
    cursor: pointer;
}

.pop .pop_btn + .pop_btn {
    margin-left: 10px;
    background: #7d7d7d;
}

/*pop_load*/
.pop_load {
    width: 450px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.pop_load .title .close {
    margin-right: 8px;
    margin-top: 8px;
}

.pop_load .title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #f7f7f7 !important;
}

.pop_load .pop_main {
    letter-spacing: 1px;
    font-size: 16px;
    padding: 6px 0 8px 25px;
    text-align: left !important;
    color: #252525;
}

.pop_load .pop_main span {
    font-weight: bold;
}

.pop_load .pop_main .first_p {
    margin-bottom: 18px;
}

.pop_load .pop_main .p_round {
    margin-top: 18px;
}

.pop_load .pop_main .i-error_tip {
    margin-bottom: 2px;
}

.pop_load .pop_btns {
    margin: 10px auto 20px;
}

.pop_btns .pop_btn {
    line-height: 50px;
    height: 50px;
}

/*pop_index*/
.pop_index {
    box-shadow: none;
    position: relative;
    width: 650px;
    height: 100%;
    margin: auto;
    border: none;
}

.pop_index img {
    width: 650px;
    height: 650px;
    vertical-align: middle;
}

.pop_index a {
    position: absolute;
    left: 490px;
    top: 200px;
}

.btn_box {
    text-align: center;
    margin: 30px auto;
}

.btn_box .btn {
    display: inline-block;
    padding: 0 110px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #e50011;
    border-radius: 4px;
    letter-spacing: 3px;
    font-weight: bold;
    cursor: pointer;
}

.btn_box .btn + .btn {
    margin-left: 20px;
}

.btn_box .sm_btn {
    display: inline-block;
    padding: 0px;
    width: 220px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/**crumbs**/
.crumbs * {
    font-size: 16px;
}

.crumbs_item {
    height: 60px;
    float: left;
    cursor: pointer;
}

.crumbs_item .crumbs_pos {
    float: left;
    line-height: 60px;
}

.crumbs_item .crumbs_separator {
    float: left;
    line-height: 60px;
    margin: 0 15px;
    font-size: 18px;
}

.crumbs_item_last {
    float: left;
}

.crumbs_item_last .crumbs_pos {
    color: #e50011;
}

.crumbs_item_last .crumbs_separator {
    display: none;
}

.sprite {
    background: url(../../img/huifu/sprite.png) no-repeat;
}

.i-about_us_a {
    display: inline-block;
    background-position: -288px -143px;
    width: 16px;
    height: 16px;
}

.i-about_us_q {
    display: inline-block;
    background-position: -288px -125px;
    width: 16px;
    height: 16px;
}

.i-checkbox_checked {
    display: inline-block;
    background-position: -288px -179px;
    width: 14px;
    height: 14px;
}

.i-close_yellow {
    display: inline-block;
    background-position: -307px -181px;
    width: 32px;
    height: 31px;
}

.i-del_round {
    display: inline-block;
    background-position: -92px -273px;
    width: 14px;
    height: 14px;
}

.i-email_sm {
    display: inline-block;
    background-position: -65px -208px;
    width: 63px;
    height: 63px;
}

.i-error_gray {
    display: inline-block;
    background-position: -130px -258px;
    width: 13px;
    height: 13px;
}

.i-error_tip {
    display: inline-block;
    background-position: -286px -208px;
    width: 18px;
    height: 14px;
}

.i-fail_sign {
    display: inline-block;
    background-position: 0px -107px;
    width: 96px;
    height: 99px;
}

.i-finance-prod-intro {
    display: inline-block;
    background-position: 0px -297px;
    width: 28px;
    height: 26px;
}

.i-find_pwd_proc_01 {
    display: inline-block;
    background-position: -204px -208px;
    width: 34px;
    height: 48px;
}

.i-find_pwd_proc_02 {
    display: inline-block;
    background-position: -130px -208px;
    width: 35px;
    height: 48px;
}

.i-find_pwd_proc_03 {
    display: inline-block;
    background-position: -167px -208px;
    width: 35px;
    height: 48px;
}

.i-footer_email {
    display: inline-block;
    background-position: -307px -214px;
    width: 29px;
    height: 31px;
}

.i-footer_tel {
    display: inline-block;
    background-position: -307px -148px;
    width: 33px;
    height: 31px;
}

.i-help-round {
    display: inline-block;
    background-position: -288px -161px;
    width: 16px;
    height: 16px;
}

.i-intro_pro_left {
    display: inline-block;
    background-position: -163px -51px;
    width: 54px;
    height: 50px;
}

.i-intro_pro_left1 {
    display: inline-block;
    background-position: -238px -93px;
    width: 17px;
    height: 7px;
}

.i-intro_pro_right {
    display: inline-block;
    background-position: -107px -51px;
    width: 54px;
    height: 50px;
}

.i-intro_pro_right2 {
    display: inline-block;
    background-position: -219px -93px;
    width: 17px;
    height: 7px;
}

.i-logo {
    display: inline-block;
    background-position: -107px 0px;
    width: 198px;
    height: 49px;
}

.i-notice-ann {
    display: inline-block;
    background-position: -145px -258px;
    width: 13px;
    height: 12px;
}

.i-notice {
    display: inline-block;
    background-position: -30px -297px;
    width: 28px;
    height: 26px;
}

.i-proof_del_round {
    display: inline-block;
    background-position: -331px -247px;
    width: 16px;
    height: 16px;
}

.i-proof_upload_round {
    display: inline-block;
    background-position: -288px -107px;
    width: 16px;
    height: 16px;
}

.i-right_bottom_long_tri {
    display: inline-block;
    background-position: -219px -82px;
    width: 36px;
    height: 9px;
}

.i-rmb_round_whi {
    display: inline-block;
    background-position: -196px -107px;
    width: 90px;
    height: 90px;
}

.i-round_whi {
    display: inline-block;
    background-position: -307px -247px;
    width: 22px;
    height: 22px;
}

.i-search_gra_btn {
    display: inline-block;
    background-position: -68px -273px;
    width: 22px;
    height: 22px;
}

.i-sucess_pwd {
    display: inline-block;
    background-position: -286px -224px;
    width: 14px;
    height: 14px;
}

.i-tel_sm {
    display: inline-block;
    background-position: 0px -208px;
    width: 63px;
    height: 63px;
}

.i-three_gra {
    display: inline-block;
    background-position: -307px -76px;
    width: 39px;
    height: 34px;
}

.i-three_red {
    display: inline-block;
    background-position: -240px -208px;
    width: 44px;
    height: 37px;
}

.i-tick_gre_round {
    display: inline-block;
    background-position: 0px 0px;
    width: 105px;
    height: 105px;
}

.i-tick_red_round {
    display: inline-block;
    background-position: -307px -112px;
    width: 35px;
    height: 34px;
}

.i-top_right_long_tri {
    display: inline-block;
    background-position: -257px -82px;
    width: 36px;
    height: 9px;
}

.i-two_gra {
    display: inline-block;
    background-position: -307px -38px;
    width: 39px;
    height: 36px;
}

.i-two_red {
    display: inline-block;
    background-position: -307px 0px;
    width: 41px;
    height: 36px;
}

.i-user-center02 {
    display: inline-block;
    background-position: 0px -273px;
    width: 66px;
    height: 22px;
}

.i-user_center {
    display: inline-block;
    background-position: -219px -51px;
    width: 83px;
    height: 29px;
}

.i-wait_clock {
    display: inline-block;
    background-position: -98px -107px;
    width: 96px;
    height: 94px;
}

.spr2 {
    background: rgba(0, 0, 0, 0) url(../../img/huifu/spr.png) no-repeat scroll 0 0;
    vertical-align: middle;
    display: inline-block;
}

.spr {
    background: url(../images/lianxi.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.i-tel-grey {
    height: 16px;
    width: 20px;
    background-position: 0 0;
}

.i-tel {
    height: 18px;
    width: 14px;
    background-position: -22px 0;
}

.i-pwd {
    height: 18px;
    width: 16px;
    background-position: -49px 0;
}

.i-check {
    height: 18px;
    width: 16px;
    background-position: -74px 0;
}

.i-loginlogo {
    height: 16px;
    width: 18px;
    background-position: -98px -1px;
}

.i-tick-reds {
    height: 26px;
    width: 26px;
    background-position: -124px 0;
}

.i-pro-grey {
    height: 70px;
    width: 69px;
    background-position: 0 -40px;
}

.i-pro-red {
    height: 70px;
    width: 70px;
    background-position: -84px -39px;
}

.i-tit {
    height: 78px;
    width: 78px;
    background-position: 0 -126px;
}

.top_title {
    height: 110px;
    background: #fbfbfb;
    border-bottom: 3px solid #000000;
    width: 100%;
}

.top_nav {
    height: 65px;
    border-bottom: 3px solid #FA6567;
}

.top_nav .logo {
    float: left;
    margin-top: 8px;
}

.top_title .logo {
    float: left;
    margin-top: 30px;
}

.top_title .page_title {
    float: left;
    margin-top: 25px;
    height: 51px;
    line-height: 51px;
    margin-left: 5px;
    font-size: 36px;
    color: #4c4c4c;
    padding: 0 10px;
    letter-spacing: 3px;
}

input[type="text"], input[type="password"] {
    padding: 0;
}

.regi_box {
    width: 100%;
    height: 496px;
    position: absolute;
    z-index: 999;
    border: none;
}

.regi_box .bg-login {
    height: 100%;
    margin-left: -200px;
}

.regi_box .bg-login img {
    width: 100%;
    height: 100%;
    min-width: 1920px;
}

.top_title .center1000 {
    width: 1000px;
    margin: 0 auto;
    border-bottom: 3px solid red;
    position: relative;
    bottom: 0px;
    height: 100%;
}

.regi_box .regi_form {
    border-radius: 5px;
    position: absolute; /* border: 1px solid #d7d7d7;*/
    width: 394px;
    height: 365px;
    background: #fff;
    left: 55%;
    margin-right: -67px;
    top: 300px;
}

.regi_form .title {
    margin-top: 14px;
    font-size: 18px; /*border-bottom: 1px solid #999;*/
}

.regi_form .title span {
    border-bottom: 2px solid #fff;
    width: 47.1%;
    display: block;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 24px 0 16px;
}

.regi_form .title .common-tit {
    border-bottom: 3px solid #5C99F4;
    cursor: pointer;
}

.regi_form .btn-wrap {
    width: 371px;
    padding: 16px 18px 0;
    position: relative;
}

/*
.regi_form .btn-wrap .i-wrap {
    height: 100%;
    display: block;
    background-color: #d7d7d7;
    position: absolute;
    padding: 6px;
}
*/

.regi_form .btn-wrap .input {
    padding-left: 42px;
    display: inline-block;
    width: 335px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cccccc;
    left: 0;
    top: 0;
}

.regi_form .btn-wrap .btn-check {
    width: 134px;
    *width: 92px;
}

.regi_form .btn-wrap .change {
    font-size: 14px;
}

.regi_form .btn-wrap .change a {
    color: #156ec6;
}

.regi_form .btn-wrap .i-wrap {
	margin-top: 1px;
    display: block;
    background-color: #d7d7d7;
    position: absolute;
    padding: 6px;
    margin-left:1px;
}

.regi_form .btn-wrap .spr {
    position: absolute;
    display: block;
    left: 9px;
    top: 7px;
}

.regi_form .dynamic-pwd {
    display: none;
}

.regi_form .dynamic-pwd .btn-dynpwd {
    width: 228px;
    *width: 186px;
    margin-right: 6px;
}

.regi_form .dynamic-pwd a {
    display: inline-block;
    width: 94px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    background-color: #156ec6;
    text-align: center;
    float: right;
}

.regi_form .check img {
    margin-left: 5px;
}

.regi_form .btn-login {
    width: 332px;
    background-color: #5C99F4;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0 0 18px;
    text-align: center;
}

.regi_form .tip span {
    cursor: pointer;
}

.am-thumbnail a > img,
.am-thumbnail > img,
img.am-thumbnail {
    height: auto
}

.footer {
    margin-top: 0 !important;
}

@media (max-width: 1600px) {
    .regi_box .regi_form {
        top: 200px;
    }
}

@media (max-width: 1400px) {
    .regi_box .regi_form {
        top: 180px;
    }
}

.title_em {
    line-height: 90px;
    font-size: 25px;
    text-align: center;
    color: rgb(15, 144, 252);
    background-image: url(../../img/huifu/titlebg.png);
    background-size: 80%;
    background-position: 40% center;
    background-repeat: no-repeat;
}

.project-title {
    position: absolute;
    height: 300px;
    width: 200px;
    background-image: url(../../img/huifu/project-01.png);
    background-size: 80%;
    background-position: 40% center;
    background-repeat: no-repeat;
}

.notice {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: #efefef;
    height: 40px;
    z-index: 4;
    overflow: hidden;
}

.notice span {
    display: inline-block;
    height: 50px;
    max-width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    margin-right: 200px;
    line-height: 50px;
    cursor: pointer;
}

.notice_horn {
    position: relative;
    width: 20px;
    height: 30px;
    top: 10px;
    background-image: url(../../img/horn.png);
    background-size: 90%;
    background-position: center 8px;
    background-repeat: no-repeat;
    display: inline-block;
}

.notice-bg {
    width: 100%;
    margin-top: -40px;
}

#notice_List {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    /*-webkit-animation:mymove-mask-01 3s linear 3s infinite alternate;
	-ms-animation:mymove-mask-01 3s linear 3s infinite alternate;
	-moz-animation:mymove-mask-01 3s linear 3s infinite alternate;
	-o-animation:mymove-mask-01 3s linear 3s infinite alternate;
	animation:mymove-mask-01 3s linear 3s infinite alternate;*/
}
@keyframes mymove-mask-01 {
	from {
		height: 0px;
	}
	to {
		height: 122px;
	}
}
.msn-tit {
    cursor: pointer;
}

.project_box {
    text-align: center;
    position: relative;
    width: 196px;
    height: 296px;
    background-image: url(../img/huifu/project-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project_title {
    color: #fff;
    padding-top: 25px;
    font-size: 20px;
}

.project_rate {
    color: rgb(7, 120, 214);
    padding-top: 40px;
    font-size: 15px;
}

.project_dsc {
    color: #666;
    font-size: 11px;
}

.project_day {
    position: absolute;
    text-align: left;
    top: 200px;
    left: 20px;
    color: #666;
    line-height:30px;
}

.project_button {
    position: absolute;
    top: 250px;
    left: 23px;
    font-size: 15px;
    border: 1px solid rgb(15, 144, 252);
    color: rgb(15, 144, 252);
    width: 150px;
    cursor: pointer;
    height: 30px;
}

.project_des {
    position: absolute;
    text-align: left;
    top: 200px;
    left: 110px;
    color: #666;
    line-height: 30px;
}

.project_button {
    position: absolute;
    top: 250px;
    left: 23px;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid rgb(15, 144, 252);
    color: rgb(15, 144, 252);
    width: 150px;
    cursor: pointer;
    height: 30px;
}
