@-webkit-keyframes halo { 0% { opacity: 0; -webkit-transform: scale(0.1); }
    50% {opacity: 1; }
    100%{opacity: 0; -webkit-transform: scale(1); } }
@-moz-keyframes halo {0% { opacity: 0; -moz-transform: scale(0.1); }
    50% { opacity: 1; }
    100%{ opacity: 0; -moz-transform: scale(1); } }
@-ms-keyframes halo {0% {  opacity: 0; -webkit-transform: scale(0.1); }
    50% { opacity: 1; }
    100%{ opacity: 0; -webkit-transform: scale(1) } }
@-o-keyframes halo {0% { opacity: 0; -o-transform: scale(0.1); }
    50% {opacity: 1; }
    100%{ opacity: 0;-o-transform: scale(1); } }
@keyframes halo {0% { opacity: 0; transform: scale(0.1); -webkit-transform: scale(0.1); -moz-transform: scale(0.1); -ms-transform: scale(0.1); -o-transform: scale(0.1); }
    50% {opacity: 1; }
    100%{ opacity: 0; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); } }

.scroll_div::-webkit-scrollbar{
    width:7px; height:0px;
}
.scroll_div::-webkit-scrollbar-thumb{
    border-radius:10px;
    /* -webkit-box-shadow:inset 0 0 5px rgba(15, 170, 145, 1); */
    background:rgba(15, 170, 145, 1);
}
.scroll_div::-webkit-scrollbar-track{
    width: 3px;
    -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius:10px;
    background:#EDEDED;
}

body{
    background-color: #f2f2f2;
}

.fl{
    float: left;
}

.fr {
    float: right;
}

.f_bold{
    font-weight: bold;
}

.wrap{
    width: 1400px;
    margin: 0 auto;
}

.mobile_node {
    display: none;
}

.nypage #go {
    font-size: 14px;
}

.oneThing_resultSys {
    width: 100%;
    position: relative;
    margin-top: 40px;
    z-index: 1;
}

.one_thing_box{
    width: 100%;
    height: 158px;
    
}

.one_thing{
    width: 100%;
    height: 158px;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    box-shadow: 0 0 20px #bedaeb;
    top: 0;
    left: 0;
    z-index: 10;
    background: #FFF url("ck_one_thing_bg.jpg") no-repeat;
    background-position: 0 -38px;
    background-size: 100%;
    box-shadow: 0 0 20px #bedaeb;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.one_thing.active{
    height: 756px;
    background-position: 0 0;
    background-size: 100%;
}

