/* 咨询 */
.advisory .title{
    width: 2.51rem;
    height: .34rem;
    margin: .25rem auto;
}

.advisory .advisory_txt{
    line-height: .3rem;
    padding: 0 .3rem;
    text-align: center;
}
.advisory .technician{
    margin-top: .25rem;
    width: 100%;
    height: 3.36rem;
    background: url(../img/technician.png) no-repeat center center;
    background-size: 100% 3.36rem;
    position: relative;
}
.advisory .technician .advisory_btn{
    width: 1.5rem;
    height: .38rem;
    line-height: .38rem;
    background: #fcf534;
    box-shadow: 0 0 .05rem #fcf534;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    transform: translate(-50%,0);
    border-radius: .02rem;
    font-size: .21rem;
    text-align: center;
    color: #db171b;
}

/* pk */
.pk {
    width: 100%;
    height: 2.6rem;
    background: url(../img/pk.png) no-repeat center center;
    background-size: 100% 2.6rem;
    margin-top: -.1rem;
}

/* prospect */
.prospect .title{
    width: 2.65rem;
    height: .15rem;
    margin: .25rem auto;
}
.prospect .list_text{
    padding: 0 .15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prospect .list_text .text{
    width: 1.68rem;
    margin-bottom: .3rem;
    background: #f36366;
    padding:.2rem .1rem .05rem .1rem;
    color: #fff;
    position: relative;
}
.prospect .list_text .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.prospect .list_text .text .text_title{
    width: 1rem;
    height: .29rem;
    line-height: .29rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50% ,-50%);
    background: #fadd67;
    color: #ec3f43;
    font-size: .13rem;
}

/* 优势 */
.advantage{
    width: 100%;
    height: 3.4rem;
    background: url(../img/img29.png) no-repeat center center;
    background-size: 100% 3.4rem;
    position: relative;
}
.advantage p{
    position: absolute;
    width: 2.4rem;
    height: .43rem;
    transform: scale(.9,.9);
    line-height: .15rem;
    color: #fff;
}
.advantage p:nth-of-type(1){
    left: .52rem;
    top: 1.1rem;
}
.advantage p:nth-of-type(2){
    left: .9rem;
    top: 1.76rem;
}
.advantage p:nth-of-type(3){
    left: .5rem;
    bottom: .5rem;
}

/* 核心 */
.strengths{
    width: 100%;
    height: 6.5rem;
    background: url(../img/kernel.png) no-repeat center center;
    background-size: 100% 6.5rem;

}
.strengths-txt{
    position: relative;
    height: 100%;
}
.strengths-txt .txt01{
    width: 2.8rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    bottom: .5rem;
    transform: scale(.8,.8);
}
.strengths-txt .txt02{
    width: .9rem;
    height: .7rem;
    position: absolute;
    left: .17rem;
    bottom: 1.3rem;
}
.strengths-txt .txt02 p:nth-of-type(1){
   color: #fff;
   font-size:.4rem;
   font-weight: bold;
}
.strengths-txt .txt02 p:nth-of-type(2){
    color: #fff;
    font-size:.15rem;
 }
 .strengths-txt .txt03{
    width: 1rem;
    height: .22rem;
    position: absolute;
    left: .2rem;
    bottom: .5rem;
    font: .13rem "Vani",bold;
    color: #fff;
 }
 .strengths-txt .txt04, .strengths-txt .txt09, .strengths-txt .txt12{
    position: absolute;
    left: .2rem;
    top: 1.05rem;
    color: #f64102;
    font-weight: bold;
 }
 .strengths-txt .txt05, .strengths-txt .txt08, .strengths-txt .txt13{
    position: absolute;
    left: .7rem;
    top: .96rem;
    color: #f4f4f4;
    font-size: .13rem;
 }
 .strengths-txt .txt05 span, .strengths-txt .txt13 span{
    color: #ffe824;
 }
 .strengths-txt .txt06,.strengths-txt .txt07,.strengths-txt .txt10, .strengths-txt .txt11, .strengths-txt .txt14{
    width: 3.2rem;
    height: .55rem;
    position: absolute;
    left: .46rem;
    top: 1.24rem;
    color: #f4f4f4;
    transform: scale(.8,.8);
 }
 .strengths-txt .txt07{
    top: 1.8rem;
 }
 .strengths-txt .txt08{
    top: 2.4rem;
    color: #ffe824;
 }
 .strengths-txt .txt09{
    top: 2.5rem;
 }
 .strengths-txt .txt10{
    top: 2.68rem;
 }
 .strengths-txt .txt11{
    top: 2.88rem;
 }
 .strengths-txt .txt12{
    top: 3.4rem;
 }
 .strengths-txt .txt13{
    top: 3.3rem;
 }
 .strengths-txt .txt14{
    top: 3.62rem;
 }

 /* 咨询相关专业 */
 .consult{
     height: 3.25rem;
     background: url(../img/img30.png) no-repeat center top;
     background-size:100% 2.27rem;
     background-color: #f5f5f5;
     padding-top: 2.5rem;
}
.consult a{
    display: block;
    width: 1.75rem;
    height: .3rem;
    background: #de151b;
    color: #fff;
    line-height: .3rem;
    text-align: center;
    font-size: .18rem;
    border-radius:0.04rem;
    margin: 0 auto;
}


/* 申请 */
.applicant{
    width: 100%;
    height: 2.87rem;
    background: url(../img/applicant.png) no-repeat center center;
    background-size: 100% 2.87rem;
    padding-top: .9rem;
    position: relative;
}
.applicant input{
    display: block;
    width: 2.75rem;
    height: .3rem;
    margin: .1rem auto;
    background: #f49b7d;
    border: 0;
    text-indent: .2rem;
}
.applicant .btn{
    position: absolute;
    width: 1.5rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .18rem;
    text-align: center;
    border-radius: .04rem;
    left: 50%;
    transform: translate(-50%,0);
    bottom: .3rem;
    background: #f2ff2b;
    color: #ab3a12;
}

/* 问题 */
.question{
    padding: 0 .15rem;
}
.question_title{
    width: 100%;
    height: .65rem;
}
.question-txt{
    margin-bottom: .1rem;
}
.question-txt h3{
    position: relative;
    padding-left: .3rem;
    background: #e7e7e7;
    height: .33rem;
    line-height: .33rem;
    color: #414141;
    font-weight: 800;
}
.question-txt h3 i{
    position: absolute;
    width: .16rem;
    height: .14rem;
    background: url(../img/icon17.png) no-repeat center center;
    left: .09rem;
    top: .08rem;
    background-size:.16rem .14rem;
}
.question-txt h3 span{
    position: absolute;
    width: .16rem;
    height: .1rem;
    right: .18rem;
    top: .1rem;
    cursor: pointer;
}
.icon02{
    background: url(../img/icon19.png) no-repeat center center;
}
.icon01{
    background: url(../img/icon18.png) no-repeat center center;
}
.d2{
    padding: .1rem .15rem .1rem .15rem;
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    line-height: .3rem;
}