/*初始化页面*/
*{
    padding: 0;
    margin: 0;
}

body{

    min-width: 1195px;

}


/*设置banner*/
#banner{
    overflow: hidden;
    font-size:0;
    position: relative;

}

#banner ul{
    position: relative;

    white-space: nowrap;
}

#banner ul li{

    display: inline;

}

#banner ul li img{
    width: 100%;
    height: 40vw;
    min-width: 1195px;
    min-height: 478px;

}



#anniu-left{
    position: absolute;
    top: 30%;
    left: 8%;
    z-index: 1;
}

#anniu-right{
    position: absolute;
    top: 30%;
    right: 8%;
    z-index: 1;
}

/*跑马灯设置*/
#paomadeng{
    height: 87px;
    width: 100%;
    background: #fafbfd;
    box-shadow: 0 0 10px black;
    display: flex;

    align-items: center;
    white-space: nowrap;
    overflow: hidden;


}


#paomadeng-title{
    height: 100%;
    padding: 0 6%;
    color: black;
    text-decoration: none;
    font-size: 29px;
    font-weight: bolder;
    border-right: 2px solid #eeeff0;
    background: #fafbfd;
    line-height: 87px;
    z-index: 1;
}

#paomadeng ul{
    animation: paomadengMove 15s ease-in infinite;
    position: relative;
}


#paomadeng ul li{
    display: inline-block;
    font-size: 22px;
    line-height: 87px;
    margin-right: 50px;

}

@keyframes paomadengMove{
    0% { transform: translateX(1000px); }
    100% {  transform: translateX(-80%); }

}


/*资讯中心设置*/

#zixun{
    display: flex;
    justify-content: center;
    align-items: center;
}

#zixun-zhuti{
    width: 1195px;
    height: 650px;
    /*box-shadow: 0 0 10px black;*/
    margin: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#txt{
    width: 517.5px;
    height: 580px;
    margin-top: 80px;
    margin-left: 70px;
    display: inline-block;
}

#txt-title{
    background: whitesmoke;
    border-radius: 20px;
    width: 426px;
    height: 39px;

}

#txt-title ul {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    display: flex;
    justify-content: left;
}

#txt-title ul li{
    display: inline-block;
    width: 142px;
    height: 39px;
    line-height: 39px;
    border-radius: 20px;
    font-size: 15px;

}

#txt-title ul li:nth-child(1){
    background: #2b87fe;
    color: white;
}


#txt-list ul{
    list-style-type: none;
    margin-top: 38px;
}

#txt-list ul a{
    text-decoration: none;


}

#txt-list-0{
    display: block;
}

#txt-list-1{
    display: none;
}

#txt-list-2{
    display: none;
}

#txt-list ul li p{
    font-size: 27px;
    font-weight: bolder;
    color: black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#txt-list ul li div{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;

}

#txt-list ul li div p{

    font-size: 15px;
    color: #333333;
    font-weight: normal;

}

.line{
    width: 90%;
    height: 1px;
    background: #333333;
}

#txtImg {
    width: 517.5px;
    height: 580px;
    display: inline-block;
    margin-right: 70px;
    margin-left: 60px;
    margin-top: 80px;
    position: relative;

}

#txtImg-more{
    border: 1px solid #777777;
    border-radius: 10px;
    width: 142px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #777777;
    position: absolute;
    top: 0;
    right: 0;

}

#txtImg-img{
    height: 377px;
    width: 491px;
    overflow: hidden;
    position:relative;
    bottom: 0;
    top: 90px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#txtImg-img ul a li img{
    height: 377px;
    width: 491px;
    object-fit: fill;

}

#txtImg-img p{
    position:absolute;
    background: rgb(0,0,0,0.4);
    height: 80px;
    width: 471px;
    bottom: 0;
    z-index: 11;
    color: white;
    line-height: 80px;
    padding-left: 20px;
    font-size: 23px;
    font-weight: normal;
}

#txtImg-img ul{
    /*animation: txtImgMove 10s ease-in infinite;*/
    white-space: nowrap;
    position: relative;
    font-size: 0;
}

#txtImg-img ul li{
    display: inline-block;

}


/*@keyframes txtImgMove{*/
/*    0% { left: 0; }*/
/*    25%{ left: -100%; }*/
/*    50%{ left: -100%; }*/
/*    75%{ left: -200%; }*/
/*    100% { left: -200%; }*/

/*}*/


/*联盟学院设置*/
#xueyuan{
    height: 1475px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fafbfd;
}

#xueyuan-zhuti{
    margin-top: 70px;
    width: 1195px;
    display: flex;
    align-items: center;
    flex-direction: column;
}


#xueyuan-title{
    font-size: 0;
    font-weight: bolder;
    color: white;
    background: #2b87fe;
    height: 81px;
    line-height: 81px;
    border-radius: 21px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 50px;

}

