/*
	导航条
*/
*{
    margin: 0;
    padding: 0;
}

li,ui,img,a{
    border: 0;
}
.containar{
    background: #FFFFFF;
    overflow:hidden;
}

.warp{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    overflow:hidden;
}
.warp ul{
    margin: 0 auto;
    width: 1173px;
    height: 50px;
}
.warp li.l1 {
    list-style-type: none;
    height: 50px;
    width: 60px;
    float: left;
    margin-right: 63px;
}
.warp li.l2 {
    list-style-type: none;
    height: 50px;
    width: 90px;
    float: left;
    margin-right: 63px;
}

a.t1{
    display: inline-block;
    height: 50px;
    width: 60px;
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    color: #96b97d;
    z-index: 10;
}
a.t2{
    display: inline-block;
    height: 50px;
    width: 90px;
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    color: #96b97d;
}
#mymenu li.hl a{
    color:white;
}
.actived {
    color: white;
    background: #96b97d;
}

a:hover {
    color: white;
    background-color: #96b97d;
}

a:active{
    color: white;
}

#active{
    color:  white;
    background-color: #96b97d;
}

.myimg{
    position: relative;
    text-align: center;
    display: block;
    margin-top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.myimg img{
    display: block;
    margin: 0 auto;
}
.myimg > .clickAreaParent {
    width: 1200px;
    height: 849px;
    margin: 0 auto;
    position: relative;
}
.clickAreaParent > .clickArea {
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    height: 30px;
    width: 130px;
    top: 55px;
    left: calc(50% + 40px);
}
.index_pic1 {
    margin-top: 40px;
    width: 670px;
    height: 232px;
    align-self: center;
}

.index_img1 {
    width: 1173px;
    height: 905px;
    align-self: center;
}

.index_img2 {
    width: 1035px;
    height: 878px;
    align-self: center;
}

.index_img3 {
    width: 1200px;
    height: 440.14px;
}

.classroom_img1 {
    margin-top: 40px;
    width: 1200px;
    height: 849px;
    align-self: center;
}

.classroom_pic1 {
    width: 1200px;
    height: 848.54px;
    align-self: center;
    margin-bottom: 15px;
}
.software_pic1 {
    margin-top: 40px;
    width: 1200px;
    height: 849px;
    align-self: center;
}

.software_img1 {
    width: 1200px;
    height: 849px;
    align-self: center;
}

.software_pic2 {
    width: 1200px;
    height: 849px;
    align-self: center;
}
.music_img1 {
    margin-top: 40px;
    width: 1200px;
    height: 849px;
    align-self: center;
}

.music_pic1 {
    width: 1200px;
    height: 849px;
    align-self: center;
}


.footer_bottom{
    margin-top: 5px;
    height: 180px;
    background: #95C06F;
}
.footer ul{
    display: block;
    width: 640px;
    height: 155px;
    margin: 0 auto;

}
.footer ul >li{
    margin: 20px 0;
    list-style-type: none;
}

.footer ul li img{
    display: block;
    margin-right: 20px;
}
.footer_bottom span{
    color: #FFFFFF;
}
.footer_common{
    line-height: 180px;
}
.font_size{
    width: 480px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 45px;
}
.font_sizes{
    display: block;
    float: left;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 300;
    color: #000000;
    margin-top: 0px;
}

.clear_float{
    clear: both;
}
.phone{
    display: block;
    float: left;
    width: 25px;
    height: 25px;
}
.house{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
}

.copy{
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    width: 102px;
    height: 29px;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #FFFFFF;
    line-height: 29px;
}
.footicon{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 23px;
    height: 23px;
}

.company{
    display: block;
    float: left;
    width: 537px;
    height: 29px;
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #FFFFFF;
    line-height: 29px;
}

.footer_one{
    height: 35px;
    width: 748px;
    margin: 0 auto;
    padding-top: 62px;
}
.footer_two{
    margin: 0 auto;
    width: 617px;
    height: 29px;
    font-size: 21px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}



