@charset "gb2312";
input {-webkit-appearance:none;} 
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.left{ float:left;}.right{ float:right;}
img {
    border: 0 none;
    width:100%;
    display: block;
}

html{-webkit-text-size-adjust:none;  }
a{outline:none; text-decoration:none;} a:hover{ text-decoration:none;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"],input[type="text"],input[type="password"],textarea, button { -webkit-appearance: none !important;} em,i{ font-style:normal;}
html {
    font-size:62.5%
}
@media only screen and (min-width:321px) { 
    html {
        font-size:62.5%!important
    }
}
@media only screen and (min-width:361px) {
    html {
        font-size:70.31%!important
    }
}
@media only screen and (min-width:376px) {
    html {
        font-size:73.24%!important
    }
}
@media only screen and (min-width:481px) {
    html {
        font-size:84%!important
    }
}
@media only screen and (min-width:561px) {
    html {
        font-size:90%!important
    }
}
@media only screen and (min-width:641px) {
    html {
        font-size:100%!important
    }
}


body {

    font-family: "Microsoft YaHei",sans-serif;
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    color: #333333;
}


.clear_f:after {
    clear: both;
}
.clear_f:after, .clear_f:before {
    content: "";
    display: block;
}
img{border: none;}
/*===================2020学什么好=============================*/
.banner{
    width: 100%;
}
.xsmh{
    width: 100%;
}
.tzxn{
    width: 100%;
    text-align: center;
}
.title{
    font-size: 2rem;
    color: #FF6100;
    text-align: center;
    line-height: 3.4rem;
    padding-top: 2.2rem;
    font-weight: bold;
}
.subtitle{
    font-size: 0.85rem;
    line-height: 1.4rem;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}
.line{
    width: 100%;
    border: 1px solid #BFBEBE;
    margin: 0.8rem 0;
}
.challenge{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.challenge .chall_img{
    width: 100%;
}
.chall_left{
    width: 50%;
    background-color: #F6F6F6;
    font-size: 1rem;
	line-height:1.8rem;
    color: #000;
    padding: 0.8rem 1rem;
    box-sizing: border-box;
    text-align: left;
}
.chall_right{
    width: 50%;
    background-color: #ff6100;
    padding: 0.8rem 1rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.1rem;
    position: relative;
    text-align: left;
}
.chall_right .chall_play{
    width: 10%;
    position: absolute;
    top:70%;
    left: 6%;
}
.chall_right .chall_self{
    width: 100%;
    text-align: right;
    margin-top: 1rem;
    font-size: 1rem;
}
.chall_self p{
    font-family: 'Microsoft YaHei';
}
.btn{
    display: block;
    width: 45%;
    font-size: 1.2rem;
    line-height: 2.5rem;
    background-color: #F13609;
    position: relative;
    padding: 0 3.2rem ;
    text-align: left;
    border-radius: 0.6rem;
    color: #fff;
    margin: 1.5rem auto;
}
.btn img{
    width: 10%;
    position: absolute;
    top: 18%;
    right:18% ;
}
/* 第二部分 */
.box2{
    width: 100%;
    background-color: #F6F6F6;
}
.skill_text{
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}
.skill_tit{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.skill_con{
    font-size: 1rem;
    margin-bottom: 0.8rem;
}
.skill_class{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.skill_class .skill_char{
    width: 32%;
    border: 1px solid #000;
    text-align: center;
    font-size: 1.1rem;
    margin-top: .6rem;
    line-height: 2.2rem;
}
.skill_grow{
    margin: 1rem 0;
}
.more{
    margin-bottom: 0;
}
/* 四项硬性指标 */
.success{
    padding-bottom: 1.5rem;
    box-sizing: border-box;
}
.suc_four{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
.suc_four .suc_ppjx{
    width: 49%;
    /* padding-right: 1rem; */
    padding-bottom: 1rem;
    box-sizing: border-box;
}
.suc_adv{
    background-color: #ff6100;
    padding: 2.5rem 0.8rem 0.5rem;
    height: 16.5rem;
    position: relative;
}
.suc_adv h2{
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
.suc_adv p{
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
}
.suc_hr{
    border: 0.5px solid #fff;
    width: 90%;
    position: absolute;
    bottom: 1.5rem;
    left: 0.8rem;
    z-index: 10;
}
.suc_ppjx img{
    width: 100%;
}

/* 月薪过万的技能 */
.major{
    width: 100%;
    background-color: #F6F6F6;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}
.major_con{
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
.major_choice {
    width: 100%;
}
.major_choice li{
    display: inline-block;
    width: 47%;
    flex-wrap: wrap;
    border: 1px solid #000;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: center;
    margin-bottom: 1rem;
    background-color: #fff;
}
.major_choice li:first-child, .major_choice li:nth-child(3){
    margin-right: 4%;
}
.major_choice .on{
    color: #fff;
    background: #FF6100;
    border: none;
}
.major_zc{
    display: block;
}
.major_zc a, .major_xc a, .major_xd a{
    display: inline-block;
    width: 48%;
}
.major_zc_left{
    margin-right:0.5rem;
}
.major_cy a{
    display: inline-block;
    width: 32%;
}
 /* .major_left,.major_right{
    display: inline-block;
    width: 48%;
    background-color:#fff ;
}
.major_left{
    margin-right: 2%;
}
.fire{
    width: 8%;
    display: inline-block;
    margin-top: 0.6rem;
}
.major_left h2,.major_right h2{
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.5rem;
}
.major_left p,.major_right p{
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 0.5rem;
}  */
/* 零基础教学 */
.teach_con{
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
}
.teach_con ul{
    width: 100%;
    background-color: #F6F6F6;
}
.teach_con ul li{
    width: 49%;
    display: inline-block;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-wrap: nowrap;
}
.teach_con ul li:first-child{
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.teach_con ul li:last-child{
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}
.teach_con ul li img{
    width: 15%;
    display: inline-block;
}
.teach_con ul li div{
    display: inline-block;
    text-align: left;
}
.teach_con .teach_tit{
    font-size: 1rem;
    font-weight: bold;
}
.teach_con .teach_subtit{
    font-size: 0.3rem;
}
/* 就业保障 */
.work{
    width: 100%;
    background: url(../images/zy-ws.jpg) no-repeat center center;
    background-size: 110%;
    padding-bottom: 2rem;
    box-sizing: border-box;
}
.work1_1{
    width: 80%;
    margin: 1rem auto;
    border: 2px solid #3E4750;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5); 
}
.work1_2{
    margin-bottom: 0rem;
}
.work1_tit{
    color: #F13609;
    font-size: 2rem;
    font-weight: bold;
}
.work1_subtit{
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.work1_1 img{
    width: 10%;
    margin-top: 0.5rem;
}
/* 打工青年逆袭 */
.students{
    width: 100%;
    text-align: center;
    font-size: 1rem;
}
.stu_con{
    margin-top: 1rem;
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stu_con .stu_dis{
    width: 48%;
    margin-bottom: 0.8rem;
}
.stu_name{
    text-align: left;
    background-color: #F6F6F6;
    padding: 0.8rem 1rem 1.2rem;
}
.stu_name .stu_name1_1{
    font-size: 1.5rem;
    font-weight: bold;
}
.stu_name p{
    font-size: 1rem;
    line-height: 1.8rem;
}
.stu_name p b{
    color: red;
 }

 .suc_ppjx{
     position: relative;
 }
 .jiahao{
     position: absolute;
     width: 3rem;
     height:3rem;
     border: 2px solid #F13609;
     border-radius: 50%;
     color: #F13609;
     background-color: #fff;
     font-size: 2.3rem;
     line-height: 2.5rem;
     top: 5.4rem;
     left: 43%;
     text-align: center;
     z-index: 11;
 }