.oneThing_close {
    width: 24px;
    height: 24px;
    background: url("ck_one_thing_close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: none;
    cursor: pointer;
}

.one_thing h1{
    width: 433px;
    height: 120px;
    font-size: 52px;
    font-weight: bold;
    color: #225676;
    text-align: center;
    position: absolute;
    left: 162px;
    top: 37px;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: url("oneT_bigTitle.png") no-repeat;
    background-size: 100%;
}

.one_thing .subtitle {
    width: 730px;
    height: 110px;
    background: url("oneT_subTitle.png") no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 17px;
    color: #225676;
    position: absolute;
    left: 132px;
    top: 198px;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
}

.one_thing_arrow {
    width: 59px;
    height: 39px;
    background: url("ck_onething_arrow.png") no-repeat;
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -29px;
    z-index: 1;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.one_thing:hover .one_thing_arrow{
    bottom: 8px;
}

.one_thing_bg1 {
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.one_thing_bg2 {
    width: 100%;
    height: 380px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.one_thing_pic1{
    width: 1182px;
    height: 121px;
    position: absolute;
    left: 110px;
    top: 278px;
    z-index: 1;
}

.one_thing_pic1 img{
    width: 100%;
    height: 100%;
}

.one_thing_modeBox{
    width: 1004px;
    height: 276px;
    margin: 437px auto 0 auto;
}

.one_thing_modeBox .mode{
    width: 206px;
    height: 124px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    float: left;
    margin-left: 60px;
    margin-bottom: 24px;
    padding: 14px 8px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.one_thing_modeBox .mode a{
    width: 100%;
    height: 100%;
    display: block;
}

.one_thing_modeBox .mode .date_p {
    width: 100%;
    color: #d9d9d9;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}

.one_thing_modeBox .mode .date_ul{
    width: 100%;
    overflow: hidden;
    margin-top: 7px;
}

.one_thing_modeBox .mode .date_ul li{
    width: 78px;
    float: left;
    color: #e1e1e1;
    font-size: 14px;
}

.one_thing_modeBox .mode .percent_box {
    width: 80%;
    height: 24px;
    position: absolute;
    bottom: 10px;
    text-align: left;
    left: 22px;

}

.one_thing_modeBox .mode .percent_box .arrow{
    width: 10px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
    margin-left: -5px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.one_thing_modeBox .mode .progress_box{
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}

.one_thing_modeBox .mode .progress_percent{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
}

.one_thing_modeBox .mode .progress{
    width: 100%;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    background-color: #FFF;
}


.one_thing_modeBox .mode .date_ul li:nth-child(even) {
    margin-left: 17px;
}
.one_thing_modeBox .mode .date_ul li:nth-child(odd) {
    margin-left: 14px;
}


.red_mode{
    background-color: #dd6558;
}
.red_mode .arrow{
    background: url("ck_red_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.red_mode .progress_box {
    background-color: #9b1f00;
}
.red_mode .progress {
    background: linear-gradient(to right, #ffad9c, #f37960);
}



.blue_mode{
    background-color: #0871a4;
}
.blue_mode .arrow{
    background: url("ck_blue_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.blue_mode .progress_box {
    background-color: #054463;
}
.blue_mode .progress {
    background: linear-gradient(to right, #b6ecf8, #2a82fb);
}


.darkGreen_mode{
    background-color: #79a794;
}
.darkGreen_mode .arrow{
    background: url("ck_darkGreen_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.darkGreen_mode .progress_box {
    background-color: #207c70;
}
.darkGreen_mode .progress {
    background: linear-gradient(to right, #e8f1d4, #7ebea4);
}


.green_mode{
    background-color: #01b29d;
}
.green_mode .arrow{
    background: url("ck_green_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.green_mode .progress_box {
    background-color: #085955;
}
.green_mode .progress {
    background: linear-gradient(to right, #d6ffe9, #2fffe6);
}


.lingthGreen_mode{
    background-color: #5dd0c5;
}
.lingthGreen_mode .arrow{
    background: url("ck_green_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.lingthGreen_mode .progress_box {
    background-color: #249380;
}
.lingthGreen_mode .progress {
    background: linear-gradient(to right, #c6f1d5, #43d8a4);
}

.purple_mode{
    background-color: #9569b7;
}
.purple_mode .arrow{
    background: url("ck_purple_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.purple_mode .progress_box {
    background-color: #46176f;
}
.purple_mode .progress {
    background: linear-gradient(to right, #c0bff3, #8878ef);
}


.brown_mode{
    background-color: #c69e8c;
}
.brown_mode .arrow{
    background: url("ck_brown_arrow.png") no-repeat;
    background-size: 100% 100%;
}
.brown_mode .progress_box {
    background-color: #904305;
}
.brown_mode .progress {
    background: linear-gradient(to right, #f3e0b2, #daa732);
}

.one_thing_modeBox .mode h6{
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
}




.one_thing_modeBox .mode:nth-child(1) {
    margin-left: 0;
}

.one_thing_modeBox .mode:nth-child(5){
    margin-left: 128px;
}

.one_more{
    width: 93px;
    height: 18px;
    background: url("ck_more_arrow.png") no-repeat;
    background-position: 55px center;
    background-size: 30%;
    text-decoration: none;
    color: #0871a4;
    font-size: 15px;
    display: block;
    position: absolute;
    right: 62px;
    bottom: 50px;
    display: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.one_more:hover{
    background-position: right center;
}

.one_thing.active .one_thing_arrow {
    display: none;
}

.one_thing.active .one_thing_bg1{
    opacity: 0;
}

.one_thing.active .one_thing_bg2{
    opacity: 1;
}

.one_thing.active p{
    top: 178px;
    opacity: 1;
}

.one_thing.active h1{
    width: 496px;
    font-size: 47px;
    left: 243px;
    top: 44px;
}

.one_thing.active .oneThing_close {
    display: block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.one_thing.active .oneThing_close:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.one_thing.active .one_more {
    display: block;
}

.reslut_system{
    width: 100%;
    height: 158px;
    background: url("ck_resultSystem_bg.jpg") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 20px #bedaeb;
    z-index: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: 40px;
    display: none;
}

.reslut_system h1 {
    width: 583px;
    font-weight: bold;
    color: #225676;
    position: absolute;
    left: 162px;
    top: 59px;
    z-index: 1;
}

.reslut_system h1 .cn{
    font-size: 52px;
}

.reslut_system h1 .en{
    font-size: 18px;
}


/* 二级页 */
.one_thing_wrap {
    width: 100%;
    min-height: 967px;
    background: #FFF url("ck_one_thing_hasTitle_bg.jpg") no-repeat center top;
    background-size: 100%;
    padding-top: 485px;
    box-sizing: border-box;
    position: relative;
}

.staffHoverImg {
    display: none;
}
.staffHoverImg .red_hover {
    background: url("oneT_staff_redHover.png") no-repeat;
}
.staffHoverImg .blue_hover {
    background: url("oneT_staff_blueHover.png") no-repeat;
}
.staffHoverImg .darkGreen_hover {
    background: url("oneT_staff_darkGreenHover.png") no-repeat;
}
.staffHoverImg .green_hover {
    background: url("oneT_staff_greenHover.png") no-repeat;
}
.staffHoverImg .linghtGreen_hover {
    background: url("oneT_staff_linghtGreenHover.png") no-repeat;
}
.staffHoverImg .brown_hover {
    background: url("oneT_staff_brownHover.png") no-repeat;
}


.one_thing_wrap .staff{
    width: 1242px;
    height: 127px;
    background: url("oneT_staff_MonthBg.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -621px;
    top: 330px;
    cursor: pointer;
}


.one_thing_wrap .staff div{
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
/*五线谱 - 红色red*/
.one_thing_wrap .staff .red_line {
    width: 613px;
    height: 80px;
    background: url("oneT_staff_redLink.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 464px;
    top: 3px;
    z-index: 4;
}
.one_thing_wrap .staff .red_line:hover{
    background: url("oneT_staff_redHover.png") no-repeat;
}

.one_thing_wrap .staff .red_line.red_line_2023{
    width: 778px;
    background-image: url("oneT_staff_redLink_new.png");
    background-size: 100% auto;
    left: 320px;
    top: 16px;
}

.one_thing_wrap .staff .red_line.red_line_2023:hover{
    background-image: url("oneT_staff_redLink_new_hover.png");
}

/*五线谱 - 蓝色blue*/
.one_thing_wrap .staff .blue_line {
    width: 733px;
    height: 80px;
    background: url("oneT_staff_blueLink.png") no-repeat;
    position: absolute;
    left: 274px;
    top: 3px;
    z-index: 3;
}
.one_thing_wrap .staff .blue_line:hover{
    background: url("oneT_staff_blueHover.png") no-repeat;
}

/*五线谱 - 蓝色blue*/
.one_thing_wrap .staff .blue_line_2023 {
    width: 714px;
    height: 67px;
    top: 13px;
    left: 220px;
    background: url("oneT_staff_blueLink_new.png") no-repeat;
}
.one_thing_wrap .staff .blue_line_2023:hover{
    background-image: url("oneT_staff_blueHover_new.png");
}


/*五线谱 - 浅绿色 lingtGreen*/
.one_thing_wrap .staff .linghtGreen_line {
    width: 1255px;
    height: 29px;
    background: url("oneT_staff_linghtGreenLink.png") no-repeat;
    position: absolute;
    left: -6px;
    top: 15px;
    z-index: 2;
}
.one_thing_wrap .staff .linghtGreen_line:hover{
    background: url("oneT_staff_linghtGreenHover.png") no-repeat;
}

/*五线谱 - 深绿色 darkGreen*/
.one_thing_wrap .staff .darkGreen_line {
    width: 1255px;
    height: 29px;
    background: url("oneT_staff_darkGreenLink.png") no-repeat;
    position: absolute;
    left: -6px;
    top: 32px;
    z-index: 1;
}
.one_thing_wrap .staff .darkGreen_line:hover{
    background: url("oneT_staff_darkGreenHover.png") no-repeat;
}
/*五线谱 - 绿色 green*/
.one_thing_wrap .staff .green_line {
    width: 1255px;
    height: 29px;
    background: url("oneT_staff_greenLink.png") no-repeat;
    position: absolute;
    left: -6px;
    top: 49px;
    z-index: 0;
}
.one_thing_wrap .staff .green_line:hover{
    background: url("oneT_staff_greenHover.png") no-repeat;
}
/*五线谱 - 褐色 brown*/
.one_thing_wrap .staff .brown_line {
    width: 214px;
    height: 62px;
    background: url("oneT_staff_brownLink_v2024.png") no-repeat;
    position: absolute;
    background-size: 100% auto;
    left: 16px;
    top: 13px;
    z-index: 5;
    transition: none;
}
.one_thing_wrap .staff .brown_line:hover{
    background: url("oneT_staff_brownHover_v2024.png") no-repeat;
    background-size: 100% auto;
    width: 219px;
    height: 67px;
    left: 14px;
    top: 11px;
}




.calendar_btn {
    width: 250px;
    height: 48px;
    line-height: 48px;
    background: url("ck_calendarBtn_bg.png") no-repeat;
    background-size: 100%;
    color: #FFF;
    font-size: 23px;
    position: relative;
    display: block;
    margin: 0 auto;
    letter-spacing: 10px;
    padding-left: 40px;
    box-sizing: border-box;
}

.calendar_btn .arrow {
    width: 42px;
    height: 21px;
    background: url("oneT_calendar_arrow.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    right: 27px;
    display: block;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.calendar_btn.active .arrow{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/* calendar - start*/

.calendar_box {
    width: 1327px;
    height: 535px;
    position: absolute;
    top: 548px;
    left: 40px;
    background: #f9f9f9;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    z-index: 2;
    padding: 34px 10px 10px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
}

.calendar_box .close {
    width: 16px;
    height: 16px;
    background: url("oneT_calendar_close.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 25px;
    top: 10px;
    display: block;
    cursor: pointer;
}

.calendar_left {
    width: 506px;
    height: 500px;
    /* background-color: red; */
    float: left;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.calendar_top {
    width: 100%;
    height: 82px;
    /* background-color: red; */
    padding-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}


.calendar_month{
    font-size: 42px;
    font-weight: bold;
}

.month_en {
    font-size: 20px;
}

.proress_tips {
    width: 224px;
    padding-top: 26px;
}

.proress_tips .icon_start,
.proress_tips .icon_end {
    width: 92px;
    height: 24px;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    float: left;
}

.proress_tips .icon_end {
    margin-left: 20px;
}

.proress_tips .icon_start::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 16px solid #01b29d;
    border-bottom: 9px solid transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

.proress_tips .icon_end::before{
    content: '';
    width: 15px;
    height: 15px;
    background-color: #285475;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}



#calendar {
    width: 100%;
}
.fc-header {
    display: none;
}

.fc-grid .fc-day-number {
    text-align: center;
    position: relative;
    font-size: 20px;
    float: inherit !important
}

.fc-border-separate th, .fc-border-separate td>div{
    text-align: center;
}
.fc-state-highlight {
    background: none
}
.fc-day-number .point{
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: 0px;
}

.fc_day_conent_bg {
    width: 100%;
    height: 27px;
    /* background-color: #f6e0de; */
    margin-top: 4px;
    padding: 5px;
    box-sizing: border-box;
}

.fc_day_conent_bg .start {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    /* border-left: 16px solid #ea594f; */
    border-bottom: 9px solid transparent;
    display: block;
    margin: 0 auto;
}

.fc_day_conent_bg .end {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    /* background-color: #ea594f; */
    display: block;
}

.fc-border-separate tr.fc-last th{
    height: 58px;
    font-size: 20px;
}
.fc-widget-header, .fc-widget-content {
    border: 0;
    height: 58px;
}

/* 日历中颜色分类 */

/* red */
.red_calendar .fc-day-number .point {
    background-color: #ea594f;
}
.red_calendar .fc_day_conent_bg {
    background-color: rgba(234, 89, 79, .3);
}

.red_calendar .fc_day_conent_bg .start {
    border-left: 16px solid #ea594f;
}

.red_calendar .fc_day_conent_bg .end {
    background-color: #ea594f;
}
/* blue */
.blue_calendar .fc-day-number .point {
    background-color: #35588f;
}
.blue_calendar .fc_day_conent_bg {
    background-color: rgba(53, 88, 143, .3);
}

.blue_calendar .fc_day_conent_bg .start {
    border-left: 16px solid #35588f;
}

.blue_calendar .fc_day_conent_bg .end {
    background-color: #35588f;
}





.calendar_right {
    width: 787px;
    height: 500px;
    float: right;
}

.time_progress_ul {
    width: 100%;
}

.time_progress_ul li{
    width: 100%;
    height: 100px;
}

.proress_top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.proress_top .proress_left .hasDate {
    font-size: 14px;
    font-weight: 200;
}

.proress_top .proress_right {
    width: 266px;
    float: right;
}

.proress_right .time_progress_btn1,
.proress_right .time_progress_btn2 {
    width: 115px;
    height: 32px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    margin-right: 10px;
    opacity: .8;
}

.proress_right .time_progress_btn1:hover,
.proress_right .time_progress_btn2:hover{
    opacity: 1;
}



.proress_right .time_progress_btn1 {
    background: url("oneT_time_progress_bg1.jpg") no-repeat;
    background-size: 100%;
}

.proress_right .time_progress_btn2 {
    background: url("oneT_time_progress_bg2.jpg") no-repeat;
    background-size: 100%;
}

.time_progress_ul li .month {
    width: 100%;
    height: 14px;
    margin-top: 16px;
    padding-left: 3px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.time_progress_ul li .proress_left {
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.time_progress_ul li .month .day::before{
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    float: left;
}

.time_progress_ul li .month .day span{
    width: 1px;
    height: 8px;
    display: block;
    margin-top: 3px;
    float: left;
    margin-left: 2px;
}

.time_progress_ul li .month .day{
    height: 14px;
    width: 25px;
    float: left;
    overflow: hidden;
}

.time_progress_ul li .date{
    width: 100%;
    height: 20px;
    position: relative;
}

.time_progress_ul li .date span{
    line-height: 20px;
    position: absolute;
}

.time_progress_ul li .date .firstDay{
    left: 0;
}

.time_progress_ul li .date .lastDay{
    right: 10px;
}

.time_progress_ul li .date .setDay::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
}


.time_progress_ul li .month .today::before,
.time_progress_ul li .month .today span,
.time_progress_ul li .month .today::after {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation: halo 2.4s 0s infinite ease-in;
    -webkit-animation: halo 2.4s 0s infinite ease-in;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 0;
    margin-top: -19px;
    opacity: 0;
}

.time_progress_ul li .month .today span{
    width: 42px;
    height: 42px;
}

.time_progress_ul li .month .today::before {
    content: '';
    animation-delay: 0.7s;
}
.time_progress_ul li .month .today::after {
    content: '';
    animation-delay: 1s;
    
}

.time_progress_ul li .month .today {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    top: 4px;
    left: 0;
    margin-left: 1px;
}






/* 颜色分类 - 红色 */
.red_pro .proress_left {
    color:#dd6558;
}
.red_pro .month .day::before{
    background-color: #f19a9a;
}
.red_pro .month .day span{
    background-color: #f19a9a ;
    opacity: .3;
}
.red_pro .month .today {
    background-color: #dd6558;
}
.red_pro .month .today::before,
.red_pro .month .today span,
.red_pro .month .today::after {
    border: 1px solid #dd6558;
}
.red_pro .date {
    color: #dd6558;
}
.red_pro .date .setDay::before {
    background-color: #dd6558;
}


/* 颜色分类 - 蓝色 */
.blue_pro .proress_left {
    color:#274d88;
}
.blue_pro .month .day::before{
    background-color: #274d88;
}
.blue_pro .month .day span{
    background-color: #274d88 ;
    opacity: .3;
}
.blue_pro .month .today {
    background-color: #274d88;
}
.blue_pro .month .today::before,
.blue_pro .month .today span,
.blue_pro .month .today::after {
    border: 1px solid #274d88;
}
.blue_pro .date {
    color: #274d88;
}
.blue_pro .date .setDay::before {
    background-color: #274d88;
}


/* 颜色分类 - 浅绿色 */
.linghtGreen_pro .proress_left {
    color:#5dd0c5;
}
.linghtGreen_pro .month .day::before{
    background-color: #5dd0c5;
}
.linghtGreen_pro .month .day span{
    background-color: #5dd0c5 ;
    opacity: .3;
}
.linghtGreen_pro .month .today {
    background-color: #5dd0c5;
}
.linghtGreen_pro .month .today::before,
.linghtGreen_pro .month .today span,
.linghtGreen_pro .month .today::after {
    border: 1px solid #5dd0c5;
}
.linghtGreen_pro .date {
    color: #5dd0c5;
}
.linghtGreen_pro .date .setDay::before {
    background-color: #5dd0c5;
}


/* 颜色分类 - 棕色 */
.new_brown_pro .proress_left {
    color:#ad8071;
}
.new_brown_pro .month .day::before{
    background-color: #ad8071;
}
.new_brown_pro .month .day span{
    background-color: #ad8071;
    opacity: .3;
}
.new_brown_pro .month .today {
    background-color: #ad8071;
}
.new_brown_pro .month .today::before,
.new_brown_pro .month .today span,
.new_brown_pro .month .today::after {
    border: 1px solid #ad8071;
}
.new_brown_pro .date {
    color: #ad8071;
}
.new_brown_pro .date .setDay::before {
    background-color: #ad8071;
}


/* 颜色分类 - 深绿色 */
.darkGreen_pro .proress_left {
    color:#79a794;
}
.darkGreen_pro .month .day::before{
    background-color: #79a794;
}
.darkGreen_pro .month .day span{
    background-color: #79a794 ;
    opacity: .3;
}
.darkGreen_pro .month .today {
    background-color: #79a794;
}
.darkGreen_pro .month .today::before,
.darkGreen_pro .month .today span,
.darkGreen_pro .month .today::after {
    border: 1px solid #79a794;
}
.darkGreen_pro .date {
    color: #79a794;
}
.darkGreen_pro .date .setDay::before {
    background-color: #79a794;
}


/* 颜色分类 - 绿色 */
.green_pro .proress_left {
    color:#01b29d;
}
.green_pro .month .day::before{
    background-color: #01b29d;
}
.green_pro .month .day span{
    background-color: #01b29d ;
    opacity: .3;
}
.green_pro .month .today {
    background-color: #01b29d;
}
.green_pro .month .today::before,
.green_pro .month .today span,
.green_pro .month .today::after {
    border: 1px solid #01b29d;
}
.green_pro .date {
    color: #01b29d;
}
.green_pro .date .setDay::before {
    background-color: #01b29d;
}
/* calendar - end*/




.card_ul{
    width: 100%;
    margin-top: 43px;
}

.card_ul li{
    width: 165px;
    height: 332px;
    float: left;
    margin-left: 18px;
    border-radius: 10px 50px 10px 10px;
    -webkit-border-radius: 10px 50px 10px 10px;
    -moz-border-radius: 10px 50px 10px 10px;
    -ms-border-radius: 10px 50px 10px 10px;
    -o-border-radius: 10px 50px 10px 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 7px rgba(0,0,0,.5);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}


.card_ul li:nth-child(1) {
    margin-left: 63px;
}

.card_ul li h1{
    width: 100%;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}

.card_bottom{
    width: 100%;
    height: 183px;
    position: absolute;
    top: 150px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.card_bottom::before{
    content: '';
    height: 3px;
    width: 100%;
    background-color:rgba(255, 255, 255, .2) ;
    position: absolute;
    top: 0;
    left: 0;
}

.card_btn {
    width: 100%;
    height: 47px;
    display: block;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.card_btn .apply_obj,
.card_btn .help_power{
    width: 50%;
    height: 100%;
    line-height: 20px;
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    color: #FFF;
}

.card_ul li .card_btn .apply_obj {
    text-decoration: underline;
}

.card_ul li.active .card_btn .apply_obj{
    text-decoration: none;
}

.card_ul li.active .card_btn .help_power{
    text-decoration: underline;
}

.card_ul li.hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



.card_btn .btn_arrow{
    width: 31px; 
    height: 12px;
    background: url("oneT_cardBtn_arrow.png") no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.bottom_text {
    width: 100%;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    position: absolute;
    text-decoration: underline;
}

.hide_text{
    width: 100%;
    padding: 0 13px;
    font-size: 13px;
    color: #FFF;
    position: absolute;
    line-height: 21px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

/* .card_bottom{
    opacity: .1;
} */

.hide_text {
    top: 160px;
}


.card_ul li.active .card_bottom{
    top: 285px;
}

.card_ul li.active .btn_arrow{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.card_ul li .h1_btn{
    width: 140px;
    height: 112px;
    left: 13px;
}


/* 红色card */
.red_card {
    background-color: #ce3631;
}

.red_card .h1_btn {
    background: url("oneT_cardTitle1.png") no-repeat center;
    background-size: 100%;
}

.red_card .card_bottom {
    background-color: #dd6558;
}

.red_card h1 {
    top: 20px;
}

.red_card .bottom_text{
    top: 87px;
}

.red_card.active h1{
    top: -30%;
}

.red_card.active .hide_text{
    top: 20px;
}




/* 蓝色card */
.blue_card {
    background-color: #02458e;
}

.blue_card .h1_btn {
    background: url("oneT_cardTitle2.png") no-repeat center;
    background-size: 100%;
}

.blue_card .card_bottom {
    background-color: #0871a4;
}

.blue_card h1 {
    top: 20px;
}

.blue_card .bottom_text{
    top: 87px;
}

.blue_card.active h1{
    top: -30%;
}

.blue_card.active .hide_text{
    top: 20px;
}


/* 深绿色card */
.darkGreen_card {
    background-color: #3f8c7a;
}
.darkGreen_card .h1_btn {
    background: url("oneT_cardTitle3.png") no-repeat center;
    background-size: 100%;
}
.darkGreen_card .card_bottom {
    background-color: #79a794;
}
.darkGreen_card h1 {
    top: 20px;
}
.darkGreen_card .bottom_text{
    top: 87px;
}
.darkGreen_card.active h1{
    top: -40%;
}
.darkGreen_card.active .hide_text{
    top: 14px;
}

/* 绿色card */
.green_card {
    background-color: #009a86;
}

.green_card .h1_btn {
    background: url("oneT_cardTitle4.png") no-repeat center;
    background-size: 100%;
}

.green_card .card_bottom {
    background-color: #01b29d;
}
.green_card h1 {
    top: 20px;
}
.green_card .bottom_text{
    top: 87px;
}
.green_card.active h1{
    top: -40%;
}
.green_card.active .hide_text{
    top: 20px;
}

/* 浅绿色card */
.linghtGreen_card {
    background-color: #17c2b7;
}
.linghtGreen_card .h1_btn {
    background: url("oneT_cardTitle5.png") no-repeat center;
    background-size: 100%;
}
.linghtGreen_card .card_bottom {
    background-color: #5dd0c5;
}
.linghtGreen_card h1{
    top: 20px;
}
.linghtGreen_card .bottom_text{
    top: 76px;
}
.linghtGreen_card.active h1{
    top: -30%;
}
.linghtGreen_card.active .hide_text{
    top: 120px;
}



/* 紫色card */
.purple_card {
    background-color: #673ba6;
}
.purple_card .h1_btn {
    background: url("oneT_cardTitle6.png") no-repeat center;
    background-size: 100%;
}
.purple_card .card_bottom {
    background-color: #9569b7;
}
.purple_card h1{
    top: 20px;
}
.purple_card .bottom_text{
    top: 87px;
}
.purple_card.active h1{
    top: -30%;
}
.purple_card.active .hide_text{
    top: 120px;
}


/* 褐色card */
.brown_card {
    background-color: #ad8071;
}
.brown_card .h1_btn {
    background: url("oneT_cardTitle7.png") no-repeat center;
    background-size: 100%;
}
.brown_card .card_bottom {
    background-color: #c69e8c;
}
.brown_card h1{
    top: 20px;
}
.brown_card .bottom_text{
    top: 87px;
}
.brown_card.active h1{
    top: -30%;
}
.brown_card.active .hide_text{
    top: 20px;
}




.card_tabs_wrap {
    width: 100%;
    min-height: 1000px;
    margin-top: 20px;
    background-color: #FFF;
    border-radius: 10px 10px 0 0 ;
    -webkit-border-radius: 10px 10px 0 0 ;
    -moz-border-radius: 10px 10px 0 0 ;
    -ms-border-radius: 10px 10px 0 0 ;
    -o-border-radius: 10px 10px 0 0 ;
}

.tab_top_line{
    width: 100%;
    height: 12px;
    border-radius: 60px 60px 0 0 ;
    -webkit-border-radius: 60px 60px 0 0 ;
    -moz-border-radius: 60px 60px 0 0 ;
    -ms-border-radius: 60px 60px 0 0 ;
    -o-border-radius: 60px 60px 0 0 ;
}


.regist_process {
    width: 1288px;
    height: 215px;
    position: relative;
}

.regist_process .regist_btn1,
.regist_process .regist_btn2 {
    width:160px;
    height:45px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    display: block;
    position: absolute;
    right: 78px;
}

.regist_process .regist_btn1{
    background: url("oneT_regist_btn1_bg.png") no-repeat;
    background-size: 100%;
    top: 50px;
}

.regist_process .regist_btn1.cxj-sbrk{
    top: 40%;
}

.regist_process .regist_btn2{
    background: url("oneT_regist_btn2_bg.png") no-repeat;
    background-size: 100%;
    top: 115px;
}


.red_tab .tab_top_line{
    background-color: #ce3631;
}

.red_tab .regist_process{
    background: url("oneT_applybg1.png") no-repeat;
    background-size: 100%;
}

.blue_tab .tab_top_line{
    background-color: #02458e;
}

.blue_tab .regist_process{
    background: url("oneT_applybg2.png") no-repeat;
    background-size: 100%;
}

.darkGreen_tab .tab_top_line{
    background-color: #3f8c7a;
}

.darkGreen_tab .regist_process{
    background: url("oneT_applybg3.png") no-repeat;
    background-size: 100%;
}

.green_tab .tab_top_line{
    background-color: #009a86;
}
.green_tab .regist_process{
    background: url("oneT_applybg4.png") no-repeat;
    background-size: 100%;
}

.linghtGreen_tab .tab_top_line{
    background-color: #17c2b7;
}
.linghtGreen_tab .regist_process{
    background: url("oneT_applybg5.png") no-repeat;
    background-size: 100%;
}

.purple_tab .tab_top_line{
    background-color: #673ba6;
}
.purple_tab .regist_process{
    background: url("oneT_applybg6.png") no-repeat;
    background-size: 100%;
}

.brown_tab .tab_top_line {
    background-color: #ad8071;
}
.brown_tab .regist_process{
    background: url("oneT_applybg7.png") no-repeat;
    background-size: 100%;
}

.brown_tab .regist_process .regist_btn1,
.brown_tab .regist_process .regist_btn2{
    right: 150px;
}

.card_content{
    width: 100%;
    padding: 20px 74px 60px 74px;
    box-sizing: border-box;
}

.card_content .tab_top{
    width: 100%;
}

.card_content .tab_top h2{
    font-size: 42px;
    line-height: 50px;
    color: #004165;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
}

.card_content .tab_top p {
    width: 88%;
    margin: 0 auto;
    color: #0065a4;
    font-size: 20px;
}

.tab_title{
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 30px;
    color: #004165;
    position: relative;
    font-weight: bold;
    margin: 40px 0;
}
.tab_title::before {
    content: '';
    width: 76px;
    height: 5px;
    background-color: #004165;
    position: absolute;
    left: 0;
    bottom: 0pc;
}

/* .regist_process{
    width: 1262px;
    height: 185px;
    background: url(./oneT_applypic.png) no-repeat center;
    background-size: 100%;
    position: relative;
} */




/* 申报指南 */
.regist_guide {
    width: 100%;
}

.guide_tabs {
    width: 768px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
}

.guide_tabs div{
    width: 160px;
    height: 45px;
    line-height: 45px;
    background: url("oneT_guide_tabs_link_bg.jpg") no-repeat;
    background-size: 100%;
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #004165;
    float: left;
    margin-left: 40px;
    cursor: pointer;
}

.guide_tabs div:nth-child(1) {
    margin-left: 0px;
}

.guide_tabs div .guide_arrow {
    width: 20px;
    height: 10px;
    background: url("oneT_guide_tabs_arrow_bg.jpg.png") no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: none;
}

.guide_tabs div.active,
.guide_tabs div:hover{
    background: url("oneT_guide_tabs_hover_bg.jpg") no-repeat;
    color: #FFF;
}

.guide_tabs div.active .guide_arrow{
    display: block;
}

.guide_list_ul {
    width: 100%;
    height: 704px;
    margin: 0 auto;
    background-color: #f7f8f9;
    margin-top: 36px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.1);
}

.guide_list_ul li{
    width: 100%;
    height: 700px;
    /* padding: 20px 38px 48px 20px; */
    padding: 40px 10px 20px 20px;
    box-sizing: border-box;
    position: relative;
}

.guide_list_ul li .scroll_div{
    width: 100%;
    height: 100%;
    overflow:scroll;
    padding: 20px;
}

.guide_list_ul li .scroll_div img{
    width: 100%;
}

.guide_list_ul li .title{
    font-weight: bold;
}

.guide_list_ul li{
    height: 100%;
    position: relative;
}
/* .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
} */


.guide_list_ul li p {
    font-size: 18px;
    color: #004165;
    line-height: 42px;
}

.guide_list_ul li:nth-child(1) {
    display: block;
}

.file_download{
    width: 98px;
    height: 30px;
    line-height: 30px;
    color: #eee;
    padding-left: 30px;
    background: #004165 url("oneT_downLoad_moblie.png") no-repeat left center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
    opacity: .8;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 10px;
    right: 32px;
}

.file_download:hover{
    opacity: 1;
}

.file_download:nth-of-type(2){
    right: 142px;
}

/* 政策依据 */

.policy_table{
    width: 100%;
    border: 1px solid #a5b8c5;
}

.policy_table td{
    padding: 18px 0;
    padding-left: 20px;
    color: #004165;
    font-size: 24px;
}

.policy_table td a {
    color: #004165;
    font-weight: bold;
}

.policy_table thead tr {
    background-color: #e1edf5;
    
}

.policy_table thead tr td {
    font-size: 26px;
    font-weight: bold;
}

.policy_table tr td:nth-child(1) {
    text-align: center;
}

.policy_table tbody tr td:nth-child(3) {
    color: #8598a8;
}

.policy_table tbody tr td:nth-child(4) {
    color: #8598a8;
}

.policy_table tr td:nth-child(4) {
    width: 20%;
}

.policy_table tbody tr:nth-child(even) {
    background-color: #f4f8fa;
}

.policy_table .tbody a{
    text-decoration: none;
    color: #004165;
}

/* 常见问题 */
.question {
    width: 100%;
    height: 560px;
    background-color: #f7f8f9;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.1);
    padding: 10px;
    box-sizing: border-box;
    
}
.question .scroll_div{
    width: 100%;
    height: 100%;
    overflow:scroll;
    padding: 20px;
}

.question p {
    font-size: 18px;
    color: #004165;
    line-height: 40px;
}

.swiper-scrollbar {
    right: 20px;
}

.swiper-scrollbar-drag {
    background-color: #0faa91 !important
}


/* 弹出层 style popup -------- start -------*/

.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 30;
    display: none;
}
.personal_box{
    width: 860px;
    max-height: 90%;
    background: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 31;
    display: none;
}
.legal {
    overflow-y: auto;
}
.personal_box>.title{
    padding-left: 50px;
    padding-right: 20px;
    background: url("kc_perBg_bg.png") center;
    /* background: url(kc_perBg_bg.png) center; */
    width: 100%;
    height: 57px;
    line-height: 57px;
    color: #FFFFFF;
    font-size: 24px;
    box-sizing: border-box;
}
.personal_box>.title img{
    float: right;
    margin-top: 20px;
    cursor: pointer;
}
.personal_box .personal_content{
    padding: 30px 50px 50px;
    font-size: 16px;
    color: #004165;
    overflow: hidden;
}
.kcfwWindow .personal_content{
    padding: 0 50px 50px;
}
.per_top{
    border-bottom: 1px dashed #cfdae1;
}
.personal .per_top{
    height: 130px;
}
.legal .per_top{
    height: 390px;
}
.kcfwWindow .per_top{
    height: auto;
    border: none;
}
.per_top .per_item{
    float: left;
    margin-bottom: 25px;
    margin-right: 26px;
    position: relative;
}
.knowledge .per_item .arrow{
    position: absolute;
    width: 35px;
    height: 36px;
    right: 0;
    top: 0;
    border-left: 1px solid #a5b8c5;
}
.knowledge .per_item .arrow p{
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}
.knowledge .per_item .arrow p img{
    margin-top: -3px;
}
.knowledge .per_item .arrow p:first-child{
    border-bottom: 1px solid #a5b8c5;
}
.legal .per_top .per_item{
    margin-right: 51px;
}
.kcfwWindow .per_top .per_item{
    width: 46%;
    margin-right: 56px;
}

.kcfwWindow .per_top .per_item100W {
    width: 100%;
    
}

.per_item100W .per_itemCheck_title{
    text-align: left;
    min-width: 50px !important
}

.personal .per_top .per_item:nth-child(3){
    margin-right: 0;
}
.legal  .per_top .per_item:nth-child(2n){
    margin-right: 0;
}
.per_top .per_item label{
    display: inline-block;
    text-align: right;
    float: left;
    line-height: 36px;
}
.personal .per_top .per_item:first-child label{
    width: 96px;
}
.legal .per_top .per_item label{
    width: 155px;
}
.kcfwWindow .per_top .per_item label{
    width: 100% !important;
    float: none;
    text-align: left;
}
.kcfwWindow .per_top .per_item label em{
    color: #DD6558;
}
.legal .per_top .per_item:nth-child(2) label,.legal .per_top .per_item:nth-child(4) label,.legal .per_top .per_item:nth-child(6) label{
    width: 187px;
}
.per_top .per_item input{
    border: 1px solid #a5b8c5;
    width: 140px;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
    color: #8598a8;
    padding-left: 10px;
    font-size: 16px;
    box-sizing: border-box;
}
.per_top .per_check{
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #a5b8c5;
    width: 140px;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
    color: #8598a8;
    padding-left: 10px;
    background: #f3f6f8;
    border-radius: 4px;
    position: relative;
    padding-right: 20px;
    vertical-align: middle;
}
.legal .per_top .per_item input,.legal .per_top .per_check{
    width: 170px;
}
.kcfwWindow .per_top .per_item input,.kcfwWindow .per_top .per_check{
    width: 100%;
}
.per_top .per_check .per_checked,.per_top .per_check i{
    display: block;
    overflow: hidden;
    height: 36px;
}
.per_top .per_check i{
    width: 140px;
    height: 36px;
    background: url("policy_check_bg.png") no-repeat 90%;
    position: absolute;
    right: 0;
    top: 0;
}
.per_top .per_check ul{
    position: absolute;
    left: -1px;
    top: 35px;
    width: 140px;
    border: 1px solid #a5b8c5;
    background: #fff;
    padding: 8px 0;
    z-index: 99;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
}
.legal .per_top .per_check ul{
    width: 170px;
}
.kcfwWindow .per_top .per_check ul{
    width: 100%;
}
.charge .per_check ul{
    width: 140px !important;
}
.per_top .per_check.on ul{
    display: block;
}
.per_top .per_check ul li{
    padding-left: 10px;
}
.per_top .per_check ul li:hover{
    background: #f3f6f8;
}
.per_bottom>.title{
    margin-top: 25px;
    color: #004165;
    margin-bottom: 20px;
    clear: both;
}
.legal .per_bottom>.title{
    margin-top: 0;
}
.behavior{
    margin-bottom: 6px !important;
    margin-right: 0 !important;
}
.per_bottom>.title span:first-child{
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}
.legal .per_bottom>.title span:first-child{
    display: inline-block;
    width: 155px;
    text-align: right;
    margin-right: 0;
    font-weight: 400;
}
.legal .per_checkbox{
    padding-left: 155px;
}
.per_bottom>.title span:last-child{
    font-size: 14px;
    color: #8598A8;
}
.per_bottom .per_checkbox img{
    float: left;
    margin-top: 2px;
    margin-right: 6px;
}
.per_bottom .per_checkbox>span{
    display: inline-block;
    width: 136px;
    margin-right: 67px;
    margin-bottom: 18px;
    cursor: pointer;
}
.legal .per_bottom .per_checkbox>span{
    width: 170px;
    margin-right: 34px;
}
.personal .per_bottom .per_checkbox>span:nth-child(4n){
    margin-right: 0;
}
.legal .per_bottom .per_checkbox>span:nth-child(3n){
    margin-right: 0;
}
.per_bottom .per_checkbox span span{
    float: left;
}
.per_checkbox span span.on{
    color: #0065a4;
}
.per_btn{
    text-align: center;
    margin-top: 30px;
    clear: both;
}
.per_btn span{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}
.per_btn span.reset{
    border: 1px solid #bdcbdd;
    color: #6e8da9;
    margin-right: 20px;
}
.per_btn span.submit{
    border: 1px solid #0065a4;
    background: #0065a4;
    color: #FFFFFF;
}
.charge .per_item label,.knowledge .per_item label{
    width: 96px !important;
    text-align: right;
}
.knowledge .per_item input,.charge .per_item input,.charge .per_item .per_check{
    width: 140px !important;
}
.knowledge .per_item:first-child input{
    padding-right: 36px;
}
.charge .per_bottom>.title span:first-child{
    width: 96px;
}
.charge .per_checkbox{
    padding-left: 96px;
}
.charge .per_bottom .per_checkbox>span,.charge .per_bottom .per_checkbox>span:nth-child(3n){
    width: 138px !important;
    margin-right: 9px;
}
.charge .per_bottom .per_checkbox>span:nth-child(4n){
    margin-right: 0 !important;
}
.charge .per_item:last-child label{
    width: 170px !important;
}
.per_title{
    font-weight: 700;
    font-size: 18px;
    margin: 25px 0 20px;
    clear: both;
}
.per_title span{
    float: right;
    color: #0065A4;
}
.legal .charge{
    height: 320px;
}
.knowledge .per_item:nth-child(3n){
    margin-right: 0;	
}
.knowledge .per_item,.charge .per_item{
    margin-right: 7px !important;
}
.knowledge{
    height: 200px !important;
}
.structure{
    border-bottom: 0;
    height: 175px !important;
}
.per_top .per_item_subhead{
    color: #000;
    margin-bottom: 0;
}
.per_item_subhead h4{
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
    font-weight: normal;
}
.per_item_subhead span{
    font-size: 16px;
}
.per_item_subhead span em{
    color: #0065a4;
}
.per_itemCheck{
    margin-bottom: 16px;
}
.per_itemCheckRadio:nth-child(even){
    margin-right: 20px;
}
.per_itemCheckRadio img,.per_itemCheckRadio span,.per_itemCheck_title{
    vertical-align: middle;
}
.per_itemCheck_title{
    color: #004165;
    min-width: 220px;
    display: inline-block;
    text-align: left !important;
    /* text-align: right; */
}
.per_itemCheck_title em{
    color: #DD6558;
}

.kcfw_kczy_new_link_list{
    margin-top: 20px;
    overflow: hidden;
}

.kcfw_kczy_new_link_list li{
    float: left;
    width: 680px;
    padding: 0 !important;
    margin-bottom: 30px;
}

.kcfw_kczy_new_link_list li:nth-of-type(n+3){
    margin-bottom: 0;
}

.kcfw_kczy_new_link_list li a{
    display: block;
}

.kcfw_kczy_new_link_list li img{
    display: block;
    width: 100%;
}

.kcfw_kczy_new_link_list li:nth-of-type(even){
    margin-left: 40px;
}

/* 弹出层 style popup -------- end -------*/



.yjs-base-pop{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}


.yjs-base-pop .pop-mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}

.yjs-base-pop .pop-main{
    position: absolute;
    width: 660px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding-bottom: 20px;
}

.yjs-base-pop .pop-main .pop-close{
    width: 23px;
    height: 23px;
    background: url("kc_hyzb_new_close.png") no-repeat;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

.yjs-base-pop .pop-main .pop-title{
    height: 48px;
    line-height: 48px;
    background: url("kc_hyzb_new_titleBg.png");
    color: #fff;
    padding-left: 20px;
    font-size: 20px;
}

.yjs-base-pop .pop-main p{
    padding: 20px 30px 10px;
    text-align: left;
    font-size: 18px;
}

.yjs-base-pop .yjs-pop-list{
    padding: 0 30px;
    text-decoration: underline;
    line-height: 25px;
}

.yjs-base-pop .yjs-pop-list a{
    display: block;
}

.yjs-base-pop .pop-main .pop-btns{
    text-align: center;
}


.yjs-base-pop .pop-main .pop-btn{
    display: inline-block;
    width: 120px;
    height: 40px;
    
    border-radius: 4px;
    border: solid 1px #bdcbdd;
    margin: 0 10px;
    
    cursor: pointer;
    line-height: 36px;
    font-size: 16px;
     background-color: #0065a4;
    color: #ffffff;
}

.yjs-base-pop .pop-main .pop-btn:nth-of-type(2){
    background-color: #fcfdfd;
    color: #6e8da9;
}

.yjs-base-pop.history .pop-main{
    width: 750px;
}
.yjs-base-pop.history .text-cont{
    padding: 20px 30px;
    
}

.yjs-base-pop.history .text-cont p{
    padding: 0;
    line-height: 1.6;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
}

.yjs-base-pop.history .text-cont p:first-of-type{
    text-indent: 0;
}

.yjs-base-pop.download .download-item{
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
        color: #004165;
        display: block;
}

.yjs-base-pop.download .text-cont{
    padding: 20px 0;
}


.one_thing_wrap .zhzc_btn{
    width: 190px;
    height: 43px;
    position: absolute;
    background: url("kc_yjs_zhzc_btn.png") no-repeat;
    background-size: 100% auto;
    top: 265px;
    left: 27%;
    cursor:pointer;
}

/* 结束 */
@media screen and (max-width: 1440px) {
    .wrap{
        width: 1000px;
    }

    .nypage #go {
        font-size: 12px;
        line-height: 24px;
    }

    .oneThing_resultSys {
        width: 100%;
        position: relative;
        margin-top: 34px;
        z-index: 1;
    }

    .one_thing_box{
        width: 100%;
        height: 116px;
        position: relative;
    }

    .one_thing{
        width: 100%;
        height: 116px;
        position: relative;
        background-color: #FFF;
        overflow: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        background: #FFF url("ck_one_thing_bg.jpg") no-repeat;
        background-position: 0 -30px;
        background-size: 100%;
        box-shadow: 0 0 20px #bedaeb;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}

    .one_thing.active{
        height: 539px;
        background-size: 100%;
        background-position: 0 top;
    }
    
    .one_thing h1{
        width: 336px;
        height: 80px;
        font-size: 38px;
        font-weight: bold;
        color: #225676;
        text-align: center;
        position: absolute;
        left: 107px;
        top: 24px;
        z-index: 1;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        background: url("oneT_bigTitle.png") no-repeat;
        background-size: 100%;
    }
    
    .one_thing .subtitle {
        width: 530px;
        height: 100px;
        background: url("oneT_subTitle.png") no-repeat;
        background-size: 100%;
        text-align: center;
        font-size: 13px;
        color: #225676;
        position: absolute;
        left: 92px;
        top: 150px;
        z-index: 1;
        transition: all .5s;
        opacity: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
}
    
    .one_thing_arrow {
        width: 38px;
        height: 25px;
        background: url("ck_onething_arrow.png") no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: 16px;
        left: 50%;
        margin-left: -26px;
        z-index: 1;
    }

    .one_thing:hover .one_thing_arrow{
        bottom: 8px;
    }
    
    .one_thing_bg1 {
        width: 100%;
        height: 220px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        opacity: 1;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .one_thing_bg1{
        width: 100%;
        height: 100%;
    }
    
    .one_thing_bg2 {
        width: 100%;
        height: 380px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        opacity: 0;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    
    .one_thing_pic1{
        width: 840px;
        height: 86px;
        position: absolute;
        left: 72px;
        top: 198px;
        z-index: 1;
    }

    .one_thing.active .one_thing_arrow {
        display: none;
    }
    
    .one_thing.active .one_thing_bg1{
        opacity: 0;
    }
    
    .one_thing.active .one_thing_bg2{
        opacity: 1;
    }

    .one_thing.active .one_thing_bg2{
        opacity: 1;
    }
    
    .one_thing.active .subtitle{
        top: 132px;
        opacity: 1;
    }

    .one_thing.active .one_more{
        display: block;
    }
    
    .one_thing.active h1{
        width: 334px;
        font-size: 33px;
        left: 189px;
    }
    
    .one_thing_modeBox{
        width: 716px;
        height: 276px;
        margin: 314px auto 0 auto;
    }
    
    .one_thing_modeBox .mode{
        width: 147px;
        height: 88px;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        float: left;
        margin-left: 40px;
        margin-bottom: 16px;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }

    .one_thing_modeBox .mode h6{
        font-size: 13px;
        line-height: 16px;
        color: #FFF;
        text-align: center;
        font-weight: normal;
    }

    .one_thing_modeBox .mode:nth-child(1) {
        margin-left: 0;
    }
    
    .one_thing_modeBox .mode:nth-child(5){
        margin-left: 128px;
    }
    
    .one_thing_modeBox .mode .date_p {
        width: 100%;
        color: #d9d9d9;
        font-size: 12px;
        text-align: center;
        margin-top: 2px;
    }
    
    .one_thing_modeBox .mode .date_ul{
        width: 100%;
        overflow: hidden;
        margin-top: 0;
        margin-left: 8px;
    }
    
    .one_thing_modeBox .mode .date_ul li{
        width: 62px;
        float: left;
        color: #e1e1e1;
        font-size: 12px;
        letter-spacing: -1px;
    }
    
    .one_thing_modeBox .mode .percent_box {
        width: 90%;
        height: 20px;
        position: absolute;
        bottom: 7px;
        text-align: left;
        left: 7px;
    
    }
    
    .one_thing_modeBox .mode .percent_box .arrow{
        width: 9px;
        height: 10px;
        position: absolute;
        top: 2px;
        left: 0;
        margin-left: -5px;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }
    
    .one_thing_modeBox .mode .progress_box{
        width: 100%;
        height: 7px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        overflow: hidden;
    }
    
    .one_thing_modeBox .mode .progress_percent{
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    
    .one_thing_modeBox .mode .progress{
        width: 100%;
        height: 5px;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }
    
    
    .one_thing_modeBox .mode .date_ul li:nth-child(even) {
        margin-left: 0;
    }
    .one_thing_modeBox .mode .date_ul li:nth-child(odd) {
        margin-left: 0;
    }
    

    .red_mode{
        background-color: #dd6558;
    }
    .red_mode .arrow{
        background: url("ck_red_arrow.png") no-repeat;
        background-size: 100% 100%;
    }
    .red_mode .progress_box {
        background-color: #9b1f00;
    }
    .red_mode .progress {
        background: linear-gradient(to right, #ffad9c, #f37960);
    }
    
    
    
    .blue_mode{
        background-color: #0871a4;
    }
    .blue_mode .arrow{
        background: url("ck_blue_arrow.png") no-repeat;
        background-size: 100% 100%;
    }
    .blue_mode .progress_box {
        background-color: #054463;
    }
    .blue_mode .progress {
        background: linear-gradient(to right, #b6ecf8, #2a82fb);
    }
    
    
    .darkGreen_mode{
        background-color: #79a794;
    }
    .darkGreen_mode .arrow{
        background: url("ck_darkGreen_arrow.png") no-repeat;
        background-size: 100% 100%;
    }
    .darkGreen_mode .progress_box {
        background-color: #207c70;
    }
    .darkGreen_mode .progress {
        background: linear-gradient(to right, #e8f1d4, #7ebea4);
    }
    
    
    .green_mode{
        background-color: #01b29d;
    }
    .green_mode .arrow{
        background: url("ck_green_arrow.png") no-repeat;
        background-size: 100% 100%;
    }
    .green_mode .progress_box {
        background-color: #085955;
    }
    .green_mode .progress {
        background: linear-gradient(to right, #d6ffe9, #2fffe6);
    }
    
    
    .lingthGreen_mode{
        background-color: #5dd0c5;
    }
    .lingthGreen_mode .arrow{
        background: url("ck_green_arrow.png") no-repeat;
        background-size: 100% 100%;
    }
    .lingthGreen_mode .progress_box {
        background-color: #249380;
    }
    .lingthGreen_mode .progress {
        background: linear-gradient(to right, #c6f1d5, #43d8a4);
    }
    
    .purple_mode{
        background-color: #9569b7;
    }
    .purple_mode .arrow{
        background: url("ck_purple_arrow.png") no-repeat;
        background-size: 100% 100%;
    }
    .purple_mode .progress_box {
        background-color: #46176f;
    }
    .purple_mode .progress {
        background: linear-gradient(to right, #c0bff3, #8878ef);
    }
    
    
    .brown_mode{
        background-color: #c69e8c;
    }
    .brown_mode .arrow{
        background: url("ck_brown_arrow.png") no-repeat;
        background-size: 100% 100%;
    }
    .brown_mode .progress_box {
        background-color: #904305;
    }
    .brown_mode .progress {
        background: linear-gradient(to right, #f3e0b2, #daa732);
    }
    
    .one_more{
        width: 93px;
        height: 18px;
        background: url("ck_more_arrow.png") no-repeat right center;
        text-decoration: none;
        color: #0871a4;
        font-size: 15px;
        display: block;
        display: none;
    }

    .reslut_system{
        width: 100%;
        height: 116px;
        background: url("ck_resultSystem_bg.jpg") no-repeat;
        background-size: 100% 100%;
        box-shadow: 0 0 20px #bedaeb;
        z-index: 1;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin-top: 30px;
        display: none;
    }
    
    .reslut_system h1 {
        width: 420px;
        font-weight: bold;
        color: #225676;
        position: absolute;
        left: 90px;
        top: 39px;
        z-index: 1;
    }
    
    .reslut_system h1 .cn{
        font-size: 38px;
    }
    
    .reslut_system h1 .en{
        font-size: 13px;
    }

    /* 二级页 */
    .one_thing_wrap {
        width: 100%;
        min-height: 688px;
        background: #FFF url("ck_one_thing_hasTitle_bg.jpg") no-repeat center top;
        background-size: 100%;
        padding-top: 356px;
        box-sizing: border-box;
    }

    .one_thing_wrap .staff{
        width: 840px;
        height: 100px;
        background: url("oneT_staff_MonthBg.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: 50%;
        margin-left: -420px;
        top: 244px;
    }

    .one_thing_wrap .staff div{
        transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
    }
    /*五线谱 - 红色red*/
    .one_thing_wrap .staff .red_line {
        width: 410px;
        height: 72px;
        background: url("oneT_staff_redLink.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: 318px;
        top: 4px;
        z-index: 4;

    }

    .one_thing_wrap .staff .red_line.red_line_2023{
        left: 220px;
        width: 520px;
        top: 10px;
    }    
    .one_thing_wrap .staff .red_line:hover{
        background: url("oneT_staff_redHover.png") no-repeat;
        background-size: 100%;
    }
    /*五线谱 - 蓝色blue*/
    .one_thing_wrap .staff .blue_line {
        width: 497px;
        height: 60px;
        background: url("oneT_staff_blueLink.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: 181px;
        top: 4px;
        z-index: 3;
    }

    .one_thing_wrap .staff .blue_line_2023{
            width: 485px;
            top: 8px;
            left: 150px;
    }

    .one_thing_wrap .staff .blue_line:hover{
        background: url("oneT_staff_blueHover.png") no-repeat;
        background-size: 100%;
    }
    
    /*五线谱 - 浅绿色 lingtGreen*/
    .one_thing_wrap .staff .linghtGreen_line {
        width: 848px;
        height: 20px;
        background: url("oneT_staff_linghtGreenLink.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: -4px;
        top: 11px;
        z-index: 2;
    }
    .one_thing_wrap .staff .linghtGreen_line:hover{
        background: url("oneT_staff_linghtGreenHover.png") no-repeat;
        background-size: 100%;
    }
    
    /*五线谱 - 深绿色 darkGreen*/
    .one_thing_wrap .staff .darkGreen_line {
        width: 848px;
        height: 20px;
        background: url("oneT_staff_darkGreenLink.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: -4px;
        top: 24px;
        z-index: 1;
    }
    .one_thing_wrap .staff .darkGreen_line:hover{
        background: url("oneT_staff_darkGreenHover.png") no-repeat;
        background-size: 100%;
    }
    /*五线谱 - 绿色 green*/
    .one_thing_wrap .staff .green_line {
        width: 848px;
        height: 20px;
        background: url("oneT_staff_greenLink.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: -4px;
        top: 37px;
        z-index: 0;
    }
    .one_thing_wrap .staff .green_line:hover{
        background: url("oneT_staff_greenHover.png") no-repeat;
        background-size: 100%;
    }
    /*五线谱 - 褐色 brown*/
    .one_thing_wrap .staff .brown_line {
        width: 150px;
        background-size: 100% auto;
            left: 10px;
        top: 10px;
        z-index: 5;
    }
    .one_thing_wrap .staff .brown_line:hover{
            left: 8px;
    background-size: 100% auto;
    width: 156px;
    top: 8px;
    }
    
    .calendar_btn {
        width: 180px;
        height: 33px;
        line-height: 33px;
        background: url("ck_calendarBtn_bg.png") no-repeat;
        background-size: 100%;
        color: #FFF;
        font-size: 16px;
        position: relative;
        display: block;
        margin: 0 auto;
        letter-spacing: 10px;
        padding-left: 26px;
        box-sizing: border-box;
    }
    
    
    .calendar_btn .arrow {
        width: 28px;
        height: 14px;
        background: url("oneT_calendar_arrow.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10px;
        right: 12px;
        display: block;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    
    .calendar_btn.active .arrow{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
}

    /* calendar - start*/

    .calendar_box {
        width: 960px;
        height: 408px;
        position: absolute;
        top: 398px;
        left: 20px;
        background: #f9f9f9;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
        z-index: 2;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .calendar_box .close {
        width: 14px;
        height: 14px;
        background: url("oneT_calendar_close.png") no-repeat;
        background-size: 100%;
        position: absolute;
        right: 13px;
        top: 10px;
        display: block;
        cursor: pointer;
    }
    
    .calendar_left {
        width: 350px;
        height: 374px;
        /* background-color: red; */
        float: left;
        padding: 0 20px 20px 20px;
        box-sizing: border-box;
    }
    
    .calendar_top {
        width: 100%;
        height: 60px;
        /* background-color: red; */
        padding-bottom: 20px;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    
    .calendar_month{
        font-size: 34px;
        font-weight: bold;
    }
    
    .month_en {
        font-size: 18px;
    }
    
    .proress_tips {
        width: 144px;
        padding-top: 16px;
    }
    
    .proress_tips .icon_start,
    .proress_tips .icon_end {
        width: 62px;
        height: 24px;
        position: relative;
        padding-left: 14px;
        font-size: 12px;
        float: left;
    }
    
    .proress_tips .icon_end {
        margin-left: 15px;
    }
    
    .proress_tips .icon_start::before{
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 12px solid #01b29d;
        border-bottom: 6px solid transparent;
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
    }
    
    .proress_tips .icon_end::before{
        content: '';
        width: 12px;
        height: 12px;
        background-color: #285475;
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
    }
    
    
    
    #calendar {
        width: 100%;
    }
    .fc-header {
        display: none;
    }
    
    .fc-grid .fc-day-number {
        text-align: center;
        position: relative;
        font-size: 14px;
        float: inherit !important
    }
    
    .fc-border-separate th, .fc-border-separate td>div{
        text-align: center;
    }
    .fc-state-highlight {
        background: none
    }
    .fc-day-number .point{
        position: absolute;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        /* background-color: red; */
        position: absolute;
        left: 50%;
        margin-left: -1px;
        bottom: 0px;
    }
    
    .fc_day_conent_bg {
        width: 100%;
        height: 17px;
        /* background-color: #f6e0de; */
        margin-top: 0px;
        padding: 3px;
        box-sizing: border-box;
    }
    
    .fc_day_conent_bg .start {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        /* border-left: 12px solid #ea594f; */
        border-bottom: 6px solid transparent;
        display: block;
        margin: 0 auto;
    }
    
    .fc_day_conent_bg .end {
        width: 11px;
        height: 11px;
        margin: 0 auto;
        /* background-color: #ea594f; */
        display: block;
    }
    
    .fc-border-separate tr.fc-last th{
        height: 42px;
        font-size: 14px;
    }
    .fc-widget-header, .fc-widget-content {
        border: 0;
        height: 42px;
    }

    /* 日历中颜色分类 */

    /* red */
    .red_calendar .fc-day-number .point {
        background-color: #ea594f;
    }
    .red_calendar .fc_day_conent_bg {
        background-color: rgba(234, 89, 79, .3);
    }

    .red_calendar .fc_day_conent_bg .start {
        border-left: 12px solid #ea594f;
    }

    .red_calendar .fc_day_conent_bg .end {
        background-color: #ea594f;
    }
    /* blue */
    .blue_calendar .fc-day-number .point {
        background-color: #35588f;
    }
    .blue_calendar .fc_day_conent_bg {
        background-color: rgba(53, 88, 143, .3);
    }

    .blue_calendar .fc_day_conent_bg .start {
        border-left: 16px solid #35588f;
    }

    .blue_calendar .fc_day_conent_bg .end {
        background-color: #35588f;
    }
    


    
    .calendar_right {
        width: 578px;
        height: 380px;
        float: right;
    }
    
    .time_progress_ul {
        width: 100%;
    }
    
    .time_progress_ul li{
        width: 100%;
        height: 74px;
    }
    
    .proress_top {
        width: 100%;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
    }
    
    .proress_top .proress_left .hasDate {
        font-size: 12px;
        font-weight: 200;
    }
    
    .proress_top .proress_right {
        width: 184px;
        float: right;
    }
    
    .proress_right .time_progress_btn1,
    .proress_right .time_progress_btn2 {
        width: 80px;
        height: 23px;
        line-height: 23px;
        text-align: center;
        color: #FFF;
        display: inline-block;
        margin-right: 2px;
        opacity: .8;
        font-size: 12px;
    }
    
    .proress_right .time_progress_btn1:hover,
    .proress_right .time_progress_btn2:hover{
        opacity: 1;
    }
    
    .proress_right .time_progress_btn1 {
        background: url("oneT_time_progress_bg1.jpg") no-repeat;
        background-size: 100%;
    }
    
    .proress_right .time_progress_btn2 {
        background: url("oneT_time_progress_bg2.jpg") no-repeat;
        background-size: 100%;
    }
    
    .time_progress_ul li .month {
        width: 100%;
        height: 14px;
        margin-top: 10px;
        padding-left: 3px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    
    .time_progress_ul li .proress_left {
        font-size: 14px;
        font-weight: bold;
        float: left;
    }
    .time_progress_ul li .month .day::before{
        content: '';
        width: 1px;
        height: 100%;
        display: block;
        float: left;
    }
    
    .time_progress_ul li .month .day span{
        width: 1px;
        height: 8px;
        display: block;
        margin-top: 3px;
        float: left;
        margin-left: 1px;
    }
    
    .time_progress_ul li .month .day{
        height: 14px;
        width: 25px;
        float: left;
        overflow: hidden;
    }
    
    .time_progress_ul li .date{
        width: 100%;
        height: 20px;
        position: relative;
    }
    
    .time_progress_ul li .date span{
        line-height: 20px;
        position: absolute;
    }
    
    .time_progress_ul li .date .firstDay{
        left: 0;
    }
    
    .time_progress_ul li .date .lastDay{
        right: 10px;
    }
    
    .time_progress_ul li .date .setDay::before {
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        bottom: 0;
    }
    
    
    .time_progress_ul li .month .today::before,
    .time_progress_ul li .month .today span,
    .time_progress_ul li .month .today::after {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        animation: halo 2.4s 0s infinite ease-in;
        -webkit-animation: halo 2.4s 0s infinite ease-in;
        position: absolute;
        left: 50%;
        margin-left: -21px;
        top: 0;
        margin-top: -19px;
        opacity: 0;
    }
    
    .time_progress_ul li .month .today span{
        width: 42px;
        height: 42px;
    }
    
    .time_progress_ul li .month .today::before {
        content: '';
        animation-delay: 0.7s;
    }
    .time_progress_ul li .month .today::after {
        content: '';
        animation-delay: 1s;
        
    }
    
    .time_progress_ul li .month .today {
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        top: 4px;
        left: 0;
        margin-left: 1px;
    }
    
    
     /* calendar - end*/
    
    
    .card_ul{
        width: 100%;
        margin-top: 22px;
    }
    
    .card_ul li{
        width: 124px;
        height: 240px;
        float: left;
        margin-left: 10px;
        border-radius: 10px 30px 10px 10px;
        -webkit-border-radius: 10px 30px 10px 10px;
        -moz-border-radius: 10px 30px 10px 10px;
        -ms-border-radius: 10px 30px 10px 10px;
        -o-border-radius: 10px 30px 10px 10px;
        overflow: hidden;
        position: relative;
    }
    
    .card_ul li:nth-child(1) {
        margin-left: 38px;
    }
    
    .card_ul li h1{
        width: 100%;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        position: absolute;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        line-height: 20px;
    }
    
    .card_bottom{
        width: 100%;
        height: 136px;
        position: absolute;
        top: 106px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .card_bottom::before{
        content: '';
        height: 2px;
        width: 100%;
        background-color:rgba(255, 255, 255, .2) ;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .card_btn {
        width: 100%;
        height: 33px;
        display: block;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
        border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        -ms-border-radius: 0px 0px 10px 10px;
        -o-border-radius: 0px 0px 10px 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .card_btn .apply_obj,
    .card_btn .help_power{
        width: 50%;
        height: 100%;
        line-height: 14px;
        display: block;
        text-align: center;
        padding-top: 2px;
        font-size: 12px;
        color: #FFF;
    }
    
    .card_btn .apply_obj {
        text-decoration: underline;
    }
    
    .card_btn .btn_arrow{
        width: 24px; 
        height: 12px;
        background: url("oneT_cardBtn_arrow.png") no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        top: 12px;
        left: 50%;
        margin-left: -12px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .bottom_text {
        width: 100%;
        font-size: 12px;
        color: #FFF;
        text-align: center;
        position: absolute;
        text-decoration: underline;
    }
    
    .hide_text{
        width: 100%;
        padding: 0 6px;
        font-size: 12px;
        line-height: 13px;
        color: #FFF;
        position: absolute;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    /* .card_bottom{
        opacity: .1;
    } */
    
    .hide_text {
        top: 110px;
    }
    
    
    .card_ul li.active .card_bottom{
        top: 205px;
    }
    
    .card_ul li.active .btn_arrow{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .card_ul li .h1_btn{
        width: 96px;
        height: 83px;
        left: 12px;
        top: 14px;
    }
    
    
    /* 红色card */
    .red_card {
        background-color: #ce3631;
    }
    
    .red_card .card_bottom {
        background-color: #dd6558;
    }
    
    .red_card .bottom_text{
        top: 63px;
    }
    
    .red_card.active h1{
        top: -30%;
    }
    
    .red_card.active .hide_text{
        top: 10px;
    }
    
    
    
    
    /* 蓝色card */
    .blue_card {
        background-color: #02458e;
    }
    
    .blue_card .card_bottom {
        background-color: #0871a4;
    }
    
    .blue_card .bottom_text{
        top: 63px;
    }
    
    .blue_card.active h1{
        top: -30%;
    }
    
    .blue_card.active .hide_text{
        top: 10px;
    }
    
    
    /* 深绿色card */
    .darkGreen_card {
        background-color: #3f8c7a;
    }
    .darkGreen_card .card_bottom {
        background-color: #79a794;
    }
    .darkGreen_card .bottom_text{
        top: 63px;
    }
    .darkGreen_card.active h1{
        top: -40%;
    }
    .darkGreen_card.active .hide_text{
        top: 7px;
    }
    
    /* 绿色card */
    .green_card {
        background-color: #009a86;
    }
    .green_card .card_bottom {
        background-color: #01b29d;
    }
    .green_card .bottom_text{
        top: 53px;
    }
    .green_card.active h1{
        top: -40%;
    }
    .green_card.active .hide_text{
        top: 10px;
    }
    
    /* 浅绿色card */
    .linghtGreen_card {
        background-color: #17c2b7;
    }
    .linghtGreen_card .card_bottom {
        background-color: #5dd0c5;
    }
    .linghtGreen_card .bottom_text{
        top: 53px;
    }
    .linghtGreen_card.active h1{
        top: -30%;
    }
    .linghtGreen_card.active .hide_text{
        top: 68px;
    }
    
    
    
    /* 紫色card */
    .purple_card {
        background-color: #673ba6;
    }
    .purple_card .card_bottom {
        background-color: #9569b7;
    }
    .purple_card .bottom_text{
        top: 62px;
    }
    .purple_card.active h1{
        top: -30%;
    }
    .purple_card.active .hide_text{
        top: 68px;
    }
    
    
    /* 褐色card */
    .brown_card {
        background-color: #ad8071;
    }
    .brown_card .card_bottom {
        background-color: #c69e8c;
    }
    .brown_card .bottom_text{
        top: 62px;
    }
    .brown_card.active h1{
        top: -40%;
    }
    .brown_card.active .hide_text{
        top: 10px;
    }
    
    
    
    
    .card_tabs_wrap {
        width: 100%;
        min-height: 1000px;
        margin-top: 20px;
        background-color: #FFF;
        border-radius: 10px 10px 0 0 ;
        -webkit-border-radius: 10px 10px 0 0 ;
        -moz-border-radius: 10px 10px 0 0 ;
        -ms-border-radius: 10px 10px 0 0 ;
        -o-border-radius: 10px 10px 0 0 ;
}
    
    .tab_top_line{
        width: 100%;
        height: 10px;
        border-radius: 60px 60px 0 0 ;
        -webkit-border-radius: 60px 60px 0 0 ;
        -moz-border-radius: 60px 60px 0 0 ;
        -ms-border-radius: 60px 60px 0 0 ;
        -o-border-radius: 60px 60px 0 0 ;
    }
    
    
    
    .red_tab .tab_top_line{
        background-color: #ce3631;
    }
    
    .blue_tab .tab_top_line{
        background-color: #02458e;
    }
    
    .darkGreen_tab .tab_top_line{
        background-color: #3f8c7a;
    }
    
    .green_tab .tab_top_line{
        background-color: #009a86;
    }
    
    .linghtGreen_tab .tab_top_line{
        background-color: #17c2b7;
    }
    
    .purple_tab .tab_top_line{
        background-color: #673ba6;
    }
    
    .brown_tab .tab_top_line {
        background-color: #ad8071;
    }
    
    .card_content{
        width: 100%;
        padding: 20px 52px 40px 52px;
        box-sizing: border-box;
    }
    
    .card_content .tab_top{
        width: 100%;
    }
    
    .card_content .tab_top h2{
        font-size: 29px;
        line-height: 20px;
        color: #004165;
        text-align: center;
        padding: 20px 0;
        font-weight: bold;
    }
    
    .card_content .tab_top p {
        width: 88%;
        margin: 0 auto;
        color: #0065a4;
        font-size: 14px;
    }
    
    .tab_title{
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 21px;
        color: #004165;
        position: relative;
        font-weight: bold;
        margin: 30px 0;
    }
    .tab_title::before {
        content: '';
        width: 55px;
        height: 4px;
        background-color: #004165;
        position: absolute;
        left: 0;
        bottom: 0pc;
    }
    
    .regist_process{
        width: 100%;
        height: 150px;
        /* background: url(./oneT_applypic.png) no-repeat center; */
        background-size: 100%;
        position: relative;
    }
    
    .regist_process .regist_btn1,
    .regist_process .regist_btn2 {
        width:115px;
        height:32px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        color: #FFF;
        display: block;
        position: absolute;
        right: 69px;
    }
    
    .regist_process .regist_btn1{
        background: url("oneT_regist_btn1_bg.png") no-repeat;
        background-size: 100%;
        top: 35px;
    }
    
    .regist_process .regist_btn2{
        background: url("oneT_regist_btn2_bg.png") no-repeat;
        background-size: 100%;
        top: 80px;
    }

    .brown_tab .regist_process .regist_btn1,
    .brown_tab .regist_process .regist_btn2 {
        right: 108px;
    }
    
    
    /* 申报指南 */
    .regist_guide {
        width: 100%;
    }
    
    .guide_tabs {
        width: 546px;
        height: 42px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .guide_tabs div{
        width: 115px;
        height: 33px;
        line-height: 32px;
        background: url("oneT_guide_tabs_link_bg.jpg") no-repeat;
        background-size: 100%;
        position: relative;
        font-size: 14px;
        text-align: center;
        color: #004165;
        float: left;
        margin-left: 28px;
        cursor: pointer;
    }
    
    .guide_tabs div:nth-child(1) {
        margin-left: 0px;
    }
    
    .guide_tabs div .guide_arrow {
        width: 13px;
        height: 8px;
        background: url("oneT_guide_tabs_arrow_bg.jpg.png") no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -6px;
        display: none;
    }
    
    .guide_tabs div.active,
    .guide_tabs div:hover{
        background: url("oneT_guide_tabs_hover_bg.jpg") no-repeat;
        color: #FFF;
    }
    
    .guide_tabs div.active .guide_arrow{
        display: block;
    }
    
    .guide_list_ul {
        width: 100%;
        height: 704px;
        margin: 0 auto;
        background-color: #f7f8f9;
        margin-top: 22px;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        box-shadow: inset 0 0 20px 1px rgba(0,0,0,.1);
    }
    
    .guide_list_ul li{
        width: 100%;
        height: 100%;
        /* padding: 20px 38px 48px 20px; */
        padding: 30px 10px 20px 20px;
        box-sizing: border-box;
        position: relative;
        
    }
    
    .guide_list_ul li{
        height: 100%;
        position: relative;
    }
    /* .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
    } */
    
    
    .guide_list_ul li p {
        font-size: 14px;
        color: #004165;
        line-height: 30px;
    }
    
    .guide_list_ul li:nth-child(1) {
        display: block;
    }

    .file_download {
        width: 76px;
        height: 24px;
        line-height: 24px;
        color: #eee;
        padding-left: 22px;
        background: #004165 url("oneT_downLoad_moblie.png") no-repeat left center;
        background-size: 24px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        font-size: 12px;
        opacity: .8;
        display: block;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        position: absolute;
        top: 6px;
        right: 26px;
    }

    .file_download:nth-of-type(2){
        right: 110px;
    }
    
    /* 政策依据 */
    
    .policy_table{
        width: 100%;
        border: 1px solid #a5b8c5;
    }
    
    .policy_table td{
        padding: 12px 0;
        padding-left: 14px;
        color: #004165;
        font-size: 16px;
    }

    .policy_table td a {
        color: #004165;
    }
    
    .policy_table thead tr {
        background-color: #e1edf5;
        
    }
    
    .policy_table thead tr td {
        font-size: 18px;
        font-weight: bold;
    }
    
    .policy_table tr td:nth-child(1) {
        text-align: center;
    }
    
    .policy_table tbody tr td:nth-child(3) {
        color: #8598a8;
    }
    
    .policy_table tbody tr td:nth-child(4) {
        color: #8598a8;
    }
    
    .policy_table tr td:nth-child(4) {
        width: 20%;
    }
    
    .policy_table tbody tr:nth-child(even) {
        background-color: #f4f8fa;
    }
    
    /* 常见问题 */
    .question {
        width: 100%;
        height: 560px;
        background-color: #f7f8f9;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        box-shadow: inset 0 0 20px 1px rgba(0,0,0,.1);
        padding: 10px;
        box-sizing: border-box;
    }

    .question .scroll_div{
        width: 100%;
        height: 100%;
        overflow:scroll;
        padding: 10px;
    }
    
    .question p {
        font-size: 14px;
        color: #004165;
        line-height: 30px;
    }
    
    .swiper-scrollbar {
        right: 20px;
    }
    
    .swiper-scrollbar-drag {
        background-color: #0faa91 !important
    }

	
	.one_thing_wrap .zhzc_btn{
		    width: 140px;
	    height: 33px;
	    top: 190px;
	}

    /* 结束 */

}