.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.recruit_banner {
    width: 100%;
    height: 250px;
    text-align: center;
}

.recruit_meun {
    width: 100%;
    height: 40px;
    background: #F1F1F1;
}

.recruit_meun .recruit_meun_warp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li {
    display: inline-flex;
    height: 40px;
    text-align: center;
    width: 190px;
    position: relative;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li a {
    line-height: 40px;
    color: #555555;
    display: block;
    width: 100%;
    font-size: 14px;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li .li_rightline {
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    top: 12px;
    background: #c3c3c3;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li:hover a {
    color: #FC8F30;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li.active {
    background: #FC8F30;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li.active a {
    color: #fff;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li .second_ul {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
    padding: 10px 0px;
    width: 190px;
    border-radius: 0px 0px 8px 8px;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li .second_ul a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li .second_ul a:hover {
    color: #FC8F30;
}

.recruit_meun .recruit_meun_warp .recruit_meun_li .second_ul a.onactive {
    color: #FC8F30;
}

.job_search_title {
    color: #212020;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.job_search_title small {
    color: #999;
}

.job_search {
    margin-top: 50px;
}

.job_search .job_search_inputwarp {
    width: 854px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #dddfe3;
    border-radius: 4px;
    margin-top: 25px;
}

.job_search .job_search_inputwarp input {
    display: inline-block;
    width: 750px;
    float: left;
    border: none;
    height: 34px;
    line-height: 34px;
    border-radius: 4px 0 0 4px;
    padding: 0 15px;
    box-sizing: border-box;
}

.job_search .job_search_inputwarp button {
    width: 102px;
    display: inline-block;
    background: #FC8F30;
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 33px;
    font-size: 15px;
    border-radius: 0px 4px 4px 0px;
    border: none;
}

.job_search .slect_warp {
    height: 60px;
    background: #f1f1f1;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
    /* --背景色字体颜色--*/
}

.job_search .slect_warp .social_seclect {
    display: inline-block;
    width: 200px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dddfe3;
    border-radius: 4px;
    margin-right: 15px;
    outline: none;
}

.job_search .slect_warp option {
    height: 30px;
    line-height: 30px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    appearance: none;
}

.job_search .slect_warp option:hovre {
    color: #fff;
    border: none;
    background-color: red;
    outline: none;
}

.job_search .slect_warp select:active {
    outline: none;
}

.job_search .slect_warp .seclect_but {
    font-size: 14px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #89909e;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    background: #ffffff;
    border: 1px solid #dddfe3;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.job_search .slect_warp .seclect_but:hover {
    color: #1e9fff;
}

.job_search .slect_warp .seclect_but.active {
    background: #1e9fff;
    color: #ffffff;
    border: none;
}

.socialli_warp ul {
    margin-top: 5px;
}

.socialli_warp li {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #dddfe3;
    position: relative;
    padding: 30px;
    margin-bottom: 15px;
}

.socialli_warp li .onopen {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 118px;
    height: 36px;
    background: #1e9fff;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.socialli_warp li .onopen i {
    padding-left: 8px;
}

.socialli_warp li .position_name {
    font-size: 16px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #1e9fff;
    padding-bottom: 15px;
}

.socialli_warp li .position_dem {
    margin-bottom: 15px;
}

.socialli_warp li .position_dem span {
    border-right: 1px solid #9ca1ad;
    padding: 0 20px;
    font-size: 16px;
}

.socialli_warp li .position_dem span:first-child {
    padding-left: 0;
}

.socialli_warp li .position_dem span:last-child {
    border: none;
}

.socialli_warp li .position_dem span:first-child {
    color: #FC8F30;
}

.socialli_warp li .position_dem span:nth-child(2) {
    color: #1E9FFF;
}

.socialli_warp li .social_time {
    font-size: 12px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #666666;
}

.socialli_warp li .social_time span {
    margin-left: 25px;
}

.socialli_warp li .socialli_specific {
    margin-top: 30px;
    display: none;
}

.socialli_warp li .socialli_specific .socialli_specific_item {
    margin-bottom: 30px;
}

.socialli_warp li .socialli_specific .socialli_specific_item .specific_item_name {
    font-size: 16px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #666666;
    margin-bottom: 15px;
}

.socialli_warp li .socialli_specific .socialli_specific_item .specific_item_warp p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.socialli_warp li .socialli_specific .socialli_specifi_but .socialli_specifi_butitem {
    display: inline-block;
    border: none;
    width: 164px;
    height: 44px;
    background: #1e9fff;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    color: #ffffff;
}

.socialli_warp li .socialli_specific .socialli_specifi_but .socialli_specifi_butitem i {
    padding-left: 12px;
    font-size: 18px;
}

.socialli_warp li .socialli_specific .socialli_specifi_but .socialli_specifi_butitem:nth-child(2) {
    background: #FC8F30;
    margin-left: 50px;
}


/**
*分页
*/

.pagesout {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.pagesout input::-webkit-outer-spin-button,
.pagesout input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pagesout input[type="number"] {
    -moz-appearance: textfield;
}

.pagesout .prev,
.pagesout .next,
.pagesout .page_nums a {
    display: inline-block;
    vertical-align: middle;
    min-width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 36px;
    position: relative;
    padding: 0 10px;
    font-size: 12px;
}

.pagesout .page_nums {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #333;
}

.pagesout .page_nums i {
    display: inline-block;
    margin: 0 12px;
    float: left;
    line-height: 32px;
}

.pagesout .page_nums a {
    font: 12px/36px Arial;
    float: left;
    margin-left: -1px;
    position: relative;
}

.pagesout .page_nums a.hover:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #1E9FFF;
    z-index: 2;
}

.pagesout .page_nums a.current {
    background: #1E9FFF;
    border-color: #1E9FFF;
    color: #fff;
}

.pagesout .prev:after,
.pagesout .next:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -3px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.pagesout .prev:after {
    border-width: 6px 6px 6px 0;
    border-color: transparent #333 transparent transparent;
}

.pagesout .next:after {
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #333;
}

.pagesout .prev:hover,
.pagesout .next:hover {
    border-color: #1E9FFF;
    background: #1E9FFF;
}

.pagesout .next:hover:after {
    border-color: transparent transparent transparent #fff;
}

.pagesout .prev:hover:after {
    border-color: transparent #fff transparent transparent;
}

.pagesout .prev.disabled:after,
.pagesout .prev.disabled:hover:after {
    border-color: transparent #ddd transparent transparent;
}

.pagesout .next.disabled:after,
.pagesout .next.disabled:hover:after {
    border-color: transparent transparent transparent #ddd;
}

.pagesout .disabled:hover {
    border-color: #ddd;
    background: #fff;
}

.pagesout .num_operate {
    margin-left: 12px;
    color: #333;
}

.pagesout .num_input {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 8px;
    width: 40px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 0 5px;
}

.pagesout .num_sure {
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    width: 46px;
    height: 30px;
    background: #fc8f30;
    border-radius: 2px;
    color: #fff;
}

.pagesout .num_sure:hover {
    background: #ff552e;
    color: #fff;
    border-color: #ff552e;
}

.recru_process {
    margin: 40px auto;
}

.recru_process .recru_process_pic {
    width: 100%;
    height: 160px;
    text-align: center;
}


/**
* 人在德诚
*/

.indc_title {
    height: 65px;
    position: relative;
}

.indc_title h3 {
    font-size: 36px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    color: #333333;
    text-align: center;
}

.indc_title .title_line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 59px;
    height: 1px;
    background: #fc8f30;
}

.indc_p {
    width: 900px;
    font-size: 18px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 34px;
    margin: 30px auto;
}

.indc_p p {
    font-size: 18px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 34px;
}

.indc_p b {
    font-weight: 700;
    color: #000;
}

.indc {
    margin-top: 120px;
}

.indc_warp {
    position: relative;
}

.indc_warp .indc_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 94px;
    height: 1270px;
    top: 120px;
}

.indc_warp .mt_150 {
    margin-top: 150px;
}

.indc_warp .mt_100 {
    margin-top: 100px;
}

.indc_warp .mt_30 {
    margin-top: 30px;
}

.indc_warp .mt_170 {
    margin-top: 170px;
}

.indc_warp .mt_60 {
    margin-top: 60px;
}

.indc_warp .mtf_60 {
    margin-top: -60px;
}

.indc_warp .mb_80 {
    margin-bottom: 80px;
}

.indc_warp .fr {
    float: right;
}

.indc_warp .fl {
    float: left;
}

.indc_warp .clear {
    clear: both;
}

.indc_warp .indc_warp_item {
    width: 100%;
    overflow: hidden;
}

.indc_warp .indc_warp_item .indc_warp_item_pic {
    width: 530px;
    height: 426px;
}

.indc_warp .indc_warp_item .indc_warp_item_interpretation {
    /* width: 530px; */
    width: 567px;
    padding: 0 30px;
    box-sizing: border-box;
}

.indc_warp .indc_warp_item .indc_warp_item_interpretation h3 {
    font-size: 30px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #fc8f30;
    line-height: 42px;
    padding-bottom: 25px;
}

.indc_warp .indc_warp_item .indc_warp_item_interpretation p {
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 32px;
}

.work_environment {
    margin-top: 80px;
}

.work_environment .work_environment_warp {
    margin-top: 60px;
    margin-bottom: 100px;
}

.work_environment .work_environment_warp ul {
    width: 100%;
    font-size: 0;
}

.work_environment .work_environment_warp ul li {
    display: inline-flex;
    width: 20%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.work_environment .work_environment_warp ul li img {
    max-width: 100%;
    height: auto;
}

.work_environment .work_environment_warp ul li:hover .active_warp {
    display: flex;
}

.work_environment .work_environment_warp ul li .active_warp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: #FC8F30;
    font-size: 24px;
    display: none;
}

.staff_activities {
    margin-top: 40px;
    margin-bottom: 50px;
    overflow: hidden;
}

.staff_activities .staff_activities_warp {
    width: 100%;
    text-align: center;
}

.indc_lc {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}

.indc_lc img {
    max-width: 100%;
    height: auto;
}

.indc_contactus {
    margin-top: 90px;
    padding-bottom: 50px;
}

.indc_contactus .indc_contactus_warp {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.indc_contactus .indc_contactus_warp .indc_contactus_warp_item {
    width: 270px;
}

.indc_contactus .indc_contactus_warp .indc_contactus_warp_item p {
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    padding-top: 20px;
}

.indc_contactus .indc_contactus_warp .indc_contactus_warp_item:first-child {
    margin-right: 40px;
}

.indc_contactus .indc_contactus_warp img:first-child {
    margin-right: 40px;
}


/**
*雄鹰人才工程
*/

.talentplan_pic {
    width: 100%;
    margin: 60px auto;
}

.talentplan_pic img {
    max-width: 100%;
    height: auto;
}

.talentplan_title {
    height: 160px;
    position: relative;
}

.talentplan_title .talentplantitle_bg {
    position: absolute;
    width: 250px;
    height: 60px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 70px;
    font-weight: 700;
    color: #999;
    opacity: 0.2;
    z-index: 9;
}

.talentplan_title .text {
    position: absolute;
    font-size: 35px;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    font-weight: 700;
}

.talentplan_title p {
    font-size: 18px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 34px;
    padding-top: 130px;
}

.talentplan_warp {
    margin-top: 25px;
}

.m_t70 {
    margin-top: 70px;
}

.m_t150 {
    margin-top: 150px;
}

.m_b110 {
    margin-bottom: 100px;
}

.m_b150 {
    margin-bottom: 150px;
}

.talent_pew {
    width: 100%;
    padding-top: 50px;
    background: #f1f1f1;
    box-sizing: border-box;
    margin-top: 100px;
    padding-bottom: 98px;
}

.talent_pew .talentplan_title .text {
    background: #f1f1f1;
}


/**
*德诚大学
*/

.dcun_concept {
    width: 100%;
    height: 500px;
    background: url(../images/dc_uncty.png);
}

.dcun_concept .dcun_concept_warp {
    padding-top: 70px;
    box-sizing: border-box;
    width: 88%;
    margin: 0 auto;
}

.dcun_concept .dcun_concept_warp .indc_title h3 {
    color: #fff;
}

.dcun_concept .dcun_concept_warp ul {
    margin-top: 90px;
    display: flex;
}

.dcun_concept .dcun_concept_warp ul li {
    display: inline-table;
    border-right: 1px dashed #fff;
    justify-content: center;
    width: 33.33%;
}

.dcun_concept .dcun_concept_warp ul li:last-child {
    border-right: none;
}

.dcun_concept .dcun_concept_warp ul li .icon_warp {
    width: 100%;
    text-align: center;
}

.dcun_concept .dcun_concept_warp ul li .text_warp {
    width: 100%;
    padding-top: 20px;
}

.dcun_concept .dcun_concept_warp ul li .text_warp h3 {
    font-size: 20px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
}

.dcun_concept .dcun_concept_warp ul li .text_warp p {
    font-size: 18px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
    padding-top: 5px;
}

.curriculum_system {
    margin-top: 120px;
    margin-bottom: 35px;
    overflow: hidden;
}

.curriculum_system ul {
    margin-top: 60px;
}

.curriculum_system li {
    display: inline-block;
    width: 360px;
    height: 240px;
    float: left;
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
}

.curriculum_system li .li_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.curriculum_system li .li_bg h3 {
    font-size: 24px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
}

.curriculum_system li .li_bg p {
    display: none;
}

.curriculum_system li:hover .li_bg {
    /* background-color: #FC8F30; */
    background-color: #2D8CDC;
}

.curriculum_system li:hover .li_bg h3 {
    display: none;
}

.curriculum_system li:hover .li_bg p {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
    padding: 0 30px;
    box-sizing: border-box;
}

.curriculum_banner {
    position: relative;
}

.curriculum_banner .curriculum_banner_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.curriculum_banner .curriculum_banner_text h3 {
    font-size: 36px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #381c03;
    line-height: 48px;
}

.curriculum_banner .curriculum_banner_text P {
    font-size: 14px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: center;
    color: #6a492c;
    line-height: 48px;
}

.dcuniversity_side .GddcSide2 {
    margin-top: 156px;
}

.dcuniversity_side .text_item {
    font-size: 16px;
}

.dcuniversity_side .dcunSideBox span {
    text-align: right;
}

.dcun_login_bg {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background: url(../images/dcun_bg1.png) no-repeat;
    background-size: 100% 100%;
    background-position: center 0;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='bg-login.png', sizingMethod='scale');
}

.dcun_login_bg img {
    max-width: 100%;
}

.dcun_logo {
    position: fixed;
    top: 25px;
    left: 25px;
    width: 252px;
    height: 90px;
}

.dcun_login_warp {
    width: 420px;
    height: 550px;
    background: #ffffff;
    border-radius: 10px;
    position: fixed;
    top: 250px;
    right: 15%;
}

.dcun_login_warp_posi {
    width: 100%;
    height: 100%;
    position: relative;
}

@media all and (max-width: 1700px) {
    .dcun_login_warp {
        right: 12%;
    }
}

@media all and (max-width: 1500px) {
    .dcun_login_warp {
        right: 10%;
    }
}

@media all and (max-width: 1500px) and (max-height: 850px) {
    .dcun_login_warp {
        right: 10%;
        bottom: 60px;
        top: auto;
    }
}

@media all and (max-height: 650px) {
    .dcun_login_warp {
        width: 380px;
        height: 520px;
        top: auto;
        right: 8%;
        bottom: 40px;
    }
    .dcun_login_warp .login_tab_warps .login_tab_warp {
        padding: 0 30px;
    }
    .dcun_login_warp .login_tab_muen {
        padding: 50px 30px 70px 30px;
    }
}

@media all and (max-width: 1350px) {
    .dcun_login_warp {
        right: 5%;
    }
}

.dcun_login_box {
    width: 80%;
    margin: 0 auto;
    height: 100%;
}

.dcun_login_box .left_box {
    float: left;
}

.dcun_login_box .left_box img {
    max-width: 100%;
}

.dcun_login_box .right_box {
    width: 390px;
    height: 520px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    margin-top: 200px;
    float: left;
    margin-left: 100px;
}

.dcun_login_box .right_box .loginbox_tab_muen {
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: flex;
    padding: 40px 70px 62px 70px;
    box-sizing: border-box;
    justify-content: space-between;
}

.dcun_login_box .right_box .loginbox_tab_muen a {
    font-size: 20px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #858c96;
    text-decoration: none;
}

.dcun_login_box .right_box .loginbox_tab_muen a:hover {
    color: #FF8B0E;
    text-decoration: none;
}

.dcun_login_box .right_box .loginbox_tab_muen a.active {
    color: #FF8B0E;
    text-decoration: none;
}

@media all and (max-width: 1750px) {
    .dcun_login_box {
        width: 88%;
    }
    .dcun_login_box .left_box {
        width: 65%;
    }
}

@media all and (max-width: 1650px) {
    .dcun_login_box {
        width: 1300px;
    }
    .dcun_login_box .left_box {
        width: 60%;
    }
    .dcun_login_box .right_box {
        margin-top: 10%;
    }
}

@media all and (max-width: 1350px) {
    .dcun_login_box {
        width: 1200px;
    }
    .dcun_login_box .left_box {
        width: 60%;
    }
    .dcun_login_box .right_box {
        margin-top: 8%;
        margin-left: 50px;
    }
}

@media all and (max-width: 1550px) and (max-height: 900px) {
    .dcun_login_box {
        width: 1250px;
        display: flex;
        justify-content: center;
    }
    .dcun_login_box .left_box {
        width: 50%;
    }
    .dcun_login_box .right_box {
        margin-top: 5%;
    }
}

.login_tab_muen {
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: flex;
    padding: 70px 70px;
    box-sizing: border-box;
    justify-content: space-between;
}

.login_tab_muen a {
    font-size: 24px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #858c96;
    text-decoration: none;
}

.login_tab_muen a:hover {
    color: #FF8B0E;
    text-decoration: none;
}

.login_tab_muen a.active {
    color: #FF8B0E;
    text-decoration: none;
}

input:focus {
    border: 1px solid #FF8B0E;
}

.login_tab_warps .login_tab_warp {
    padding: 0 50px;
    box-sizing: border-box;
    width: 100%;
}

.login_tab_warps .login_tab_warp .form-control {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    border: 1px solid #dddfe3;
    border-radius: 6px;
    box-shadow: none;
    clear: both;
}

.login_tab_warps .login_tab_warp .form-control:focus {
    border-color: #FF8B0E;
    outline: 0;
}

.login_tab_warps .login_tab_warp .form-control_warp {
    height: 40px;
}

.login_tab_warps .login_tab_warp .form-control_warp .form-control_input {
    float: left;
    width: 150px;
}

.login_tab_warps .login_tab_warp .form-control_warp .form-group {
    float: left;
    width: 150px !important;
}

.login_tab_warps .login_tab_warp .form-control_warp .form-control_pic {
    float: left;
    width: 130px;
    margin-left: 10px;
}

.login_tab_warps .login_tab_warp .form-control_item {
    display: flex;
    justify-content: space-between;
    clear: both;
    margin-top: 60px;
}

.login_tab_warps .login_tab_warp .form-control_item label i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    color: #fff;
    margin: 0 5px 0 0px;
    border: #dcdfe6 1px solid;
    text-align: center;
}

