/* 头部 */
.header {
	max-width: 1000px;
	height: 76px;
	padding: 19px 0 22px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 55px;
}
header ul {
	float: left;
	margin-left: 70px;

}
header ul li {
	display: inline-block;
	padding: 0 22px;
}
header ul li a {
	font-size: 14px;
	color: #838383;
}
header ul li.active a {
	color: #e60012;
}
header span {
	font-size: 16px;
	color: #838383;
    float: right;    
    
}
.telephone img {
	float: left;
	position: relative;
	bottom: -10px;
}
header a:hover{
	color: #e60012;
}



/* banner */
.zg_banner{
	height: 639px;
	background: url(../img/banner.jpg) no-repeat center top;
	padding-top: 100px;
	text-align: center;
}


/* 报考流程 */
.zg_bklc{
	height: 650px;
	background: url(../img/bklc_bg.jpg) no-repeat center;
	margin-top: -1px;
	padding-top: 49px;
}

.zg_bklc .zg_lc_icon {
    position: relative;
}

.zg_bklc .zg_lc_icon  ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.zg_bklc .zg_lc_icon  ul:nth-of-type(2){
    margin-top: 105px;
    padding-right: 80px;
}

.zg_bklc .zg_lc_icon  ul li a {
    display: block;
    color: #fff;
}

.zg_lc_dian {
    min-width: 160px;
    max-width: 200px;
    position: relative;
}

.zg_lc_dian:nth-last-child(1) {
    min-width: 100px;
}

.zg_lc_dian:nth-last-child(1) .left_jt {
    left: calc(100% - 42px);
    margin: 0;
}

.xian {
    width: 0;
    height: 165px;
    border-right: 1px #fff dashed;
    position: absolute;
    top: 35%;
    right: 50px;
}

.dian_son {
    width: 100%;
    height: 0;
    border-top: 1px #fff dashed;
    position: absolute;
    bottom: 13px;
}

.right_jt, .left_jt {
    width: 42px;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    overflow: hidden;
}

.left_jt {
    transform: rotate(180deg);
}

.jt_son {
    width: 84px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/jt.png) repeat-x;
    animation: jt .9s ease-in infinite;
}

@keyframes jt{
	0% {
	    right: 0%;
	}
	100% {
	    right: -100%;
	}
}

/* 发展方向 */
.zg_fzfx{
	height: 752px;
	background: url(../img/fzfx.jpg) no-repeat center;
	padding-top: 69px;
}
.zg_fzfx_list{
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
	cursor: url(../img/2.ico),auto;
}
.zg_fzfx_list li{
	background: #fe4334;
	padding: 7px 45px;
	color: #fff;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	font-size: 22px;
}
.zg_nr{
	padding: 62px 169px;
	background: #301e94;
	box-shadow: -10px 8px 2px -2px #3be899;
	display: none;
}
.zg_nr p{
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 30px;
}
.zg_nr p:nth-of-type(1){
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
	margin-bottom: 10px;
}
.zg_active{
    color: #fff111 !important;
    transform: scale(1.1);
}
.zg_xian{
	display: block  !important;
}

.zg_son_xian {
    display: flex;
}


/* 四大优势 */
.zg_sdys{
	height: 744px;
	background: url(../img/sdys.jpg) no-repeat center;
	margin-top: -1px;
	padding-top: 56px;
}
.zg_sdys .zg_sdys_main{
	position: relative;
	overflow: hidden;
	box-shadow: -10px 8px 2px -2px #311e94;
}

.zg_sdys_main_son {
	background: #ffffff;
	border: 20px solid #ffd900;
	border-top-width: 50px;
	position: relative;
	padding: 64px 30px;
    cursor: url(../img/2.ico),auto;
}

