/* 导航右边 */
.navRight .navBtn {
    display: flex;
    align-items: center;
}

.headerNavBtn {
    display: block;
    margin-left: 15px;
}

.navMyCenter {
    display: none;
    margin-left: 15px;
}

.headerNavBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerNavBox p {
    margin-left: 10px;
    color: #314B96;
}

.headerNavBox img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.navMyCenter .headerNavBox a {
    display: inline-block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    background-color: #314B96;
    border-radius: 5px;
    text-align: center;
}

/* tab */
body {
    background-color: #F1F6FC;

}

#outer {
    box-sizing: border-box;
    padding: 80px 0px;
}

.range {
    margin-top: 30px;
    font-size: 20px;
}

#tab {
    width: 100%;
    display: flex;
    zoom: 1;
}

#tab li {
    width: 50%;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    text-align: center;
    font-size: 35px;
    color: #666666;
    letter-spacing: 2px;
    border-radius: 10px;
    background-color: #fff;
}

#tab li.current {
    color: #fff;
    background: #2C50E9;
}

#content {
    width: 100%;
    box-sizing: border-box;
}

#content>div {
    line-height: 25px;
    display: none;
    padding: 80px 0 0px;
    text-align: center;
}

.rstImg2 {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin-bottom: 40px;
}

/* 报考科目 */
.projectBox1,
.projectBox2 {
    text-align: center;
}

.projectImg {
    margin-bottom: 50px;
}

.proBox {
    width: 100%;
}

.proBox li {
    width: 378px;
    height: 241px;
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    margin-right: 31px;
    margin-bottom: 31px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.4s;
}

.proBox li:nth-child(3n) {
    margin-right: 0px;
}

.proBox li:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    transform: translateY(-10px);
}

.proBox2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.proBox2 li {
    width: 287px;
    height: 442px;
}

.proBox2 li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* 立即报名 */
.baoming {
    position: relative;
}

.baoming img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.form {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 68px 86px;
    border-radius: 10px;
}

.form input {
    width: 600px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    border: 1px solid #707070;
    margin: 20px 0;
    padding: 0 20px;
    font-size: 23px;
}

.submit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #409EFF;
    cursor: pointer;
    margin-top: 20px;
}

/* 合作单位 */
.unit {
    padding-top: 40px;
    background-color: #F4F4F4;
}

.unit h1 {
    font-size: 20px;
    padding-left: 150px;
    font-weight: 400;
}

.unit img {
    width: 100%;
}

/* 底部 */
#foot {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    background-color: #F4F4F4;
    padding-top: 30px;
}

#foot .foot_ul {
    margin-right: 43px;
    width: 187px;
}

#foot .foot_ul li {
    /* line-height: 30px; */
    margin-bottom: 10px;
}

#foot .foot_ul .foot_ul_p {
    font-size: 20px;
    color: #000;
    height: 27px;
}

#foot .foot_ul ul {
    font: normal 12px/25px 微软雅黑;
    color: #888;
    margin-top: 15px;
}

#foot a {
    color: #656060;
    font-size: 13px;
    text-decoration: none;
}

#foot .foot_ul1 {
    width: 180px;
}

#foot .foot_ul .footLine {
    width: 41px;
    height: 1px;
    border: 1px solid #707070;
    margin-top: 5px;
    background-color: #707070;
}

#foot .foot_ul1 .foot_ul_p1 {
    font: normal 12px/12px 微软雅黑;
    color: #888888;
    height: 27px;
}

#foot .foot_right1 {
    display: flex;
    justify-content: space-around;
    padding: 0 80px 25px;
}

.marRight {
    margin-right: 0px !important;
    width: 215px !important;
}

.ewmImg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.ewmImg p {
    text-align: center;
    line-height: 16px;
}

.ewmImg img {
    width: 64px;
    height: 64px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 11px;
    color: #656060;
    background-color: #F4F4F4;
}

.footer span {
    margin: 0 15px;
}

.mt20 {
    margin-top: 20px;
}