.login_tab_warps .login_tab_warp .form-control_item input[type="checkbox"] {
    display: none;
}

.login_tab_warps .login_tab_warp .form-control_item input[type="checkbox"]+i {
    border-radius: 3px;
}

.login_tab_warps .login_tab_warp .form-control_item input[type="checkbox"]:checked+i {
    background: #FF8B0E;
    border: 1px solid #FF8B0E;
}

.login_tab_warps .login_tab_warp .form-control_item input[type="checkbox"]:checked~b {
    color: #FF8B0E;
}

.login_tab_warps .login_tab_warp .form-control_item span {
    color: #FF8B0E;
    font-size: 16px;
    font-weight: 400;
}

.login_tab_warps .login_tab_warp .form-control_item a {
    color: #000;
}

.login_tab_warps .login_tab_warp .form-control_item a:hover {
    color: #FF8B0E;
}

.login_tab_warps .login_tab_warp .form-control {
    position: relative;
}

.login_tab_warps .login_tab_warp .form-group {
    position: relative;
    margin-bottom: 20px;
}

.login_tab_warps .login_tab_warp .pawicon {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 11px;
    right: 10px;
}

.login_tab_warps .login_tab_warp .pawiconinvisible {
    background: url(../images/pawicon2.png);
}

.login_tab_warps .login_tab_warp .pawicon_show {
    background: url(../images/pawicon1.png);
}