.zg_sdys_title{
	background: #543ae9;
    color: #fff;
    font-size: 14px;
    padding: 4px 50px 4px 16px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
    transform: rotate(-30deg);
	z-index: 2;
}
.zg_sdys_quan{
	position: absolute;
	background: #543ae9;
	width: 75px;
    height: 105px;
	border-radius: 0px 0px 60px 60px;
	text-align: center;
	padding-top: 16px;
	color: #fff;
	font-size: 18px;
}
.zg_sdys_quan:nth-of-type(1){
    top: -51px;
    left: 280px;
}
.zg_sdys_quan:nth-of-type(2){
    top: -51px;
    left: 390px;
}
.zg_sdys_quan:nth-of-type(3){
    top: -51px;
    left: 500px;
}
.zg_sdys_quan:nth-of-type(4){
    top: -51px;
    left: 608px;
}
.zg_sdys_text{
	width: 68%;
	margin: 0 auto;
	color:#000;
	font-size: 20px;
	line-height: 32px;
	margin-top: 10px;
	display: none;
}
.zg_sdys_text p:nth-of-type(1){
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.zg_sdys_quan span{
	display: block;
	color: #f4fa53;
	font-size: 34px;
}


/* 考勤政策 入编捷径 */
.zg_kqrb{
	height: 1520px;
	background: url(../img/kqjj.jpg) no-repeat center;
	margin-top: -9px;
	padding-top: 52px;
}
.zg_kqrb_main{
	background: #fff;
	padding-top: 55px;
	padding-left: 20px;
}
.zg_message{
	display: flex;
	justify-content: space-around;
	margin-bottom: 34px;
}
.zg_kqrb_main select{
	width: 20%;
	height: 30px;
	color: #fff;
	padding-left: 5px;
	background: #311e94;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.zg_kqrb_main button{
	width: 22%;
	height: 30px;
	background: #ff2041;
	outline: none;
	border: none;
	color: #fff;
}
/* .zg_kqrb_main .tables{
	clear: both;
} */
#table{
	width: 98%;
    color:#333;
	border-collapse: collapse;
    border:1px solid #000;
    border-collapse:collapse;
    border-spacing:0; 
	font-size:16px;
	text-align: center;
	background: #e0fdf0;
	margin: 30px 0px;
}
#table tr{
    line-height: 50px;
}
.zg_kqrb .zg_rbjj{
	margin-top: 195px;
	padding-top: 50px;
}
.zg_kqrb .zg_rbjj .zg_rbjj_container{
	background: #fff;
	box-shadow: -10px 8px 2px -2px #3be899;
	padding: 45px 38px;
    cursor: url(../img/2.ico),auto;
    height: 440px;
}
.zg_rbjj_list{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.zg_rbjj_list li{
	color: #fff;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ff2041;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	font-size: 20px;
}
.zg_zzt{
	background: #efecff;
	padding: 34px 25px;
}
.zg_zzt_same{
	display: none;
	line-height: 1.8;
	font-size: 20px;
}

.zg_zzt_son {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
	position: relative;
}
.zg_zzt_son .zg_zzt_text{
    position: absolute;
    bottom: -31px;
    left: 63px;
    font-size: 15px;
}
.zg_zzt .zg_zzt_son>div{
    width: 50%;
    height: 250px;
}



/* 活动连连看 */
.zg_hdllk{
	height: 707px;
	background: url(../img/hdllk.jpg) no-repeat center;
	padding-top: 60px;
}
.zg_hdllk .zg_container{
	border: 2px solid #3be899;
}
#certify .swiper-slide img{
	width: 100%;
	height: 100%;
}



/* 加入我们 */
.zg_join{
	height: 1051px;
	background: url(../img/footer.jpg) no-repeat center;
    padding-top: 41px;
}
.zg_join .zg_container{
	width: 1000px;
    height: 589px;
    margin: 0 auto;
	background: #ffff;
	padding-top: 40px;
	box-shadow: rgb(222, 222, 221) 1px 1px 2px 2px;
}
/*PC底部省份联系方式*/

.m4_con {
    display: none;
    margin-top: 20px;
}
.addr_prov {
    width: 282px;
    height: 300px;
    overflow: scroll;
    float: left;
    margin-right: 25px;
}
.scrollbar {
    width: 30px;
    height: 300px;
    margin: 0 auto;
}
.addr_prov::-webkit-scrollbar-thumb,.zjg_table::-webkit-scrollbar-thumb,.cha_table::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #555;
}
.addr_prov::-webkit-scrollbar,.zjg_table::-webkit-scrollbar,.cha_table::-webkit-scrollbar{
    width: 10px;
    height: 1px;
}
/*滚动条滑块*/
.addr_prov::-webkit-scrollbar-thumb,.zjg_table::-webkit-scrollbar-thumb,.cha_table::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    /* background: #e4b48c; */
    background: #f8f0e3;
}

