.nav {
    display: flex;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .12);
    height: 96px;
    z-index: 5;
    position: fixed;
    padding: 0 240px;
    align-items: center;
}
.nav_logo {
    width: 395px;
    height: 75px;
}
.nav_login {
    font-size: 24px;
    color: #5e5d5e;
    margin-left: 66px;
    position: relative;
}
.nav_login::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 38px;
    background: #cecece;
    left: -26px;
}
.babg {
    width: 100%;
    height: 100vh;
}
.babox {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bg1 {
    width: 1440px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .12);
    height: 550px;
    margin-top: 190px;
    display: flex;
}
.bg1img {
    width: 820px;
    height: 550px;
}
.bg1_right {
    margin-left: 85px;
}
.bg1_right_t {
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
    width: 445px;
    position: relative;
    padding-bottom: 27px;
    height: 105px;
    padding-top: 50px;
}
.bg1_right_t::before {
    position: absolute;
    width: 100px;
    height: 5px;
    background: #37308d;
    bottom: 0;
    display: block;
    content: '';
}
.bg1_right_t1 {
    width: 445px;
    height: 50px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.bg1_right_t1 input {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}
.bg1_right_t1 input::-webkit-input-placeholder{
    font-size: 15px;
    color: #808080;
  
}
.bg1_right_t1 .bg1_right_t1img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
.mt35 {
    margin-top: 35px;
}
.mt30 {
    margin-top: 30px;
}

.bg1_right_t2 {
    display: flex;
    margin-top:25px;
    align-items: center;
}
.bg1_right_t2img {
    width: 27px;
    height: 27px;
    border: 1px solid #37308d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.bg1_right_t2img  img {
    width: 17px;
    height: 17px;
    display: none;
}
.bg1_right_t2_t {
    font-size: 16px;
    color: #888888;
}
.bg1_right_t3 {
    width: 435px;
    height: 55px;
    border-radius: 10px;
    color: #37308d;
    text-align: center;
    line-height: 55px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.bg1_right_t3:hover {
	color: #fff !important;
	z-index: 5;
	position: relative;
}

.bg1_right_t3::before {
	display: block;
	content: '';
	height: 100%;
	width: 100%;
	transition: .5s;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 5px;
    border: 1px solid #37308d;
	/* background: #37308d; */
}

.bg1_right_t3:hover::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: .5s;
	position: absolute;
	z-index: -3;
	border: none !important;
	right: 0;
	top: 0;
    background: #37308d;
}
.bg1_right_t4 {
    display: flex;
    width: 435px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 30px;
}
.bg1_right_t41 {
    color: #888888;
}
.bg1_right_t42 {
    color: #37308d;
    cursor: pointer;
}
.bg2 {
    width: 770px;
    margin: 0 auto;
    text-align: center;
}
.bg2_top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999898;
    align-items: center;
    margin-top: 90px;
}
.bg2_top>div {
    padding-right: 40px;
    position: relative;
}
.bg2_top>div::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    background: #999898;
    right: 15px;
    top: 4px;
}
.bg2_bot {
    font-size: 14px;
    color: #999898;
    margin-top: 20px;
}


/* 注册 */
.zba1 {
    width: 630px;
    height: 548px;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .12);
    margin: 0 auto;
    margin-top: 210px;
    padding: 0 45px;
    box-sizing: border-box;
}

.zctop1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    
}
.zctop1_1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.zctop1_2 {
    font-size: 15px;
    color: #808080;
    cursor: pointer;
}
.zctop1_2 span {
    color: #37308d;
}
.zctop2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.zctop2_1 {
    display: flex;
    align-items: center;
}
.zctop2_1 input {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    font-size: 15px;
    margin-left: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #333;
}
.zctop2_1 input ::-webkit-input-placeholder {
    font-size: 15px;
    color: #808080;
}
.zctop2_1t {
    font-size: 15px;
    color: #454545;
    width: 60px;
    text-align: right;
}
.zctop3 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.zctop3y1 {
    font-size: 15px;
    color: #454545;
    width: 60px;
    text-align: right;
    white-space: nowrap;
}
.zctop3 input {
    width: 465px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    font-size: 15px;
    margin-left: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #333;
}
.zctop4 {
    display: flex;
    align-items: center;
    margin-left: 75px;
    margin-top: 20px;
}
.zctop4img {
    width: 18px;
    height: 18px;
    border: 1px solid #c5c5c5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zctop4img img {
    width: 10px;
}
.zctop4tt {
    font-size: 14px;
    color: #808080;
    margin-left: 15px;
}
.zctop4tt span {
    color: #37308d;
}
.zctop5 {
    width: 455px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    letter-spacing: 5px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 20px;
    transition: .5s;
    cursor: pointer;
    background: #37308d;
    opacity: .5;
}
.zctop5:hover{
   
    transition: .5s;
    opacity: 1;

}
/* 中招报名 */
.school_tit_w1 {
    text-transform: uppercase;
}