#xueyuan-title li{
    font-size: 25px;
    display: inline-block;
    text-align: center;
}

#xueyuan-title li:nth-child(1){

    width: 181px;
}

#xueyuan-title li:nth-child(2){

    width: 252px;
}

#xueyuan-title li:nth-child(3){

    width: 258px;
}

#xueyuan-title li:nth-child(4){

    width: 273px;
}

#xueyuan-title li:nth-child(5){

    width: 235px;
}

.xueyuan-list-alone{

    font-size: 0;
    color: black;
    background: white;
    height: 179px;
    line-height: 179px;
    border-radius: 21px;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;


}


.xueyuan-list-alone:hover{
    background: #2b87fe;
    color: white;
    box-shadow: 0 0 10px black;
}


.xueyuan-list-alone li {
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 179px;
    justify-content: center;

}

.xueyuan-list-alone li div{
    display: inline-block;
}

.xueyuan-list-alone li div p{
    height: 16px;
    line-height: 16px;
    margin: 8px 0;
}

.xueyuan-list-alone li:nth-child(1){

    width: 181px;
    font-size: 25px;
    font-weight: bolder;
}

.xueyuan-list-alone li:nth-child(2){


    width: 252px;
}

.xueyuan-list-alone li:nth-child(3){

    width: 258px;
}

.xueyuan-list-alone li:nth-child(4){

    width: 273px;
}

.xueyuan-list-alone li:nth-child(5){

    width: 235px;
    text-align: center;
}

.xueyuan-list-alone li:nth-child(5) p:nth-child(1){

    font-size: 30px;
    font-weight: bolder;
}

.xueyuan-list-alone li:nth-child(5) p:nth-child(2){
    display:none;
    margin-top: 30px;

}

.xueyuan-list-alone li:nth-child(5) p:nth-child(2) a{
    color: white;
}

#class-more{
    width: 142px;
    height: 39px;
    border-radius: 20px;
    background: #bfbfbf;
    line-height: 39px;
    text-align: center;
    color: white;
    text-decoration:none;
    margin-top: 30px;

}

/*数据分析*/

#zhanghufenxi{
    height: 734px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

#zhanghufenxi-zhuti{
    height: 734px;
    width: 1195px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#zhanghufenxi-zhuti img{

    width: 1195px;
    position: absolute;
    top:99px;
}

#zhanghufenxi-zhuti div{
    float: left;
    height: 734px;
    width: 100%;
    background: black;
    opacity:0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#zhanghufenxi-zhuti p:nth-child(1){
    z-index: 2;
    text-align: center;
    width: 868px;
    height: 154px;
    border: 6px solid white;
    line-height: 154px;
    font-size: 82px;
    font-weight: bolder;
    color: white;
    margin-top: 192px;
    text-shadow: 0 0 2px black;
}

#zhanghufenxi-zhuti p:nth-child(2){
    z-index: 2;
    line-height: 35px;
    font-size: 35px;
    font-weight: bolder;
    color: white;
    margin-top: 33px;
    text-shadow: 0 0 2px black;
}


#zhanghufenxi-zhuti a{
    width: 142px;
    height: 39px;
    background: #2b87fe;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    z-index: 2;
    margin-top: 77px;
    box-shadow: 0 0 2px black;
}

/*精选培训设置*/
#peixun{
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: white;
}

#peixun-zhuti{
    width: 1195px;
    height: 400px;

    display: flex;
    flex-direction: column;
}

#peixun-title{
    width: 100%;
    position: relative;
    margin-top: 50px;

}

#peixun-title-text{
    left: 35px;
    font-size: 18px;
    line-height: 18px;
    color: #077777;
    font-weight: bold;
    position: absolute;

}

#peixun-title-more{
    border: 1px solid #777777;
    border-radius: 10px;
    width: 142px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #777777;
    position: absolute;
    right: 17px;
}

#peixun-zhuti ul{

    margin: 70px 22px 0 22px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}
#peixun-zhuti ul a{
    color: black;
}

#peixun-zhuti ul li{
    display: inline-block;


}

#peixun-zhuti ul li img{
    height: 166px;
    width: 276px;
}

/*合作伙伴设置*/
#hezuo{
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fafbfd;
}

#hezuo-zhuti{
    width: 1195px;
    height: 350px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center
}

#hezuo-title{
    width: 100%;
    position: relative;
    margin-top: 50px;

}




#hezuo-title-text{
    left: 35px;
    font-size: 18px;
    line-height: 18px;
    color: #077777;
    font-weight: bold;
    position: absolute;

}


#hezuo-zhuti ul{
    width: 1151px;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;



}




#hezuo-zhuti ul li{
    display: inline-block;
    text-align: center;
    white-space:nowrap;
    margin-right: 10px;
    margin-bottom: 20px;

}

#hezuo-zhuti ul li img{
    height: 58px;
    width: 276px;
    background: black;
}
