.header{
    align-items: center;
    position: fixed;
    top: 0;
    /* height: 1.066667rem; */
   padding: .4rem;
   width: 100%;
   box-sizing: border-box;
   background-color: #fff;
   border-bottom: 1px solid #eeeeee;
   z-index: 99999999999999;
}
.header .Return {
    font-size: .35rem;
    color:#3091f2;
}
.header .Return img{
    width: .5rem;
    margin-right: .066667rem;
    display: inline-block;
    vertical-align: middle;
}
.header .Logo{
    width: 2.2rem;
    margin-left: .266667rem;
}
.header .More{
    width: .666667rem;
}
.banner{
    margin-top:1.2rem;
    background-color: #f8f8f8;
}
.banner .Name{
    /* padding: .4rem 0; */
    /* font-weight: bold; */
    font-size:.4rem ;
    color: #333333;
    margin-top: .4rem;
}
.Funct{
    /* padding: .533333rem; */
    margin-bottom: .5rem;
    background-color: #fff;
}
.Funct li{
    width: 2rem;
    margin: 0 .1rem;
}
h2.Title{
    font-size: .5rem;
    text-align: center;
}
.New li,.MainList li{
    margin: .2rem 0;
}
.importa{
    margin-top: .7rem;
}
.importa .List{
    margin-top: .533333rem;
}
.colo3{
    color: #333333;
}
.importa .List .Name{
    font-size: .35rem;
    margin: .533333rem 0 .133333rem;
    font-weight: bold;
}
.importa .List .cintent{
    color: #666666;
    line-height: .5rem;
    font-size: .3rem;
}
.importa .List .Links {
    float: right;
    margin: .4rem .533333rem;
}
.importa .List .Links a{
    color:#3091f2;
    font-size: .32rem;
}
.NewRetail{
    overflow: hidden;
    margin-top: .533333rem;
}
.NewRetail .MainList{
    margin-top: .4rem;
}
.programme{
    margin-top: .666667rem;
}
.programme ul{
    margin-top: .4rem;
}
.programme .ImgBox img{
    border-top-left-radius: .133333rem;
    border-top-right-radius: .133333rem;
}
.programme .Name{
    font-weight: bold;
    line-height: .533333rem;
    font-size: .34rem;
}
.programme .content{
    margin-top: .266667rem;
    color: #666666;
    line-height:.5rem;
    font-size: .3rem;
}
.programme .BtnBox{
    padding: .266667rem .533333rem;
}
.programme .BtnBox>div{
    width: 3.866667rem;
    height: .933333rem;
    border: 1px solid #3686f5;
    color: #3686f5;
    text-align: center;
    line-height:.933333rem;
    border-radius: .533333rem;
}
.programme .BtnBox .getProgr{
    background-color: #3686f5;
    color: #fff;
}
.programme .BtnBox .getProgr a{
    color: #fff;
}
.service{
    background: url(../images/bk5.png) no-repeat;
    margin-top: .5rem;
    padding-top: .5rem;
    padding-bottom: 1.066667rem;
    background-size: 100%;
}
.service .Title{
    color: #fff;
}
.service .describe{
    color: #fff;
    font-size: .3rem;
    text-align: center;
    margin-top: .4rem;
}
.service li{
    background-color: #fff;
    padding: .4rem;
    margin-top: .4rem;
}
.service .ImgBox{
    width: 1.866667rem;
    margin: 0 auto;
}
.service .Name{
    text-align: center;
    font-size: .4rem;
}
.service .content{
    margin-top: .4rem;
    text-align: center;
    line-height: .5rem;
    color: #333333;
    font-size: .3rem;
}
.program{
    padding-top: .666667rem;
    background-color: #f8f8f8;
    padding-bottom: .933333rem;
}
.program li {
    width: 4rem;
    text-align: center;
    margin: .266667rem;
    color: #666666;
    box-sizing: border-box;
    float: left;
}
.program li .Name{
    font-size: .4rem;
}
.program li .describ{
   margin-top: .4rem;
    line-height: .4rem;
    font-size: .32rem;
}
.School{
    margin-top: .266667rem;
}
.School .banImg,.Consultation .banImg{
    margin-top: .533333rem;
}
.School li{
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding: .266667rem;
}
.School li a{
  display: flex;
}
.School li .ImgBox{
    width: 3rem;
    height: 2rem;
    overflow: hidden;
    margin-right: .133333rem;
}

.School .content{
    width: 6.133333rem;
}
.School .content .Name{
    font-size: .38rem;
    height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .133333rem;
    color: #000000;
    line-height: .6rem;
}
.School .content .Text{
    color: #666666;
}
.Consultation{
    margin-top: .4rem;
}
.Consultation li a{
    display: flex;
    border-bottom: 1px dashed #eeeeee;
    padding: .266667rem 0 ;
}
.Consultation .content {
    width: 7.4rem;
    color: #333333;
    font-size: .4rem;
}
.Consultation .Time{
    width: 2rem;
    color: #666666;
    font-size: .3rem;
    margin-top: .133333rem;
}
.We li{
    width: 50%;
    height: 4.133333rem;
}
.We li img{
    width: 100%;
    height: 100%;
}


.Nav{
    position: fixed;
    top: 1.2rem;
    right: 0rem;
    width:100%;
    background-color:rgba(51,51,51,.6);
    color: #fff;
    /* text-align: center; */
    font-size: .45rem;
    /* border-radius: .2rem; */
}
.Nav li{
    padding: .13333rem .5rem;
    border-bottom: 1px solid #666;
}
.Nav a{
    display: block;
    color: #fff;
    line-height: .8rem;
}
.Nav li:nth-child(4){
    border-bottom: 0 !important;
}
.NavBox{
    width:20rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    /* background-color: #fff; */
    z-index: 9999999999999;
}





