.login_tab_warps .login_tab_warp .form-group small {
    color: #e74c3c;
    position: absolute;
    bottom: -18px;
    left: 0;
    padding-left: 5px;
    visibility: hidden;
}

.login_tab_warps .login_tab_warp .form-group.error small {
    visibility: visible;
}

.login_tab_warps .dcun_login_but {
    display: block;
    width: 290px;
    height: 48px;
    line-height: 48px;
    margin: auto;
    background: #FF8B0E;
    border: 1px solid #FF8B0E;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    color: #fff;
    animation: all ease 0.03;
    text-decoration: none;
    cursor: pointer;
}

.login_tab_warps .dcun_login_but:hover {
    background: #ff982a;
    border: 1px solid #ff982a;
    color: #fff;
}

.login_tab_warp_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    border-radius: 0px 0px 10px 10px;
    background-color: #fee9d6;
    line-height: 65px;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.login_tab_warp_bottom a {
    color: #FF8B0E;
    text-decoration: none;
}

.wx_login {
    width: 240px;
    height: 240px;
    margin: 0px auto;
}

.wx_login .wx_login_pic {
    width: 240px;
    height: 240px;
    background: #ffffff;
    border: 1px solid #dddfe3;
    border-radius: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px;
}

.wx_login .wx_login_pic img {
    width: 220px;
    height: 220px;
}

.wx_login p {
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #858c96;
    line-height: 25px;
}

.channel li {
    width: auto;
}

.recru_schooll_trip {
    min-height: 300px;
}