/*滚动条轨道*/
.addr_prov::-webkit-scrollbar-track,.zjg_table::-webkit-scrollbar-track,.cha_table::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #ccc;
}
.addr_prov li{
    width: 100px;
}
.addr_prov li,
.city_confirm li {
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin: 10px;
    cursor: url(../img/2.ico),auto;
    border: 1px solid;
}
.city_confirm li{
    border: none;
}
.addr_prov li.on{
    background: #f8dd44;
    color: #fff;
}
.city_confirm li.on{
    border-bottom:4px solid #f8dd44;
}
.city_confirm {
    width: 585px;
    height: 300px;
    overflow: hidden;
    float: right;
    white-space: nowrap;
    border: 1px solid #ccc;
    position: relative;
}

.city_confirm ul {
    width: 1002px;
    height: 60px;
    display: none;
    padding-bottom: 20px;
    position: relative;
	left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.city_confirm ul li{
    height: 50px;
}
.city_confirm ul.on {
    display: block;
    border-bottom: 1px solid #bebebe;
}

.scrollbar {
    width: 30px;
    height: 300px;
    margin: 0 auto;
}


.city_confirm::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #555;
}

.city_confirm::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}


/*滚动条滑块*/

.city_confirm::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #47a665;
    
}


/*滚动条轨道*/

.city_confirm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #ccc;
}
.address {
    clear: both;
}

.addrss_s {
    font-size: 18px;
    line-height: 36px;
    color: #6d6d6d;
    display: none;
    /* padding: 20px 0 0 96px;
     */
     padding:30px 20px;
}

.addrss_s.on {
    display: block;
}
.code{
    display: none;
}
.code.on{
    display: block;
}
.twoCode{
    display: none;
}
.twoCode.on{
    display:block;
}
/*iphone底部省份联系方式*/

.zg_m4 {
    padding: 0.59rem 0.3rem 0;
    box-sizing: border-box;
    height: 4.02rem;
    background: url(../images/m4.jpg) no-repeat center top;
    background-size: 100% auto;
}

.m4_tit {
    display: block;
    margin: 0 auto;
    width: 5.49rem;
    height: 0.38rem;
}

.select_city select {
    width: 3.78rem;
    height: 0.78rem;
    border: 1px solid #666;
    border-radius: 0.14rem;
    background: #fff url(../images/m4_pic1.jpg) no-repeat 2.27rem center;
    background-size: 0.36rem 0.5rem;
    box-sizing: border-box;
    padding-left: 0.15rem;
    font: 0.4rem/0.58rem "microsoft yahei";
    color: #333;
}

.address {
    padding-top: 0.34rem;
}

.addr {
    display: none;
}

.addr p {
    font: 0.3rem/0.5rem "microsoft yahei";
    color: #333;
    display: none;
}

.addr p span {
    color: #ff6600;
}

.addr_prov {
    margin-bottom: 20px;
}
.addr_prov:hover{
    cursor: url(../img/2.ico),auto;
}
@media only screen and (min-width: 800px) {
    .m4_con {
        display: block;
    }
    .address {
        display: none;
    }
    .address.on {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
    .container {
        width: 100%;
    }
    .maina .container {
        width: 1000px;
    }
    .nav li {
        width: 200px !important;
        background-size: 100% 100% !important;
    }
    .nav li h3 {
        font-size: 30px !important;
        left: 66px !important;
    }
    .nav ul li p {
        left: 110px !important;
    }
    .nav ul li:nth-of-type(5) p {
        left: 56px !important;
    }
    .nav ul li:nth-of-type(5) h3 {
        left: 12px !important;
    }
    .nav_fix li {
        width: 180px !important;
    }
    .nav_fix li h3 {
        font-size: 30px !important;
    }
    .m4_con {
        padding-left: 68px;
    }
    .ad ul li {
        width: 230px !important;
    }
    .person03 {
        right: 0;
    }
}

@media only screen and (max-width: 1160px) {
    .main h4,
    .mainbs_c h4 {
        font-size: 30px !important;
    }
    .main p,
    .mainbs_c p {
        font-size: 28px !important;
    }
    .tab li {
        font-size: 26px !important;
    }
    .row03,
    .row02 {
        width: 458px !important;
    }
}











