body{
    width: 10rem;
    margin: 0 auto;
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
}
/*清除浮动*/
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
    *zoom: 1;
}
/*屏幕超过750px，按照750px设计稿来走*/
@media screen and (min-width: 750px){
    html{
        font-size: 75px!important;
    }
}
/*头部*/
.head{
    position: fixed;
    width: 10rem;
    height: 1.333rem;
    z-index: 9999;
    background: #fff;
}
.logo{
    margin: 0.14rem 0 0 0.2rem;
    width: 6.88rem;
    height: 0.88rem;
}
.logo_tp{
    display: inline-block;
    width: 100px;
    background: #a01a40;
}
.logo img{
    width: 100%;
}
.menu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.107rem;
    width: 0.6rem;
    height: 0.6rem;
    background: palevioletred;
}
.ti{
    height: 1.333rem;
}
/*图片*/
.tp1 img{
    width: 100%;
    vertical-align:bottom;
}
/*位置*/
.weizhi{
    margin: 0.1rem 0.1rem 0 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 0.187rem;
    border-bottom: 0.05rem solid #a01a40;
}
.weizhi span:nth-child(2){
    float: right;
    font-size: 0.16rem;
}
.tt{
    display: inline-block;
    width: 0.54rem;
    height: 0.54rem;
}
.tt img{
    width: 100%;
    vertical-align:middle;
}
/*项目背景*/
.liuxue{
    margin-top: 0.16rem;
    text-align: center;
}
.liuxue p:nth-child(1){
    font-size: 0.293rem;
    color: #a01a40;
}
.liuxue p:nth-child(2){
    font-size: 0.2rem;
    color: #9a9a9a;
}
.xm_tp img{
    margin-top: 6px;
    width: 100%;
    vertical-align:bottom;
}
/*培养模式*/
.renzheng img{
    margin-top: 6px;
    vertical-align:bottom;
    width: 100%;
}





/*链接*/
.lianjie{
    margin: 0.093rem 0;
    position: relative;
    padding: 0.037rem 0;
    border-left: 0.083rem solid #a01a40;
    font-size: 12px;

}
/*.lianjie div{*/
/*position: absolute;*/
/*top: 0.067rem;*/
/*left: 1.12rem;*/
/*}*/

.lianjie em{
    font-style:normal;
    margin-left: 0.2rem;
}
.lianjie i{
    font-style:normal;
}
.lianjie a{
    text-decoration: none;

}


/*友情提醒*/
.yqtx{
    color: #afafaf;margin-top: 0.107rem;text-align: center;font-size: 0.133rem
}
/*尾*/
.wei_nr {
    padding: 0.08rem 0;
    background: #a01a40;
    color: white;
    font-size: 0.187rem;
    text-align: center;
}
.wei_nr .beian{
    padding: 0.08rem;
    font-size: 0.133rem;
}
.beian a{
    color: white;
    text-decoration: none;
}
/*底部*/
.dibu{
    width: 100%;
    background: #a01a40;
    height: 1.2rem;
}
.wei{
    position: fixed;
    width: 10rem;
    height: 1rem;
    background: rgba(160,26,64,0.8);
    bottom: 0;
    padding: 0.08rem 0;
    font-size: 0.213rem;
    z-index: 9999;
}
.wei a{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 1rem;
    width: 32%;
    height: 100%;
    font-size: 0.32rem;
}
.wei img{
    display: inline-block;
    vertical-align:middle;
    width: 0.593rem;
    height: 0.593rem;
}
.wei a:nth-child(1),.wei a:nth-child(2){
    border-right: 1px solid #f099b2;
}
