﻿.zcps_base_title>h3{
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 500;
}
.zcps_base_title>p{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-align: center;
    margin-top: 6px;
}
.zcps_base_btn{
    width: 376px;
    height: 48px;
    margin: auto;
    border: 1px solid rgb(4 111 197);
    border-radius: 50px;
}
.zcps_base_btn>p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    float: left;
    padding-left: 24px;
    padding-top: 12px;
}
.zcps_base_btn>p>span{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #046fc5;
}
.zcps_base_btn>a{
    width: 127px;
    height: 48px;
    background-color: rgb(4 111 197);

    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    float: right;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.ban-input > h3{
    margin-bottom: 20px;
}
.ban-input > .input{
    margin-bottom: 14px;
}

/* <!-- banner 下方的信息 start --> */
.zcps_banner_btm_info{
    height: 130px;
    background-color: rgb(248, 248, 248);
    padding-top: 30px;
}
.zcps_banner_btm_info ul{
    width: 100%;
}
.zcps_banner_btm_info ul>li{
    float: left;
    width: 25%;
}
.zcps_banner_btm_info ul>li>i{
    margin-right: 14px;
}
.zcps_banner_btm_info ul>li>span{
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    padding-right: 60px;
}
.zcps_banner_btm_info ul>li:not(:last-child)>span{
    border-right: 1px solid #cccccc;
}
/* <!-- banner 下方的信息 end --> */
/* <!-- 为什么要做工程师职称评审 start --> */
.zcps_why_do{
    height: 582px;
    background-color: #ffffff;
    padding-top: 50px;
}
.zcps_why_do_content{
    width: 100%;
    height: 348px;
    background: url("../images/zcps_back_pic1.png")no-repeat;
    background-position: center;
}
.zcps_why_do_content>ul{
    width: 100%;
    padding-top: 62px;
}
.zcps_why_do_content>ul>li:nth-child(odd){
    float: left;
    padding-right: 216px;
    -webkit-justify-content: flex-end; 
    -moz-justify-content: flex-end; 
    -ms-justify-content: flex-end; 
    -o-justify-content: flex-end; 
    justify-content: flex-end;  
}
.zcps_why_do_content>ul>li:nth-child(even){
    float: right;
    padding-left: 216px;
}
.zcps_why_do_content>ul>li{
    width: 50%;
    margin-bottom: 60px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
    display: -ms-flexbox; /* TWEENER - IE 10 */ 
    display: -webkit-flex; /* NEW - Chrome */ 
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ 
    -webkit-align-items: center; 
    -moz-align-items: center; 
    -ms-align-items: center; 
    -o-align-items: center; 
    align-items: center; 
}
.zcps_why_do_content>ul>li>p{
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51); 
    /* display: inline-block; */
}
.zcps_why_do_content>ul>li>i{
    display: inline-block;
    width: 25px;
    height: 4px;
    background-color: rgb(51, 51, 51);
}
.zcps_why_do_content>ul>li:nth-child(odd)>i{
    margin-left: 11px;
}
.zcps_why_do_content>ul>li:nth-child(even)>i{
    margin-right: 11px;
}
/* <!-- 为什么要做工程师职称评审 end --> */
/* <!-- 官方申报条件 start --> */
.zcps_declare_condition{
    overflow: hidden;
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 56px;
}
.zcps_declare_condition_content{
    width: 100%;
    margin-top: 60px;
}
.zcps_declare_condition_content>li{
    float: left;
    width: 380px;
    height: 611px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    padding: 38px 16px 38px 16px;
    position: relative;
}
.zcps_declare_condition_content>li:not(:last-child){
    margin-right: 30px;
}
.zcps_declare_condition_content>li>b{
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: 500;
    padding-bottom: 28px;
    border-bottom: 1px solid #ff732e;
    width: 233px;
    margin-bottom: 26px;
}
.zcps_declare_condition_content ul li{
    overflow: hidden;
    line-height: 1.714;
    margin-bottom: 10px;
}
.zcps_declare_condition_content ul li>i{
    float: left;
    font-style: normal;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.zcps_declare_condition_content ul li>p{
    float: left;
    width: 308px;
    text-align: left;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.zcps_declare_condition_content li>span{
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-left: -152px;
    width: 304px;
}
.zcps_declare_condition_content li>span>img{
    width: 100%;
}
.zcps_declare_condition_content li>a{
    clear: both;
    display: block;
    width: 154px;
    height: 43px;
    border-width: 1px;
    border-color: rgb(253, 172, 57);
    border-style: solid;
    border-radius: 6px;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(253, 172, 57);
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -77px;
}
.zcps_declare_condition_content li:hover a{
    background-color: rgb(253, 172, 57);
    color: #ffffff;
}
.zcps_declare_condition_content li:hover{
    transition: .5s;
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
}
/* <!-- 官方申报条件 end --> */
/* <!-- 中间 表单部分 start --> */
.zcps_center_form{
    height: 450px;
    background-color: rgb(4 111 197);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.zcps_pic_box{
    float: left;
    /*margin-left: 130px;*/
}

.zcps_center_form form{
    width: 600px;
    height: 380px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    float: left;
    /*margin: 34px 0 0 95px;*/
    padding-top: 26px;
}
.zcps_center_form form h4{
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-bottom: 35px;
}
.zcps_center_form form input,
.zcps_center_form form select{
    width: 460px;
    height: 42px;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 6px;
    /*text-align: left;*/
    padding-left: 45px;
}
.zcps_center_form form>div{
    position: relative;
    overflow: hidden;
    width: 460px;
    margin: auto;
    margin-bottom: 13px;
}
.zcps_center_code input{
    width: 188px!important;
    float: left;
}
.zcps_center_code>button{
    width: 131px;
    height: 42px;
    border-radius: 6px;
    background-color: rgb(4 111 197);
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    float: left;
    margin-left: 10px;
}
.zcps_center_form form>button{
    clear: both;
    width: 327px;
    height: 44px;
    border-radius: 6px;
    background-color: rgb(4 111 197);
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.zcps_center_form form>div>i{
    position: absolute;
    width: 38px;
    height: 42px;
    left: 4px;
    top: 0;
}
.zcps_center_form form>div:nth-child(2)>i{
    background: url("../images/zcps_form_icon_name.png")no-repeat;
    background-position: center;
}
.zcps_center_form form>div:nth-child(3)>i{
    background: url("../images/zcps_form_icon_phone.png")no-repeat;
    background-position: center;
}
.zcps_center_form form>div:nth-child(4)>i{
    background: url("../images/zcps_form_icon_type.png")no-repeat;
    background-position: center;
}
.zcps_center_form form>div:nth-child(5)>i{
    background: url("../images/zcps_form_icon_code.png")no-repeat;
    background-position: center;
}
.zcps_center_form_two{
    height: 450px;
    background-color: rgb(4 111 197);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.zcps_center_form_two form{
    width: 600px;
    height: 380px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    float: left;
    /*margin: 34px 0 0 95px;*/
    padding-top: 26px;
}
.zcps_center_form_two form h4{
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-bottom: 35px;
}
.zcps_center_form_two form input,
.zcps_center_form_two form select{
    width: 460px;
    height: 42px;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-style: solid;
    border-radius: 6px;
    /*text-align: left;*/
    padding-left: 45px;
}
.zcps_center_form_two form>div{
    position: relative;
    overflow: hidden;
    width: 460px;
    margin: auto;
    margin-bottom: 13px;
}
.zcps_center_form_two form>button{
    clear: both;
    width: 327px;
    height: 44px;
    border-radius: 6px;
    background-color: rgb(4 111 197);
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.zcps_center_form_two form>div>i{
    position: absolute;
    width: 38px;
    height: 42px;
    left: 4px;
    top: 0;
}
.zcps_center_form_two form>div:nth-child(2)>i{
    background: url("../images/zcps_form_icon_name.png")no-repeat;
    background-position: center;
}
.zcps_center_form_two form>div:nth-child(3)>i{
    background: url("../images/zcps_form_icon_phone.png")no-repeat;
    background-position: center;
}
.zcps_center_form_two form>div:nth-child(4)>i{
    background: url("../images/zcps_form_icon_type.png")no-repeat;
    background-position: center;
}
.zcps_center_form_two form>div:nth-child(5)>i{
    background: url("../images/zcps_form_icon_code.png")no-repeat;
    background-position: center;
}
/* <!-- 中间 表单部分 end --> */
/* <!-- 专业工程师职称一览 start --> */
.zcps_title_list{
    padding-top: 50px;
    padding-bottom: 52px;
    background-color: #ffffff;
}
.zcps_title_list_content{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 18px;
    overflow: hidden;
}
.zcps_title_list_content>li{
    width: 278px;
    height: 283px;
    position: relative;
    float: left;
    margin-bottom: 28px;
    margin-right: 28px;
}
.zcps_title_list_content>li:nth-child(4){
    margin-right: 0;
}
.zcps_title_list_content>li:nth-child(8){
    margin-right: 0;
}
.zcps_title_list_content>li>b{
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.zcps_title_list_content>li>i{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.zcps_title_list_content>li>i>img{
    width: 100%;
}
.zcps_title_list_content>li>.hover_info{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1d8feb;
    padding-top: 50px;
}
.zcps_title_list_content>li:nth-child(7)>.hover_info{
    padding-top: 115px;
}
.zcps_title_list_content>li>.hover_info>p{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.667;
}
.zcps_title_list_content>li:hover .hover_info{
    display: block;
}
/* <!-- 专业工程师职称一览 end --> */
/* <!-- 顶呱呱3大保障助您一次取证 start --> */
.zcps_DGG_advantage{
    background-color: #f8f8f8;
    padding-top: 46px;
    padding-bottom: 50px;
}
.zcps_DGG_advantage_content{
    width: 100%;
    height: 410px;
    margin-top: 64px;
}
.zcps_DGG_advantage_content>span{
    float: left;
}
.zcps_DGG_advantage_content>ul{
    float: right;
    width: 660px;
}
.zcps_DGG_advantage_content>ul>li{
    height: 125px;
    margin-bottom: 16px;
    background-color: #ffffff;
    padding-top: 25px;
    position: relative;
}
.zcps_DGG_advantage_content>ul>li>b{
    float: left;
    width: 145px;
    line-height: 80px;
    font-family: "Arial";
    color: #c4c4c4;
    font-size: 76px;
    border-right: 1px solid #666666;
    position: relative;
    z-index: 2;
}
.zcps_DGG_advantage_content>ul>li>span{
    float: left;
    width: 460px;
}
.zcps_DGG_advantage_content>ul>li>span>i{
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
.zcps_DGG_advantage_content>ul>li>span>p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    margin-top: 6px;
    line-height: 1.5;
}
.zcps_DGG_advantage_content>ul>li>span>i,
.zcps_DGG_advantage_content>ul>li>span>p{
    display: block;
    text-align: left;
    font-style: normal;
    padding-left: 26px;
    position: relative;
    z-index: 2;
}
.zcps_DGG_advantage_content>ul>li>i{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 12px;
    background-color: #046fc5;
    z-index: 1;
}
.zcps_DGG_advantage_content>ul>li:hover i{
    transition: .7s;
    width: 100%;
}
.zcps_DGG_advantage_content>ul>li:hover b{
    transition: .7s;
    color: #ffffff;
    border-color: #ffffff;
}
.zcps_DGG_advantage_content>ul>li:hover span i,
.zcps_DGG_advantage_content>ul>li:hover span p{
    transition: .7s;
    color: #ffffff;
}
/* <!-- 顶呱呱3大保障助您一次取证 end --> */
/* <!-- 中间的 banner start --> */
.zcps_center_banner{
    position: relative;
    height: 140px;
    overflow: hidden;
}
.zcps_center_banner>img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    cursor: pointer;
}
/* <!-- 中间的 banner end --> */
/* <!-- 专业职称评审 取证流程 start --> */
.zcps_get_flow{
    padding-top: 58px;
    padding-bottom: 60px;
}
.zcps_get_flow ul{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 48px;
}
.zcps_get_flow ul>li{
    float: left;
    width: 16.66%;
    height: 260px;
    position: relative;
    /* text-align: center; */
}
.zcps_get_flow ul>li>p{
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    margin-top: 6px;
}
.zcps_get_flow ul>li:nth-child(odd){
    padding-top: 76px;
}
.zcps_get_flow ul>li:nth-child(odd) img{
    margin-bottom: 12px;
}
.zcps_get_flow ul>li:nth-child(even) img{
    margin-top: 12px;
}
.zcps_get_flow ul>li span{
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
/* <!-- 专业职称评审 取证流程 end --> */
/* <!-- 申报职称评审，需要准备的有 start --> */
.zcps_nede_ready{
    padding-top: 50PX;
    padding-bottom: 58PX;
    background-color: #f8f8f8;
}
.zcps_nede_ready_pic{
    width: 100%;
    margin-top: 46px;
}
.zcps_nede_ready ul{
    width: 100%;
    overflow: hidden;
}
.zcps_nede_ready ul>li{
    float: left;
    text-align: left;
}
.zcps_nede_ready ul>li>i{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(254, 167, 52);
}
.zcps_nede_ready ul>li>p{
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51)
}
.zcps_nede_ready_text1 >li:not(:last-child){
    margin-right: 97px;
    margin-bottom: 16px;
}
.zcps_nede_ready_text2 >li:not(:last-child){
    margin-right: 81px;
    margin-bottom: 56px;
}
/* <!-- 申报职称评审，需要准备的有 end --> */
/* <!-- 职称评审常见问题解答 start --> */
.zcps_common_problem{
    padding: 54px 0 28px 0;
    background-color: #ffffff;
}
.zcps_common_problem ul{
    width: 100%;
    overflow: hidden;
    margin-top: 44px;
    padding: 0 88px;
}
.zcps_common_problem ul>li{
    width: 218px;
    height: 78px;
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-style: dashed;
    float: left;
    margin-bottom: 30px;
    margin-right: 46px;
    background: url("../images/zcps_common_problem_pic.png")no-repeat;
    background-position-x: center;
    background-position-y: 20px;
}
.zcps_common_problem ul>li:nth-child(4),
.zcps_common_problem ul>li:nth-child(8){
    margin-right: 0;
}
.zcps_common_problem ul>li>p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    margin-top: 10px;
}
.zcps_common_problem ul>li:hover{
    background: url("../images/zcps_common_problem_pic1.png")no-repeat;
    background-position-x: center;
    background-position-y: 20px;
    background-color: rgb(4 111 197);
}
.zcps_common_problem ul>li:hover p{
    color: #ffffff;
}
.min_width{
    margin-bottom: 0
}
/* <!-- 职称评审常见问题解答 end --> */
.ejForm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}
.ejForm form {
    width: 450px;
    padding: 22px 24px 40px 24px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -225px;
    border-top: 3px solid #ff8e26;
}
.ejForm form select {
    background: url("../images/sclect_icon.png") right 14px center no-repeat;
    background-size: 12px auto;
}
.ejForm form .close_ejForm_btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.ejForm form .close_ejForm_btn img {
    width: 18px;
}
.ejForm form h4 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.ejForm form > div {
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.ejForm form > div > i {
    position: absolute;
    display: block;
    height: 100%;
    width: 40px;
    text-align: center;
}
.ejForm form > div > i img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
}
.ejForm form > div > input,
.ejForm form > div select {
    width: 100%;
    height: 44px;
    padding-left: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.ejForm form > div p {
    color: #999999;
    padding: 0 0 15px;
    font-size: 14px;
}
.ejForm form > div p img {
    width: 14px;
    margin-right: 5px;
}
.ejForm form button {
    display: block;
    width: 200px;
    height: 46px;
    background-color: #ff8e26;
    margin: 32px auto 0;
    font-size: 18px;
    color: #fff;
    border-radius: 32px;
}
/* 二级表单  */