.selfHead {

    position: relative;

    height: 0.9rem;

    background-color: #333;

    font-size: 0;

}



.selfHead > div {

    display: inline-block;

}



.kaizhiLogo {

    height: 0.6rem;

    width: 0.6rem;

    margin-left: 0.1rem;



    margin-top: 0.15rem;

}



.languageSwitch {

    z-index: 999;

    position: relative;

    float: right;

    /*line-height: 0.9rem;*/

    /*height: 0.64rem;*/

    margin-right: 1.2rem;

}



.languageSwitch > a {

    background: url(../pimg/hp_icon_lang.png);

    background-position: center left;

    background-repeat: no-repeat;

    background-size: 0.32rem 0.32rem;

    font-size: 16px;

    text-align: right;

    display: block;

    line-height: 0.9rem;

    color: white;

    width: 56px;

}



/*.languageSwitch img {*/

    /*margin-right: 0.20rem;*/

    /*display: inline-block;*/

    /*height: 0.32rem;*/

    /*width: 0.32rem;*/

/*}*/
.produckImg{
    top: 20px;
    width: 300px;
    margin: 0 auto;
    left: 0px;
    display: block;
    max-width: 1400px;
    position: relative;

}
.footWrap{

    background-color: #1b1d1f;

    text-align: center;
    padding: 40px 0;

}

.footWrap .hotLine{

    color: #999;

    padding-top: 0px;

    margin-bottom: 0.18rem;

    line-height: 0.2rem;

    font-size: 0.2rem;

}

.phoneNumber{

    font-weight: bold;

    color: white!important;

    line-height: 0.32rem;

    font-size: 0.32rem;

    margin-bottom: 0.22rem;

}

.chatImg{

    width: 1.1rem;

    height: 1.1rem;

    margin-bottom: 0.22rem;

}

.footWrap div{

    font-size: 0.16rem;

    color: #999;

}

.headerImg{

    display: block;

   width: 100%;

    height: auto;

}



.joinCollege >p{

    font-size: 16px;
    color: #666;
    line-height: 25px;
    /* font-weight: bold; */
    letter-spacing: 3px;

}

.headTitle{

    margin-top: 0.3rem;

    margin-bottom: 0.54rem;

    position: relative;

    font-weight: bold;

    color: #3888ff;

    font-size: 0.4rem;

    line-height: 0.4rem;

    z-index: 3;

}

.headTitle span {

    left: 0;

    display: inline-block;

    position: absolute;

    width: 1.57rem;

    height: 0.16rem;

    top: 0.12rem;

    background-color: #EBF3FF;

    z-index: -1;

}

.contentCss{

    line-height: 0.49rem;

    color: #666;

    font-size: 0.28rem;

}

.commonAbout{

    position: relative;

    font-weight: bold;

    text-align: center;

    margin-top: 1rem;

}

.commonAbout div{

    color: #e1e1e1;

    font-size: 0.6rem;

    line-height: 0.6rem;

}

.commonAbout p{

    color: #3888ff;

    font-size: 0.4rem;

    line-height: 0.4rem;

    position: absolute;

    top:0.28rem;

    left: 0;

    right: 0;

}

/*轮播样式*/

.carousel{

    position: relative;

}

.carousel >li{

    text-align: center;

}

.carousel li>img{

    width: 6.7rem;

    height: 4.84rem;

}

.carousel li>div{

    width: 6.7rem;

    text-align: center;

    height: 1.15rem;

    margin-left:0.4rem;

    padding-top: 0.23rem;

    padding-bottom: 0.23rem;

    background-color: white;

    font-size: 0.28rem;

    color: #333;

}

.carousel li>a{

    position: absolute;

    top: 2rem;

    height: 0.8rem;

    width: 0.8rem;

}

.carousel li>a>img{

    height: 0.8rem;

    width: 0.8rem;

}

.carousel li>#leftButton{

    left: 0.6rem;

}

.carousel li>#rightButton{

    right: 0.6rem;

}

.absoluteCenter{

    position: absolute;

    margin:auto;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}

/*轮播样式*/



@media screen and (max-width: 1024px) {

    .th_medIcon .vdoplay{

        display: inline-block;

        width: 0.9rem;

        height: 0.9rem;

    }

}

.characterBox >img{

    width: 0.94rem;

    height: 0.94rem;

}

.banner-title{
    text-align: center;
}
.banner-title > span{
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-left: 20px;
    left: 0;
    right: 0;
    /* width: 250px; */
    z-index: 9;
    margin: auto;
    top: 0;
}

.divider{
    background: url(../img/divider.png) repeat-x;
    width: 100%;
    height: 0.1rem;
    background-size: auto 100%;
}
.banner-title > span::before,.banner-title > span::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    border-radius: 100%;
}
.banner-title > span::before{
    background: rgba(255,94,27,0.4);
    left: -25px;
}
.banner-title >span::after{
    background: rgba(52,27,255,0.4);
    left: -15px;
}

.joinSchW{

    height: 4rem;

    background-color:#fafafa ;

    position: relative;
    overflow: hidden;
    /* top: 80px; */
    
}
.joinSchW-bg{
    
    height: 100%;
    width: 100%;
    position: absolute;
}
.introduceImg{
    position: absolute;
    left: 25px;
    top: 1rem;
    z-index: 2;
}
.introduceImg2{
    position: absolute;
    top: 0.5rem;
    z-index: 1;
    left: -25px;
}


.centerSelf {

    position: relative;

    width: 50%;

    margin: 0 auto;

}