.zzbm {
    width: 1440px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.zzbm2 {
    width: 700px;
    margin: 0 auto;
}
.zzbm2_1 {
    font-size: 20px;
    font-weight: bold;
    color: #454545;
    padding-top: 65px;
}
    
.zzbm2_2 {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.zzbm2_2t {
    color: #666;
    font-size: 16px;
    width: 96px;
    text-align-last: justify;

    text-justify: inter-ideograph;

}
.zzbm2_2 input {
    height: 50px;
    line-height: 50px;
    width: 80%;
    font-size: 15px;
    background: #f5f5f5;
    padding-left: 15px;

}
.zzbm2_2_zp input{
    width: 55%;
}
.zzbm2_2tb {
    width: 124px;
    height: 50px;
    background: #37308d;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    opacity: .5;
    transition: .3s;
}
.zzbm2_2tb:hover{
    opacity: 1;
    transition: .3s;
}
.zzbm2_2_yz {
    width: 530px;
    display: flex;
    align-items: center;
}
.zzbm2_2_yz input {
    width: 30%;
}
.zzbm2_2ty {
    font-size: 16px;
    cursor: pointer;
    color: #666666;
}
.zzbm2_2_yz img {
    width: 87px;
    height: 38px;
}
.zzbm2_3 {
    display: flex;
    width: 423px;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 62px;
}
.zzbm2_3>div {
    width: 200px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 27px;
    cursor: pointer;
}
.zzbm2_3>div:nth-child(1) {
    color: #fff;
    background: #37308d;
}
.zzbm2_3>div:nth-child(2) {
    color: #fff;
    background: #aeaeae;
}
.radio_box ul{display: flex; margin-left: 30px;}
.radio_box ul li { padding-left:15px;height:34px; line-height:34px; font-size:18px; color:#575757; cursor:default }
/*.radio_box ul li.selected { background:url(../img/by8.png) 5px center no-repeat }*/
.zzbm2_2sex {
   justify-content: inherit;
}
.jul {
    margin-left: 30px !important;
}

/* 单招好中专查询系统 */

.cx_t1 {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}
.cx_t1_i {
    display: flex;
    align-items: center;
}
.cx_t1_i .cx_t1_ilable {
    font-size: 16px;
    color: #333;
}
.cx_t1_i .cx_t1_ilablesu {
    height: 50px;
    background: #f5f5ff;
    border-radius: 5px;
     margin-left: 30px;
}
.cx_t1_i:nth-child(1) .cx_t1_ilablesu{
    width: 265px;
}
.cx_t1_i:nth-child(2) .cx_t1_ilablesu{
    width: 417px;
}
.cx_t1_i:nth-child(3) .cx_t1_ilablesu{
    width: 265px;
}
.cx_t1_i .cx_t1_ilablesu input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    padding-left: 35px;
    box-sizing: border-box;
}
.cx_t1_i .cx_t1_ilablesu input::-webkit-input-placeholder{
    color: #666666;
}
.suboit {
    width: 458px;
    height: 54px;
    background: #37308d;
    font-size: 20px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    margin: 0 auto;
    border-radius: 35px;
    margin-top: 60px;
    cursor: pointer;
}

.lucx_i {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}
.lucx_i img {
    width: 25px;
    height: 15px;
    margin-right: 20px;
}
.lucx_s1{
    display: flex;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin-top: 45px;
}
.lucx_s1 span {
    font-weight: lighter;
}
.bg23 {
    width: 1440px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 85px;
    margin-bottom: 80px;
    /*display: none;*/
}
/* 调查问卷 */
.b25 {
    width: 1440px;
    margin: 0 auto;
    background: #fff;
    margin-top: 25px;
    box-sizing: border-box;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.b25_title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-top: 55px;
    padding-left: 237px;
    margin-bottom: 25px;

}
.b25_box {
    height: 155px;
    border-bottom: 1px solid #eee;
    margin-left: 237px;
    margin-right: 220px;
}
.b25_box_t span {
    font-size: 20px;
    font-weight: bold;
    color: #c2a96e;
    display: inline-block;
    margin-right: 10px;
}
.b25_box_t {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 40px;
}
.radio_box2 {
    margin-top: 25px;
}
.radio_box2 ul{display: flex; }
.radio_box2 ul li { background:url(../img/by7.png) 1px center no-repeat; 
    padding-left: 43px; margin-right: 100px; height:34px; line-height:34px; font-size:16px; color:#333; cursor:default }
.radio_box2 ul li.selected { background:url(../img/by8.png) 1px center no-repeat }

.tc_anniu {
    width: 420px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 60px;
    padding-left: 0;
}
.tc_anniu>div {
    width: 200px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 27px;
    cursor: pointer;
}
.tc_anniu>div:nth-child(1) {
    color: #fff;
    background: #37308d;
}
.tc_anniu>div:nth-child(2) {
    color: #fff;
    background: #aeaeae;
}


.zzbm2_2tb+input {
    display: none;
}
.gerenuseri {
    height: 150px;
    margin-left: 145px;
    margin-top: 10px;
}

.clebtnm {
    margin-bottom: 25px !important;
}


